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

  1. 19 Feb, 2015 1 commit
  2. 18 Feb, 2015 4 commits
  3. 17 Feb, 2015 11 commits
    • Ike Garrow's avatar
      INTEGRATION: (merge) Merge integration into master · 398e659c
      Ike Garrow authored
          832586ac - Merge branch 'BUGZ-2456' into integration
          623efd92 - GROW-134: (merge) Merge GROW-134 into integration
          7c4b0cc5 - GROW-134: Disallow bots from crawling the /auth endpoint
          d91695ef - CORE-105: Merge branch 'CORE-105' into integration
          3046654c - CORE-105: Nicer message formatting
          a9030275 - CORE-105: (merge) Merge CORE-105 into integration
          facd348c - Added-Rel-Notes: CORE-27
          57c6435a - CORE-27: (merge) Merge CORE-27 into integration
          e3797125 - BUGZ-2456: make css more specific to fix padding for add notes on recipients
          fd368aa2 - CORE-105: Add "What's Blocking My Migration" script
          16dadf82 - CORE-27: We're not Initech; we don't care about TPS.
          cf0fc948 - CORE-27: fix date munging code for firefox
          dee9c5f3 - CORE-27: Fix bool values when creating company license
          6b6240b0 - CORE-27: Don't send the empty string for tp_revenue_cap
          1394f2f9 - CORE-27: Update license flags/quotas in logged-in sessions
          09f2db07 - CORE-27: Better upgrading of sessions
          783fdb79 - CORE-27: Introduced a concept of a session rock.
          5931e88a - CORE-27: Prevent tp_limit off-by-1 error
          30aa31e9 - CORE-27: Another strange test problem caused by our layout
          9a98f080 - CORE-27: Add masquerading api test (not apitest)
          da167687 - CORE-27: It's very silly to compare against 'True' as a string
          1b995a28 - CORE-27: Fix remaining msgs_left call.
          f6dd275b - CORE-27: Fix old-style references to msg_quota
          bfd0b813 - CORE-27: lowercasify service
          2cb8d0b9 - CORE-27: Add company session deletion method
          acc9ea2f - CORE-27: Make session tests run
          599dc764 - CORE-51: last? batch of code review changes
          06cb724b - CORE-51: did not need to set checked after all
          6b4bc767 - CORE-51: more changes from code review
          fbcecdd9 - CORE-51: use scoped session in actor
          cd02e270 - CORE-51: changes from code review
          30d81d88 - CORE-51: actor naming shuffle
          fd8214c7 - CORE-51: relocate admin from /a/admin/ to /adm/
          ca27d55e - CORE-51: create service for license deactivation
          966e89a9 - CORE-51: create license deactivation actor
          7e572dc9 - CORE-51: remove old license logic
          0aa4b475 - CORE-51: changes for licenses in django admin
          4d2ba3e1 - CORE-51: changes to get angular admin working
          df5c1f8b - CORE-51: api call to deactivate tps for a company
          e3698320 - CORE-51: create spoke for license admin in django admin
          e7b54db4 - CORE-51: add some hub api calls to js service wrapper
          798cb9a0 - CORE-51: add api call for license deactivation to remove opps for a company
          f324b169 - CORE-51: use deferred in license resolve
          67d38e41 - CORE-51: add api call so admin can get license for a company
          19282d90 - CORE-51: fix bug in formatting error message
          c9d53f51 - CORE-51: upgrade admin jquery to get .Deferred
          041588e8 - CORE-51: setup logging for kafkalogger
          af74c183 - CORE-51: license admin checkpoint before merging in CORE-27
          f1a16ae8 - CORE-51: fix date format, add abort method to license controller
          70a3820a - CORE-51: checkpoint license admin
          3e171eed - CORE-27: Add tp deactivation actor to listen to license tp limit changes
          a8fdbd34 - CORE-27: Remove checks for can_post_announcements flag
          9c39ae92 - CORE-27: Better experience when trying to log into a disabled account
          e49e57b3 - CORE-27: Fix attempts to masquerade when no active license
          19323b36 - CORE-27: much saner (and also working) masquerading code
          20262134 - CORE-27: remove use of transaction_profile.view_transactionprofile permission
          b3ea2c61 - CORE-27: Fix company.tp_limit checks
          9157e3e4 - CORE-27: removing license stuff from django
          e01ad748 - CORE-27: Make entity exceptions reconstructable
          1e37457b - CORE-27: Implement convenience function for getting licensed companies
          0b70cca3 - CORE-27: Fix company introduction's license checking
          ff0b25c5 - CORE-27: Remove bin/save_license_type and associated service/queue
          b44fa319 - CORE-27: Remove bin/export_company_data and associated service/queue
          80cda8ff - CORE-27: Convert internal_notification_for_expiring_licenses
          5202f66c - CORE-27: Rewrite inactive_user_and_license_check
          10e4ad99 - CORE-59: Implement checking user groups and licenses as auth api
          ce698012 - CORE-27: Store license flags/quotas in session, access with authclient
          a4b624e9 - CORE-27: Remove some unused/unimplemented authclient stuff
          db8e7586 - CORE-27: Add the license model to entity service
      398e659c
    • Doug Baerlein's avatar
      Merge branch 'BUGZ-2456' into integration · 832586ac
      Doug Baerlein authored
      Conflicts:
      	service/platform/templates/opportunities/seller/includes/buyer_tp.row.html
      832586ac
    • Mohammed Mehdi's avatar
      GROW-134: (merge) Merge GROW-134 into integration · 623efd92
      Mohammed Mehdi authored
          7c4b0cc5 - GROW-134: Disallow bots from crawling the /auth endpoint
          b8740a54 - INTEGRATION: (merge) Merge integration into master
      623efd92
    • Farhan Ahmed's avatar
      7c4b0cc5
    • Jon Rosebaugh's avatar
      d91695ef
    • Jon Rosebaugh's avatar
      CORE-105: Nicer message formatting · 3046654c
      Jon Rosebaugh authored
      Signed-off-by: default avatarJon Rosebaugh <jon.rosebaugh@axial.net>
      3046654c
    • Mohammed Mehdi's avatar
      CORE-105: (merge) Merge CORE-105 into integration · a9030275
      Mohammed Mehdi authored
          fd368aa2 - CORE-105: Add "What's Blocking My Migration" script
      a9030275
    • Ike Garrow's avatar
      Added-Rel-Notes: CORE-27 · facd348c
      Ike Garrow authored
      facd348c
    • Ike Garrow's avatar
      CORE-27: (merge) Merge CORE-27 into integration · 57c6435a
      Ike Garrow authored
          16dadf82 - CORE-27: We're not Initech; we don't care about TPS.
          cf0fc948 - CORE-27: fix date munging code for firefox
          dee9c5f3 - CORE-27: Fix bool values when creating company license
          6b6240b0 - CORE-27: Don't send the empty string for tp_revenue_cap
          1394f2f9 - CORE-27: Update license flags/quotas in logged-in sessions
          09f2db07 - CORE-27: Better upgrading of sessions
          783fdb79 - CORE-27: Introduced a concept of a session rock.
          5931e88a - CORE-27: Prevent tp_limit off-by-1 error
          30aa31e9 - CORE-27: Another strange test problem caused by our layout
          9a98f080 - CORE-27: Add masquerading api test (not apitest)
          da167687 - CORE-27: It's very silly to compare against 'True' as a string
          1b995a28 - CORE-27: Fix remaining msgs_left call.
          f6dd275b - CORE-27: Fix old-style references to msg_quota
          bfd0b813 - CORE-27: lowercasify service
          2cb8d0b9 - CORE-27: Add company session deletion method
          acc9ea2f - CORE-27: Make session tests run
          599dc764 - CORE-51: last? batch of code review changes
          06cb724b - CORE-51: did not need to set checked after all
          6b4bc767 - CORE-51: more changes from code review
          fbcecdd9 - CORE-51: use scoped session in actor
          cd02e270 - CORE-51: changes from code review
          30d81d88 - CORE-51: actor naming shuffle
          fd8214c7 - CORE-51: relocate admin from /a/admin/ to /adm/
          ca27d55e - CORE-51: create service for license deactivation
          966e89a9 - CORE-51: create license deactivation actor
          7e572dc9 - CORE-51: remove old license logic
          0aa4b475 - CORE-51: changes for licenses in django admin
          4d2ba3e1 - CORE-51: changes to get angular admin working
          df5c1f8b - CORE-51: api call to deactivate tps for a company
          e3698320 - CORE-51: create spoke for license admin in django admin
          e7b54db4 - CORE-51: add some hub api calls to js service wrapper
          798cb9a0 - CORE-51: add api call for license deactivation to remove opps for a company
          f324b169 - CORE-51: use deferred in license resolve
          67d38e41 - CORE-51: add api call so admin can get license for a company
          19282d90 - CORE-51: fix bug in formatting error message
          c9d53f51 - CORE-51: upgrade admin jquery to get .Deferred
          041588e8 - CORE-51: setup logging for kafkalogger
          af74c183 - CORE-51: license admin checkpoint before merging in CORE-27
          f1a16ae8 - CORE-51: fix date format, add abort method to license controller
          70a3820a - CORE-51: checkpoint license admin
          3e171eed - CORE-27: Add tp deactivation actor to listen to license tp limit changes
          a8fdbd34 - CORE-27: Remove checks for can_post_announcements flag
          9c39ae92 - CORE-27: Better experience when trying to log into a disabled account
          e49e57b3 - CORE-27: Fix attempts to masquerade when no active license
          19323b36 - CORE-27: much saner (and also working) masquerading code
          20262134 - CORE-27: remove use of transaction_profile.view_transactionprofile permission
          b3ea2c61 - CORE-27: Fix company.tp_limit checks
          9157e3e4 - CORE-27: removing license stuff from django
          e01ad748 - CORE-27: Make entity exceptions reconstructable
          1e37457b - CORE-27: Implement convenience function for getting licensed companies
          0b70cca3 - CORE-27: Fix company introduction's license checking
          ff0b25c5 - CORE-27: Remove bin/save_license_type and associated service/queue
          b44fa319 - CORE-27: Remove bin/export_company_data and associated service/queue
          80cda8ff - CORE-27: Convert internal_notification_for_expiring_licenses
          5202f66c - CORE-27: Rewrite inactive_user_and_license_check
          10e4ad99 - CORE-59: Implement checking user groups and licenses as auth api
          ce698012 - CORE-27: Store license flags/quotas in session, access with authclient
          a4b624e9 - CORE-27: Remove some unused/unimplemented authclient stuff
          db8e7586 - CORE-27: Add the license model to entity service
      57c6435a
    • Doug Baerlein's avatar
    • Ike Garrow's avatar
      INTEGRATION: (merge) Merge integration into master · b8740a54
      Ike Garrow authored
          c62511e4 - CORE-78: fix test
          db65d13f - CORE-78: (merge) Merge CORE-78 into integration
          51a0ffe2 - BUGZ-2452: (merge) Merge BUGZ-2452 into integration
          32df391b - BUGZ-2301: (merge) Merge BUGZ-2301 into integration
          7b2db240 - BUGZ-2452: include text for new company NAF posts
          0a9808bc - BUGZ-2301: use group check
          fdce73eb - BUGZ-2301: fix delete button issue by removing permission check
          3126f5d5 - CORE-78: feedback from code review
          3e250910 - CORE-78: adjust interface to support negative offset
          a1257324 - CORE-78: add a kafkaclient script, changed the axlbus.Bus.subscribe interface
      b8740a54
  4. 16 Feb, 2015 24 commits