Ramón Tomás
f302316cb0
Fix issue identityService.getuseridentity fails when called from integration event
7 years ago
Christian Arenas
38f86f2cd6
Add Order Description field
7 years ago
Ramón Tomás
9e00dceeb1
Create checkout call in webmvc
Created Cancel call in webmvc
7 years ago
Cesar De la Torre
f9e60c53a3
Removing -all rights reserved- as this is Open Source.
7 years ago
Eduard Tomas
af6c942aac
Fixed error on sharing policies between origins
7 years ago
Christian Arenas
8d09abbb75
Merge branch 'order-processflow-redesign' of https://github.com/dotnet-architecture/eShopOnContainers into order-processflow-redesign
# Conflicts:
# eShopOnContainers-ServicesAndWebApps.sln
7 years ago
Cesar De la Torre
14cbbe6bcb
Removed NMP INSTALL from docker-compose.ci.build.yml. Shouldn't need to do that every time.
7 years ago
Cesar De la Torre
53777d5105
Minor description refactoring
7 years ago
Unai Zorrilla Castro
62126f5cf5
Remove reference to HttpClient from IHttpClient. Change methods to allow specify authorization token and requestid headers in each request. Added API to group uri definitions
7 years ago
Eduard Tomas
22cc8daa65
Updated healthcheck lib
7 years ago
Eduard Tomas
39813424f9
Solves error building SPA on linux host due to case error
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
Andre Passos
7b1d11e4a8
update to angular-cli and angular 4
7 years ago
Ramón Tomás
6420357e07
Fix issue error when building the SPA app from the CLI #164
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
Cesar De la Torre
33281474af
Minor change in label
7 years ago
Cesar De la Torre
868c37e4f9
Minor change in label
7 years ago
dsanz
243d9a7ee3
Refactoring resilience implementation in order to use Polly directly when creating the resilience policies
7 years ago
Eduard Tomas
80bac99f63
SPA checks for its dependences on healthcheck
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
André Passos
8039ffe96e
upgrade to Identity Server 4 rtm
7 years ago
Ramón Tomás
00f7226f30
Rename OrderingIntegrationEvent service methods
Remove clean basket instruction from SPA client
7 years ago
Cesar De la Torre
c0c0941c4c
Refactored internal ResiliencePolicy base class and ResiliencePolicyFactory
7 years ago
Cesar De la Torre
a373ace60b
delete temp readme
7 years ago
dsanz
e9bdeb6f13
Make resilient policies configurable.
7 years ago
Eduard Tomas
202882aa7c
Fixed healthcheck errors
7 years ago
Ramón Tomás
d9c004a92d
Added integration event for cleaning basket when order is created
7 years ago
Cesar De la Torre
fa541444c7
Fixed bug in HealthChecks so the Catalog.API microservice checks the SQL database.
Also, added more UrlChecks to the MVC app so it checks all its dependencies.
Plus minor bugs/missing code in docker-compose.pro.yml that was evolved in the .override.yml
7 years ago
dsanz
6ac5a8cc70
Move Polly implementation to Building block project
7 years ago
Cesar De la Torre
ce8b89e48e
Uploading the early Draft Xamarin Patterns eBook
7 years ago
Ramón Tomás
482b5d239c
Fix bug logger not working in HttpClient
7 years ago
Cesar De la Torre
649950f2df
Minor change in Exponential Backoff config for the RetryPolicy
7 years ago
Cesar De la Torre
2e5dca4467
Minor refactoring related to Circuit Breaker, Exponential Backoff and the Order controller
7 years ago
Cesar De la Torre
61df92872a
Renaming to ResilientHttpClient and StandardHttpClient
7 years ago
Ramón Tomás
e08fe895a3
Added MVC and SPA Apps to healthChecker
Added styles to view
7 years ago
dsanz
53bdf6de04
Add error message in WebSPA when create order returns exception
7 years ago
Charles Lowell
2f3df2715d
Set data protection application discriminators
This prevents cookie confusion when applications are hosted at the same domain and path. For example, under default settings, WebMVC may attempt to decrypt Identity's antiforgery cookie rather than its own.
8 years ago
Ramón Tomás
782a2e40d5
Fix issue no cardtpyeid submitted in SPA
Fix issue multiple order creation. Now the create order button is disabled until the request is processed
7 years ago
Ramón Tomás
3a7a14bdb7
Created global filters for web apis
Fix bug BadRequest response after creating order
7 years ago
Cesar De la Torre
313976da80
Fixed bugs related to the Product Update and PriceChangedIntegrationEvent. It was updating only when the price was changing... additional refactoring performed, too.
7 years ago
Eduard Tomas
5b9b92397d
Updates to dockerfile / docker-compose for windows containers
8 years ago
Eduard Tomas
561ba3b1ec
1st version of healthcheck & webstatus
8 years ago
Ramón Tomás
449ee3f7a3
Increase Retries in HttpClientWrapper
8 years ago
Ramón Tomás
6f8512f434
Increased circuit breaker threshold
Fix lifescope issue with IHttpClient
Adapt circuit breaker to trigger its counter for no success http response
8 years ago
Charles Lowell
e5cc7cd944
Workaround for WebSPA publish issue
Due to aspnet/websdk #114 , dotnet publish only copies to the output directory files which existed before the command was run.
8 years ago
Charles Lowell
ed87b6b845
Use <base> to enable relative paths in WebSPA
8 years ago