eiximenis
f80ee6967a
Error on local mobile shopping apigw config file
6 years ago
eiximenis
5bb67596b9
k8s config updated
6 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
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
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
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
735e9bd94e
Fixed crash on BasketService
7 years ago
Eduard Tomàs
704e6ae693
Finished purchase-bff implementation and ocelot rerouting
7 years ago
Eduard Tomàs
5dfaf07059
Ocelot updated to 3.0.0
7 years ago
Eduard Tomàs
b0d4ae5a72
All order flow goes through Purchase BFF API. Also some refactorings.
7 years ago
Eduard Tomàs
2a81a080ba
Moved Create Order from MVC logic client to Purchase logic.
7 years ago
Eduard Tomàs
2a2f3a4da1
Added missing file
7 years ago
Eduard Tomàs
0256c6a7ad
Moved Change Basket Quantities to PurchaseBFF. MVC client updated
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
Eduard Tomàs
dcb9b87361
7 years ago
Eduard Tomàs
47a33ddd05
BFF Purchase - WIP
7 years ago
Eduard Tomàs
02f5e1158a
Purchase BFF skeleton created
7 years ago
Eduard Tomàs
266ec51e54
updates to ocelot
7 years ago
Eduard Tomàs
ea4e0ed6e8
Deploying ocelot to k8s
configuration to ocelot passed through a k8s volume
7 years ago
Eduard Tomàs
e72ada31fb
Create Ocelot project
7 years ago
David Britch
690f0fd03a
All projects build on Windows.
7 years ago
David Britch
1a8cafa1c8
Ensured that reference to eShopOnContainers.Core is present in all projects.
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
CESARDELATORRE
505d0f9c16
Minor changes in .sln and projects, updated by VS 2017 15.5.
Tested on Android app deployment to device and UWP on local Windows
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
Sychev Igor
abb9bcfe60
3rd party dependencies to latest versions
7 years ago
Sychev Igor
595e6e49a3
Microsoft.ApplicationInsights.ServiceFabric to 2.0.1-beta1
7 years ago
Ramón Tomás
e9a89ae553
Fixed issue #403
Fixed issue #419
7 years ago
ddrsql
bb04e400d9
not needed, since UseIdentityServer adds the authentication middleware
7 years ago
Ramón Tomás
4dff728d11
Replaced custom DataProtection.Redis lib with official Microsoft pkg
Removed Sessions in WebMVC app
Fixed GracePeriodMgr issues using multiple instances
7 years ago
yanchenw
091ed81e7b
Converts to use multi-stage build Dockerfile
1. Changes the build context of all services to the root level to be
able to access the dependencies for each project.
2. Commented out the prepublish scripts, these steps are moved into the
Dockerfile
Did not change any script yet, need help to identify what scripts we
need to change.
7 years ago
Cesar De la Torre
5bc8f126f8
Removing not required await Task.CompletedTask;
7 years ago
David Britch
8f6b979f53
Update to iOS project for Forms 2.5.
7 years ago
David Britch
7acb0bd68e
Updates to ensure app runs on Forms 2.5.
7 years ago
David Britch
bee76a4523
Updated to Forms 2.5. Fixes #416
7 years ago
Cesar De la Torre
21484d6385
Improved the IHostedService background task (GracePeriodManagerService) in the Ordering microservice to use the new BackgroundService abstract base class from .NET Core 2.1 (.NET Standard 2.1). We're currently using that class code embeded in eShopOnContainers project until .NET Core 2.1 is released with this new class.
The new class BackgroundService is compatible with the current IHostedService interface in .NET Core 2.0.
I removed the similar but nont-tested HostedService base class (it was not official from the .NET team) that we were previously using.
7 years ago