2415 Commits

Author SHA1 Message Date
eiximenis
152fcc8205 Fixed errors and updated config 2018-02-27 17:29:37 +01:00
eiximenis
a18cec21fe Missing aggregator project 2018-02-27 14:32:25 +01:00
eiximenis
8cfb74fe93 Fixing SPA for using aggregators 2018-02-27 13:10:39 +01:00
Eduard Tomàs
1b87e2a18f Reverted duality of config files for ocelot because were not really needed 2018-02-15 18:45:18 +01:00
Eduard Tomàs
3b2c80e6d3 Ocelot config via volumes 2018-02-15 18:13:14 +01:00
Eduard Tomàs
6cc87fc80a renaming of PurchaseBff to Aggregator 2018-02-15 17:30:39 +01:00
Eduard Tomàs
0be655d2e0 Fixing errors in SPA when calling basket api through apigw 2018-02-07 14:15:17 +01:00
Eduard Tomàs
8edd736196 Updating SPA for working with PurchaseBFF. 2018-02-06 18:35:01 +01:00
Eduard Tomàs
735e9bd94e Fixed crash on BasketService 2018-02-02 16:55:52 +01:00
Eduard Tomàs
704e6ae693 Finished purchase-bff implementation and ocelot rerouting 2018-02-02 16:55:33 +01:00
Eduard Tomàs
5dfaf07059 Ocelot updated to 3.0.0 2018-02-02 13:03:49 +01:00
Eduard Tomàs
b0d4ae5a72 All order flow goes through Purchase BFF API. Also some refactorings. 2018-02-02 12:26:47 +01:00
Eduard Tomàs
2a81a080ba Moved Create Order from MVC logic client to Purchase logic. 2018-02-01 15:04:20 +01:00
Eduard Tomàs
2a2f3a4da1 Added missing file 2018-01-31 17:29:19 +01:00
Eduard Tomàs
0256c6a7ad Moved Change Basket Quantities to PurchaseBFF. MVC client updated 2018-01-31 17:29:07 +01:00
Eduard Tomàs
d8382f8d52 Changed catalog.api url from catalog.api to pass through API gateway 2018-01-31 16:46:10 +01:00
Eduard Tomàs
1c6431d503 Moved "AddItemToBasket" from MVC Client to a single call in PurchaseBFF 2018-01-31 16:35:40 +01:00
Eduard Tomàs
e59829e96b WIP on Ocelot: Change routing and config errors. 2018-01-30 18:42:00 +01:00
Eduard Tomàs
dcb9b87361 2018-01-30 09:50:45 +01:00
Eduard Tomàs
47a33ddd05 BFF Purchase - WIP 2018-01-29 16:58:08 +01:00
Eduard Tomàs
02f5e1158a Purchase BFF skeleton created 2018-01-26 17:09:36 +01:00
Eduard Tomàs
c42a096ebb Deleted frontend.yaml file as is no longer needed 2018-01-24 17:24:03 +01:00
Eduard Tomàs
b0e17c86a6 Updated deploy.ps1 2018-01-24 17:23:23 +01:00
Eduard Tomàs
266ec51e54 updates to ocelot 2018-01-18 14:45:46 +01:00
Eduard Tomàs
ea4e0ed6e8 Deploying ocelot to k8s
configuration to ocelot passed through a k8s volume
2018-01-11 18:18:16 +01:00
Eduard Tomàs
e72ada31fb Create Ocelot project 2018-01-11 11:20:38 +01:00
Eduard Tomàs
33d066389d remove -buildBits paramater (no longer used) 2018-01-11 11:14:25 +01:00
Eduard Tomàs
eb742bb662 Support for ingress controller using nginx-ingress 2018-01-10 12:48:23 +01:00
Cesar De la Torre
60fc141792 Fixed SQL parameters for the new SQL Server image 2018-01-05 12:38:03 -08:00
Cesar De la Torre
f149734db7 Fixed image name for SQL Server on Windows Container. It changed from microsoft/mssql-server-windows to microsoft/mssql-server-windows-developer 2018-01-05 12:30:10 -08:00
Cesar De la Torre
6ccec8bded Fixed issue with dockerfile position for the webmvc app in docker-compose-windows 2018-01-05 10:28:05 -08:00
David Britch
690f0fd03a All projects build on Windows. 2018-01-05 12:14:30 +00:00
David Britch
1a8cafa1c8 Ensured that reference to eShopOnContainers.Core is present in all projects. 2018-01-05 11:49:31 +00:00
Cesar De la Torre
76a1c8c967
Update start-windows-containers.ps1
No need to build the .NET bits when using Docker Multi-Stage build, as we use now.
2018-01-04 16:41:21 -08:00
Cesar De la Torre
03c5063634
Merge pull request #454 from yanchenw/dev
Optimize multistage build
2018-01-04 15:37:05 -08:00
yanchenw
607a30491e Optimize multistage build 2018-01-04 15:00:05 -08:00
Cesar De la Torre
9e8f6329c9
Merge pull request #453 from yanchenw/dev
Optimize multi-stage build Dockerfile
2018-01-04 12:47:45 -08:00
CESARDELATORRE
2f14b0341b New/Updated the eShopOnContainers.sln global solution so either the containers/web apps and the mobile apps work properly. 2018-01-04 11:40:28 -08:00
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.
2018-01-04 11:01:45 -08:00
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
2018-01-03 16:38:56 -08:00
Cesar De la Torre
f096624238 Updated comment with config for Mac 2018-01-03 11:15:26 -08:00
Cesar De la Torre
41c6e2c8c4
Update README.md 2018-01-02 11:00:28 -08:00
Cesar De la Torre
07ca780966
Update README.md 2018-01-02 10:31:25 -08:00
Cesar De la Torre
49cd527da0
Update README.md 2018-01-02 10:22:04 -08:00
Eduard Tomàs
6e51a9f391 Added global.json to dockerignore. 2017-12-18 12:52:05 +01:00
RamonTC
ef4677164e
Merge pull request #440 from SychevIgor/mongo25
mongo 2.5 (prep for retryable writes) and some small fixes
2017-12-15 12:07:57 +01:00
Cesar De la Torre
2a1f5d2d72 Updated Docker Lifecycle eBook to late 2017 2017-12-14 15:52:32 -08:00
Sychev Igor
ec36772cf8 mongo 2.5 (prep for retryable writes) and some small fixes 2017-12-14 15:44:24 +03:00
Ramón Tomás
4178fbff0e Use alpine images for rabbitmq and redis infrastucture services 2017-12-14 11:12:13 +01:00
RamonTC
f47b25fee7
Merge pull request #432 from SychevIgor/MSFTDependenciestolatest
microsoft packages to latest. including Logging from .net standard 1.3 to 2.0 upgrade
2017-12-14 10:45:02 +01:00