cfecbc5db
Merge branch 'dev' of https://github.com/dotnet/eShopOnContainers into dev by
2017-03-17 16:28:13 +0100
9fdb5e6c9
FailingMiddleware for Ordering API by
2017-03-17 16:28:05 +0100
a0da160a7
Merge from origin/dev to dev by
2017-03-17 16:11:58 +0100
e996593d3
Add functional test for integration events. Implement IDisposable for EventBusRabbitMQ. by
2017-03-17 15:57:57 +0100
bbc148197
Removed event file from catalog api csproj by
2017-03-17 13:20:52 +0100
15d0e98dd
Merge branch 'polly-integration' into dev by
2017-03-17 13:14:07 +0100
ddb03a0aa
Refactoing HttpClientApi by
2017-03-17 13:12:34 +0100
cb3f68287
Created Retry and CircuitBreaker policies for MVC App by
2017-03-17 10:00:18 +0100
5a374e97b
Refactoring Integration Events so they cannot be confused with Domain Events by
2017-03-16 18:59:20 -0700
b9c1778d9
Refactoring Domain Events so it is clear and differenciated versus Integration Events by
2017-03-16 18:52:02 -0700
6f6f09e11
Minor refactoring on the Event Bus IntegrationEventLog by
2017-03-16 15:54:01 -0700
33335eb23
Change in integration event publication fow as agreed. Flow is 1- start transaction 2- modify catalog iin db 3- add event to db 4- close transaction 5- publish event 6- update event state in db by
2017-03-16 16:08:55 +0100
c8df9a232
Refactoring integration events: move event bus implementation to building block projects. by
2017-03-16 13:30:01 +0100
8423c8bb6
Larger Refactoring of IntegrationEvents by
2017-03-15 18:42:47 -0700
e41ce96f8
Minor refactoring related to the ProductPriceChanged integration event by
2017-03-15 14:50:10 -0700
faf4ada8a
Fix unit tests by
2017-03-15 15:32:13 +0100
f12f0c4ff
Fix merge issue by
2017-03-15 15:18:06 +0100
d35cefb88
Fix merge issue. by
2017-03-15 15:04:13 +0100
6bd17ead8
Merge branch 'dev' of https://github.com/dotnet/eShopOnContainers into dev by
2017-03-15 14:57:18 +0100
0c4f8a49d
WebMVC and WebSPA show now a changed price in the basket list by
2017-03-15 14:57:08 +0100
dbb4be8e4
Update ordering scenarios by
2017-03-14 19:05:22 +0100
1e47a3378
Merge domain events to DEV by
2017-03-14 19:04:59 +0100
9669d433a
Added unit tests for entity domain events by
2017-03-14 18:58:27 +0100
c8f0776f1
Added domain events in Ordering Api by
2017-03-14 18:02:28 +0100
f03cf0e8f
Merge branch 'integration-events-rmq' into dev by
2017-03-14 16:54:19 +0100
8a9492e57
Add catalog test. by
2017-03-14 16:52:33 +0100
f6b233551
Fix issue with tests and Authorize attribute by
2017-03-14 14:15:34 +0100
23fcfd0dc
Fix merge issue. by
2017-03-14 12:17:05 +0100
f1ffb95ab
Merge branch 'dev' into integration-events-rmq by
2017-03-14 11:50:28 +0100
254d47958
Renaming. by
2017-03-14 09:54:30 +0100
f502c2388
Add persistence of published integration events for Catalog (the only microservice publishing integration events by the moment). by
2017-03-14 09:47:36 +0100
b07677ae8
Updates for the docker-compose production env. by
2017-03-13 16:43:40 -0700
73a15629d
Moving docker-compose.prod.yml under the docker-compose.yml node in the docker-compose.dcproj by
2017-03-13 16:15:48 -0700
1e34a3942
Updated image by
2017-03-13 13:26:05 -0700
73c4eb89b
Updated README with image including Cloud infrastructure in the future by
2017-03-13 13:15:19 -0700
c3444287e
Fixes order checkout (#53) by
2017-03-13 12:43:56 +0100
4e5e32c6a
Add old price property for the basket in the WebMVC by
2017-03-13 12:15:41 +0100
661798130
Fix for #80 by
2017-03-13 11:34:25 +0100
172367d9d
Connect to the rabbitmq container using settings. by
2017-03-13 11:03:35 +0100
4818f6890
Merge pull request #114 from dotnet/revert-85-xamarin by
2017-03-12 11:44:05 -0700
f185824d7
(refs/pull/114/head)
Revert "ViewModelLocator now connects view models to views, rather than NavigationService." by
2017-03-12 12:10:50 +0100
d7ab4d89d
Added ESHOP_PROD_EXTERNAL_DNS_NAME_OR_IP to .env and docker-compose.prod.yml for production config so it does not impact to the localhost config. by
2017-03-11 15:28:57 -0800
69e5fe9f2
Using ${ESHOP_EXTERNAL_DNS_NAME_OR_IP} from docker-compose.override.yml, as well. Notice that when using "localhost" from the browser URL using the MVC app, you'd need to use the 10.0.75.1 IP in a "Docker for Windows" environment. Other than that, update the .env file with your IP or DNS name, and use that from the brower and the ${ESHOP_EXTERNAL_DNS_NAME_OR_IP} in all the docker-compose files. by
2017-03-11 14:49:55 -0800
71987d03f
Using the ".env" file for default environment variables like the ESHOP_EXTERNAL_DNS_NAME_OR_IP=192.168.88.248 by
2017-03-11 13:25:45 -0800
12ecc78a1
Solves #112 by
2017-03-10 21:51:48 +0100
4d1269b8f
Add handler logic for basket repository. Add Post to CatalogController (only for price update). by
2017-03-10 18:34:58 +0100
5b38a49f1
Add Basket handler and subscription to events. Change in EventBus to use broker and one message queue per microservice http://www.rabbitmq.com/tutorials/tutorial-four-dotnet.html by
2017-03-10 13:17:16 +0100
bf1ae4a81
Merge pull request #85 from dotnet/xamarin by
2017-03-10 08:37:06 +0100
f2999a46f
Added docker-compose.prod.yml for testing with Xamarin app in remote devices, like in a WiFi, of for running the Web Apps from remote Browsers. Start the solution with: docker-compose -f docker-compose.yml -f docker-compose.prod.yml up -d by
2017-03-09 21:49:45 -0800
13503154f
Merge pull request #110 from BillWagner/update-to-csharp-7 by
2017-03-09 14:19:06 -0800
74fbbecf5
(refs/pull/110/head)
Update Compiler package by
2017-03-09 16:38:02 -0500
0aaa85ee0
Merge pull request #104 from dotnet/xamarin-update by
2017-03-09 13:04:40 -0800
f97b984a4
Merge pull request #109 from dotnet/revert-108-revert-106-master by
2017-03-09 12:54:12 -0800
3e795ac3c
(refs/pull/109/head)
Revert "Revert "Removes Docker profile from launchSettings.json"" by
2017-03-09 12:50:41 -0800
1b1136aab
Merge branch 'master' of https://github.com/dotnet/eShopOnContainers by
2017-03-09 12:01:18 -0800
378fb0d8e
README update by
2017-03-09 12:01:12 -0800
6bb24f6da
Merge pull request #108 from dotnet/revert-106-master by
2017-03-09 12:00:35 -0800
ee1319824
(refs/pull/108/head)
Revert "Removes Docker profile from launchSettings.json" by
2017-03-09 11:59:29 -0800
977d68b0d
Merge pull request #106 from dazhao-msft/master by
2017-03-09 11:50:33 -0800
9edf68ba1
(refs/pull/106/head)
Removes Docker profile from launchSettings.json by
2017-03-09 10:27:33 -0800
18a402044
Add basic first implementation of Event bus with rabbitMQ by
2017-03-09 15:56:34 +0100
06d57fcbe
(refs/pull/104/head)
Changed project error message language Updated README by
2017-03-09 09:36:54 +0100
c792800b5
Merge pull request #100 from crowchirp/patch-1 by
2017-03-08 21:00:18 -0800
9ea27ad17
Merge pull request #101 from BillWagner/use-di-on-webforms-app by
2017-03-08 20:59:34 -0800
4469a4b85
Raising the number of retries with exponential backoff so in potential slower machines there's time enough. Related to issue: https://github.com/dotnet/eShopOnContainers/issues/97 by
2017-03-08 17:10:34 -0800
a3fd17171
(refs/pull/101/head)
inject dependencies into the WebForms application by
2017-03-08 16:56:26 -0500
fc6c6e3a0
(refs/pull/100/head)
corrected typo by
2017-03-08 22:29:50 +0530
9b26253c4
Add rabbitMQ container by
2017-03-08 15:44:53 +0100
77b64d537
(refs/pull/85/head)
Replaced async void methods with async Task methods, where appropriate. by
2017-03-08 10:28:52 +0000
ec7e63def
Merge pull request #92 from henkmollema/patch-1 by
2017-03-07 17:00:36 -0800
d0fbd7729
(refs/pull/92/head)
Remove references to 'MVC 6' by
2017-03-07 23:31:56 +0100
fceaddf58
Merge pull request #89 from priyanshu92/master by
2017-03-07 12:01:00 -0800
f67e6e40d
(refs/pull/89/head)
Fixed a typo from "mobilee" to "mobile" by
2017-03-08 00:49:10 +0530
d01a548bb
Merge branch 'master' of https://github.com/dotnet/eShopOnContainers by
2017-03-07 18:49:03 +0100
39d4280b3
Fix for #81 by
2017-03-07 18:48:53 +0100
14efed11a
ViewModelLocator is now responsible for connecting view models to views. by
2017-03-07 16:47:11 +0000
1b6ff6cb2
Fix issue #80 logging out crashes. by
2017-03-07 16:50:19 +0100
a7f9d2c73
Merge branch 'master' into xamarin by
2017-03-07 13:57:52 +0000
74ab90cff
Add functional tests project and ordering intial tests by
2017-03-07 13:46:27 +0100
86104bb79
Merge pull request #84 from dotnet/xamarin by
2017-03-07 13:22:01 +0100
8b3bd3b7e
(refs/pull/84/head)
Ensured that calls to NavigationService.NavigateAsync are awaited. by
2017-03-07 11:56:18 +0000
4299c0503
Merge pull request #82 from dotnet/xamarin-behaviors by
2017-03-07 11:57:46 +0100
3486e6be7
(refs/pull/82/head)
Removed behaviors that aren't required and replaced with EventToCommandBehavior. by
2017-03-07 10:15:44 +0000
51006788b
Merge branch 'master' of https://github.com/dotnet/eShopOnContainers by
2017-03-06 23:21:06 -0800
b23d32d0d
Merge branch 'master' of https://github.com/dotnet/eShopOnContainers by
2017-03-06 23:20:52 -0800
9f1d4130d
Fixed Android Test project wrong version by
2017-03-07 08:20:43 +0100
897280c79
Updating README.MD by
2017-03-06 23:20:37 -0800
acb45a356
Merge branch 'master' of https://github.com/dotnet/eShopOnContainers by
2017-03-07 08:15:58 +0100
c446af002
Protect from null the Checkout proccess by
2017-03-07 08:15:47 +0100
3e88d94a4
Cover updated by
2017-03-06 21:07:57 -0800
e8c5eb1eb
Fix bug/issue in SPA when building from build-container and it is not compatible in Linux with previous SPS content, so needs to run npm rebuild node-sass first by
2017-03-06 15:32:15 -0800
be0e9274b
Removing Catalog.WebForms It is still in the windows-containers-test branch by
2017-03-06 18:53:26 +0100
485e8faf0
Removing pokemon catches. #75 by
2017-03-06 18:41:27 +0100
12a734380
Fix integration tests by
2017-03-06 17:54:16 +0100
e2187167b
Add project for functional tests by
2017-03-06 17:00:00 +0100
9f7cc5e4b
Fix eShopCointainers.sln reference to integration tests by
2017-03-06 16:46:33 +0100
8e30659ed
Tests folder renaming by
2017-03-06 16:39:47 +0100
7eb9acc75
Merge branch 'master' of https://github.com/dotnet/eShopOnContainers by
2017-03-06 16:29:34 +0100
1dd1ccf80
Rename of the functional tests to integration by
2017-03-06 16:29:24 +0100
918194643
Merge branch 'master' of https://github.com/dotnet/eShopOnContainers by
2017-03-06 16:27:53 +0100