Eduard Tomas
22cc8daa65
Updated healthcheck lib
7 years ago
Cesar De la Torre
a4b7d485cd
Minor comment typo changeed
7 years ago
Cesar De la Torre
aeddf51a33
Refactoring to better terms
7 years ago
Cesar De la Torre
d143c9eea0
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).
7 years ago
Cesar De la Torre
d1bc0325ac
Merge pull request #180 from dotnet-architecture/revert-178-use-IEnumerable-dynamic
Revert "Fix API signatures for collections"
7 years ago
Cesar De la Torre
ee787dcaad
Revert "Fix API signatures for collections"
7 years ago
Cesar De la Torre
27cca44d17
Merge pull request #178 from BillWagner/use-IEnumerable-dynamic
Fix API signatures for collections
7 years ago
Bill Wagner
077868e51d
Fix API signatures for collections
The methods that return collections should return
Task<IEnumerable<dynamic>> not Task<dynamic>
7 years ago
Cesar De la Torre
527e66cea0
Merge pull request #175 from dotnet-architecture/ardalis/typo-patch
Cleaning up and fixing typos
7 years ago
Ramón Tomás
f2f2f2fbfa
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.
7 years ago
Eduard Tomas
c4da4ce935
windows images named differently than linux
7 years ago
RamonTC
1ccc87e743
Merge pull request #167 from andrelmp/dev
Upgrade to angular-cli and Angular 4
7 years ago
Steve Smith
ac9775c90c
Cleaning up and fixing typos
7 years ago
Unai Zorrilla Castro
70f50a0fce
Fix bug with queue names
7 years ago
Unai Zorrilla Castro
09a53f0137
Added IRabbitMQPersisterConnection and more resilient work on rabbitmq event bus
7 years ago
Eduard Tomas
39813424f9
Solves error building SPA on linux host due to case error
7 years ago
Eduard Tomas
9ed2f1ce7b
Catalog.API methods following more rest conventions:
Create/Update routed by POST/PUT & Location header returned
A new GET endpoint for returning single item by id created to honour Location header of previous methods.
7 years ago
Eduard Tomas
658904ce5c
Merge branch 'reviews/uzorrilla' into dev
# Conflicts:
# src/Services/Basket/Basket.API/Model/RedisBasketRepository.cs
7 years ago
André Passos
d34b80393e
remove .vscode folder and add to .gitignore
7 years ago
Unai Zorrilla Castro
c99e5e8e3b
Pending review files
7 years ago
André Passos
b06bcdcd58
Changes to make SPA compatible with angular-cli AOT
Signed-off-by: André Passos <andre-ap2@hotmail.com>
7 years ago
André Passos
28426e95c0
fix controller routes
Signed-off-by: André Passos <andre-ap2@hotmail.com>
7 years ago
Unai Zorrilla Castro
c33513303d
Review on 17/04/2017
7 years ago
Andre Passos
7b1d11e4a8
update to angular-cli and angular 4
7 years ago
Ramón Tomás
12d76b940e
Merge branch 'master' of https://github.com/dotnet/eShopOnContainers
7 years ago
Ramón Tomás
6420357e07
Fix issue error when building the SPA app from the CLI #164
7 years ago
dsanz
4575487153
Merge branch 'master' into dev
# Conflicts:
# src/Web/WebMVC/Views/Shared/Components/CartList/Default.cshtml
# src/Web/WebSPA/Client/modules/basket/basket.component.html
7 years ago
Cesar De la Torre
ee93a847df
eBook updated
7 years ago
Cesar De la Torre
40ec83b1bb
ebook Update
7 years ago
Cesar De la Torre
a1df221d65
Updated Guide/eBook with the latest draft version (v0.4)
7 years ago
Ramón Tomás
cb4a3503df
Added wwwroot/lib folders to gitignore
7 years ago
Ramón Tomás
cb780add8f
Added wwwroot/lib folders to gitignore
7 years ago
dsanz
b9c097fc1e
Add Webstatus to eShopContainers.sln
7 years ago
Cesar De la Torre
33281474af
Minor change in label
7 years ago
Cesar De la Torre
4df73b155e
Minor change in label
7 years ago
Cesar De la Torre
868c37e4f9
Minor change in label
7 years ago
Cesar De la Torre
d652c4027c
Merge pull request #142 from chlowell/hosting-changes
Set application discriminators, work around Redis client issue
7 years ago
dsanz
4f130dcd00
Merge branch 'dev'
7 years ago
dsanz
bb1b56ca1e
Fix integration tests
7 years ago
dsanz
1420562b34
Modify tests to use different settings for each microsevice
7 years ago
dsanz
7805b3e290
Remove commented code
7 years ago
dsanz
243d9a7ee3
Refactoring resilience implementation in order to use Polly directly when creating the resilience policies
7 years ago
Eduard Tomas
68ec546fbd
Added WebStatus to cli build scripts.
Removed old script build for windows.
7 years ago
Eduard Tomas
80bac99f63
SPA checks for its dependences on healthcheck
7 years ago
Eduard Tomas
0c205fc8bd
Updated global sln with new projects
7 years ago
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.
7 years ago
dsanz
5cdb5afa2d
Renaming of the resilience.http project
7 years ago
dsanz
edd72d2160
Fix warnings
7 years ago
Eduard Tomas
51359dea94
Fixes after merge :)
7 years ago
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
7 years ago