Unai Zorrilla Castro
654555387c
Minor refactoring
6 years ago
Unai Zorrilla Castro
88fa0a6309
Remove unnecesary catch
6 years ago
Unai Zorrilla Castro
70a2682806
Working on compose dependencies and check new httpclient handlers retries
6 years ago
Cesar De la Torre Llorente
6127457e8e
Changed order in pipeline so SetHandlerLifetime() is first, right on the on the IHttpClientBuilder that is returned when creating the Typed Client.
6 years ago
Cesar De la Torre Llorente
1fa6242c1c
Added opt-in HttpClientLogging config
6 years ago
Cesar De la Torre Llorente
8844aaba75
Adding an example of a HttpMessageHandler's Lifetime to 5 minutes in the pool. The default lifetime of HttpMessageHandler instances in the pool is 2 minutes.
6 years ago
Unai Zorrilla Castro
460fc997af
Create Generic Host prototype for background task in order to be reviewed
6 years ago
Unai Zorrilla Castro
094ba7c3c6
Review HTTP Aggregators. Remove IHTTPClient Resiliency building block. Fix TestController code ( ask about on this controller ). Tested with VS and docker-compose up directly
6 years ago
Unai Zorrilla Castro
96816e7bf7
Refactor aggregators to use AddHttpClient like on WebMVC
6 years ago
Unai Zorrilla Castro
554b4e4a0c
Remove unused tables
6 years ago
Unai Zorrilla Castro
2f9fa4dcca
Added HTTPClient services and review application on WebMVC
6 years ago
Cesar De la Torre Llorente
dc5de83747
Changes using fluent configuration API from Polly. Still to be cleaned up and old Policy code to be removed, etc.
6 years ago
eiximenis
684aa4927f
Updates to make it work with Docker
- Dockerfiles changes
- Minor csproj updates to bring back "dotnet bundle" cli
- Enable all protocols in SignalR
- Update package-lock.json in spa
6 years ago
Unai Zorrilla Castro
cf4b7ff47f
Added sample for use new IHttpClientFactory feature on WebMVC
6 years ago
Unai Zorrilla Castro
36fb20acea
Refactoring Catalog and Order status and add problem details feature from 2.1
6 years ago
Unai Zorrilla Castro
b02c1b825d
Migrate all dockerfiles to use 2.1 image. Added ApiBehaviorOptions into Catalog
6 years ago
Unai Zorrilla Castro
d1b6bc84fa
Migrated projects and references to use 2.1 rc1 libraries
6 years ago
Ramón Tomás
1d2fc6c42b
Removed commented code in signalr hub registration
6 years ago
Cesar De la Torre Llorente
c3213df7ed
Setting IWebHostBuilder and IWebHost as explicit (instead of var) in BuildWebHost() from the generic OcelotApiGw.
6 years ago
Ramón Tomás
7d2a790a8b
Fixed AOT compile issue with signalr pkg version
Removed duplicated ordering.background task in docker compose files
6 years ago
Cesar De la Torre Llorente
4eb73f8e23
Fixed bug in configuration.json for Ocelot API Gateways. ReRoutes for the Marketing microservices shound't be present in the configuration.json for the Shopping API Gateways, only for the Marketing API Gateways.
6 years ago
Miguel Veloso
794be31f53
Include Ordering.BackgroundTasks in webstatus check
6 years ago
Miguel Veloso
cdd87d367f
Fix swagger-ui redirection uri to current one as of v.3.x;
Fix stored values for existing deployments
6 years ago
Ramón Tomás
df010635fc
Fix issue mvc refreshing order list
6 years ago
Ramón Tomás
25c752c61a
Added SignalR Hub service to k8s
6 years ago
Ramón Tomás
04560ff4eb
Created specific service for signalr hub
6 years ago
Ramón Tomás
02f94eeb0e
Updated k8s scripts
6 years ago
Ramón Tomás
d9945a9200
Fixed ignored js files when building image
6 years ago
Ramón Tomás
08e8a4ba26
Added signalr client service to SPA app
6 years ago
Ramón Tomás
f1f17798da
Added missing Task.Background service docker-compose configuration
Added signalr client for MVC
Added signalr hub
Added signalr events when order status changes
6 years ago
i02coroj
8b846968e2
Update EventBusServiceBus.cs
Do not complete messages until actually processed.
6 years ago
Miguel Veloso
97f81c2939
Merge pull request #536 from SychevIgor/rudementsinidentity
drop rudiments from identity api
6 years ago
Cesar De la Torre Llorente
5fd412174e
Eliminated multiple dockerfiles within the ApiGw-Base as they were not really used as a different image but the same. Also, updated references at the docker-compose.yml file.
6 years ago
Cesar De la Torre Llorente
e83f87b62d
Removed ENV ESHOP_API_GW from dockerfiles which is not used/needed.
6 years ago
David Britch
8a32e3fe10
Removed UWP SettingsServiceImplementation
6 years ago
David Britch
a627d1f9e2
SettingsService now uses Application.Current.Properties dictionary.
Platform specific settings code removed.
6 years ago
Alex Kryvdyk
1d8c6178de
Improved encapsulation of DomainEvents collection in Entity class
6 years ago
Alex Kryvdyk
6869ad249a
Remove private property setters in Address value object to make it truly immutable
6 years ago
Alex Kryvdyk
ed26c3359c
Remove private setters to make class immutable
Remove private setters to make a class truly immutable. Otherwise, properties can be updated outside of constructor. This also makes code cleaner. Same in docs https://github.com/dotnet/docs/pull/4755
6 years ago
Marcos Cobeña Morián
adf46ff837
Clarified endpoint style
6 years ago
Marcos Cobeña Morián
4791be9298
Removed string.Format()s
6 years ago
Marcos Cobeña Morián
9ba004187d
Clarified endpoint URI
6 years ago
Marcos Cobeña Morián
f910e48c37
Replaced endpoint with copy
6 years ago
Marcos Cobeña Morián
77f11330ae
Fixed login lifecycle in UWP
6 years ago
Marcos Cobeña Morián
811f9a027a
Removed back-up file
6 years ago
Marcos Cobeña Morián
0f725666c0
Updated endpoints
6 years ago
Marcos Cobeña Morián
1f27bcb564
WIP endpoint update
6 years ago
Cesar De la Torre Llorente
b78daa4685
Fix microsoft/aspnetcore-build:2.0.5-2.1.4 name in dockerfiles
6 years ago
Cesar De la Torre Llorente
81477f0757
Fix bug in microsoft/aspnetcore-build:2.0.5-2.1.4 name.
6 years ago
eiximenis
f80ee6967a
Error on local mobile shopping apigw config file
6 years ago