0c18168dc
Merge branch 'master' into order-processflow-redesign by
2017-05-03 12:33:51 +0200
ed641df44
Merge branch 'master' into order-processflow-redesign by
2017-05-03 12:33:51 +0200
4bf1988d3
Merge branch 'dev' by
2017-05-03 12:04:43 +0200
11495156e
Merge branch 'dev' by
2017-05-03 12:04:43 +0200
8b39b70e1
Merge branch 'master' into xamarin by
2017-05-03 10:46:06 +0100
92e8aafcb
Merge branch 'master' into xamarin by
2017-05-03 10:46:06 +0100
f5c196925
Merge branch 'refactor-event-bus' into dev by
2017-05-03 11:00:03 +0200
0d7e6a16a
Merge branch 'refactor-event-bus' into dev by
2017-05-03 11:00:03 +0200
a09d7fd3a
EventBus refactor. Instead to register EventHandlers we register Func<EventHandlers> which solves scope problems (having transient/scoped objects owned by singletons) by
2017-05-03 10:59:36 +0200
79f8f1b94
EventBus refactor. Instead to register EventHandlers we register Func<EventHandlers> which solves scope problems (having transient/scoped objects owned by singletons) by
2017-05-03 10:59:36 +0200
b21e95bcd
Updated Xamarin eBook to preview edition. by
2017-05-03 09:44:42 +0100
c0f919af4
Updated Xamarin eBook to preview edition. by
2017-05-03 09:44:42 +0100
d96fb8134
Updated Xamarin book and cover. by
2017-05-03 09:42:17 +0100
dc84b0917
Updated Xamarin book and cover. by
2017-05-03 09:42:17 +0100
69d7399ee
Fixing the CreateOrderCommand so it is 100% immutable. It shouldn't have the AddOrderItem() method. In any case, it was not really used but in the tets, since this Command is serialized in the client side, then deserialized in the service level. by
2017-05-02 17:42:59 -0700
4b1467a7b
Fixing the CreateOrderCommand so it is 100% immutable. It shouldn't have the AddOrderItem() method. In any case, it was not really used but in the tets, since this Command is serialized in the client side, then deserialized in the service level. by
2017-05-02 17:42:59 -0700
8dba1d66a
WIP by
2017-05-02 19:43:54 +0200
e593b8d56
WIP by
2017-05-02 19:43:54 +0200
5773ed0b7
Merge branch 'order-processflow-redesign' of https://github.com/dotnet-architecture/eShopOnContainers into order-processflow-redesign by
2017-05-02 10:30:53 +0200
5c64be3b7
Merge branch 'order-processflow-redesign' of https://github.com/dotnet-architecture/eShopOnContainers into order-processflow-redesign by
2017-05-02 10:30:53 +0200
22cc8daa6
Updated healthcheck lib by
2017-05-02 10:29:24 +0200
829f13aff
Updated healthcheck lib by
2017-05-02 10:29:24 +0200
5ae7350b8
CommandBus WIP by
2017-05-02 09:40:00 +0200
656864768
CommandBus WIP by
2017-05-02 09:40:00 +0200
a4b7d485c
Minor comment typo changeed by
2017-05-01 17:56:33 -0700
1df001998
Minor comment typo changeed by
2017-05-01 17:56:33 -0700
79b9debf9
Updated new version of Guide/eBook, v0.5, many changes and new title. by
2017-04-30 19:30:44 -0700
5199d6607
Updated new version of Guide/eBook, v0.5, many changes and new title. by
2017-04-30 19:30:44 -0700
aeddf51a3
Refactoring to better terms by
2017-04-29 21:58:11 -0700
6f8cd174c
Refactoring to better terms by
2017-04-29 21:58:11 -0700
32bd196be
Removing the BasketUrl from the Ordering microservice since it is not used and it shouldn't be used in any case. Don't want synchronous Http communication between the microservices which would impact resiliency. Http only between the client apps and the first level of microservices (or API Gateways, if we had them). by
2017-04-29 15:45:23 -0700
8dc0761d7
Removing the BasketUrl from the Ordering microservice since it is not used and it shouldn't be used in any case. Don't want synchronous Http communication between the microservices which would impact resiliency. Http only between the client apps and the first level of microservices (or API Gateways, if we had them). by
2017-04-29 15:45:23 -0700
d143c9eea
Removing the BasketUrl from the Ordering microservice since it is not used and it shouldn't be used in any case. Don't want synchronous Http communication between the microservices which would impact resiliency. Http only between the client apps and the first level of microservices (or API Gateways, if we had them). by
2017-04-29 15:40:35 -0700
ab45bb977
Removing the BasketUrl from the Ordering microservice since it is not used and it shouldn't be used in any case. Don't want synchronous Http communication between the microservices which would impact resiliency. Http only between the client apps and the first level of microservices (or API Gateways, if we had them). by
2017-04-29 15:40:35 -0700
d1bc0325a
Merge pull request #180 from dotnet-architecture/revert-178-use-IEnumerable-dynamic by
2017-04-29 15:30:51 -0700
0e37f421d
Merge pull request #180 from dotnet-architecture/revert-178-use-IEnumerable-dynamic by
2017-04-29 15:30:51 -0700
ee787dcaa
Revert "Fix API signatures for collections" by
2017-04-29 15:30:17 -0700
ed7970802
(refs/pull/180/head)
Revert "Fix API signatures for collections" by
2017-04-29 15:30:17 -0700
27cca44d1
Merge pull request #178 from BillWagner/use-IEnumerable-dynamic by
2017-04-29 15:20:33 -0700
ebc4de22a
Merge pull request #178 from BillWagner/use-IEnumerable-dynamic by
2017-04-29 15:20:33 -0700
077868e51
Fix API signatures for collections by
2017-04-27 17:45:34 -0400
995cc890f
(refs/pull/178/head)
Fix API signatures for collections by
2017-04-27 17:45:34 -0400
d2dc0351e
Created Payment.api microservice by
2017-04-28 15:04:38 +0200
8a19fad3a
Created Payment.api microservice by
2017-04-28 15:04:38 +0200
30d890512
Moved Integrationevent to Application folder Created basic structure for order process saga by
2017-04-28 14:25:52 +0200
3f3b9b09e
Moved Integrationevent to Application folder Created basic structure for order process saga by
2017-04-28 14:25:52 +0200
a0d8f9345
Merge pull request #176 from dotnet-architecture/xamarin by
2017-04-27 15:39:20 +0100
2578bc009
Merge pull request #176 from dotnet-architecture/xamarin by
2017-04-27 15:39:20 +0100
e7cacd706
Merge branch 'master' into xamarin by
2017-04-27 15:38:04 +0100
dfe45883b
(refs/pull/176/head)
Merge branch 'master' into xamarin by
2017-04-27 15:38:04 +0100
3273d723c
Update README.md by
2017-04-26 09:45:00 -0700
87846532d
Update README.md by
2017-04-26 09:45:00 -0700
767a104ed
New eBook Cover updated by
2017-04-26 09:12:01 -0700
f3ef118d5
New eBook Cover updated by
2017-04-26 09:12:01 -0700
ca7bbebd5
Update README.md by
2017-04-26 09:05:21 -0700
d5833277c
Update README.md by
2017-04-26 09:05:21 -0700
527e66cea
Merge pull request #175 from dotnet-architecture/ardalis/typo-patch by
2017-04-25 15:26:44 -0700
2785dd793
Merge pull request #175 from dotnet-architecture/ardalis/typo-patch by
2017-04-25 15:26:44 -0700
c0800ede1
Refactored unit tests. by
2017-04-25 15:31:02 +0100
9f63e8384
Refactored unit tests. by
2017-04-25 15:31:02 +0100
f2f2f2fbf
Fix: rabbitmq and redis image names were not correctly set in docker compose windows file Redis and rabbitmq images now are not created when executing built. We force to pull them from docker hub. by
2017-04-25 16:11:12 +0200
1a5b6e22e
Fix: rabbitmq and redis image names were not correctly set in docker compose windows file Redis and rabbitmq images now are not created when executing built. We force to pull them from docker hub. by
2017-04-25 16:11:12 +0200
d9f7b3de1
fix error on docker-compose invoke by
2017-04-25 13:35:33 +0200
641bf1a1a
Validation unit tests updated. by
2017-04-25 11:52:46 +0100
3692f995b
Validation unit tests updated. by
2017-04-25 11:52:46 +0100
ea248b556
Run containers in detached mode by
2017-04-25 12:51:30 +0200
1cc9e8225
Run script for release managment by
2017-04-25 12:28:21 +0200
8148dbe19
new cli scripts for deploying by
2017-04-25 12:28:07 +0200
64b37cd4e
Unit tests added. by
2017-04-25 11:07:35 +0100
bc06fcd9a
Unit tests added. by
2017-04-25 11:07:35 +0100
c4da4ce93
windows images named differently than linux by
2017-04-25 11:48:51 +0200
76a94761d
windows images named differently than linux by
2017-04-25 11:48:51 +0200
fc0a91687
readme updated by
2017-04-25 11:22:17 +0200
3153bf765
Added missing IdSvr certificate! by
2017-04-25 11:05:15 +0200
1ccc87e74
Merge pull request #167 from andrelmp/dev by
2017-04-25 10:29:31 +0200
9c6b54a7f
Merge pull request #167 from andrelmp/dev by
2017-04-25 10:29:31 +0200
40dddbaa3
View model unit tests added. by
2017-04-24 17:37:53 +0100
92933928f
View model unit tests added. by
2017-04-24 17:37:53 +0100
9661b2c04
First deploy scripts by
2017-04-24 13:15:54 +0200
dbe277ca6
Fix Connection string in identity deployment script by
2017-04-24 13:02:23 +0200
23079a516
Fix Connection string in identity deployment script by
2017-04-24 13:02:23 +0200
952bd41e3
Merge of eShopOnContainers/master branch into master by
2017-04-24 12:25:10 +0200
9d0e1e0e6
Merge branch 'reviews/rabbitmq' by
2017-04-24 12:18:16 +0200
46a030b09
Merge branch 'reviews/rabbitmq' by
2017-04-24 12:18:16 +0200
2220fd20f
Initial commit by
2017-04-22 21:13:43 -0700
ac9775c90
Cleaning up and fixing typos by
2017-04-22 15:14:42 -0400
a8536b0f3
(refs/pull/175/head)
Cleaning up and fixing typos by
2017-04-22 15:14:42 -0400
add8bc2c1
Merge from Dev by
2017-04-21 15:46:15 +0200
6c6532c0f
Merge from Dev by
2017-04-21 15:46:15 +0200
18b8f9114
(refs/pull/132/merge)
Merge 948046af78
into 4f3438903e
by
2017-04-21 00:28:17 +0000
6d60e321c
Update README.md by
2017-04-20 17:28:08 -0700
4f3438903
Update README.md by
2017-04-20 17:28:08 -0700
730bf3909
Update README.md by
2017-04-20 17:26:45 -0700
2c285d7b0
Update README.md by
2017-04-20 17:26:45 -0700
af36800d8
Merge pull request #173 from GeertVL/master by
2017-04-20 10:44:42 -0700
12c544320
Merge pull request #173 from GeertVL/master by
2017-04-20 10:44:42 -0700
7d3a0db54
Formatting changes. by
2017-04-20 16:06:06 +0100
299a3b74a
Formatting changes. by
2017-04-20 16:06:06 +0100
70f50a0fc
Fix bug with queue names by
2017-04-20 16:44:07 +0200
f071ee7fc
Fix bug with queue names by
2017-04-20 16:44:07 +0200