Commit Graph

74 Commits

Author SHA1 Message Date
Main
b2b68ce163 Merge remote-tracking branch 'remotes/upstream/wip-eventuate-client-java' into wip-customer 2016-07-25 23:06:05 +03:00
Chris Richardson
e486102018 Upgraded to (new) Eventuate Java client 0.2.0.RELEASE 2016-06-10 16:56:08 -07:00
Chris Richardson
f59f4c78dd Misc changes 2016-05-17 16:26:11 -07:00
Chris Richardson
4b3fe001e7 Changed to use the Eventuate Java Client
Simplified Spring MVC code since it supports CompletableFuture
2016-05-16 06:39:05 -07:00
dartpopikyardo
76f3c830af fix apigateway environment variables 2016-03-29 21:51:17 +03:00
dartpopikyardo
9a9511b2c4 changed POST /customers/{id}/toaccounts endpoint result format 2016-03-24 21:37:54 +03:00
dartpopikyardo
e3c0112e8f changed POST /customers/{id}/toaccounts endpoint result format 2016-03-23 22:07:35 +03:00
dartpopikyardo
1a5442a060 changed POST /customers/{id}/toaccounts endpoint result format 2016-03-23 19:21:25 +03:00
dartpopikyardo
e699220162 revert 2016-03-23 01:13:07 +03:00
dartpopikyardo
a369c4989f changed return type in POST /customers/{id}/toaccounts endpoint 2016-03-23 00:57:09 +03:00
dartpopikyardo
bf01ad8e00 changed return type in POST /customers/{id}/toaccounts endpoint 2016-03-23 00:21:56 +03:00
dartpopikyardo
9276b1bdc8 changed return result for empty accounts case 2016-03-22 19:49:09 +03:00
dartpopikyardo
23fba9e462 fixed tests 2016-03-22 15:07:48 +03:00
dartpopikyardo
05ebfd7d14 fixed tests 2016-03-22 15:07:12 +03:00
dartpopikyardo
7b54b9042d added new fields to TransferDetails 2016-03-22 14:50:35 +03:00
dartpopikyardo
7c6328aa5e added new fields to TransferDetails 2016-03-22 14:46:03 +03:00
dartpopikyardo
bdcdae862d -added tests for new endpoints 2016-03-22 01:09:39 +03:00
dartpopikyardo
40e03dd8e6 - updated swagger schema 2016-03-18 17:37:50 +03:00
dartpopikyardo
63d0e21fc4 - added GET /accounts/{accountId}/history endpoint to get transactions history by accountId
- updated swagger schema
2016-03-18 17:35:18 +03:00
dartpopikyardo
6409ed1ab9 - added GET /accounts/{accountId}/history endpoint to get transactions history by accountId
- updated swagger schema
2016-03-18 17:33:28 +03:00
dartpopikyardo
6d53f149c8 - added field "details" to ToAccountInfo 2016-03-16 15:35:59 +03:00
dartpopikyardo
b16039ee53 - added title and description fields to accountInfo
- added GET /accounts?customerId=XXX endpoint
- refactored tests
2016-03-15 20:10:58 +03:00
dartpopikyardo
28216a082d find current user by token 2016-03-11 21:10:50 +03:00
Chris Richardson
c5778b1379 Added missing @EnableAutoConfiguration annotations 2016-03-07 17:52:56 -08:00
dartpopikyardo
21d21b9833 - simplified customers tests
- code clearings
2016-03-02 23:54:02 +03:00
dartpopikyardo
4bc8e8408d - updated swagger description
- added api-gateway to docker-compose build
2016-03-01 21:46:37 +03:00
dartpopikyardo
91361a1b18 - added api-gateway-service
- fixed ObservableReturnValueHandler
2016-02-29 21:41:55 +03:00
dartpopikyardo
0a38ccd09e added "/customers/{id}/toaccounts" andpoint test
tests refactoring
2016-02-25 22:35:36 +03:00
Main
d1339729ec added simultaneous token-based and http basic authentication 2016-02-18 23:57:39 +03:00
Main
99d07667bb added simultaneous token-based and http basic authentication 2016-02-18 13:16:43 +03:00
Main
d36c01b331 added simultaneous token-based and http basic authentication 2016-02-17 21:42:37 +03:00
Main
c61cc82d0a changed error format 2016-02-17 18:42:57 +03:00
Main
65524286da changed error format 2016-02-17 18:36:42 +03:00
Main
7b2fcc8a7c updated swagger info 2016-02-17 15:05:30 +03:00
Main
8615ac1d1e fixed authentication 2016-02-17 14:56:53 +03:00
Main
f14fd73f63 temporarily removed authentication 2016-02-17 00:14:16 +03:00
Main
43916e10aa temporarily removed authentication 2016-02-17 00:12:38 +03:00
Main
ffeb521e3b temporarily removed authentication 2016-02-16 23:57:02 +03:00
Main
1e2e564c29 fix default authorization page 2016-02-16 23:24:09 +03:00
Main
655f86071c fix static content load 2016-02-16 21:03:38 +03:00
Main
e8e147e3eb - added copy static content task 2016-02-16 20:26:11 +03:00
Main
8c342e40ce - added /login endpoint
- added authorization test
2016-02-15 23:18:28 +03:00
Chris Richardson
a217f1b1e6 Enhanced curl commands
Fixed SpringFox/SwaggerUI issue with CustomerController
2016-02-12 17:55:20 -08:00
Chris Richardson
92526f2780 Ignore test failures when EVENTUATE_API_KEY_ID etc is not set 2016-02-12 16:54:18 -08:00
Chris Richardson
8ab13e580b Merge branch 'master' into wip-customer 2016-02-12 16:46:07 -08:00
Chris Richardson
2f07e0b2c6 Ignore test failures when EVENTUATE_API_KEY_ID etc is not set 2016-02-12 16:45:43 -08:00
Main
a095076c0c - updated e2e-tests
- added new services to docker configuration
2016-02-12 22:48:23 +03:00
Main
5c85418cc4 - completed moving "toAccounts" from List to Map
- created CustomerEvent superclass
- removed redundant CustomersNotFoundException
- added integration tests for customers
2016-02-11 21:47:48 +03:00
Main
c0a9d6ed7d refactoring 2016-02-10 23:28:35 +03:00
Main
92d0940222 - updated swagger description
- changed customer registration endpoint
- updated tests
2016-02-09 22:17:27 +03:00