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
dartpopikyardo
4f1bb4aa52
Merge remote-tracking branch 'remotes/dartandrevinsky/wip-customer' into wip-customer
2016-09-07 19:53: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
Andrew Revinsky (DART)
886956348b
Transfers history - 3rd party transfers & links to accounts
2016-09-07 19:14:29 +03:00
dartpopikyardo
8b5b54ed01
removed transferStates from AccountInfo
...
cannot reproduce issue #37
2016-09-07 18:09:38 +03:00
dartpopikyardo
732581a3cb
Merge remote-tracking branch 'remotes/dartandrevinsky/wip-customer' into wip-customer
2016-09-07 15:35:17 +03:00
Andrew Revinsky (DART)
192db2bfa5
Transfers history - 3rd party transfers
2016-09-07 15:26:00 +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
Chris Richardson
c03a5fed8d
Merge pull request #36 from dartpopikyardo/wip-customer
...
UI updates, backend transaction history fixes
2016-09-06 20:49:04 -07:00
dartpopikyardo
ee45163f2c
merged with shopcookeat/private-event-sourcing-examples wip-customer
2016-09-06 21:53:05 +03:00
Andrew Revinsky (DART)
e6bf638b4b
Transfers history - correct statuses and calculation
2016-09-06 20:29:47 +03:00
dartpopikyardo
d6f60101db
- updated AccountInfoUpdateService: fixed simultaneous upsert overrides
2016-09-06 19:06:40 +03:00
Andrew Revinsky (DART)
e54577d656
REST endpoints should return an JSON object, not an Array. #14
2016-09-06 02:46:19 +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