Commit Graph

103 Commits

Author SHA1 Message Date
dartpopikyardo
dde554e442 reverted back AccountInfo and AccountInfoUpdateService changes 2016-09-02 11:53:50 +03:00
dartpopikyardo
47e9053285 wip on issue #22 2016-09-02 01:45:30 +03:00
dartpopikyardo
f76912a6cf fix issue #13,
fix issue #14,
fix issue #15,
fix issue #17
2016-09-02 01:24:28 +03:00
dartpopikyardo
625ea6007e fix issue #7,
fix issue #8,
fix issue #9,
fix issue #11
2016-09-01 22:34:26 +03:00
dartpopikyardo
f846a32d95 fix issue #5,
fix issue #6
2016-09-01 16:36:48 +03:00
dartpopikyardo
2a712017f1 - updated {accountId}/history controller 2016-09-01 16:06:51 +03:00
dartpopikyardo
6f480ad11a fix issue #10 2016-09-01 09:10:03 +03:00
dartpopikyardo
2b0c405378 fixed tests 2016-09-01 08:08:30 +03:00
dartpopikyardo
a5d1e7312c Merge remote-tracking branch 'remotes/upstream/wip-eventuate-local' into wip-customer 2016-09-01 02:39:47 +03:00
Chris Richardson
29d42fda9a Simplified TestUtil, Fixed MongoDB update issue 2016-08-31 13:02:44 -07:00
dartpopikyardo
45bda8e14d Merge last changes from 'remotes/upstream/wip-customer' into wip-customer 2016-08-31 10:06:05 +03:00
Chris Richardson
e14787bce8 Fixed misc @Configuration issues and commented out incorrect version check that causing failure in AccountInfoUpdateService 2016-08-30 16:26:21 -07:00
dartpopikyardo
1d14ece9cf - fixed test config 2016-08-30 23:13:32 +03:00
dartpopikyardo
1e13d482a8 - disable vertx file cache 2016-08-30 22:37:55 +03:00
dartpopikyardo
2467099c3e -changed path to UI static content 2016-08-30 19:14:03 +03:00
dartpopikyardo
f4ec33d275 Merge remote-tracking branch 'remotes/upstream/wip-eventuate-local' into wip-customer 2016-08-30 19:07:57 +03:00
dartpopikyardo
a91ade08b1 Merge remote-tracking branch 'remotes/upstream/wip-eventuate-local' into wip-customer 2016-08-30 19:05:44 +03:00
Chris Richardson
ef444bde9b Fixed API gateway misconfiguration 2016-08-25 14:48:30 -07:00
Chris Richardson
4b73b9beed Misc bug fixes 2016-08-25 14:21:44 -07:00
Main
e9517fe30f unified code format 2016-08-24 21:22:12 +03:00
Chris Richardson
f4e070e7bd Upgraded to Eventuate Local 0.2.0.RELEASE 2016-08-18 13:53:04 -07:00
Main
5f8475d675 - fixed the tests
- updated eventuate-client version
- fixed api-gateway and common module's dependencies
2016-08-10 23:39:00 +03:00
Main
12e46582cd Merge remote-tracking branch 'remotes/upstream/wip-customer' into wip-customer
# Conflicts:
#	java-spring/monolithic-service/src/test/java/net/chrisrichardson/eventstore/javaexamples/banking/web/BankingWebIntegrationTest.java
2016-08-09 22:59:59 +03:00
Main
b0855ebd81 - refactored the tests
- moved some dto classes into common module
2016-08-09 22:58:00 +03:00
Main
39309f23a1 - refactored the tests
- moved some dto classes into common module
2016-08-09 22:43:41 +03:00
Chris Richardson
bd3de1a938 Bumped version 2016-08-06 13:26:08 -07:00
Chris Richardson
f570ccbe90 Support for Eventuate Local 2016-08-05 16:41:16 -07:00
Chris Richardson
1e40b2a591 Misc changes 2016-08-05 15:14:51 -07:00
Main
f1d97ac49c -updated test configuration 2016-07-26 20:32:58 +03:00
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