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

  1. 23 Feb, 2015 3 commits
  2. 20 Feb, 2015 11 commits
    • Ike Garrow's avatar
      INTEGRATION: (merge) Merge integration into master · f87bd723
      Ike Garrow authored
          e268a773 - BUGZ-2471: (merge) Merge BUGZ-2471 into integration
          33ac542f - BUGZ-2471: Handle expired linkedin tokens better.
          fd43f123 - Merge branch 'RESP-1219' into integration
          9136eafc - RESP-1280: (merge) Merge RESP-1280 into integration
          07f6322c - RESP-1280 qa fixes.
          18f3e20e - RESP-1219: some clean up and address stuff from code review
          f448afa6 - RESP-1280 add owner/officer flag to NAF for OPPs.
          ac0d6f86 - RESP-1280 tidy up NOPP feed item template.
          0b7ef5c0 - RESP-1241 use 'masquerading' group for check. Remember to take out the trash.
          54675b6f - RESP-1241 add minimal bits for NOPP newsfeeditem posts.
          746a0264 - RESP-1219: remove more junk
          538bc45b - remove unnecessary name gathering
          5e4f5d17 - RESP-1219: get filters from url and show otherwise hidden selected filters
          bf81c483 - RESP-1219: add relevant collections to reference spoke
          48e416f0 - RESP-1219: begin integrating url serialized filters
          ce2223a2 - remove bad endpoint and refactor bits of url handling
          188fe268 - RESP-1219: integrate built filters from url
          e011b200 - RESP-1219: wire up json-rpc
          cabdf0ce - RESP-1219: store filters in url hash
      f87bd723
    • Ike Garrow's avatar
      BUGZ-2471: (merge) Merge BUGZ-2471 into integration · e268a773
      Ike Garrow authored
          33ac542f - BUGZ-2471: Handle expired linkedin tokens better.
          2d1dfd22 - INTEGRATION: (merge) Merge integration into master
      e268a773
    • Jon Rosebaugh's avatar
    • Axylos's avatar
      Merge branch 'RESP-1219' into integration · fd43f123
      Axylos authored
      Conflicts:
      	etc/spoke/search-filters.cfg
      fd43f123
    • Ike Garrow's avatar
      RESP-1280: (merge) Merge RESP-1280 into integration · 9136eafc
      Ike Garrow authored
          07f6322c - RESP-1280 qa fixes.
          f448afa6 - RESP-1280 add owner/officer flag to NAF for OPPs.
          ac0d6f86 - RESP-1280 tidy up NOPP feed item template.
          0b7ef5c0 - RESP-1241 use 'masquerading' group for check. Remember to take out the trash.
          54675b6f - RESP-1241 add minimal bits for NOPP newsfeeditem posts.
      9136eafc
    • Ike Garrow's avatar
      INTEGRATION: (merge) Merge integration into master · 2d1dfd22
      Ike Garrow authored
          66137175 - BUGZ-2444: (merge) Merge BUGZ-2444 into integration
          c92b407e - BUGZ-2460: (merge) Merge BUGZ-2460 into integration
          0f22c4fc - CORE-42: (merge) Merge CORE-42 into integration
          90ffa54a - CORE-110: (merge) Merge CORE-110 into integration
          599ae240 - RESP-1287: (merge) Merge RESP-1287 into integration
          bf8d6877 - BUGZ-2460: detect and remove NAF items with incomplete data
          c851ad27 - Merge remote-tracking branch 'origin/integration' into CORE-42
          43930d69 - CORE-110: feedback from code review
          774902fe - BUGZ-2444
          0b1b2a24 - CORE-110: initial email service
          d347d474 - RESP-1287: more updates to use mixins and add braces in if statement
          b3f6e29f - RESP-1287: remove previous hack and disable view while in development
          aad6856d - RESP-1287: add styling
          c27393b5 - RESP-1287: add rendering to view and stat params
          fba7eee6 - RESP-1287: initial commit.  skeleton of js and template
          dda81834 - CORE-42: Refactored the occurrence of tokens outside of the function
          3dc17683 - CORE-42: Add the opportunity title to the topic model as well
          4c8feeea - CORE-42: Get rid of extraneous variable based on the code review
          bb970db0 - CORE-42: Creating dictionary outside of the loop
          a16c6136 - CORE-42: Using the Beautiful soup instead of HTMLStripper based on code review suggestion
          dc511d5c - CORE-42: Changed the normalize function name
          dcc32e35 - CORE-42: Feature matrix computation is done for opportunities 🚀
          81d9ff0c - CORE-42: Remove the invalid ids for each document so that feature vectors would match to the opportunity ids
          173f38ce - CORE-42: Changed the way I store the feature vectors for opportunities for easy access
          1fd0e3ae - CORE-42: Change the structure of topic model into class and refactor
          e3cbcb7f - CORE-42 Added taxonomy ids to the documents in order to build a full feature vector for each document
          f65c1bb5 - CORE-42: Added more stop words covering the industry taxonomies up to 12
          d7045082 - CORE-42: Implemented selection of words per topic
          5264e28e - CORE-42: Added topic model keywords for each taxonomy id and be more defensive against exceptions
          703e2b55 - CORE-42: Added more stopwords to improve the quality of the topics
          0b1a3bdc - CORE-42: Retrieve tp profiles similar to opportunities and changed the test user ids to long
          7f0f09c5 - CORE-42: Compute the complete feature matrix for all of the documents with topics
          a7547e10 - CORE-42: Unicode punctuation strip and change the way of processing each documents
          96ff38c4 - CORE-42: Initial lda model
          145a8ee8 - CORE-42: String punctuation and removal of words that occurs once
          aec89ea4 - CORE-42: Stop words is added and implemented
          58e8dca5 - CORE-42: Overview of opportunities are stripped from html tags and initial commit for topic model analysis of opportunities
          abe616b8 - CORE 42: HTML Stripper is added to clean the overviews
          5b091a34 - CORE 42: Opportunities with their taxonomy ids are retrieved
          3a7cbd74 - CORE-42: Initial commit
      2d1dfd22
    • Ike Garrow's avatar
      BUGZ-2444: (merge) Merge BUGZ-2444 into integration · 66137175
      Ike Garrow authored
          774902fe - BUGZ-2444
      66137175
    • Ike Garrow's avatar
      BUGZ-2460: (merge) Merge BUGZ-2460 into integration · c92b407e
      Ike Garrow authored
          bf8d6877 - BUGZ-2460: detect and remove NAF items with incomplete data
      c92b407e
    • Ike Garrow's avatar
      CORE-42: (merge) Merge CORE-42 into integration · 0f22c4fc
      Ike Garrow authored
          c851ad27 - Merge remote-tracking branch 'origin/integration' into CORE-42
          dda81834 - CORE-42: Refactored the occurrence of tokens outside of the function
          3dc17683 - CORE-42: Add the opportunity title to the topic model as well
          4c8feeea - CORE-42: Get rid of extraneous variable based on the code review
          bb970db0 - CORE-42: Creating dictionary outside of the loop
          a16c6136 - CORE-42: Using the Beautiful soup instead of HTMLStripper based on code review suggestion
          dc511d5c - CORE-42: Changed the normalize function name
          dcc32e35 - CORE-42: Feature matrix computation is done for opportunities 🚀
          81d9ff0c - CORE-42: Remove the invalid ids for each document so that feature vectors would match to the opportunity ids
          173f38ce - CORE-42: Changed the way I store the feature vectors for opportunities for easy access
          1fd0e3ae - CORE-42: Change the structure of topic model into class and refactor
          e3cbcb7f - CORE-42 Added taxonomy ids to the documents in order to build a full feature vector for each document
          f65c1bb5 - CORE-42: Added more stop words covering the industry taxonomies up to 12
          d7045082 - CORE-42: Implemented selection of words per topic
          5264e28e - CORE-42: Added topic model keywords for each taxonomy id and be more defensive against exceptions
          703e2b55 - CORE-42: Added more stopwords to improve the quality of the topics
          0b1a3bdc - CORE-42: Retrieve tp profiles similar to opportunities and changed the test user ids to long
          7f0f09c5 - CORE-42: Compute the complete feature matrix for all of the documents with topics
          a7547e10 - CORE-42: Unicode punctuation strip and change the way of processing each documents
          96ff38c4 - CORE-42: Initial lda model
          145a8ee8 - CORE-42: String punctuation and removal of words that occurs once
          aec89ea4 - CORE-42: Stop words is added and implemented
          58e8dca5 - CORE-42: Overview of opportunities are stripped from html tags and initial commit for topic model analysis of opportunities
          abe616b8 - CORE 42: HTML Stripper is added to clean the overviews
          5b091a34 - CORE 42: Opportunities with their taxonomy ids are retrieved
          3a7cbd74 - CORE-42: Initial commit
      0f22c4fc
    • Ike Garrow's avatar
      CORE-110: (merge) Merge CORE-110 into integration · 90ffa54a
      Ike Garrow authored
          43930d69 - CORE-110: feedback from code review
          0b1b2a24 - CORE-110: initial email service
      90ffa54a
    • Ike Garrow's avatar
      RESP-1287: (merge) Merge RESP-1287 into integration · 599ae240
      Ike Garrow authored
          d347d474 - RESP-1287: more updates to use mixins and add braces in if statement
          b3f6e29f - RESP-1287: remove previous hack and disable view while in development
          aad6856d - RESP-1287: add styling
          c27393b5 - RESP-1287: add rendering to view and stat params
          fba7eee6 - RESP-1287: initial commit.  skeleton of js and template
      599ae240
  3. 19 Feb, 2015 2 commits
  4. 18 Feb, 2015 18 commits
  5. 17 Feb, 2015 6 commits