32 Commits

Author SHA1 Message Date
Chris Richardson
b2d135665c Simplified dependencies 2016-09-23 08:38:20 -07:00
dartpopikyardo
974f2b991a updated AbstractRestAPITest 2016-09-20 10:41:41 +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
61a115351e uncomment test methods 2016-09-15 20:34:49 +03:00
dartpopikyardo
f4ec434997 fixed tests 2016-09-15 18:46:49 +03:00
Andrew Revinsky (DART)
c52b803c3a Merge branch 'wip-customer' into private-event-sourcing-examples-38
* wip-customer:
  Form validation for Sign In & Sign Up
  Error reporting for Sign In & Sign Up
  - shouldCreateAccountsAndTransferMoney fix
  Password on login & registration
  - fixed tests fix issue #24, fix issue #26, fix issue #27, fix issue #28
  - added password to CustomerInfo - added unique email constraint to CustomerQuerySide - updated authorization logic
  removed transferStates from AccountInfo cannot reproduce issue #37
2016-09-15 17:06:20 +03:00
dartpopikyardo
72a4ab1ee4 should fix issue #38 2016-09-14 23:02:15 +03:00
dartpopikyardo
df4204f9a2 - shouldCreateAccountsAndTransferMoney fix 2016-09-09 21:14:33 +03:00
dartpopikyardo
859a01a4bc - fixed tests
fix issue #24,
fix issue #26,
fix issue #27,
fix issue #28
2016-09-09 16:55:24 +03:00
dartpopikyardo
fd63640307 - added password to CustomerInfo
- added unique email constraint to CustomerQuerySide
- updated authorization logic
2016-09-08 22:17:41 +03:00
dartpopikyardo
dde554e442 reverted back AccountInfo and AccountInfoUpdateService changes 2016-09-02 11:53:50 +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
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
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
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
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
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
Main
c0a9d6ed7d refactoring 2016-02-10 23:28:35 +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
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
Chris Richardson
a0e2b52ba3 Further modularization of the Java/Spring example 2015-01-03 11:48:23 -08:00
Chris Richardson
4c1ddb0663 Modularized Java/Spring example 2015-01-03 11:14:23 -08:00