Commit Graph

263 Commits

Author SHA1 Message Date
dartpopikyardo
7260376b17 Merge remote-tracking branch 'remotes/dartandrevinsky/private-event-sourcing-examples-46' into private-event-sourcing-examples-46 2016-09-27 15:54:52 +03:00
dartpopikyardo
4b78658dd8 fixed issue #54 2016-09-27 11:20:47 +03:00
dartpopikyardo
04fe9045ea Merge remote-tracking branch 'remotes/upstream/wip-customer' into private-event-sourcing-examples-38 2016-09-27 10:26:02 +03:00
Chris Richardson
b2d135665c Simplified dependencies 2016-09-23 08:38:20 -07:00
dartpopikyardo
e01e98a508 Merge remote-tracking branch 'remotes/upstream/wip-customer' into private-event-sourcing-examples-38 2016-09-23 17:34:27 +03:00
dartpopikyardo
e4a0d6773d - fix issue #48
- fix issue #52
2016-09-23 17:02:54 +03:00
Chris Richardson
727c771add Merge pull request #49 from dartandrevinsky/private-event-sourcing-examples-38
Account deletion + UI improvements
2016-09-23 06:49:31 -07:00
Andrew Revinsky (DART)
abeb29bb2b Merge branch 'private-event-sourcing-examples-38' into private-event-sourcing-examples-46
* private-event-sourcing-examples-38:
  removed redundant EventHandler method from accounts-commandside-backend
  fixed getDate()
  private-event-sourcing-examples-26 solved comments on previous commit: - changed getting Content-Type header for GatewayController - updated transaction state change logic - renamed "date" field in AccountInfo
2016-09-22 21:39:19 +03:00
Andrew Revinsky (DART)
0c573e9124 Merge branch 'wip-customer' into private-event-sourcing-examples-38
* wip-customer:
  fixed getDate()
  private-event-sourcing-examples-26 solved comments on previous commit: - changed getting Content-Type header for GatewayController - updated transaction state change logic - renamed "date" field in AccountInfo

# Conflicts:
#	java-spring/accounts-query-side-backend/src/main/java/net/chrisrichardson/eventstore/javaexamples/banking/backend/queryside/accounts/AccountInfoUpdateService.java
#	java-spring/api-gateway-service/src/main/java/net/chrisrichardson/eventstore/javaexamples/banking/apigateway/controller/GatewayController.java
2016-09-22 21:31:57 +03:00
Andrew Revinsky (DART)
00f5b5a3ae Merge commit '2c97630aa6100ac8b507b71c4a3468540996f136' into wip-customer
* commit '2c97630aa6100ac8b507b71c4a3468540996f136':
  Improved Eventuate Local support
  fixed getDate()
  private-event-sourcing-examples-26 solved comments on previous commit: - changed getting Content-Type header for GatewayController - updated transaction state change logic - renamed "date" field in AccountInfo
  Fixed typo
  Fixed typo
  Added Swagger to monolithic deployment, Added mongodb-cli.sh
  Fixed typo
  Use specific Java 8 Docker image
