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
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
6 years ago
eiximenis
5bb67596b9
k8s config updated
6 years ago
Stepan
caf16bc03d
Concurrency fix for EventBus
Prevent a possible race condition in InMemoryEventBusSubscriptionsManager
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
eiximenis
a34ed28445
SPA adapted to gateway
7 years ago
eiximenis
181b475e32
MVC adapted to marketing bff apigw
7 years ago
eiximenis
de37559c41
Files moved / names changes / csprojs updated / sln updated
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
eiximenis
8cfb74fe93
Fixing SPA for using aggregators
7 years ago
Enrico Tirotta
dbd5999e38
Update Enumeration.cs
7 years ago
David Britch
2aaffe71cf
Removed lazy creation of PermissionsService on iOS and Android.
7 years ago
David Britch
6e7a0ace16
LocationService threading issues fixed on Android.
7 years ago
David Britch
01cf30ebb8
iOS LocationService thread safety architecture changes.
7 years ago
David Britch
32c85b327f
iOS LocationService threading issues resolved.
7 years ago
David Britch
a43086fe2c
Removed Task.Delay test.
7 years ago
David Britch
0f0a7fb698
App now gracefully handles the location service being turned off in the Windows OS.
7 years ago
David Britch
2e87eacded
Windows LocationService fixed.
7 years ago
David Britch
7a7d8a87a1
Using statements sorted.
7 years ago
Kasper B. Graversen
998a9fdc9b
Fix spelling
7 years ago
David Britch
d412a00a3c
Location plugins removed from test runners.
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
David Britch
b9835a3e72
iOS LocationService complete.
7 years ago
David Britch
1fa48de667
Android LocationService refactoring.
7 years ago