1903 Commits

Author SHA1 Message Date
Charles Lowell
fb3c85ef56 update k8s deploy script 2017-04-11 15:04:20 -07:00
Charles Lowell
66a2457676 update k8s deploy script 2017-04-11 15:04:20 -07:00
Charles Lowell
6cabf6691d update k8s configuration
- add event bus
- remove ASPNETCORE_ENVIRONMENT = Development (apps will default to Production)
2017-04-11 13:38:19 -07:00
Charles Lowell
1bbd152dc4 update k8s configuration
- add event bus
- remove ASPNETCORE_ENVIRONMENT = Development (apps will default to Production)
2017-04-11 13:38:19 -07:00
Charles Lowell
1eae6a9ea2 Merge branch 'master' 2017-04-11 12:20:39 -07:00
Charles Lowell
25f23d2503 Merge branch 'master' 2017-04-11 12:20:39 -07:00
Charles Lowell
0e55af7338 update READMEs 2017-04-11 11:20:42 -07:00
Ramón Tomás
9e17d9c85e Added wwwroot/lib folders to gitignore 2017-04-11 16:05:27 +02:00
Ramón Tomás
cb4a3503df Added wwwroot/lib folders to gitignore 2017-04-11 16:05:27 +02:00
Ramón Tomás
411883fddc Added wwwroot/lib folders to gitignore 2017-04-11 16:05:08 +02:00
Ramón Tomás
cb780add8f Added wwwroot/lib folders to gitignore 2017-04-11 16:05:08 +02:00
dsanz
35417a6bf2 Add Webstatus to eShopContainers.sln 2017-04-11 10:25:38 +02:00
dsanz
b9c097fc1e Add Webstatus to eShopContainers.sln 2017-04-11 10:25:38 +02:00
Cesar De la Torre
3ef6846fe0 Minor change in label 2017-04-08 12:06:51 -07:00
Cesar De la Torre
33281474af Minor change in label 2017-04-08 12:06:51 -07:00
Cesar De la Torre
531ed7354d Minor change in label 2017-04-08 12:06:27 -07:00
Cesar De la Torre
4df73b155e Minor change in label 2017-04-08 12:06:27 -07:00
Cesar De la Torre
345e275a0e Minor change in label 2017-04-08 12:05:25 -07:00
Cesar De la Torre
868c37e4f9 Minor change in label 2017-04-08 12:05:25 -07:00
Cesar De la Torre
63eed87292 Merge pull request #142 from chlowell/hosting-changes
Set application discriminators, work around Redis client issue
2017-04-08 11:15:28 -07:00
Cesar De la Torre
d652c4027c Merge pull request #142 from chlowell/hosting-changes
Set application discriminators, work around Redis client issue
2017-04-08 11:15:28 -07:00
dsanz
d0e488f724 Merge branch 'dev' 2017-04-07 17:20:35 +02:00
dsanz
4f130dcd00 Merge branch 'dev' 2017-04-07 17:20:35 +02:00
dsanz
396ba60b72 Fix integration tests 2017-04-07 17:19:25 +02:00
dsanz
bb1b56ca1e Fix integration tests 2017-04-07 17:19:25 +02:00
dsanz
237c5424d8 Modify tests to use different settings for each microsevice 2017-04-07 16:12:58 +02:00
dsanz
1420562b34 Modify tests to use different settings for each microsevice 2017-04-07 16:12:58 +02:00
dsanz
ccde4a09f4 Remove commented code 2017-04-07 15:23:05 +02:00
dsanz
7805b3e290 Remove commented code 2017-04-07 15:23:05 +02:00
dsanz
0c317d56f3 Refactoring resilience implementation in order to use Polly directly when creating the resilience policies 2017-04-07 12:48:22 +02:00
dsanz
243d9a7ee3 Refactoring resilience implementation in order to use Polly directly when creating the resilience policies 2017-04-07 12:48:22 +02:00
Eduard Tomas
e05cbfa809 Added WebStatus to cli build scripts.
Removed old script build for windows.
2017-04-07 10:49:51 +02:00
Eduard Tomas
68ec546fbd Added WebStatus to cli build scripts.
Removed old script build for windows.
2017-04-07 10:49:51 +02:00
Eduard Tomas
97d8e80294 SPA checks for its dependences on healthcheck 2017-04-07 10:49:28 +02:00
Eduard Tomas
80bac99f63 SPA checks for its dependences on healthcheck 2017-04-07 10:49:28 +02:00
Eduard Tomas
a12a53b44e Updated global sln with new projects 2017-04-07 09:24:30 +02:00
Eduard Tomas
0c205fc8bd Updated global sln with new projects 2017-04-07 09:24:30 +02:00
Cesar De la Torre
a07a88f9c4 Added DDD comment about the Address Id as "Shadow property" as a Value Object shouldn't have an ID in the domain model. 2017-04-06 11:47:10 -07:00
Cesar De la Torre
dae9fdb471 Added DDD comment about the Address Id as "Shadow property" as a Value Object shouldn't have an ID in the domain model. 2017-04-06 11:47:10 -07:00
dsanz
6ca7f25669 Renaming of the resilience.http project 2017-04-06 16:59:17 +02:00
dsanz
5cdb5afa2d Renaming of the resilience.http project 2017-04-06 16:59:17 +02:00
dsanz
c16941cf25 Fix warnings 2017-04-06 11:59:11 +02:00
dsanz
edd72d2160 Fix warnings 2017-04-06 11:59:11 +02:00
Eduard Tomas
2658a69347 Fixes after merge :) 2017-04-05 19:01:48 +02:00
Eduard Tomas
51359dea94 Fixes after merge :) 2017-04-05 19:01:48 +02:00
Eduard Tomas
756cb3dafa Merge branch 'master' into dev
# Conflicts:
#	src/Mobile/eShopOnContainers/eShopOnContainers.Core/eShopOnContainers.Core.csproj
#	src/Services/Catalog/Catalog.API/Startup.cs
#	src/Services/Ordering/Ordering.API/Infrastructure/AutofacModules/MediatorModule.cs
#	src/Web/WebMVC/Startup.cs
2017-04-05 17:05:14 +02:00
Eduard Tomas
9c4f4a4e7f Merge branch 'master' into dev
# Conflicts:
#	src/Mobile/eShopOnContainers/eShopOnContainers.Core/eShopOnContainers.Core.csproj
#	src/Services/Catalog/Catalog.API/Startup.cs
#	src/Services/Ordering/Ordering.API/Infrastructure/AutofacModules/MediatorModule.cs
#	src/Web/WebMVC/Startup.cs
2017-04-05 17:05:14 +02:00
Eduard Tomàs
d934185ebf Merge pull request #155 from andrelmp/master
Upgrade to Identity Server 4 rtm
2017-04-05 16:39:18 +02:00
Eduard Tomàs
85dd439336 Merge pull request #155 from andrelmp/master
Upgrade to Identity Server 4 rtm
2017-04-05 16:39:18 +02:00
Eduard Tomàs
70fc4c90ca Merge pull request #156 from dotnet/idsvr-new-config
Idsvr new config
2017-04-05 16:07:47 +02:00