and though bugs are the bane of my existence, rest assured the wretched thing will get the best of care here

  1. 05 May, 2016 8 commits
    • Ying Zhao's avatar
      BUGZ-3728: (merge) Merge BUGZ-3728 into integration · 930da1cc
      Ying Zhao authored
          0c11ff4c - BUGZ-3728: add back MagicMock import statement
      930da1cc
    • Ying Zhao's avatar
      BUGZ-3728: add back MagicMock import statement · 0c11ff4c
      Ying Zhao authored
      0c11ff4c
    • Axylos's avatar
      BUGZ-3724: (merge) Merge BUGZ-3724 into integration · 4bfb1e43
      Axylos authored
          b79d49e7 - BLUE-49: move appcues init for naf into main template
          a5dfd3da - Revert "BLUE-48: Add advisor mandate to deal created/sent emails and update new deal notification email"
          ae66cdfb - Merge branch 'BLUE-97' into RC-2016-05-03
      4bfb1e43
    • Jason Green's avatar
      merge migration · d5b4f82a
      Jason Green authored
      d5b4f82a
    • Jason Green's avatar
      PLAN-291: (merge) Merge PLAN-291 into integration · 12c1187f
      Jason Green authored
          aa0b25ef - GREEN-2013: catch and alert backend validation errors
          31c6e33e - GREEN-2013: save-data error handling in comp. profile
          ab5df384 - GREEN-2013: revert service methods to old pattern
          5a21d0f8 - GREEN-2013: fix country and industries displaying wrong
          2d975098 - GREEN-1978: transform getCompany to new pattern
          e6b83e09 - GREEN-1978: reset revenue if comp-type is not corporation
          f4038dee - GREEN-1978: reset company-intent if company-type not corporation
          3b81d39a - GREEN-1978: change wrapper BG and text
          f3f0d8bf - GREEN-1959: store timestamp instead of datetime type
          9779b0a1 - GREEN-1978: fix console errors from watches
          af6d49a5 - GREEN-1978: force open-to-conversation values
          804f697b - GREEN-1978: fix field validations on profile
          98ab1fff - GREEN-1978: intent-section styling
          160e91ed - GREEN-1978: save & continue to profile from create-company
          b343f759 - GREEN-1978: validation for investment-range fields
          3c7170ea - GREEN-1978: return company public_id from admin_save_company_and_users
          db288c6b - GREEN-1978: reorganize and rename company files
          c89c0a82 - GREEN-1959: store timestamp instead of datetime type
          7ea5dc28 - GREEN-1959: lazily create company_intent in get_company_intent
          b33b6a81 - GREEN-1959: updated company intent readme
          e8d61d28 - GREEN-1978: add investment-range fields
          ceb8714a - GREEN-1978: do not assume public_id exists in loc dict
          587ec2f1 - GREEN-1978: add styles, clean up UI
          7d9d5878 - GREEN-1978: style intent sections, fix new-company link
          fb9a4aa1 - GREEN-1978: fix layout, header functionality
          7a486b84 - GREEN-1978: add revenue field to profile
          1fae8c45 - GREEN-1978: fix acquisitions localizations
          b06b53f2 - GREEN-1978: prettify json in fixtures directory
          1f68fe19 - GREEN-1978: localize company-intent text
          df0f0a02 - GREEN-1978: add open-to-convo messages and buttons
          1f701fb8 - GREEN-1978: save intent with company id, not intent id
          8235c76a - GREEN-1978: save company-intent
          8303b71c - GREEN-1978: validate checking at least 1 debt_type
          ffc9b83d - GREEN-1978: fix check-box-list bug
          9e4e310a - GREEN-1978: rest of radio buttons and checkboxes for comp. intent
          75bb5ccc - GREEN-1978: company-intent sale radio-buttons
          9743eee2 - GREEN-1978: create company-intent directive
          1c6d2170 - GREEN-1978: add endpoints for company-intent
          2599d26f - GREEN-1959: workaround for sqlalchemy bug in updating jsonb column
          5f85c517 - do not assume a company exists for the given id in Company context
          0f95143d - added by get_or_create_intent function
          2ce3a6f5 - GREEN-1959: unit test for company intent getter and setter
          1be87293 - GREEN-1959: added backfill to migration and updated schemas after discussion with dlee
          e25a5569 - GREEN-1959: started unit tests for company intent accessors
          b7cdc240 - added by get_or_create_intent function
          14edc5db - GREEN-1956: move location to a directive
          a9daea93 - GREEN-1956: location saving is working
          47ca6a50 - GREEN-1956: add image upload
          f495b558 - GREEN-1959: unit test for company intent getter and setter
          8f3e4308 - GREEN-1932: FE, change website working
          f88e4e95 - GREEN-1932: BE, update edit endpoint remove company moddel param
          8aea29bd - GREEN-1932: FE, add edit-profile template
          7f81f859 - GREEN-1932: update unit test test_save_edit_and_log
          84db9cb0 - GREEN-1932: remove test_admin.py
          2a6c6e0c - GREEN-1932: add test_admin
          7fd0b648 - GREEN-1932: refactor edit_profile to be reusable
          94204d92 - GREEN-1959: fixed various syntax errors
          8afd1b91 - GREEN-1959: fix migration backfill
          de95210c - GREEN-1959: access context via request only
          2ddb5b83 - GREEN-1956: add number of employees to the admin profile page
          6b7f1c9d - GREEN-1959: refresh updated_at when new company intent data is set
          bcc24bda - GREEN-1959: added README for company intent API
          cd09a294 - GREEN-1959: added backfill to migration and updated schemas after discussion with dlee
          7d0b60d5 - GREEN-1932: add Industries selector
          5e94f414 - GREEN-1932: add Company Type and Website
          f1c98105 - GREEN-1932: FE, change website working
          4ecd203b - GREEN-1932: BE, update edit endpoint remove company moddel param
          1c8e1af1 - GREEN-1932: FE, add edit-profile template
          946f47b3 - GREEN-1932: FE: add admin.company abstract state
          27137275 - GREEN-1932: update unit test test_save_edit_and_log
          b29291af - GREEN-1932: remove test_admin.py
          516bc0b7 - GREEN-1932: add test_admin
          896f5856 - GREEN-1932: refactor edit_profile to be reusable
          7fa3abb4 - GREEN-1959: started unit tests for company intent accessors
          9d92298d - GREEN-1959: implemented get_ and set_company_intent RPC functions
          bbe20c98 - GREEN-1959: return empty dict instead of None
          30c91612 - GREEN-1959: add exists_company method to CompanyContext
          edda9ed7 - GREEN-1959: added for_company method to NotFound exception
          68a6bb9a - GREEN-1959: migration and model classes for company intent
      12c1187f
    • shashank deshmukh's avatar
      GREEN-1927: (merge) Merge GREEN-1927 into integration · dd0d4832
      shashank deshmukh authored
          bb0257a3 - Fixed typo
          acaf12a3 - Fixed a test and sql.
          9b0b201d - GREEN-1927: Added shell scrpt to be executed with the release
          c4c77c20 - GREEN-1927: Released for code review
      dd0d4832
    • Ying Zhao's avatar
      BUGZ-3595: (merge) Merge BUGZ-3595 into integration · c396d1b5
      Ying Zhao authored
          8a7f2cf7 - BUGZ-3595: remove reply_message in pursuit_summary message template
      c396d1b5
    • Jason Green's avatar
      aa0b25ef
  2. 04 May, 2016 32 commits