Commit Graph

7999 Commits

Author SHA1 Message Date
Marko Milić
beaab00015 Rename ATTRIBUTE_DEFINITION_ID => attribute_definition_id 2020-04-09 09:16:21 +02:00
Marko Milić
ab933e6718 Merge remote-tracking branch 'upstream/develop' into develop 2020-04-08 14:32:33 +02:00
Simon Redfern
7c7138004b
Merge pull request #1545 from hongwei1/develop
fixed the guard for creating counter party endpoint
2020-04-08 14:00:50 +02:00
hongwei
b35e98b96a typo 2020-04-08 14:00:09 +02:00
Marko Milić
be7a0f2fe0 Add max.bad.login.attempts to sample props template 2020-04-08 13:26:47 +02:00
Marko Milić
6eeba954a5 Add max.bad.login.attempts to sample props template 2020-04-08 13:17:43 +02:00
hongwei
0f77a7880f Merge remote-tracking branch 'Simon/develop' into develop 2020-04-08 13:10:58 +02:00
hongwei
4dc5ee052b added the OBP_BANK_ID and OBP_ACCOUNT_ID guards for createCounterparty endpoint
and also fixed the relevant payments apis.
2020-04-08 13:10:47 +02:00
hongwei
659a3ab6c9 fixed the guard for creating counterparty endpoint
#remove the `setSandboxMode`, use the `AWS_ACCOUNT_ID` instead
2020-04-08 11:27:29 +02:00
Marko Milić
709223f590 Attribute Definition - tweak typo 2020-04-08 08:42:03 +02:00
Simon Redfern
a49d88e8b2
Merge pull request #1544 from constantine2nd/develop
Few tweaks
2020-04-07 19:24:40 +02:00
Marko Milić
222d262450 Card Attribute Definition - tweak docs 2020-04-07 18:00:42 +02:00
Marko Milić
822717a08c Debug system environment props message 2020-04-06 19:50:29 +02:00
Marko Milić
6f84955219 Fix typos and comment code 2020-04-03 11:55:43 +02:00
Simon Redfern
e41ed233b4
Merge pull request #1543 from constantine2nd/develop
Few tweaks
2020-04-02 19:14:52 +02:00
Marko Milić
8132bd94b5 Merge remote-tracking branch 'upstream/develop' into develop 2020-04-02 18:40:56 +02:00
Marko Milić
b02f70eeee Fix migration script log issue 2020-04-02 18:40:37 +02:00
Simon Redfern
444175997f Updating sample.props.template regarding Super Admin Users 2020-04-01 15:29:32 +02:00
Marko Milić
68d1826465 Merge remote-tracking branch 'upstream/develop' into develop 2020-04-01 14:46:10 +02:00
Marko Milić
69f4762cf4 Fix error code 400 to 403 2020-04-01 14:45:51 +02:00
Simon Redfern
7af31e0387
Merge pull request #1542 from hongwei1/develop
super Admin has access to less Roles (must grant them to itself explicitly) and added the tests for addEntitlement endpoint
2020-04-01 14:44:24 +02:00
hongwei
8477a22ee6 extract the addedSuperAdminEntitlementJson method 2020-04-01 13:57:26 +02:00
hongwei
2f4346501e added the tests for addEntitlement endpoints and tweaked the error message 2020-04-01 13:29:07 +02:00
hongwei
07a6051af3 fixed the failed test 2020-04-01 09:31:11 +02:00
hongwei
a25d1217a9 use canDeleteEntitlementAtAnyBank and canGetEntitlementsForAnyUserAtAnyBank role
instead of isSuperAdmin for getAllEntitlements and deleteEntitlement endpoints
2020-04-01 08:58:24 +02:00
Simon Redfern
e70032ebc4
Merge pull request #1541 from oldbig/develop
feature/dynamic_endpoint_path_variable_and_error_message
2020-03-31 17:40:02 +02:00
shuang
5f7e2df05b feature/add_dynamic_endpoints_with_swagger: fix error message process 2020-03-31 20:08:26 +08:00
shuang
f9494ce8c7 feature/add_dynamic_endpoints_with_swagger: url path param and request param can be refer in MethodRouting url. 2020-03-31 18:02:54 +08:00
Marko Milić
08f32808d9 PEM Usage - WIP 2020-03-30 21:58:49 +02:00
Marko Milić
b8773ecea1 Merge remote-tracking branch 'upstream/develop' into develop 2020-03-30 16:45:17 +02:00
hongwei
d63bb6ac32 added space for createDynamicEndpoint 2020-03-30 13:45:51 +02:00
Simon Redfern
0f4a2ac40f
Merge pull request #1540 from oldbig/develop
feature/dynamic_endpoints
2020-03-30 11:45:32 +02:00
hongwei
7dc4d31aed added the test for deleteDynamicEndpoint 2020-03-30 09:57:51 +02:00
shuang
1beb594b7c feature/add_dynamic_endpoints_with_swagger: fix fail unit test of DynamicEndpointsTest. 2020-03-30 15:34:05 +08:00
shuang
757506f3dd feature/add_dynamic_endpoints_with_swagger: fix fail unit test. 2020-03-30 14:51:00 +08:00
shuang
8db9bab85b Merge branch 'hw-develop' into s-develop 2020-03-30 13:36:27 +08:00
hongwei
fc86596dd7 Merge remote-tracking branch 'Simon/develop' into develop
# Conflicts:
#	obp-api/src/main/scala/code/api/util/APIUtil.scala
2020-03-30 07:24:45 +02:00
hongwei
8435a86348 removed personal / company details in the example swagger 2020-03-30 07:11:36 +02:00
hongwei
56968dba18 Merge remote-tracking branch 'Hongwei/develop' into develop 2020-03-30 07:06:10 +02:00
shuang
fd089a9396 feature/add_dynamic_endpoints_with_swagger: methodRouting can change request url, and url can have expression 2020-03-30 13:04:22 +08:00
hongwei
e4a41dbf2d tweaked 201 ->200 for getDynamicEndpoint 2020-03-30 06:56:06 +02:00
hongwei
3b5e08c6cc tweaked the dynamicEndpointId -> dynamic_endpoint_id
tweaked the swaggerString -> swagger_string
2020-03-30 06:53:38 +02:00
shuang
9ac32017c0 feature/add_dynamic_endpoints_with_swagger: process delete DynamicEndpoint and related roles. 2020-03-30 09:06:04 +08:00
shuang
ec51a12053 feature/add_dynamic_endpoints_with_swagger: dynamicEndpoint url match finish. 2020-03-29 22:17:30 +08:00
shuang
4dbae0e195 feature/add_dynamic_endpoints_with_swagger: do validation of path and method exists when upload swagger. 2020-03-27 23:12:40 +08:00
Marko Milić
044608fa16 Rename NoSupportYet => NotSupportedYet 2020-03-27 15:09:38 +01:00
Simon Redfern
d6056e1206
Merge pull request #1538 from constantine2nd/develop
Attribute Documentation
2020-03-27 14:26:48 +01:00
shuang
8a84b4aeee Merge branch 'hw-develop' into s-develop 2020-03-27 21:10:00 +08:00
shuang
26b68d6202 feature/add_dynamic_endpoints_with_swagger: fix "dynamic-entities" to "dynamic_entities" in ListResult 2020-03-27 21:08:41 +08:00
shuang
2b6c1a886d feature/add_dynamic_endpoints_with_swagger: fix "dynamic-entities" to "dynamic_entities" in ListResult 2020-03-27 21:03:31 +08:00