Miguel Veloso
f8084f5953
Merge pull request #1137 from jabas06/succeded-typo
fix typo in PaymentSucceded option
5 years ago
Miguel Veloso
82c56b2cfa
Merge pull request #1150 from osavoskin/domain_events_handling_concurrency_issue_fix
A tiny fix of the issue #1121
5 years ago
Miguel Veloso
6308cdcbf3
Remove docs folder
5 years ago
Miguel Veloso
eaaa049d25
Merge branch 'fix/remove-obsolete-package' into dev
5 years ago
Miguel Veloso
c0eb481f8e
Remove obsolote package
5 years ago
Nish Anil
cd7d2d464a
Update README.md
5 years ago
Miguel Veloso
8dc2d70024
Add note about work in progress going on in features/migration-dotnet3
5 years ago
Oleh Savoskin
6375f5b763
A tiny fix of the issue #1121
5 years ago
Maira Wenzel
9dae52f80b
update link
(cherry picked from commit 2d5fbc9237
)
5 years ago
Miguel Veloso
86f7d53683
Merge branch 'clean-up/move-ebooks' into dev
5 years ago
Miguel Veloso
5070038733
e-books moved to https://github.com/dotnet-architecture/eBooks
5 years ago
jabarca
403b731d12
fix typo in PaymentSucceded option
5 years ago
Miguel Veloso
1403387a12
Merge branch 'enhancement/expose-internal-services' into dev
5 years ago
Miguel Veloso
da04d6df88
Add nodeports to expose sql and rabbitmq admin ports
5 years ago
David Britch
8351983b25
Downgraded xunit.runner.devices on UWP.
Also removed xunit.runner.console from unit test project.
5 years ago
Miguel Veloso
974c1c0716
Merge pull request #1122 from beefsteak/dev
Fix OrderPaymentSuccededIntergrationEvent naming rule
5 years ago
Miguel Veloso
b4ea8bcdfd
Merge branch 'enhancement/improve-dockerfiles' into dev
5 years ago
Miguel Veloso
faa7546e17
Add option to use local images for k8s deployment
5 years ago
Miguel Veloso
17ab5170f1
Add view to display current configuration in WebStatus
5 years ago
Miguel Veloso
038b3caffa
Update Dockerfiles to improve local build time
5 years ago
David Britch
ddff0ce19e
Update to Xamarin.Forms 4.1, with package refs.
5 years ago
Miguel Veloso
b6032b139b
Merge pull request #1103 from Karql/fix-web-status
Fix WebStatus HealthChecks replacement
5 years ago
David Britch
856bad834d
Bumped Android projects to v9.0, and min API to 19
5 years ago
David Britch
ea01c97651
Reset boolean in Reset method, plus code formatting.
5 years ago
牛排大叔
bdcab37c79
Fix OrderPaymentSuccededIntergrationEvent naming rule
5 years ago
Miguel Veloso
3bdf3eb873
Merge branch 'cleanup/docs' into dev
5 years ago
Miguel Veloso
5cd8fd8c91
Merge branch 'fix/1082-duplicated-azure-key-vault-reference' into dev
5 years ago
Miguel Veloso
ca642eb0f8
Remove duplicated Azure KeyVault reference
5 years ago
Miguel Veloso
5b7ca5d75c
Merge branch 'enhancement/take-sql-server-from-mcr' into dev
5 years ago
Miguel Veloso
b6d2910eae
Take SQL Server from mcr.microsoft.com
5 years ago
Mateusz Karkula
033ebd350e
Fix WebStatus HealthChecks replacement
5 years ago
Miguel Veloso
3ae636de85
Merge branch 'fix/security-alerts-2019-08-09-dev' into dev
5 years ago
Miguel Veloso
dc892fe713
Update Handlebars for vulnerability
5 years ago
Miguel Veloso
e9824ed930
Fix dev dependency vulnerability
5 years ago
Miguel Veloso
edc5ad76da
Merge branch 'fix/security-alerts-2019-08-09' into dev
5 years ago
Miguel Veloso
5992eba6de
Update WebSPA packages
5 years ago
Miguel Veloso
389991cba6
Remove obsolete package and package-lock files
5 years ago
Miguel Veloso
21436f3f16
Merge pull request #794 from Depechie/dev
Be sure to have all brackets inside the XAML
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
dvlsg
f92d695560
fix: typo in EventBusServiceBus.cs for suffix
INTEGRATION_EVENT_SUFIX -> INTEGRATION_EVENT_SUFFIX
5 years ago
Miguel Veloso
fad40850fa
Update README links to new wiki
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
Paulo Neto
fd9ca9c28e
Display the type name in the log message
5 years ago
Carlos Milán Figueredo
d026eb44a4
Restored --docker-username reference in usage() lost in the last commit
5 years ago
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()
5 years ago
Carlos Milán Figueredo
7684278f8b
Fixed --docker-password parameter handling and a typo in --docker-username at usage()
5 years ago
eiximenis
fd1fa22dac
updated build def for webspa, mvc & status
5 years ago