Frank Ibem
0567ff85b1
Update ProfileService.cs
Update check for LastName value in GetClaimsFromUser()
7 years ago
Ramón Tomás
0a1897788f
Remove hard-coded values from Identity srv configuration
7 years ago
Eduard Tomas
d17495cb99
FailingMiddleware is now IStartupFilter
7 years ago
Eduard Tomas
5d098b1478
Autorefresh on healthchecks with config timeout
7 years ago
Cesar De la Torre
e31ee0dcd8
Minor refactoring for the CreateOrder Web API method and the Entity base class
7 years ago
BillWagner
aa69e11095
add back the async state machine
Because of the using blocks, these one line methods need the async
modifier so that the that async state machiner is created. Otherwise, if
the method does not complete synchronously, the connection is closed
before the database has returned its results.
7 years ago
Bill Wagner
e813332890
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
e5217c1756
CreateOrder refactored so return code lines are more compact
7 years ago
Eduard Tomas
a09d7fd3a5
EventBus refactor.
Instead to register EventHandlers we register Func<EventHandlers> which solves scope problems (having transient/scoped objects owned by singletons)
7 years ago
Cesar De la Torre
69d7399eec
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.
7 years ago
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
ee787dcaad
Revert "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
Steve Smith
ac9775c90c
Cleaning up and fixing typos
7 years ago
Geert Van Laethem
ebff02fb1f
Fixed two typos to the filter
7 years ago
Unai Zorrilla Castro
09a53f0137
Added IRabbitMQPersisterConnection and more resilient work on rabbitmq event bus
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
Unai Zorrilla Castro
c33513303d
Review on 17/04/2017
7 years ago
dsanz
7805b3e290
Remove commented code
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
edd72d2160
Fix warnings
7 years ago
Eduard Tomas
d00588ae37
Updated IdSvr for Xamarin-UWP signin related problems
7 years ago
André Passos
8039ffe96e
upgrade to Identity Server 4 rtm
7 years ago
Eduard Tomas
be440a9a02
Removing PaymentMethod property from order
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
393b47fa93
CatalogIntegrationEventService Refactored
7 years ago
Eduard Tomas
5eb5db1b8c
Error on registring event handlers
7 years ago
Ramón Tomás
3c909ff392
Refactor transaction and publishing in integration events
7 years ago
Eduard Tomas
a7c7426659
Removing Buyer navigation property in Order
7 years ago
Eduard Tomas
75629193b7
Xamarin callback client configurable
7 years ago
Eduard Tomas
202882aa7c
Fixed healthcheck errors
7 years ago
Ramón Tomás
25a70605de
Fix issue ordering event handler registration
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
3b4556b9c4
Add comment.
7 years ago
dsanz
ba71b192a9
Fix issue #118 Token lifetime handling
7 years ago
Ramón Tomás
3ef2aeff9a
Fix issue after merge
7 years ago
Ramón Tomás
e08fe895a3
Added MVC and SPA Apps to healthChecker
Added styles to view
7 years ago
dsanz
e596926b9b
add comment about known bug in .net core 1.1
7 years ago
dsanz
5fed56db51
Domain validation errors must throw domain exceptions.
7 years ago
dsanz
cea9600227
Refactoring of idempotent elements and logic.
7 years ago
Charles Lowell
eba2ea8bf9
Support IP address connection string in Basket.API
Dns.GetHostAddressesAsync can return problematic results when passed an IP address, and if the connection string is already an IP address, we needn't call it anyway.
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
2119ae19bd
Fix startup after merge
7 years ago
Ramón Tomás
3a7a14bdb7
Created global filters for web apis
Fix bug BadRequest response after creating order
7 years ago
dsanz
d8d1e5a8b2
Remove unused code
7 years ago
Cesar De la Torre
0d78461a08
Implemented EF Core DB connections resiliency with explicit retries and execution strategy when using multiple DbContexts
7 years ago
Cesar De la Torre
c07665aef6
Renamed from EditProduct to UpdateProduct, also its HTTP Route, etc.
7 years ago