2654 Commits

Author SHA1 Message Date
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
eiximenis
011dc71a97 Moved .env to src 2019-08-28 10:32:41 +02:00
eiximenis
11fe3fc42c Moved some files to ./src/ 2019-08-28 10:30:55 +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
ericuss
9b1c690c9e restore options and grpc calling from console app it's working 2019-08-26 14:52:57 +02:00
ericuss
e58429ac2a first approach 2019-08-26 13:57:43 +02:00
David Britch
8351983b25 Downgraded xunit.runner.devices on UWP.
Also removed xunit.runner.console from unit test project.
2019-08-19 16:06:00 +01:00
Erik Pique
fe0fd36e0f add grpc basket 2019-08-19 09:24:58 +02:00
Miguel Veloso
974c1c0716
Merge pull request #1122 from beefsteak/dev
Fix OrderPaymentSuccededIntergrationEvent naming rule
2019-08-16 21:22:46 +01:00
Miguel Veloso
17ab5170f1 Add view to display current configuration in WebStatus 2019-08-16 19:57:22 +01:00
Miguel Veloso
038b3caffa Update Dockerfiles to improve local build time 2019-08-16 19:56:30 +01:00
David Britch
ddff0ce19e Update to Xamarin.Forms 4.1, with package refs. 2019-08-16 17:11:54 +01:00
Miguel Veloso
b6032b139b
Merge pull request #1103 from Karql/fix-web-status
Fix WebStatus HealthChecks replacement
2019-08-16 16:48:49 +01:00
David Britch
856bad834d Bumped Android projects to v9.0, and min API to 19 2019-08-15 17:16:43 +01:00
David Britch
ea01c97651 Reset boolean in Reset method, plus code formatting. 2019-08-15 16:19:43 +01:00
牛排大叔
bdcab37c79 Fix OrderPaymentSuccededIntergrationEvent naming rule 2019-08-14 21:47:41 +08:00
Miguel Veloso
ca642eb0f8 Remove duplicated Azure KeyVault reference 2019-08-12 14:12:27 +01:00
ericuss
568dabcea0 Merge branch 'features/migration-dotnet3' of https://github.com/dotnet-architecture/eShopOnContainers into features/migration-dotnet3 2019-08-12 08:27:39 +02:00
ericuss
bf85169d67 partial checkin trying to fix checkout process 2019-08-12 08:27:19 +02:00
Mateusz Karkula
033ebd350e Fix WebStatus HealthChecks replacement 2019-08-09 20:11:45 +02:00
Miguel Veloso
dc892fe713 Update Handlebars for vulnerability 2019-08-09 17:46:55 +01:00
Miguel Veloso
e9824ed930 Fix dev dependency vulnerability 2019-08-09 16:55:29 +01:00
Miguel Veloso
5992eba6de Update WebSPA packages 2019-08-09 16:32:38 +01:00
Miguel Veloso
389991cba6 Remove obsolete package and package-lock files 2019-08-09 15:50:02 +01:00
Nish Anil
da6f9d7ea7
Create ReadMe.md 2019-08-08 21:45:48 +05:30
ericuss
f1cb1b6824 Fix authentication in Ordering.SignalR 2019-08-08 10:27:51 +02:00
Miguel Veloso
21436f3f16
Merge pull request #794 from Depechie/dev
Be sure to have all brackets inside the XAML
2019-08-08 09:03:12 +01:00
ericuss
c8da44049a remove not needed code 2019-08-08 10:01:18 +02:00
Erik Pique
216463f847 ordering.api error integrationevents 2019-08-07 17:06:20 +02:00
ericuss
4a30a1cc9e add package version to dependencies.props 2019-08-07 15:56:24 +02:00
ericuss
d29f6c21f9 Add health check in Ordering.BackgroundTask project 2019-08-07 15:45:23 +02:00
Erik Pique
0988dcd8c2 background 2019-08-07 09:28:08 +02:00
Erik Pique
56f3a6b82e move background task 2019-08-06 16:10:39 +02:00
Erik Pique
2891044c9c merge 2019-08-06 08:57:44 +02:00
Erik Pique
17faebfa30 remove mvc routing spa 2019-08-06 08:51:17 +02:00
ericuss
ceb3d9b0bc Merge branch 'features/migration-dotnet3' of https://github.com/dotnet-architecture/eShopOnContainers into features/migration-dotnet3 2019-08-05 16:18:34 +02:00
ericuss
48bc95f88c Fix functional tests of Marketing 2019-08-05 16:17:18 +02:00
Erik Pique
aee00cf406 Merge branch 'features/#74830' into features/migration-dotnet3 2019-08-05 15:06:53 +02:00
Erik Pique
c52484859f change bff to 2.2 and fix mvc routing 2019-08-05 15:03:57 +02:00
ericuss
44af7aa8d2 Partial checkin 2019-08-05 14:21:58 +02:00
ericuss
aedd0e38e9 partial checkin 2019-08-05 10:20:20 +02:00
Erik Pique
7fba79b048 change ihost for iwebhost 2019-08-02 14:20:25 +02:00
Erik Pique
1c88396c99 return ocelote to 2.2 for incompatibility of 3.0 2019-08-02 12:26:13 +02:00
ericuss
cb942598c8 Migrate catalog functional tests 2019-08-01 11:04:54 +02:00
ericuss
2e0dadf846 Merge branch 'features/#74785' into features/migration-dotnet3 2019-08-01 09:52:13 +02:00
Erik Pique
92eef22187 add nuget to ocelot 2019-08-01 09:50:45 +02:00