Commit Graph

18 Commits

Author SHA1 Message Date
dartpopikyardo
ab4026a0e9 removed redundant EventHandler method from accounts-commandside-backend 2016-09-20 18:37:48 +03:00
dartpopikyardo
0f21a057b0 - splitted account deletion to 2 separate endpoints: /api/customers/{customerId}/toaccounts/{accountId} and /api/accounts/{accountId}
- simplified the tests
- cleared the code
2016-09-20 03:55:44 +03:00
dartpopikyardo
fe20a3fe90 added dummmy fields to AccountDeletedEvent 2016-09-16 16:03:47 +03:00
dartpopikyardo
b0bfa7f29f fixed api gateway properties 2016-09-15 20:48:57 +03:00
dartpopikyardo
8f4ac83f4b added timestamp to make AccountDeletedEvent not empty 2016-09-15 16:55:56 +03:00
dartpopikyardo
72a4ab1ee4 should fix issue #38 2016-09-14 23:02:15 +03:00
Main
e9517fe30f unified code format 2016-08-24 21:22:12 +03: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
Chris Richardson
1e40b2a591 Misc changes 2016-08-05 15:14:51 -07: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
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
b16039ee53 - added title and description fields to accountInfo
- added GET /accounts?customerId=XXX endpoint
- refactored tests
2016-03-15 20:10:58 +03:00
Main
cd35ac3d31 - updated swagger description
- added /customers/{id}/toaccounts endpoint
2016-02-08 22:54:03 +03:00
Main
06f14a54bf removed customerId from Account aggregate
added tests to customers-query-side and customers-command-side
2016-02-05 20:11:53 +03:00
dartpopikyardo
85f8826741 added customer backend module
added auth module
added customerId to Account aggregate
2016-02-02 19:16:29 +03:00
Chris Richardson
bbea6d9d2f Upgraded to work with the Eventuate client framework version 0.12
See http://eventuate.io/docs/java/spring-configuration.html for details on new configuration properties.
Upgraded to Spring Boot 1.2.8
Misc changes to build scripts
2015-12-21 15:02:04 -08:00
Chris Richardson
02ed3baa2a Added docker-compose.yml for running services and mongodb
Removed bogus dependencies on mongo
2015-06-07 15:50:40 -07:00
Chris Richardson
2e31853ad2 Improved module name <functional-area>-<Command|Query>....
Standalone services now use the Event Store Server (many tests still use the embedded server)
2015-04-14 19:08:07 -07:00