- 19 Dec, 2014 3 commits
-
-
Doug Shore authored
-
Doug Shore authored
-
Ike Garrow authored
c6d0c90e - HACK: exclude reference tests from site-packages 9f91c8b4 - BUGZ-2161: (merge) Merge BUGZ-2161 into integration 86cd1f50 - CORE-10: (merge) Merge CORE-10 into integration b44d8946 - CORE-9: (merge) Merge CORE-9 into integration c8a9720b - RESP-1057: (merge) Merge RESP-1057 into integration 92962fe7 - RESP-1196: (merge) Merge RESP-1196 into integration 21898a68 - RESP-1208: (merge) Merge RESP-1208 into integration 7121936c - BUGZ-2161: fix utm_ params to match spec for rec summary 0b5ad74a - CORE-11: (merge) Merge CORE-11 into integration 7b308c7b - Alembic-fix 2e7b7b53 - LQ-1369: (merge) Merge LQ-1369 into integration 8cfe196a - LQ-1369: added release note af2ff29a - RESP-1192: (merge) Merge RESP-1192 into integration 390ad6a1 - CORE-13: (merge) Merge CORE-13 into integration ca4473c9 - ADMIN-92: (merge) Merge ADMIN-92 into integration 08ab6d5c - BUGZ-2322: (merge) Merge BUGZ-2322 into integration 32eebc6e - BUGZ-2052: (merge) Merge BUGZ-2052 into integration b8678baa - CORE-11: bug fix 3340b1fb - RESP-1208: undo addition of lend for co-invest f169a30a - RESP-1208: include Lend for co-invest a7b53990 - RESP-1192 update pw reset token invalid messaging 82a0f6c1 - RESP-1208: added comments on not using Django getlist 1c29d906 - RESP-1208: refactor filtering by domain and transaction_types for TPs 978d3134 - ADMIN-95 clean up teplates a little 12ae2125 - ADMIN-95 add pagination and fix ebitda bug 44155a6f - LQ-1386: Pay more attention to filenames cb5db98e - CORE-13: fix auth_api test 30f82b1a - remove foreign key constraint in valuation tool 7673c8b2 - CORE-13: added release note ee285d17 - BUGZ-2052: replace onclick events with redirects by <a href> on header 016137f1 - CORE-11: include everything in match_dict; use 2-level dict instead of __ prefixes 68a9e99e - CORE-11: copy events onto the message bus cb3636f9 - BUGZ-2322: move creation of NF new company post to backend 76cc357d - RESP-1196: updated default on name field in opportunity and add doc on top of extracted models e1941861 - RESP-1196: move database.py back to opportunity service 1842d48f - CORE-9: review changes 791890b5 - RESP-1196: upadted DATETIME to DateTime in created_on and updated_on in Opportunity b3c1d20e - RESP-1196: remove duplicate opportunity in transaction_data model d3f4868f - RESP-1196: rename models and fix references da95b1d9 - LQ-1386: Separate API call to connect match and signed doc 21506c6a - CORE-13: fix bug with uuid fields, syntax bug in axl_jsonrpc 7c9c2cd7 - RESP-1196: fixed opportunity model default values and unit tests passing 8647286c - CORE-13: add admin auth group to service_repl; auth support in CallContext d7bf3f38 - CORE-10: change implementation to hook into logrotate ed95d672 - LQ-1386: Update match model in platform d0fba5bd - RESP-1196: fix test_transactionsdata_api.py 43dfaa0e - LQ-1386: Updated migration ref 4c3772df - LQ-1386: Set owned_by and created_by for signed copy a00c21b2 - LQ-1386: Don't make assumptions on the public_id of the signed copy e5f2e17c - LQ-1386: Fail gracefully if signed document is not available yet f441b919 - LQ-1386: Downloa signed copy from awaiting review 83c88f8c - LQ-1386: Save signed copy 81293570 - RESP-1196: move models in opportunity service into lib and update tests eecaa38f - CORE-10: use logs.http as topic name 980242c0 - CORE-10: copy HTTP logs onto the message bus c0df6d7b - CORE-9: initial reference service fe6121b0 - ADMIN-92 final code cleanups for release 8377280c - ADMIN-92 some code cleanups 766d8f1c - ADMIN-92 merge axialuser changes w master b4f6aac9 - RESP-1057 update wording on pw reset notification page
-
- 18 Dec, 2014 26 commits
-
-
Ben Holzman authored
Signed-off-by:Ben Holzman <bah@axial.net>
-
Ike Garrow authored
7121936c - BUGZ-2161: fix utm_ params to match spec for rec summary -
Ike Garrow authored
d7bf3f38 - CORE-10: change implementation to hook into logrotate eecaa38f - CORE-10: use logs.http as topic name 980242c0 - CORE-10: copy HTTP logs onto the message bus -
Ike Garrow authored
1842d48f - CORE-9: review changes c0df6d7b - CORE-9: initial reference service -
Ike Garrow authored
b4f6aac9 - RESP-1057 update wording on pw reset notification page -
Ike Garrow authored
76cc357d - RESP-1196: updated default on name field in opportunity and add doc on top of extracted models e1941861 - RESP-1196: move database.py back to opportunity service 791890b5 - RESP-1196: upadted DATETIME to DateTime in created_on and updated_on in Opportunity b3c1d20e - RESP-1196: remove duplicate opportunity in transaction_data model d3f4868f - RESP-1196: rename models and fix references 7c9c2cd7 - RESP-1196: fixed opportunity model default values and unit tests passing d0fba5bd - RESP-1196: fix test_transactionsdata_api.py 81293570 - RESP-1196: move models in opportunity service into lib and update tests -
Ike Garrow authored
3340b1fb - RESP-1208: undo addition of lend for co-invest f169a30a - RESP-1208: include Lend for co-invest 82a0f6c1 - RESP-1208: added comments on not using Django getlist 1c29d906 - RESP-1208: refactor filtering by domain and transaction_types for TPs -
Ben Holzman authored
Signed-off-by:Ben Holzman <bah@axial.net>
-
Ike Garrow authored
b8678baa - CORE-11: bug fix 016137f1 - CORE-11: include everything in match_dict; use 2-level dict instead of __ prefixes 68a9e99e - CORE-11: copy events onto the message bus -
Ike Garrow authored
-
Ike Garrow authored
8cfe196a - LQ-1369: added release note 44155a6f - LQ-1386: Pay more attention to filenames da95b1d9 - LQ-1386: Separate API call to connect match and signed doc ed95d672 - LQ-1386: Update match model in platform 43dfaa0e - LQ-1386: Updated migration ref 4c3772df - LQ-1386: Set owned_by and created_by for signed copy a00c21b2 - LQ-1386: Don't make assumptions on the public_id of the signed copy e5f2e17c - LQ-1386: Fail gracefully if signed document is not available yet f441b919 - LQ-1386: Downloa signed copy from awaiting review 83c88f8c - LQ-1386: Save signed copy -
Ike Garrow authored
-
Ike Garrow authored
a7b53990 - RESP-1192 update pw reset token invalid messaging -
Ike Garrow authored
cb5db98e - CORE-13: fix auth_api test 7673c8b2 - CORE-13: added release note 21506c6a - CORE-13: fix bug with uuid fields, syntax bug in axl_jsonrpc 8647286c - CORE-13: add admin auth group to service_repl; auth support in CallContext -
Ike Garrow authored
30f82b1a - remove foreign key constraint in valuation tool fe6121b0 - ADMIN-92 final code cleanups for release 8377280c - ADMIN-92 some code cleanups 766d8f1c - ADMIN-92 merge axialuser changes w master -
Ike Garrow authored
cb3636f9 - BUGZ-2322: move creation of NF new company post to backend -
Ike Garrow authored
ee285d17 - BUGZ-2052: replace onclick events with redirects by <a href> on header -
Ben Holzman authored
Signed-off-by:Ben Holzman <bah@axial.net>
-
Doug Shore authored
-
Doug Shore authored
-
Thomas Meimarides authored
Signed-off-by:Thomas Meimarides <thomas.meimarides@axialmarket.net>
-
Doug Shore authored
-
Doug Shore authored
-
Doug Friedman authored
-
Doug Friedman authored
-
Scuba Steve authored
Signed-off-by:Scuba Steve <steve.fusaro@axialmarket.com>
-
- 17 Dec, 2014 11 commits
-
-
Ben Holzman authored
Signed-off-by:Ben Holzman <bah@axial.net>
-
Doug Friedman authored
-
Ike Garrow authored
-
Anton Shmakau authored
-
Ben Holzman authored
Signed-off-by:Ben Holzman <bah@axial.net>
-
Ben Holzman authored
Signed-off-by:Ben Holzman <bah@axial.net>
-
Anton Shmakau authored
-
Ying Zhao authored
-
Ying Zhao authored
-
Ben Holzman authored
Signed-off-by:Ben Holzman <bah@axial.net>
-
Ying Zhao authored
-