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

  1. 20 Jan, 2015 3 commits
  2. 19 Jan, 2015 7 commits
  3. 17 Jan, 2015 9 commits
  4. 16 Jan, 2015 11 commits
  5. 15 Jan, 2015 10 commits
    • Nader Hendawi's avatar
      51c097ad
    • Mohammed Mehdi's avatar
      INTEGRATION: (merge) Merge integration into master · 1dd15a96
      Mohammed Mehdi authored
          c758ad83 - resolve alembic branch
          5138ad8c - Merge remote-tracking branch 'origin/RESP-1181' into integration
          7e7635f6 - CORE-32: (merge) Merge CORE-32 into integration
          ef8f73c0 - CORE-40: (merge) Merge CORE-40 into integration
          f9406e84 - CORE-46: (merge) Merge CORE-46 into integration
          6fb963cd - RESP-1181: change sear param to use company_ids from copmany db
          e9aa0be5 - CORE-24: (merge) Merge CORE-24 into integration
          431f11bc - CORE-46: Wrote the explanation why we are passing only single tp id for testing company ids if they overlap and improved code based on code review
          0aef9850 - CORE-40: comment update from code review
          7b0db9ef - CORE-40: cronmonitor enhancements
          29898475 - CORE-46: Pass the tp ids of a real use case and test for length and uniquness of the results
          91bf7c49 - ADMIN-98: (merge) Merge ADMIN-98 into integration
          7ceff1a9 - CORE-24: (merge) Merge CORE-24 into integration
          5226001f - CORE-46: Wrote tests for company introduction emails to make sure that the company ids for very different tp ids would be different
          7e271f4d - Fixed-Alembic-Conflict
          eb00d58d - RESP-1181: pass remote_api into class constructor and update unit tests
          5df98cc8 - GROW-108: (merge) Merge GROW-108 into integration
          78941a2f - RESP-1235: add get_company_ids
          8d2e4b27 - CORE-24: Always keep models when calling reset_axldb
          235c5da9 - CORE-24: user public_id needs to be a UUIDField
          5f8984fe - ADMIN-98 change field name for self signup date
          df7daeb7 - ADMIN-98 add a field to self signup sync
          ab992532 - CORE-32: Don't look for python tests inside node_modules
          2fb25528 - RESP-1181: fix almebic branch history issue
          b1f8f1d8 - RESP-1181: remove duplicate in the returned list
          c029c81c - RESP-1181: update sear params to adapt the interface change
          f43d186d - Merge branch 'RESP-1232' into RESP-1181
          5a1393c7 - Merge branch 'RESP-1232' into RESP-1181
          23e7aa38 - RESP-1181: get_company_introduction return CompanyIntroduction modles
          a94ac148 - RESP-1181: fix test_gen_one_company
          2d08cc2f - RESP-1181: use all == true() and xfail test_record_comp_intro
          c89b07ca - RESP-1181: address review comments from jonr
          6a2161dc - RESP-1181: remove company_location when querying sear for broader results
          dc6bff4d - RESP-1181: add AF company type when get investment banks
          7514a343 - RESP-1181: refact generate.py to use generic db_session; create CompanyIntro class
          5cf30f33 - RESP-1181: refact generate py moudle to class for db_session
          dadb164b - RESP-1181: fix test_get_investment_banks unit test
          f6914dc5 - CORE-24: Unify auth_axialuser SQLAlchemy models
          d37975f2 - RESP-1181: addressed Ben's review comments
          54139da5 - Merge branch 'master' into RESP-1181
          1398cae8 - RESP-1181: clean up unit tests and add more doc in code
          06bf7484 - RESP-1181: updated code for the change in sear endpoint return format
          6a2dd835 - Merge branch 'RESP-1201' into RESP-1181
          19c0da4c - RESP-1181: init db outside generate
          ed799d9f - More concise and better code based on review
          4189fc38 - Made changes based on the code review comments
          1d6b55e7 - API change to get the company id and tp id as pairs in a list for a given tp ids
          94a2451d - Change the unit tests for the api change
          aa9c1dba - RESP-1181: query sear passing multiple tps per request
          a08888e9 - Updated docs for get_similar_items
          d83d965f - RESP-1181: get_coompany_introduction working; wirite using entity service having expection
          6fcae6c4 - Being more defensive in terms of sampling
          238321c3 - Merge branch 'RESP-1201' into RESP-1181
          aad835c3 - Added attribute testing
          172ccb08 - RESP-1181: refactor _prep_id_criteria and _get_similarity_params param for single tp_id
          85430324 - Simplified tests and changed it according to api change
          3cff3d45 - Change the recommendation structure to accommodate the ignore list and seed
          712e0c61 - RESP-1181: get_tp_by_owner return single tp per owner
          dc30e115 - add get_company_introduction
          56e545c8 - RESP-1181: refact gen_all into get_one_company
          3a62f957 - GROW-108: Pick team member for search results based on team ordering
          5e2ac6b0 - GROW-108: Don't get upset if 'leftover' users never had an ordering.
          c931eb28 - GROW-108: Check authorization
          a098db34 - GROW-108: Support explicit team ordering
          1803d35a - RESP-1181: refact generate for constructing proper comp_intro obj
          b96ba095 - RESP-1181: fix axlsvc client manager login_as_service
          177d1cbc - RESP-1181: add gen_all
          69580814 - RESP-1181: remove pdb imports
          43d9e155 - Merge branch 'RESP-1201' into RESP-1181
          7e4eb081 - RESP-1181: refactor get_tps_by_owner and get_active_tps
          fc704444 - Refactor get_similar_items to accept real_cnt and limit in the rec(**params
          4e474cae - Update docs
          b71bf155 - Added tests for company location, company type and industries filtering to make sure that criteria parameter is working
          4b50fab8 - Normalization is removed from the vector
          584bae99 - Change the documentation to accommodate the owned_by_type_id field in the params
          53346f63 - Fix with owned_by_type_id using suffix colon
          51a9bcd6 - Merge branch 'RESP-1201' into RESP-1181
          e1cc31d0 - RESP-1181: add unit test and query_similarity
          bbcf85cb - Fix SimilarityPostingSource comparison bug
          6fa08f2b - merge RESP-1201 and resolve confs
          aac40ea4 - Change the results limit instead of all results
          9bc327bf - Get a limited number of results
          fd751737 - Merge branch 'RESP-1184' into RESP-1181
          013ecfc3 - RESP-1184: address code review comments on nullable and format
          6feab080 - Remove the redundant parameters passing to the rec
          0e65d324 - Normalization of the reference vector
          8efd5a55 - Normalized Jensen Shannon divergence function
          069d1de0 - RESP-1181: add get_member_from_company_id
          4971c9b2 - Merge branch 'RESP-1201'
          72984236 - Added two examples in docs for TP and COMP for company introduction emails
          dbbe82e7 - RESP-1184: update migration and model fields
          deb8baed - Tests are passing 🚀
          a9ab949f - RESP-1184: add foreign keys to migration
          379d409e - RESP-1184: add company introduction entity model and migration
          bafd6277 - Change the documentation for region ids
          0a8515ee - Unittests for company introduction emails
          89bcf585 - Merge branch 'master' into RESP-1181
          7cadde60 - RESP-1181: add get_similarity_params and tests
          dcac54a9 - Added distance function exception in the similarity score distance computation
          ca6f4e3e - Working similarity matrix and changed the docs in order to include region ids
          455ad03c - Similarity part is incorporated
          c525c89d - Refactor and change the api one more time along with debugging statements
          4aa15f07 - RESP-1181: add get_investment_bank_company_ids
          33cab447 - Refactor rec to be able to use for company introductions
          736b4c96 - RESP-1181: query ams to determine if there are message exchanges implemented
          59a0b1e4 - RESP-1181: get_active_tps implemented
          2a38ea4f - Refactoring and fixed small bugs around similarity distance and vectors
          034bd829 - Remove the dead code
          3c2d15ef - Initial implementation of similar items for company introduction
          a292e526 - Initial commit for similar items
          a22aef49 - fix typo
          5b7feee4 - Merge branch 'RESP-1196' into RESP-1181
          eea4dca0 - Inherit ExternalWeightPostingSource to get Topic Rank and Similarity custom scoring
          d42e00d9 - Change the similarity distance and matrix in the computation
          f1fe5ecc - Merge branch 'master' into RESP-1181
          214d9116 - Jensen shannon divergence matrix and node name getter is implemented
          1975ad7a - RESP-1181: add License model and implemented is_company_licensed
          215e188f - Merge branch 'RESP-1179' into RESP-1181
          6a5e2879 - RESP-1181: init generate.py and test files
      1dd15a96
    • Ben Holzman's avatar
      CORE-31: add documentation to validate · f35b50b2
      Ben Holzman authored
      Signed-off-by: default avatarBen Holzman <bah@axial.net>
      f35b50b2
    • Ike Garrow's avatar
      resolve alembic branch · c758ad83
      Ike Garrow authored
      c758ad83
    • Ben Holzman's avatar
      CORE-31: adjust downgrade sequence · 7a416330
      Ben Holzman authored
      Signed-off-by: default avatarBen Holzman <bah@axial.net>
      7a416330
    • Nader Hendawi's avatar
      GROW-117: public auth redirects · 76ab93c9
      Nader Hendawi authored
      Signed-off-by: default avatarNader Hendawi <nader.hendawi@axial.net>
      76ab93c9
    • Ben Holzman's avatar
    • Jon Rosebaugh's avatar
    • Ben Holzman's avatar
      CORE-31: add entity model for NAF items, skip validation for nullable columns... · f47dac8d
      Ben Holzman authored
      CORE-31: add entity model for NAF items, skip validation for nullable columns where there is no value
      Signed-off-by: default avatarBen Holzman <bah@axial.net>
      f47dac8d
    • Mohammed Mehdi's avatar
      CORE-32: (merge) Merge CORE-32 into integration · 7e7635f6
      Mohammed Mehdi authored
          ab992532 - CORE-32: Don't look for python tests inside node_modules
      7e7635f6