3475 Commits

Author SHA1 Message Date
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
25067820e0 Merge branch 'features/migration-dotnet3' of https://github.com/dotnet-architecture/eShopOnContainers into features/migration-dotnet3 2019-07-24 12:15:47 +02:00
Erik Pique
79405b89b0 modify retries count 2019-07-24 12:15:38 +02:00
ericuss
eb1c2705cb Migrate Catalog.UnitTests 2019-07-24 11:22:46 +02:00
ericuss
19dfd68629 Migrate Basket.UnitTests 2019-07-24 11:13:25 +02:00
Erik Pique
072c82a92d add target references ignore 2019-07-24 09:58:02 +02:00
Erik Pique
754d91f3ef update dockerfile image 2019-07-24 09:51:34 +02:00
Erik Pique
49cc39d731 update startups 2019-07-24 09:06:46 +02:00
Miguel Veloso
f8bccedd9a
Merge pull request #1104 from dvlsg/patch-1
fix: typo in EventBusServiceBus.cs for "suffix"
2019-07-23 16:01:25 +01:00
Miguel Veloso
827504fdd7
Merge pull request #1092 from cmilanf/dev
Several improvement and fixes in deploy-all.sh
2019-07-23 15:58:39 +01:00
Erik Pique
fe93901f08 identity service 2019-07-23 15:23:26 +02:00
Erik Pique
756142db94 upgrade net3 webapp 2019-07-23 12:14:09 +02:00
Erik Pique
1240cef21b Merge branch 'features/migration-dotnet3' into features/ep-migration-dotnet3 2019-07-23 10:28:22 +02:00
Erik Pique
31f77cb79e update version and image docker 2019-07-23 10:26:33 +02:00
Erik Pique
5b5b0d1b7d migrate bffs 2019-07-23 10:07:50 +02:00
Erik Pique
1c5c0c11c4 fix error csproj 2019-07-23 09:41:04 +02:00
Erik Pique
6d063b3c03 Merge branch 'features/ep-migration-dotnet3' into features/migration-dotnet3 2019-07-23 08:33:39 +02:00
Erik Pique
1e49084844 netcore 3 ordering 2019-07-23 08:30:05 +02:00
ericuss
58cf030e02 migration of payments api 2019-07-22 16:52:29 +02:00
=
da6321d786 Merge branch 'features/net3' into features/ep-migration-dotnet3 2019-07-22 16:24:35 +02:00
=
e7f26be573 Migrate locations api 2019-07-22 16:23:30 +02:00
Erik Pique
66bee87584 migrate marketing 2019-07-22 16:16:57 +02:00
dvlsg
f92d695560
fix: typo in EventBusServiceBus.cs for suffix
INTEGRATION_EVENT_SUFIX -> INTEGRATION_EVENT_SUFFIX
2019-07-19 11:49:25 -07:00
eiximenis
577aca1d4c Basket.API updated to net3 2019-07-19 13:09:30 +02:00
Miguel Veloso
fad40850fa Update README links to new wiki 2019-07-19 10:47:03 +01:00
eiximenis
96c3b12721 More package refs moved to dependencies.props 2019-07-18 12:31:27 +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
Eduard Tomàs
8cfc007e31
Merge pull request #1097 from plneto/fixed-log-message
Display the type name in the log message
2019-07-12 13:59:07 +02:00
Carlos Milán Figueredo
186b2eb534 Aligned with PowerShell version deploy-all.ps1 2019-07-12 11:34:51 +02:00
Carlos Milán Figueredo
93c86fc33e Default namespace, fixed AKS DNS and Ingress
Several fixes in this commit:
  * Added 'namespace' argument, default to 'eshop'.
  * Every Helm command (`helm install` and `helm ls` used with `helm delete`) will honor the namespace parameter. This way this script is no longer destructive with the Kubernetes cluster. Usage() has been updated accordingly.
  * Custom registry image push didn't honor `--docker-username` and `--docker-password`. A `docker login` has been added to fix the situation.
  * AKS DNS discovery was not working properly due to case sensitivity with the JMESPath to the HTTPApplicationRouteZoneName. A small two-entries array with iterative loop has been added ton ensure either way the AKS http routing DNS retrieval is successful.
  * Helm charts were enabled to use Kubernetes Ingress, but the `Ingress.spec.rules.host[]` was not honored with the `$dns` variable. This has been fixed in the `helm install` commands and now the script deploys the Ingress as expected.
2019-07-11 18:30:34 +02:00
Paulo Neto
fd9ca9c28e Display the type name in the log message 2019-07-11 15:44:32 +01:00
Carlos Milán Figueredo
d026eb44a4 Restored --docker-username reference in usage() lost in the last commit 2019-07-10 13:29:25 +02:00
Carlos Milán Figueredo
00bf2470ce Several improvement and fixes: image_tag check for linux- prefix, login procedure for custom registry, --docker-username normalization and --dns aks option documented at usage() 2019-07-10 07:35:44 +02:00
Carlos Milán Figueredo
7684278f8b Fixed --docker-password parameter handling and a typo in --docker-username at usage() 2019-07-09 17:49:53 +02:00
eiximenis
fd1fa22dac updated build def for webspa, mvc & status 2019-07-08 17:46:17 +02:00
eiximenis
19755bdfa2 updated node windows images on build 2019-07-08 17:17:25 +02:00
eiximenis
441ea17f57 updated node windows images 2019-07-08 17:05:46 +02:00
Miguel Veloso
6f53d85123 Minor fixes to microservices e-book 2019-06-30 23:35:57 +01:00
eiximenis
591086956d grpc poc working on k8s, using envoy as a sidecar in catalog api 2019-06-27 16:16:11 +02:00
Ramón Tomás
db00159347 Added envoy + config grpc json transcoder 2019-06-27 11:15:24 +02:00
eiximenis
7c0e2a1c86 Catalog.API gRPC support for one endpoint 2019-06-26 12:58:07 +02:00
David Britch
e1ace6fe47
Merge pull request #940 from kdubau/patch-1
Update eShopOnContainers.TestRunner.iOS/Info.plist
2019-06-24 11:14:19 +01:00
Miguel Veloso
423921b741
Merge pull request #1079 from dotnet-architecture/fix/1052-rabbitmq-deadlock
Fix RabbitMQ deadlock with AsyncEventingBasicConsumer consumer
2019-06-20 21:41:32 +01:00
Miguel Veloso
c94c992bc3 Fix pdf version tags for Docker application life cycle e-book 2019-06-20 21:26:43 +01:00
Miguel Veloso
88abba49f7 Fix aka link
(cherry picked from commit 8cd67e3bc4b00bdb26f77d608f37bfee487b8e0f)
2019-06-18 10:39:10 +01:00
Miguel Veloso
ba2f68752a Update Containerized applications e-book and covers 2019-06-18 09:40:36 +01:00
Miguel Veloso
10e7f6165a
Merge pull request #1071 from jo-ninja/patch-1
Fix typo
2019-06-17 22:33:50 +01:00
Miguel Veloso
2621c36956 Add Task.Yield() to avoid synchronus deadlock by ensuring asynchronous execution 2019-06-17 22:00:19 +01:00
Miguel Veloso
443277c84f
Merge pull request #1075 from dotnet-architecture/fix/1062-missing-devspaces-support-project
Add missing project
2019-06-17 19:01:26 +01:00