- 20 Oct, 2015 17 commits
-
-
Jon Rosebaugh authored
ef2cf0ac - BUGZ-3199: Break on success 992f371f - BUGZ-3199: We need two layers of try/except blocks in order to preserve what happens when UnknownTopicOrPartitionError is raised a1206d95 - BUGZ-3199: Retry sendmsg up to 3 times -
Jon Rosebaugh authored
b2e8fc62 - CORE-421: Don't leave transactions open bd89c030 - CORE-421: allow service session to save an opp 25cb91b7 - CORE-421: Remove opp service api from client ini 7752c121 - CORE-421: Convert opp service api calls to deal service ea8b3731 - CORE-421: Convert opp web views to use deal service 4067b6fb - CORE-421: Use addAfterCommitHook b73b10d0 - CORE-421: Migrate opp service rpc methods to deal service 4481531c - CORE-421: deal service scaffold 06eeea7d - CORE-421: More reliable JSON serialization in Pyramid -
Kenneth Chan authored
a0063d34 - GROW-498: fixed userfed interface d0165062 - GROW-498: removed obsolete test 69613f0e - GROW-498: addressed CR comments c1bf2848 - GROW-498: fixed regions facet 6e7ca543 - GROW-498: added endpoint to describe filters a6f84c59 - GROW-498: converted functions into classes a93979e8 - GROW-498: added dbs to release notes 0e72dff0 - GROW-498: integrated opp search 7d45ba6b - GROW-498: fixed USERS facets and rearranged configuration settings df92dbb7 - GROW-498: integrate search_user endpoint c235032f - GROW-498: add company only if the operation is UPDATE 18b83267 - GROW-498: add release script 5ae654cb - GROW-498: add company dump to USERFED fd566222 - GROW-498: setup basic workflow for USERFED indexer 4dec6ac7 - GROW-498: step1 index_synch support for USERFED 1f7431e5 - GROW-498: add userfed class -
Kenneth Chan authored
b44a0aba - GROW-524: modified release notes -
Kenneth Chan authored
Signed-off-by:Kenneth Chan <kenneth.chan@axial.net>
-
Kenneth Chan authored
Signed-off-by:Kenneth Chan <kenneth.chan@axial.net>
-
Axylos authored
Signed-off-by:Axylos <robertdraketalley@gmail.com>
-
Ben Holzman authored
f7ff98ae - LQ-1614: back-ported some fixes from DEAL-LIST 95962ff1 - LQ-1614: changes to button styling from testing e54dd80c - LQ-1614: implement new loading state images for buttons 416c9a9e - LQ-1614 more messages button tweaks. ad145fd2 - LQ-1614 use variables for colors. 00d55272 - LQ-1614 remove btn-default from thread detail page. ceedf969 - LQ-1614 minimize customizations to axl-button in messages app. 5213299d - LQ-1614 fix bug with results summary. bcfcb8e9 - LQ-1614: button restyling -
Jason Green authored
38ef9431 - BUGZ-3198: add new-lines to admin-base.scss 2562b5c7 - BUGZ-3198: target ng-invalid-maxlength in css f522e7ab - BUGZ-3198: keep not-empty class if input is invalid 71808d07 - BUGZ-3198: nest forms to avoid input-name conflicts, target invalid inputs 6b02417c - BUGZ-3198: Max field length in angular company admin 00c72c61 - BUGZ-3198: Enforce char limit in Django user admin -
Kenneth Chan authored
687698ac - GROW-524: fix for employee_count sorting 7fb8eae2 - GROW-524: updated release notes to drop compfed db before db-synch fb4a1516 - GROW-524: indexed COMPFED id term, a fix for deleting from index_synch d4a586d8 - GROW-524: fixed industry counts 1af74961 - GROW:524: fixed slot ordering cd063659 - GROW-524: fixed keyerror on TP documents 269736a2 - GROW-524: added release notes d15cb0f2 - GROW-524: added sorting feature 47952de1 - GROW-524: added count fields to results -
Ben Holzman authored
Signed-off-by:Ben Holzman <bah@axial.net>
-
Jason Green authored
Signed-off-by:Jason Green <jason.green@axial.net>
-
Jason Green authored
Signed-off-by:Jason Green <jason.green@axial.net>
-
Jason Green authored
-
Jon Rosebaugh authored
keep_session=True let us access the object properties, but it also kept transactions open if the session didn't have to commit. this should work better. Signed-off-by:Jon Rosebaugh <jon.rosebaugh@axial.net>
-
- 19 Oct, 2015 23 commits
-
-
Jason Green authored
-
Jon Rosebaugh authored
0ac75fc6 - BUGZ-3200: Better error handling for invalid tokens -
Jon Rosebaugh authored
f18cf9f0 - BUGZ-3162: keep naf test from failing sporadically -
Jon Rosebaugh authored
Signed-off-by:Jon Rosebaugh <jon.rosebaugh@axial.net>
-
Jon Rosebaugh authored
Whenever the Middle Atlantic region was randomly selected for the second region, this test would fail. Signed-off-by:Jon Rosebaugh <jon.rosebaugh@axial.net>
-
Ben Holzman authored
Signed-off-by:Ben Holzman <bah@axial.net>
-
Jon Rosebaugh authored
Signed-off-by:Jon Rosebaugh <jon.rosebaugh@axial.net>
-
Jon Rosebaugh authored
Signed-off-by:Jon Rosebaugh <jon.rosebaugh@axial.net>
-
Ben Holzman authored
93d17339 - BUGZ-3179: take opp owner to opp overview page on NF announcements with Opp attached -
Ben Holzman authored
Signed-off-by:Ben Holzman <bah@axial.net>
-
Jon Rosebaugh authored
Signed-off-by:Jon Rosebaugh <jon.rosebaugh@axial.net>
-
Jon Rosebaugh authored
Signed-off-by:Jon Rosebaugh <jon.rosebaugh@axial.net>
-
Jon Rosebaugh authored
Signed-off-by:Jon Rosebaugh <jon.rosebaugh@axial.net>
-
Jon Rosebaugh authored
The opp web views previously imported api methods and called them directly, often passing in SQLAlchemy db objects. Some adjustments have been necessary. Signed-off-by:Jon Rosebaugh <jon.rosebaugh@axial.net>
-
Jon Rosebaugh authored
The opp service would commit transactions explicitly in the middle of an api method, then call other services which would need these transactions to be committed. I've moved this logic to after-commit hooks. Signed-off-by:Jon Rosebaugh <jon.rosebaugh@axial.net>
-
Jon Rosebaugh authored
also the tests Signed-off-by:Jon Rosebaugh <jon.rosebaugh@axial.net>
-
Kenneth Chan authored
Signed-off-by:Kenneth Chan <kenneth.chan@axial.net>
-
Dan Conner authored
Signed-off-by:Dan Conner <dan.conner@axial.net>
-
Dan Conner authored
Signed-off-by:Dan Conner <dan.conner@axial.net>
-
Dan Conner authored
Signed-off-by:Dan Conner <dan.conner@axial.net>
-
Dan Conner authored
Signed-off-by:Dan Conner <dan.conner@axial.net>
-
Dan Conner authored
Signed-off-by:Dan Conner <dan.conner@axial.net>
-
Ben Holzman authored
Signed-off-by:
Ben Holzman <bah@axial.net> LQ-1614: change all references to #004A99 -> #1983B3 Signed-off-by:
Ben Holzman <bah@axial.net> LQ-1614: updates from first round of testing Signed-off-by:
Ben Holzman <bah@axial.net> LQ-1614: more styling tweaks from review Signed-off-by:
Ben Holzman <bah@axial.net> LQ-1614: another round of tweaks Signed-off-by:
Ben Holzman <bah@axial.net>
-