Miguel Veloso
dca4e1cd16
Merge pull request #499 from raboud/parseError
Parse error
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
Robert Raboud
e7dac25460
Merge remote-tracking branch 'upstream/dev' into dev
7 years ago
David Britch
bc955e657b
Merge pull request #522 from dotnet-architecture/xamarin-oidcclient
Removed lazy creation of PermissionsService on iOS and Android.
7 years ago
David Britch
2aaffe71cf
Removed lazy creation of PermissionsService on iOS and Android.
7 years ago
David Britch
f49518dc31
Merge pull request #521 from dotnet-architecture/xamarin-location
Removed geolocation plugin from mobile apps
7 years ago
David Britch
6e7a0ace16
LocationService threading issues fixed on Android.
7 years ago
Cesar De la Torre
7c7a609322
Merge pull request #518 from kbilsted/kbilsted-fix-spelling1
Fix spelling
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
Miguel Veloso
1d1c815463
Merge pull request #517 from mvelosop/fix-async-context-seed
Fix improper use of AddRangeAsync for seeding entities
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
David Britch
04296e7a14
Android LocationService implementation complete.
7 years ago
David Britch
d2bd5a55ec
UWP location service added.
7 years ago
David Britch
41398ab03a
Work in progress.
7 years ago
Robert Raboud
5f644b8131
Merge remote-tracking branch 'upstream/dev' into dev
7 years ago
David Britch
68d0783070
Removed TinyIoC behavior overrides.
7 years ago
David Britch
48b273c9b2
Rely on TinyIoC defaults to register interface mappings as singletons.
7 years ago
Miguel Veloso
5f3b1557e6
Merge pull request #491 from raboud/ContextSeed
Changed AddRange to AddRangeAsync
7 years ago
Miguel Veloso
fa80266040
Merge pull request #474 from EnricoTirotta/patch-1
Update MediatorModule.cs
7 years ago
Eduard Tomàs
1b87e2a18f
Reverted duality of config files for ocelot because were not really needed
7 years ago
Eduard Tomàs
3b2c80e6d3
Ocelot config via volumes
7 years ago
Eduard Tomàs
6cc87fc80a
renaming of PurchaseBff to Aggregator
7 years ago
Robert Raboud
0bfaa282e9
Merged from upstream
7 years ago
Eduard Tomàs
b1ce2f90ea
Merge pull request #483 from wwvlada/patch-1
Update readme.md
7 years ago
Eduard Tomàs
aa2b8ea576
Merge pull request #512 from Eneuman/dev
Removed duplicate string to byte conversion
7 years ago
Per Bornsjö
debc2fe4c4
Removed duplicate string to byte conversion
7 years ago
Eduard Tomàs
150197e521
Merge pull request #509 from Eneuman/dev
Changed how the MessageId is created.
7 years ago
Per Bornsjö
33c35ffa0f
Changed how the MessageId is created.
7 years ago
Cesar De la Torre
200e36ee56
Update readme-docker-compose.md
7 years ago
Cesar De la Torre
c5038ad77e
Merge pull request #487 from yantang-msft/FixDeployment
Update AI k8s package version, otherwise kubernetes deployment will fail
7 years ago
Cesar De la Torre
00cb3222b6
Merge pull request #503 from liambarnett/patch-1
Update k8s/README.k8s.md
7 years ago
Robert Raboud
9bdfcd6891
merged from eShopOnContainers
7 years ago
David Britch
043ededb48
Explicitly turned off DebugSymbols on release builds of the iOS test runner.
7 years ago
Liam Barnett
f33cc304d4
Corrected details for the 'configFile' param
Corrected all details related to the 'configFile' parameter. The current documents refer to a .JSON file which does not exist, the script expects a .YAML file (conf_local.yaml' or 'conf_cloud.yaml).
Corrected the examples to refer to the 'conf_local.yaml' or 'conf_cloud.yaml' files included in this repo.
7 years ago
David Britch
840288bd38
Turned off .net native tool chain for release builds.
7 years ago
David Britch
5016b932be
Merge pull request #502 from kdubau/fix-testrunner-iphone-build
Add reference packages to TestRunner app so it builds successfully
7 years ago
Eduard Tomàs
0be655d2e0
Fixing errors in SPA when calling basket api through apigw
7 years ago