Miguel Veloso
df4663bd87
Handle empty Application Insights instrumentation key
2019-05-23 15:49:44 +01:00
Miguel Veloso
045ff18ef2
Merge pull request #1020 from DanielLarsenNZ/dev
...
Fixes error installing eShopOnContainers with Helm thru Powershell
2019-05-23 15:41:38 +01:00
Miguel Veloso
93727c259c
Merge pull request #1044 from dotnet-architecture/enhancement/add-validator-creation-log-traces
...
Add log traces
2019-05-16 19:10:58 +01:00
Nish Anil
644b26c7b5
Updated Azure Quick Start Guide
2019-05-16 09:42:59 -07:00
Miguel Veloso
fd2bf42a5f
Add creation event traces to Validator classes to validate issue #1041
2019-05-16 13:30:00 +01:00
Miguel Veloso
aee4d91d41
Revert "Cherry pick from commit 78d966b31c59eb2c4cba0e9952433a37eeabfd99 to update contanerized Docker application lifecycle e-book"
...
This reverts commit ea7667f3408324c328ef3dfb67807f10477ec830.
2019-05-14 19:32:07 +01:00
Miguel Veloso
1780057ec8
Revert "fix microservices e-book image size"
...
This reverts commit 21a1962399774208b7bc2f133b4bab0d02035722.
2019-05-14 19:31:38 +01:00
Miguel Veloso
1d0a66c21a
Merge pull request #1040 from dotnet-architecture/fix/744-swashbukcle-breaking-changes
...
Remove deprecated Swashbuckle API, refactor
2019-05-13 18:18:34 +01:00
Miguel Veloso
91515e7ea6
Remove deprecated Swashbuckle API, refactor
2019-05-13 18:15:50 +01:00
Miguel Veloso
8790087b85
Remove obsolete draft project, continued in https://github.com/dotnet-architecture/eShopOnWeb
2019-05-13 17:04:38 +01:00
Miguel Veloso
c5a8e4c5e8
Remove obsolete draft WebForms project
2019-05-13 17:02:40 +01:00
Miguel Veloso
21a1962399
fix microservices e-book image size
2019-05-10 11:35:26 +01:00
Miguel Veloso
ea7667f340
Cherry pick from commit 78d966b31c59eb2c4cba0e9952433a37eeabfd99 to update contanerized Docker application lifecycle e-book
2019-05-10 11:31:55 +01:00
Miguel Veloso
878ed29d23
Merge pull request #1031 from dmytrohridin/refactor/move_basket_repository
...
Move basket repository from model folder
2019-05-09 13:07:29 +01:00
Taras Kovalenko
3f0c46741a
Merge pull request #51 from dotnet-architecture/dev
...
eShopOnContainers fork
2019-05-09 15:04:15 +03:00
Dmytro Hridin
e9c5b041e1
move interface to Model folder
2019-05-08 21:25:48 +03:00
Lee Dumond
4f352345ac
UpdateAllBasketAsync should use the current basket if there is one for the current buyer
2019-05-08 12:37:51 -05:00
Miguel Veloso
7b300ec912
Merge pull request #1033 from LeeDumond/enhance/cancellation-token-support
...
provide support for cancellation tokens in command handlers
2019-05-08 11:16:07 +01:00
Miguel Veloso
0e8d07dd01
Merge pull request #1034 from dotnet-architecture/fix/1022-handle-concurrent-integration-event-publishing
...
Handle concurrent integration events publishing
2019-05-08 09:32:08 +01:00
Miguel Veloso
61ecfba052
Add a TransactionId to IntegrationEventLogEntry to ensure that chained integration events are only published once from the correct transaction scope
2019-05-07 21:29:37 +01:00
Miguel Veloso
ec0c15ac84
Merge pull request #1028 from dotnet-architecture/enhancement/make-token-and-session-cookie-expiry-times-configurable
...
Make token and session cookie expiry times configurable
2019-05-07 09:02:16 +01:00
Lee Dumond
e4dc90356e
provide support for cancellation tokens in command handlers
2019-05-06 14:57:44 -05:00
Dmytro Hridin
bcc158a96d
move BasketRepository to from Models folder to Repositories folders
2019-05-05 15:22:11 +03:00
Dmytro Hridin
4460feee7d
Merge pull request #2 from dotnet-architecture/dev
...
Merge origin to fork
2019-05-05 14:19:45 +03:00
Miguel Veloso
53d4865021
Change session cookie lifetime from testing value to "production value"
2019-05-03 16:13:32 +01:00
Miguel Veloso
07081792e8
Make token and session cookie expiry times configurable, for testing expiration handling
2019-05-03 16:01:58 +01:00
Miguel Veloso
a95fbd993a
Update configuration values starting with array index = 0
2019-05-03 16:00:47 +01:00
Miguel Veloso
c6ad3f2e14
Merge pull request #1026 from dotnet-architecture/fix/github-reported-jquery-vulnerabilities
...
Fix GitHub reported vulnerabilities
2019-05-03 15:51:04 +01:00
Miguel Veloso
38f5518e5e
Minor update to retry DevOps pipeline
2019-05-03 10:51:59 +01:00
Miguel Veloso
cfcbe62bb4
Merge pull request #1025 from dotnet-architecture/fix/1024-health-check-ui-empty-from-vs
...
Fix empty health checks view when running from VS
2019-05-02 19:13:08 +01:00
Miguel Veloso
3026a55be8
Update jquery to 3.4.1 to fix GitHub reported vulnerabilities
2019-05-02 19:06:39 +01:00
Miguel Veloso
1bf7c6fe6c
Add health checks urls in appsettings.json
2019-05-02 17:42:26 +01:00
Miguel Veloso
ab94afdd3f
Merge pull request #1010 from LeeDumond/fix/missing-view-for-error
...
add missing Error view for WebStatus project
2019-05-02 14:07:11 +01:00
Lee Dumond
95ac1fe9bd
use local bootstrap, not CDN
2019-05-01 14:26:06 -05:00
Miguel Veloso
73d0c3f659
Merge pull request #1023 from dotnet-architecture/fix/add-packages-layer
...
Fix restore packages script
2019-04-30 19:23:30 +01:00
Miguel Veloso
ba721aa65c
Remove unneeded #!/bin/bash from script and remove line endings to avoid errors depending on git config on Windows
2019-04-30 19:19:11 +01:00
Miguel Veloso
bb99ae142f
Merge pull request #1009 from LeeDumond/fix/model-declarations-in-razor-views
...
model declarations in razor views resulting in unsolved references
2019-04-30 10:43:09 +01:00
Miguel Veloso
5b9692cb2e
Merge pull request #1016 from jo-ninja/dev
...
Fix typo
2019-04-29 20:46:33 +01:00
Miguel Veloso
e85dba4f31
Merge pull request #1008 from LeeDumond/fix/fix-marketing-functional-tests
...
Fix marketing functional tests that rely on existing campaign
2019-04-29 20:43:03 +01:00
Miguel Veloso
097d3b2124
Merge pull request #1019 from gababu/dev
...
Add Powershell script to set network category to private for DockerNAT.
2019-04-29 18:14:28 +01:00
Miguel Veloso
72f68a1c98
Merge pull request #988 from dariustehrani/helm_delete_fix
...
limit helm delete to eshop
2019-04-29 18:03:09 +01:00
Gajendra Babu Thokala [MSFT]
896442a0bf
Updateded to Show Message to run as administrator
...
Updateded to Show Message to run as administrator.
When run without elevated below message would be shown. Which is clear to run as administrator
.\set-dockernat-networkategory-to-private.ps1 : The script 'set-dockernat-networkategory-to-private.ps1' cannot be run
because it contains a "#requires" statement for running as Administrator. The current Windows PowerShell session is
not running as Administrator. Start Windows PowerShell by using the Run as Administrator option, and then try running
the script again.
At line:1 char:1
+ .\set-dockernat-networkategory-to-private.ps1
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : PermissionDenied: (set-dockernat-n...-to-private.ps1:String) [], ScriptRequiresException
+ FullyQualifiedErrorId : ScriptRequiresElevation
2019-04-29 09:42:01 -07:00
Daniel Larsen
1dacbb7a8e
Fixes #1015
2019-04-28 20:59:13 +12:00
Gajendra Thokala
7dd819c4b5
Add Powershell script to set network category to private for DockerNAT.
2019-04-27 18:27:15 -07:00
Joni
9159df343e
Fix typo
2019-04-26 01:25:43 +09:00
Miguel Veloso
fb6d972d55
Merge pull request #1005 from dotnet-architecture/enhancement/add-restore-packages-layer
...
Add restore packages layer to speed-up building of containers
2019-04-23 14:16:10 +01:00
Miguel Veloso
df72a039c5
Remove failling Windows BuildJob (seems to be related to the base image)
2019-04-23 12:48:56 +01:00
Miguel Veloso
914e8bd0cd
Make the RUN restore-packages optional through an option on docker-compose
2019-04-22 18:10:53 +01:00
Taras Kovalenko
4d76ba42aa
Merge pull request #50 from dotnet-architecture/dev
...
eShopOnContainers fork
2019-04-19 13:19:18 +03:00
Lee Dumond
3224a77792
add missing Error view
2019-04-18 14:28:45 -05:00