Erik Pique
267a2f5e48
fix deserialize error
5 years ago
ericuss
76cb5c5e79
add comment
5 years ago
ericuss
6e69b36a77
migrate functional tests of ordering api
5 years ago
ericuss
445c43221b
fix basket api
5 years ago
ericuss
17dd9cebb1
remove all references of basket background
5 years ago
ericuss
e1b21abe94
Remove unused project
5 years ago
ericuss
52e621f829
Merge branch 'features/#74197' into features/migration-dotnet3
5 years ago
ericuss
27f04fefac
merge
5 years ago
ericuss
de36e8c09e
Migrate locations.functionaltest to 3.0
5 years ago
Erik Pique
c94304f26e
#74197 Order Background Service to Service Worker
5 years ago
ericuss
4d8f3cba65
partial checkin
5 years ago
Erik Pique
671d8b1e27
fix to startup identiy: remove old migrations and add initial migration.
5 years ago
Erik Pique
e9811980f3
fix catalog
5 years ago
Erik Pique
9e97fb415b
Merge branch 'features/migration-dotnet3' of https://github.com/dotnet-architecture/eShopOnContainers into features/migration-dotnet3
5 years ago
Erik Pique
0a0b013b73
change startup routing
5 years ago
ericuss
e10fbfd6ea
Migrate Ordering.UnitTests and fix packages of Ordering.API
5 years ago
Erik Pique
8b0ec9038f
fix routing
5 years ago
Erik Pique
5f9a1b8b8f
package
5 years ago
Erik Pique
bacf302904
add migration core3
5 years ago
Erik Pique
50a1e1311e
update preview7
5 years ago
Erik Pique
eb080668ab
add type securitySchema OAuth2
5 years ago
Erik Pique
25067820e0
Merge branch 'features/migration-dotnet3' of https://github.com/dotnet-architecture/eShopOnContainers into features/migration-dotnet3
5 years ago
Erik Pique
79405b89b0
modify retries count
5 years ago
ericuss
eb1c2705cb
Migrate Catalog.UnitTests
5 years ago
ericuss
19dfd68629
Migrate Basket.UnitTests
5 years ago
Erik Pique
072c82a92d
add target references ignore
5 years ago
Erik Pique
754d91f3ef
update dockerfile image
5 years ago
Erik Pique
49cc39d731
update startups
5 years ago
Miguel Veloso
f8bccedd9a
Merge pull request #1104 from dvlsg/patch-1
fix: typo in EventBusServiceBus.cs for "suffix"
5 years ago
Miguel Veloso
827504fdd7
Merge pull request #1092 from cmilanf/dev
Several improvement and fixes in deploy-all.sh
5 years ago
Erik Pique
fe93901f08
identity service
5 years ago
Erik Pique
756142db94
upgrade net3 webapp
5 years ago
Erik Pique
1240cef21b
Merge branch 'features/migration-dotnet3' into features/ep-migration-dotnet3
5 years ago
Erik Pique
31f77cb79e
update version and image docker
5 years ago
Erik Pique
5b5b0d1b7d
migrate bffs
5 years ago
Erik Pique
1c5c0c11c4
fix error csproj
5 years ago
Erik Pique
6d063b3c03
Merge branch 'features/ep-migration-dotnet3' into features/migration-dotnet3
5 years ago
Erik Pique
1e49084844
netcore 3 ordering
5 years ago
ericuss
58cf030e02
migration of payments api
5 years ago
=
da6321d786
Merge branch 'features/net3' into features/ep-migration-dotnet3
5 years ago
=
e7f26be573
Migrate locations api
5 years ago
Erik Pique
66bee87584
migrate marketing
5 years ago
dvlsg
f92d695560
fix: typo in EventBusServiceBus.cs for suffix
INTEGRATION_EVENT_SUFIX -> INTEGRATION_EVENT_SUFFIX
5 years ago
eiximenis
577aca1d4c
Basket.API updated to net3
5 years ago
Miguel Veloso
fad40850fa
Update README links to new wiki
5 years ago
eiximenis
96c3b12721
More package refs moved to dependencies.props
5 years ago
eiximenis
437bdd7431
Using Directory.Build.props for handling versions. Needed to start the update to net3
5 years ago
Eduard Tomàs
8cfc007e31
Merge pull request #1097 from plneto/fixed-log-message
Display the type name in the log message
5 years ago
Carlos Milán Figueredo
186b2eb534
Aligned with PowerShell version deploy-all.ps1
5 years ago
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.
5 years ago