160 Commits

Author SHA1 Message Date
Miguel Veloso
f88d8c4ba3 Fix SignalR + MVC through Envoy 2019-12-02 17:32:13 +00:00
Miguel Veloso
593be81bb0 Improve docker build cache usage 2019-11-18 15:04:11 +00:00
Miguel Veloso
ade6358eca Reorganize project folders 2019-11-18 15:03:28 +00:00
Miguel Veloso
0c14810a33 Replace obsolete IHostingEnvironment for IWebHostEnvironment 2019-11-08 16:02:58 +00:00
Miguel Veloso
866e89cad2 Remove string interpolation from logging 2019-11-08 15:15:15 +00:00
Miguel Veloso
5013ff40ba Remove unnecessary commands from dockerfiles 2019-11-07 16:56:22 +00:00
Miguel Veloso
b34b8d2403 Sort package references 2019-11-06 11:14:19 +00:00
eiximenis
34a0c03434 Update dockerfile.develop to net3 2019-10-31 09:45:18 +01:00
eiximenis
e4df0336e5 Changes in compose config for docker-compose up running ok. Added volumes for data 2019-10-16 10:26:43 +02:00
eiximenis
08e9b2641a Final adjustments to make envoy work with ingress and remove Polly from http calls 2019-10-01 19:30:09 +02:00
eiximenis
60998cbd5c Fixing some generic issues 2019-09-27 16:32:32 +02:00
eiximenis
d68c9e40aa Configuration of envoy routes and minor code fixes 2019-09-19 18:26:04 +02:00
eiximenis
9b57122f7a update to net3 rc1 2019-09-19 10:12:14 +02:00
eiximenis
a2053deb49 Final charts tunning and allowing Linkerd Mesh to be used 2019-09-10 19:49:50 +02:00
eiximenis
784ad9d414 updated config files 2019-09-10 16:04:50 +02:00
eiximenis
7c6b5b9326 Merge branch 'features/grpc' into features/migration-dotnet3 2019-09-10 11:56:13 +02:00
eiximenis
b86771e084 Merge branch 'features/grpc' of https://github.com/dotnet-architecture/eShopOnContainers into features/grpc 2019-09-10 11:54:13 +02:00
eiximenis
efa7d3bc20 updated compose and 1st envoy config 2019-09-10 11:53:58 +02:00
ericuss
bcb0455d1a add polly for grpc calls 2019-09-04 17:27:45 +02:00
ericuss
adb061cc27 fix problems with spa adding items to basket 2019-09-04 15:21:19 +02:00
ericuss
791e7d646c standarize the productId type 2019-09-04 15:02:09 +02:00
ericuss
4398b25fc1 Fix mvc calls to grpc 2019-08-29 13:13:10 +02:00
ericuss
9bb640aee4 Merge branch 'features/grpc' of https://github.com/dotnet-architecture/eShopOnContainers into features/grpc 2019-08-29 09:40:24 +02:00
ericuss
7f88a71cce update dockerfiles 2019-08-29 09:38:03 +02:00
eiximenis
f83b873ded Deleted unneeded Dockerfile 2019-08-28 14:23:12 +02:00
ericuss
e18c74f317 Merge branch 'features/grpc' of https://github.com/dotnet-architecture/eShopOnContainers into features/grpc 2019-08-28 14:14:13 +02:00
ericuss
63e20bb07f refactor mobile bff 2019-08-28 14:12:57 +02:00
eiximenis
870363861f Update Dockerfiles for use /src as build context root 2019-08-28 14:11:29 +02:00
ericuss
454525d517 refactored the grpc client 2019-08-28 12:34:34 +02:00
ericuss
311e1a2bfd refactoring the grpc client 2019-08-28 12:03:09 +02:00
ericuss
260bfcbc45 web bff endpoint /api/v1/Basket working in grpc 2019-08-28 11:30:14 +02:00
ericuss
3fee58e666 partial checkin 2019-08-28 10:57:35 +02:00
ericuss
67af71d2ce Add proto to catalog 2019-08-28 09:13:02 +02:00
ericuss
e415f2a767 migrate web bff to 3.0 and apply grcp in order controller 2019-08-27 15:08:39 +02:00
ericuss
3f61eb0ef9 fix grpc call from mobile bff to basket.api and add ordering, in ordering controller 2019-08-27 14:07:39 +02:00
ericuss
016089fb5f Partial checkin 2019-08-27 09:40:31 +02:00
Erik Pique
fe0fd36e0f add grpc basket 2019-08-19 09:24:58 +02:00
Erik Pique
56f3a6b82e move background task 2019-08-06 16:10:39 +02:00
Erik Pique
c52484859f change bff to 2.2 and fix mvc routing 2019-08-05 15:03:57 +02:00
Erik Pique
1c88396c99 return ocelote to 2.2 for incompatibility of 3.0 2019-08-02 12:26:13 +02:00
Erik Pique
92eef22187 add nuget to ocelot 2019-08-01 09:50:45 +02:00
Erik Pique
671d8b1e27 fix to startup identiy: remove old migrations and add initial migration. 2019-07-29 13:21:00 +02:00
Erik Pique
50a1e1311e update preview7 2019-07-25 11:30:17 +02:00
Erik Pique
eb080668ab add type securitySchema OAuth2 2019-07-24 16:20:08 +02:00
Erik Pique
79405b89b0 modify retries count 2019-07-24 12:15:38 +02:00
Erik Pique
49cc39d731 update startups 2019-07-24 09:06:46 +02:00
Erik Pique
5b5b0d1b7d migrate bffs 2019-07-23 10:07:50 +02:00
eiximenis
577aca1d4c Basket.API updated to net3 2019-07-19 13:09:30 +02:00
eiximenis
437bdd7431 Using Directory.Build.props for handling versions. Needed to start the update to net3 2019-07-17 18:26:20 +02:00
eiximenis
591086956d grpc poc working on k8s, using envoy as a sidecar in catalog api 2019-06-27 16:16:11 +02:00