Oleh Savoskin
6375f5b763
A tiny fix of the issue #1121
2019-10-10 16:21:06 +03:00
Maira Wenzel
9dae52f80b
update link
...
(cherry picked from commit 2d5fbc92379777bf19ea2e61196d03a86a86403a)
2019-10-09 17:26:26 +01:00
Miguel Veloso
86f7d53683
Merge branch 'clean-up/move-ebooks' into dev
2019-09-26 15:15:23 +01:00
Miguel Veloso
5070038733
e-books moved to https://github.com/dotnet-architecture/eBooks
2019-09-26 15:14:38 +01:00
Miguel Veloso
1403387a12
Merge branch 'enhancement/expose-internal-services' into dev
2019-08-21 11:18:57 +01:00
Miguel Veloso
da04d6df88
Add nodeports to expose sql and rabbitmq admin ports
2019-08-21 11:17:27 +01: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
Miguel Veloso
974c1c0716
Merge pull request #1122 from beefsteak/dev
...
Fix OrderPaymentSuccededIntergrationEvent naming rule
2019-08-16 21:22:46 +01:00
Miguel Veloso
b4ea8bcdfd
Merge branch 'enhancement/improve-dockerfiles' into dev
2019-08-16 20:02:10 +01:00
Miguel Veloso
faa7546e17
Add option to use local images for k8s deployment
2019-08-16 19:58:27 +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
3bdf3eb873
Merge branch 'cleanup/docs' into dev
2019-08-12 16:11:49 +01:00
Miguel Veloso
5cd8fd8c91
Merge branch 'fix/1082-duplicated-azure-key-vault-reference' into dev
2019-08-12 14:12:46 +01:00
Miguel Veloso
ca642eb0f8
Remove duplicated Azure KeyVault reference
2019-08-12 14:12:27 +01:00
Miguel Veloso
5b7ca5d75c
Merge branch 'enhancement/take-sql-server-from-mcr' into dev
2019-08-12 13:55:54 +01:00
Miguel Veloso
b6d2910eae
Take SQL Server from mcr.microsoft.com
2019-08-12 13:53:52 +01:00
Mateusz Karkula
033ebd350e
Fix WebStatus HealthChecks replacement
2019-08-09 20:11:45 +02:00
Miguel Veloso
3ae636de85
Merge branch 'fix/security-alerts-2019-08-09-dev' into dev
2019-08-09 18:06:06 +01: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
edc5ad76da
Merge branch 'fix/security-alerts-2019-08-09' into dev
2019-08-09 16:34:25 +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
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
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
dvlsg
f92d695560
fix: typo in EventBusServiceBus.cs for suffix
...
INTEGRATION_EVENT_SUFIX -> INTEGRATION_EVENT_SUFFIX
2019-07-19 11:49:25 -07:00
Miguel Veloso
fad40850fa
Update README links to new wiki
2019-07-19 10:47:03 +01: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
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