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

  1. 05 Aug, 2015 21 commits
  2. 04 Aug, 2015 11 commits
  3. 03 Aug, 2015 8 commits
    • Jon Rosebaugh's avatar
      1f295357
    • Bugra Akyildiz's avatar
      CORE-345: Add naics tree, fix unit test · 039baf79
      Bugra Akyildiz authored
      039baf79
    • Ben Holzman's avatar
      BUGZ-2924: do not let type ahead content overflow · d72b2282
      Ben Holzman authored
      Signed-off-by: default avatarBen Holzman <bah@axial.net>
      d72b2282
    • Bugra Akyildiz's avatar
      Merge branch 'master' into CORE-339 · d446f2b6
      Bugra Akyildiz authored
      d446f2b6
    • Ben Holzman's avatar
      CORE-297: (merge) Merge CORE-297 into integration · 738ff4c2
      Ben Holzman authored
          05327ca3 - CORE-297: fix company intro status updates
      738ff4c2
    • Ben Holzman's avatar
      CORE-297: fix company intro status updates · 05327ca3
      Ben Holzman authored
      Signed-off-by: default avatarBen Holzman <bah@axial.net>
      05327ca3
    • Ben Holzman's avatar
      CORE-297: alembic merge · fe80da36
      Ben Holzman authored
      fe80da36
    • Ben Holzman's avatar
      CORE-297: (merge) Merge CORE-297 into integration · 974923fd
      Ben Holzman authored
          b7dc396a - CORE-297: data fixes for description and website in company entity
          996ec190 - CORE-297: fixes for topic rank
          5605e216 - CORE-297: fix slug validity logic
          906f404e - CORE-297: company settings form needs to save via entity service
          6e33cf3d - CORE-297: correct fix for not allowing users at draft companies to endorse
          c2459d04 - CORE-297: fix profile view email
          118384e7 - CORE-297: provide a way to remove newly-added user rows
          6fe6b358 - CORE-297: fix default_nda script (also broke internal opp created notification)
          6bc2a470 - CORE-297: make Create & Add Another clear out company data
          fe3887b4 - CORE-297: do not allow caching of admin index page
          8dea45f2 - CORE-297: implement new user email functionality
          10f40446 - CORE-297: fix contact delete
          68908fbe - CORE-297: fix opp assigning
          874a4c54 - CORE-297: check for email address duplication before creating users
          3557c763 - CORE-297: do not allow endorsements by draft company from newsfeed
          cfbfb7d0 - CORE-297: Merge remote-tracking branch 'origin/CORE-297' into CORE-297
          7a316b69 - CORE-297: fix date display in tombstones
          2d19ae04 - CORE-297: Repair company edit webview broken in merge
          35b959a8 - CORE-297: company profile expects "Generalist" at the beginning of every industry tree
          258421f9 - CORE-297: changes to migration to clean up some bad data
          d955dce9 - CORE-297: fixes to unit tests
          2f8bdf21 - CORE-297: Merge remote-tracking branch 'origin/integration' into CORE-297
          08cd6eb5 - CORE-297: Merge remote-tracking branch 'origin/integration' into CORE-297
          560fcdac - CORE-297: do not show 'Endorse' button for users at draft companies
          29430f41 - CORE-297: change secondary/cancel button implementation to be part of wizard
          a8ed231f - CORE-297: add save & continue editing / save & add another and cancel buttons to company admin create/edit forms
          51faa8ad - CORE-297: adjust migration to handle bad signup_intent data
          f2ab1f0c - CORE-297: fix for pursuit when buyer company has no logo
          d78e0623 - CORE-297: fix for user active/inactive toggle
          157df6ce - CORE-297: fixes to license deactivation actors
          1ee4eeac - CORE-297: fix for deal log
          304c8ea4 - CORE-297: more fixes for endorsements
          99b7c388 - CORE-297: fix for saving company without salesforce info
          6cedde29 - CORE-297: convert state and country to uppercase in company profile edit API call
          0ab461e2 - CORE-297: do not select all related objects when getting opp
          c46996c3 - CORE-297: was missing the "Admin User" group which messed up permissions
          fd5f8103 - CORE-297: circular import hell, just remove fk, we do not even use this field
          499b3a36 - CORE-297: define user relationship for transaction role
          a44cce53 - CORE-297: fix issues saving user profile
          9bcf7f9b - CORE-297: order company admin list by descending created date if no other sort is specified
          e35b6e09 - CORE-297: fix unendorsement
          db629213 - CORE-297: fix bug in checklist actor for companies with >1 user
          b4c18f89 - CORE-297: make allowance for relationships to non-validatable classes
          0412c6c8 - CORE-297: fix company id bug on user settings form
          8fe11948 - CORE-297: remove old permission check on opp menu
          d5f27b65 - CORE-297: add company logo public id to header data
          734f7fa6 - CORE-297: allow endorsements by non-superusers
          24e291be - CORE-297: fix bad ams unit test
          62cbaa70 - CORE-297: small fixes to tests
          859c1404 - CORE-297: adjust ng-messages-include for angular 1.4
          5c0d21e9 - CORE-297: merge to bring in new code
          b7580933 - CORE-297: remove old-style permission checks from deal pages
          ec41aef8 - CORE-297: initialize is_active to true for admin-created companies
          4b166406 - CORE-297: added support for pursuit count and pursuit count filters
          0dc5a210 - CORE-297: enhancements to bizview: license type filter, made company type and location multiselects
          7b465ea6 - CORE-297: handle missing user company_location
          8b08df5d - CORE-297: fixes for endorsements
          5ce923a4 - CORE-297: add missing import in account/emails.py
          887a38ed - CORE-297: fix company logos in newfeed
          b807b033 - CORE-297: fix missed id -> public_id change
          e1057284 - CORE-297: fix logging error on create company
          ddbce643 - CORE-297: fix license toggling
          7b2d74b4 - CORE-297: forgot to import CompanyEntity into handle_recs_sent actor
          b9cf36f6 - CORE-297: do not try to become user who last updated company in profile completion actor
          cf290bde - CORE-297: check for salesforce info before retrieving it
          0f3beeac - CORE-297: support sector-selection in industries
          45b82834 - CORE-297: fix opp view
          2495794e - CORE-297: fix user info layout in admin header for firefox
          fb2dd541 - CORE-297: fix admin display issue with companies with "duplicate" industries
          17370153 - CORE-297: show salesforce owner email too (since it can be inconsistent with name)
          af4aa571 - CORE-297: fix date parsing in company admin
          cd37d648 - CORE-297: fix bug with checklist actor
          5de1be8e - CORE-297: set read group to "all" for self signup companies
          fbfd024d - CORE-297: add support for datetimes with +00:00 as timezone; fix bug in datetime unmarshall
          7978eb52 - CORE-297: restore menu functionality after rebase, add loading state during bizview search
          f4d2bcb3 - CORE-297: miscellaneous fixes to get tests passing after rebase
          74941404 - CORE-297: fixup some code from LQ-1508
          ab42ff59 - CORE-297: alembic merge
          52e4c292 - CORE-297: remove files inadvertently added in rebase
          44155518 - CORE-297: changes to get make test passing
          6ba8bb00 - CORE-297: Revert "CORE-297: split pytest into tests marked "platform" and those not, resolving annoying path issues"
          b39a9018 - CORE-297: Revert "CORE-297: mark some platform tests so they don't get polluted by pythonpath from other tests"
          7f5365dd - CORE-297: fix company index synch
          12096319 - CORE-297: pytest discover hack for company
          6228314b - CORE-297: document boolean features of keyword search in bizview
          f2028e8b - CORE-297: remove seemingly unused relationships added to Company model
          3aaee258 - CORE-297: mark some platform tests so they don't get polluted by pythonpath from other tests
          95ec441f - CORE-297: set industries to an empty array for all companies in cleanup migration
          cb1d2992 - CORE-297: uniquify test and module names
          f406603b - CORE-297: split pytest into tests marked "platform" and those not, resolving annoying path issues
          c156e596 - CORE-297: remove test of removed eloqua form
          d9e11c6c - CORE-297: default ARRAY columns to empty lists and remove special cases for industries being None
          d96ada15 - CORE-297: finished first version of new bizview
          8a153e45 - CORE-297: removal of remnants of bizview
          8a905d48 - CORE-297: new bizview backend
          b3e786b4 - CORE-297: new angular bizview front-end
          44fa8650 - CORE-297: remove bizview (and there was much rejoicing)
          a397339c - CORE-297: fix actor issues preventing checklist completion
          8fc4b472 - CORE-297: company service edit_profile was not saving locations
          61442e90 - CORE-297: handle null last activity time in company admin correctly
          1422e2c1 - CORE-297: Fix downgrade in foreign key migration
          28b52681 - CORE-297: do not allow table content to overflow
          25e3c0b4 - CORE-297: set is_staff_created for admin-created users
          33bbf11c - CORE-297: handle empty industries list
          da278059 - CORE-297: fix for dashboard query
          86304119 - CORE-297: Fix upgrade in foreign key migration
          d8734902 - CORE-297: small hack to prevent profile completion modal from showing after completing first touch modal
          94301168 - CORE-297: fix entity service JSONification for floats, do not allow masquerading as unverified users
          f2a64d8a - CORE-297: add sorting to user table
          806fde4c - CORE-297: fix admin nav issues
          ad3aa36a - CORE-297: fix company type display in admin
          253fbef9 - CORE-297: fix issues with completing profile first touch
          3046f941 - CORE-297: issue adding user to a company
          b015ee6c - CORE-297: admin-created users need signup type set
          da2da1e7 - CORE-297: mark self-signups as not staff created
          2ff032fd - CORE-297: add user details to admin header
          7b077ff5 - CORE-297: fix bugs with Project pages
          ccf19248 - CORE-297: center company admin list table
          10c66afc - CORE-297: implement sorting for company admin list
          d9e3cae1 - CORE-297: fix various bugs from testing
          8ca923f9 - CORE-297: fix some bugs in the down migration
          00bd3dec - CORE-297: include company profile completion actor in stage
          8dcf6b4f - CORE-297: data cleanup on company entity
          bd9dba77 - CORE-297: fix typo
          907bd6a5 - CORE-297: fix some platform refs to slug
          b023bc23 - CORE-297: fix __session_scope actor issue and axurl issue with Company link
          8b3c0b9c - CORE-297: unit test for profile completion actor and fixes to it
          f5c39221 - CORE-297: yet another migration fix
          0c1f697d - CORE-297: another migration issue
          1e8cebc1 - CORE-297: rename debug_actor to run_actor
          d3a127cb - CORE-297: fix some down-migration issues
          b11cbe84 - CORE-297: fix bug in migration
          e4eaa980 - CORE-297: unit test for endorsement naf
          b64c1d7d - CORE-297: unit test for naf actor and fixed a bug
          d0421fc5 - CORE-297: unit test for index_tps actor
          4bf497f6 - CORE-297: unit test for index actor
          6682537c - CORE-297: pixel pushing
          3ddff638 - CORE-297: unit test for website actor
          9b07844b - CORE-297: unit test for index_active actor and elimination of db call from actor
          949f8bc6 - CORE-297: add link to new company admin from django admin
          b95c09e7 - CORE-297: first couple of actor unit tests
          f9d14b2d - CORE-297: support kwargs in actor init
          662249de - CORE-297: support for passing in a db session to actors
          19b0227f - CORE-297: get rid of bad merge() pattern
          903a42f3 - CORE-297: fix some bugs in user_locations actor
          e9a4f1c7 - CORE-297: add some basic support for relations that do not have JSONMixin interface methods
          0ae37e47 - CORE-297: change test_actor to debug_actor
          42f6f6e4 - CORE-297: remove auth_axialuser_company_location FK in DB; cannot support this until users are entities
          b13c438d - CORE-297: implement debug/test support in stage and stagehand
          3d210367 - CORE-297: company user location actor
          66a81264 - CORE-297: more reasonable solution for backref cascading problem
          17046bfd - CORE-297: fix wrong variable name
          7a111942 - CORE-297: actor for checklist on company completion, also actor to keep index_active in synch
          ffc324c7 - CORE-297: ams adapter saves company
          2066d321 - CORE-297: actor for handling website updates when slug changes, fixed typo
          b9a42396 - CORE-297: remove save_company service, move company indexers to their own stage
          32e22eb1 - CORE-297: actors to index companies and company tps when a company changes
          fef5a73f - CORE-297: remove company vestiges from research_book_associate
          f8eb71d3 - CORE-297: adjust company_profile_view FK for entity
          ac0f1b3d - CORE-297: add sfdc_primary_user_id to company entity
          1f37483a - CORE-297: remove eloqua ReferralForm
          c8914586 - CORE-297: show companies in admin list that have no salesforce info yet
          93608ad6 - CORE-297: fixes for self signup companies
          22b7886e - CORE-297: instantiate instances before calling fromjson otherwise backref cascades bite us
          3996dee6 - CORE-297: got self signup workingish
          2ec2b716 - CORE-297: support entity relationships as public ids in fromjson
          1c3b5582 - CORE-297: fix profile completion popup (has been broken since transactions were reaxialized)
          129e5f12 - CORE-297: got logo uploading working
          01fba1e2 - CORE-297: remove geographies from company wizard
          7a475967 - CORE-297: got cropping working from company wizard (although logo is not yet displaying properly)
          db8127f2 - CORE-297: some more fixed
          6f46ceae - CORE-297: more cleanup/bug fixing
          81109b64 - CORE-297: fixed bug in migration
          64d85a11 - CORE-297: rebase and alembic migration replaced
          e607b642 - CORE-297: remove pre-alembic-switch migrations
          03608a11 - CORE-297: checkpoint, mostly done with converting company service
          71189c1d - CORE-297: some bug fixes and removed some unused files
          4789a85b - CORE-297: almost all tests passing, about to convert company service to use entity
          9bc400c0 - CORE-297: checkpoint
          bc9fcb13 - CORE-297: various fixes to migration to handle bad data
          6a9239e1 - CORE-297: add profile completion calculation to migration
          03766185 - CORE-297: initial company entity migration
          2be9caab - CORE-297: replace missing color var with explicit color
          4f872e1e - CORE-297: tweaks to admin search
          6d44534a - CORE-297: avoid sqlalchemy warning
          cba713a9 - CORE-297: fix sqlalchemy data type of is_searchable field
          53c3baad - CORE-326: company profile completion actor PROTOTYPE
          a65f1fcb - CORE-275: adjust for merge conflict on css class edit-icon
          76048db2 - CORE-275: readded alembic migration
          2dba322e - CORE-275: remove pre-alembic-switch migrations
          37dfc16c - CORE-275: remove old license admin
          da406426 - CORE-275: implement switch behaviors
          021068e8 - CORE-275: backend apis for setting user active/inactive
          e254b01d - CORE-275: code reorg, use ui switch
          f57af91a - CORE-275: unit test for text validation
          bbeed954 - CORE-275: add min/max length validity checks to company entity
          fd96636f - CORE-275: various cleanups, styling fixes for list view
          6fa442f7 - CORE-275: reorganization from code review and various fixes
          096ab3c4 - CORE-275: explain public_id is None case in resolve refs
          075d6f90 - CORE-275: downgrade sequence owned by change
          ea50dfab - CORE-275: lost some tests in a rebase
          b3371dd6 - CORE-275: schema updates to entity
          066f13bb - CORE-275: fixups to get tests passing
          e82ad8f6 - CORE-275: checkpoint with create/edit mostly working
          3a7eaa28 - CORE-275: checkpoint
          133428b6 - CORE-274: flake8 changes
      974923fd