2016-09-22 21:14:24 +03:00
Andrew Revinsky (DART)
2db8e09570 [WIP] signupPage e2e test scenario 2016-09-22 21:13:03 +03:00
Chris Richardson
2c97630aa6 Merge pull request #39 from dartpopikyardo/private-event-sourcing-examples-37
Add 3d party accounts and previous PR fixes
2016-09-22 09:41:04 -07:00
Andrew Revinsky (DART)
334df47112 private-event-sourcing-examples-46 Write a single, simple protractor test 2016-09-20 21:36:02 +03:00
dartpopikyardo
ab4026a0e9 removed redundant EventHandler method from accounts-commandside-backend 2016-09-20 18:37:48 +03:00
Andrew Revinsky (DART)
d5d6fb95d0 Eternal loading for deleted accounts - fixed 2016-09-20 15:15:01 +03:00
dartpopikyardo
f4b35d04e9 added JAVA_OPTS 2016-09-20 11:37:59 +03:00
dartpopikyardo
50fdad2328 Merge remote-tracking branch 'remotes/dartandrevinsky/private-event-sourcing-examples-38' into private-event-sourcing-examples-38 2016-09-20 11:22:35 +03:00
dartpopikyardo
974f2b991a updated AbstractRestAPITest 2016-09-20 10:41:41 +03:00
dartpopikyardo
b06d607b6e fixed typo in api-gateway properties 2016-09-20 04:14:37 +03:00
dartpopikyardo
a947cbf287 merged with upstream/wip-customer 2016-09-20 04:01:23 +03:00
dartpopikyardo
473743dbc9 merged with upstream/wip-customer 2016-09-20 04:01:01 +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
Andrew Revinsky (DART)
5fd5b71f06 Delete 3rd P/Account - endpoints
Error reporting
Unneeded links
JS error
2016-09-19 19:46:05 +03:00
Chris Richardson
c88ba88063 Improved Eventuate Local support 2016-09-16 18:30:24 -07:00
dartpopikyardo
fe925ac14a fix issue #31 2016-09-17 00:51:44 +03:00
dartpopikyardo
8312cb309b Merge remote-tracking branch 'remotes/dartandrevinsky/private-event-sourcing-examples-38' into private-event-sourcing-examples-38 2016-09-16 23:53:22 +03:00
Andrew Revinsky (DART)
5c96941c05 Issue #42, endpoints fixed 2016-09-16 23:48:25 +03:00
dartpopikyardo
93fc13e7a8 fixed GatewayController 2016-09-16 20:51:16 +03:00
Andrew Revinsky (DART)
459e2915a3 Code overhaul & cleanup 2016-09-16 19:14:16 +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
61a115351e uncomment test methods 2016-09-15 20:34:49 +03:00
dartpopikyardo
fe220a8499 Merge remote-tracking branch 'remotes/dartandrevinsky/private-event-sourcing-examples-38' into private-event-sourcing-examples-38 2016-09-15 18:54:36 +03:00
dartpopikyardo
f4ec434997 fixed tests 2016-09-15 18:46:49 +03:00
Andrew Revinsky (DART)
5f11423993 Account & bookmarks deletion - bug fixed 2016-09-15 18:46:43 +03:00
dartpopikyardo
6c2700baba Merge remote-tracking branch 'remotes/dartandrevinsky/private-event-sourcing-examples-38' into private-event-sourcing-examples-38 2016-09-15 18:13:20 +03:00
Andrew Revinsky (DART)
e551b3d77c Account & bookmarks deletion 2016-09-15 18:06: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
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
dartpopikyardo
91f6fde5cd should fix issue #23 2016-09-13 22:02:17 +03:00
Andrew Revinsky (DART)
20cc17c68c Form validation for Sign In & Sign Up 2016-09-13 18:49:40 +03:00
Andrew Revinsky (DART)
0b39ba658a Error reporting for Sign In & Sign Up 2016-09-13 01:54:56 +03:00
dartpopikyardo
df4204f9a2 - shouldCreateAccountsAndTransferMoney fix 2016-09-09 21:14:33 +03:00
Andrew Revinsky (DART)
258646a4d6 Password on login & registration 2016-09-09 19:03:35 +03:00
Andrew Revinsky (DART)
12cc48b906 Merge commit '859a01a4bc2372a11a5377d1206235ca12da4417' into wip-customer
* commit '859a01a4bc2372a11a5377d1206235ca12da4417':
  - 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
  Revert "wip-customer small issues fixes"
2016-09-09 18:38:32 +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
c916bc85eb fixed getDate() 2016-09-07 20:08:36 +03:00
dartpopikyardo
f9d81802f7 Merge remote-tracking branch 'remotes/origin/wip-customer' into private-event-sourcing-examples-37 2016-09-07 19:55:09 +03:00