Ramón Tomás
02f94eeb0e
Updated k8s scripts
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
Miguel Veloso
97f81c2939
Merge pull request #536 from SychevIgor/rudementsinidentity
drop rudiments from identity api
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
Cesar De la Torre Llorente
b78daa4685
Fix microsoft/aspnetcore-build:2.0.5-2.1.4 name in dockerfiles
7 years ago
Cesar De la Torre Llorente
81477f0757
Fix bug in microsoft/aspnetcore-build:2.0.5-2.1.4 name.
7 years ago
Cesar De la Torre Llorente
c17ecfa16a
Fallback to aspnetcore-build:2.0.5-2.1.4 until issue with aspnetcore-build:2.0 is solved: https://github.com/dotnet-architecture/eShopOnContainers/issues/543
7 years ago
Sychev Igor
039632bebd
docker to 2.0.5 .net core
7 years ago
Sychev Igor
c1db0703a7
packages update 2
7 years ago
Sychev Igor
ccad354645
packages update
7 years ago
Robert Raboud
047e3a945a
Handled uncaught exception in command handling
7 years ago
Robert Raboud
8ef122fea2
Converted tabs to spaces
7 years ago
eiximenis
152fcc8205
Fixed errors and updated config
7 years ago
eiximenis
a18cec21fe
Missing aggregator project
7 years ago
Enrico Tirotta
dbd5999e38
Update Enumeration.cs
7 years ago
Kasper B. Graversen
998a9fdc9b
Fix spelling
7 years ago
Miguel Veloso
954d8718a8
Fix improper use of AddRangeAsync for seeding entities that don't use the SequenceHiLo key generation strategy, as per https://docs.microsoft.com/en-us/dotnet/api/microsoft.entityframeworkcore.dbset-1.addrangeasync?view=efcore-2.0
7 years ago
Eduard Tomàs
6cc87fc80a
renaming of PurchaseBff to Aggregator
7 years ago
Eduard Tomàs
0be655d2e0
Fixing errors in SPA when calling basket api through apigw
7 years ago
Eduard Tomàs
8edd736196
Updating SPA for working with PurchaseBFF.
7 years ago
Eduard Tomàs
704e6ae693
Finished purchase-bff implementation and ocelot rerouting
7 years ago
Eduard Tomàs
b0d4ae5a72
All order flow goes through Purchase BFF API. Also some refactorings.
7 years ago
Robert Raboud
8ce8560214
parse issue
7 years ago
Eduard Tomàs
2a81a080ba
Moved Create Order from MVC logic client to Purchase logic.
7 years ago
Eduard Tomàs
1c6431d503
Moved "AddItemToBasket" from MVC Client to a single call in PurchaseBFF
7 years ago
Eduard Tomàs
e59829e96b
WIP on Ocelot: Change routing and config errors.
7 years ago
Robert Raboud
2451ab9dff
Changed AddRange to AddRangeAwait
7 years ago
Eduard Tomàs
dcb9b87361
7 years ago
Eduard Tomàs
47a33ddd05
BFF Purchase - WIP
7 years ago
yantang
23bdd59b10
Update AI k8s package version, otherwise kubernetes deployment will fail because of deadlock.
7 years ago
Eduard Tomàs
02f5e1158a
Purchase BFF skeleton created
7 years ago
Eduard Tomàs
9371eb1077
Add a endpoint returning only a 200 to be used as a liveness probe for k8s
7 years ago
Sychev Igor
835c28910e
rudement views in identity services. both are useless, without actions in home controller
7 years ago
Enrico Tirotta
84203537ed
Update MediatorModule.cs
7 years ago
Unai Zorrilla Castro
12a9cabf7b
Added HealthCheck in backgroundtasks. Modify k8s configuration to include new backgroundtask service. Modify ServiceFabric to include new service ( service fabric is not tested at this moment)
7 years ago
PM Extra
b559f53332
Fix about some async calls.
7 years ago
PM Extra
1f971bc01a
Fix code format.
7 years ago
Unai Zorrilla Castro
8f89cebf36
Fixed issue with subscriber name and remove old hosted service code on ordering.api
7 years ago
Unai Zorrilla Castro
025ab0e14c
Implemented HostedService in different service
7 years ago
yanchenw
607a30491e
Optimize multistage build
7 years ago
yanchenw
e4fa15b813
Optimize multi-stage build Dockerfile
Remove explicitly copied dependencies, copy entire solution
into the conainter and depends on the cache to reduce build
time.
Addd temporary solution file which does not contains the
dcproj file to work around the issue that the dotnet cli
cannot handle dcproj.
7 years ago
Sychev Igor
470e626802
"Microsoft.ApplicationInsights.Kubernetes" Version="1.0.0-beta2"
7 years ago
Sychev Igor
ec36772cf8
mongo 2.5 (prep for retryable writes) and some small fixes
7 years ago
Sychev Igor
77e5f9ba5a
images to support 2.0.3 packages with security fixes
7 years ago
Sychev Igor
924c735072
microsoft packages to latest. including Logging from .net standard 1.3 to 2.0 upgrade
7 years ago
Sychev Igor
ed0988a3a1
MediatR from 3 to 4
7 years ago
dsanz
2e955c7f13
Fix multistaging build
7 years ago
Sychev Igor
4d6a54c76f
drop swagger from payment.... AGAIN
7 years ago