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 |
|
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
|
6f480ad11a
|
fix issue #10
|
2016-09-01 09:10:03 +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
|
45bda8e14d
|
Merge last changes from 'remotes/upstream/wip-customer' into wip-customer
|
2016-08-31 10:06:05 +03:00 |
|
Chris Richardson
|
e14787bce8
|
Fixed misc @Configuration issues and commented out incorrect version check that causing failure in AccountInfoUpdateService
|
2016-08-30 16:26:21 -07:00 |
|
dartpopikyardo
|
1d14ece9cf
|
- fixed test config
|
2016-08-30 23:13:32 +03:00 |
|
dartpopikyardo
|
1e13d482a8
|
- disable vertx file cache
|
2016-08-30 22:37:55 +03:00 |
|
dartpopikyardo
|
2467099c3e
|
-changed path to UI static content
|
2016-08-30 19:14:03 +03: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 |
|
Chris Richardson
|
ef444bde9b
|
Fixed API gateway misconfiguration
|
2016-08-25 14:48:30 -07:00 |
|
Chris Richardson
|
4b73b9beed
|
Misc bug fixes
|
2016-08-25 14:21:44 -07:00 |
|
Chris Richardson
|
d0bdd51406
|
Fixed typo
|
2016-08-25 12:15:54 -07: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
|
12e46582cd
|
Merge remote-tracking branch 'remotes/upstream/wip-customer' into wip-customer
# Conflicts:
# java-spring/monolithic-service/src/test/java/net/chrisrichardson/eventstore/javaexamples/banking/web/BankingWebIntegrationTest.java
|
2016-08-09 22:59:59 +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 |
|
Chris Richardson
|
bd3de1a938
|
Bumped version
|
2016-08-06 13:26:08 -07:00 |
|
Chris Richardson
|
f570ccbe90
|
Support for Eventuate Local
|
2016-08-05 16:41:16 -07:00 |
|
Chris Richardson
|
1e40b2a591
|
Misc changes
|
2016-08-05 15:14:51 -07:00 |
|
Main
|
f1d97ac49c
|
-updated test configuration
|
2016-07-26 20:32:58 +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
|
e486102018
|
Upgraded to (new) Eventuate Java client 0.2.0.RELEASE
|
2016-06-10 16:56:08 -07:00 |
|
Chris Richardson
|
b573027fc2
|
Added Swagger to monolithic deployment, Added mongodb-cli.sh
|
2016-06-10 16:43:14 -07:00 |
|
Chris Richardson
|
5b029d8307
|
Merge branch 'master' of github.com:cer/event-sourcing-examples
|
2016-05-31 15:08:46 -07:00 |
|
Chris Richardson
|
6d8376cfd5
|
Use specific Java 8 Docker image
|
2016-05-31 15:08:34 -07:00 |
|
Chris Richardson
|
f59f4c78dd
|
Misc changes
|
2016-05-17 16:26:11 -07: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
|
76f3c830af
|
fix apigateway environment variables
|
2016-03-29 21:51:17 +03:00 |
|