dartpopikyardo
68a1269088
fix AuthControllerIntegrationTest
2016-09-27 16:14:21 +03:00
dartpopikyardo
4b74d2c1f1
fixed a non-404 responce in the case when the customer is not found
2016-09-27 16:08:11 +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
e4a0d6773d
- fix issue #48
...
- fix issue #52
2016-09-23 17:02:54 +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
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
dartpopikyardo
ab4026a0e9
removed redundant EventHandler method from accounts-commandside-backend
2016-09-20 18:37:48 +03:00
dartpopikyardo
f4b35d04e9
added JAVA_OPTS
2016-09-20 11:37:59 +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
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
93fc13e7a8
fixed GatewayController
2016-09-16 20:51: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
f4ec434997
fixed tests
2016-09-15 18:46:49 +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)
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
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
c916bc85eb
fixed getDate()
2016-09-07 20:08:36 +03:00
dartpopikyardo
7c47d590df
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-07 19:50:17 +03:00
dartpopikyardo
8b5b54ed01
removed transferStates from AccountInfo
...
cannot reproduce issue #37
2016-09-07 18:09:38 +03:00
Chris Richardson
8ae6db7229
Merge branch 'master' into wip-eventuate-client-java
...
Conflicts:
java-spring/monolithic-service/build.gradle
java-spring/monolithic-service/src/main/java/net/chrisrichardson/eventstore/javaexamples/banking/web/BankingWebConfiguration.java
2016-09-06 21:51:17 -07:00
dartpopikyardo
d6f60101db
- updated AccountInfoUpdateService: fixed simultaneous upsert overrides
2016-09-06 19:06:40 +03:00
dartpopikyardo
bae00f6bd7
private-event-sourcing-examples-8 GatewayController ignores http status code returned by destination server
...
- added http status and headers to GatewayController's response
2016-09-05 22:53:56 +03:00
dartpopikyardo
68dca23a6b
updated AccountInfoUpdateService: changed addTransaction saving-to-mongo logic
2016-09-05 22:28:19 +03:00
dartpopikyardo
19c9f88a7f
wip issue #8
2016-09-05 15:17:28 +03:00
dartpopikyardo
9b6956b8df
wip issue #8
2016-09-05 14:46:48 +03:00
dartpopikyardo
e2de325df2
wip issue #8
2016-09-05 14:31:14 +03:00
dartpopikyardo
c9fa916cdd
fixed issue #22
...
fixed issue #35
2016-09-05 12:05:48 +03:00
dartpopikyardo
8f2fc83a34
wip issue #22 - fixed api gateway controller's request mapping
2016-09-02 23:52:29 +03:00
dartpopikyardo
6cf774da2a
wip issue #22
2016-09-02 15:39:03 +03:00
dartpopikyardo
3c2e9d374c
wip issue #22
2016-09-02 15:32:55 +03:00
dartpopikyardo
55cb34ef4f
fix issue #22
2016-09-02 15:11:44 +03:00
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