Viswanatha Swamy
811874b76a
Swamy/remove unused using and refactor the code ( #1555 )
...
* Removed Unused Using and Reorganized the Using
* Removed unused using, Reorganized using, moved the class to separate file, removed commented code in Catalog.API
* Revert "Removed unused using, Reorganized using, moved the class to separate file, removed commented code in Catalog.API"
This reverts commit 34241c430619b3b0bbeaabafa44c078c859237c4.
* Removed unused using and reorganized the using inside "Services" folder
* Removed Unused using and reoganized the using
* Refactor Webhooks.API
* Removed unused using and reorganized using inside Catalog.API
* Refactoring
* Removed unsed using
* Added line break just to differentiate between the messages
* Removed unused usings
* Simple Refactoring
2020-12-23 15:19:36 +05:30
Yingting Huang
d2a1e5ac1e
Fix login issue Exception: Correlation failed ( #1516 )
...
Fix samesite issue when running eShop from docker-compose locally as by default http protocol is being used
Refer to https://github.com/dotnet-architecture/eShopOnContainers/issues/1391
2020-12-08 20:47:03 +05:30
Sumit Ghosh
2711d33e3f
Updated credit card default exipiration value. ( #1535 )
2020-12-08 20:42:32 +05:30
ansonzhang
388d0b7b5d
Fixed #1495 bug : UseLoadTest missing claimsType ( #1508 )
...
* Update ByPassAuthMiddleware.cs
* Update ByPassAuthMiddleware.cs
* remove WebMVC/ByPassAuthMiddleware duplicate cliam
* remove Ordering.API/ByPassAuthMid duplicate cliam
* remove Location.API/ByPassAuthMid duplicate cliam
* remove Market.API/ByPassAuthMid duplicate cliam
* change webmvc bypassauth: claimType of sub
* change ordering bypassauth: claimType of sub
* change location bypassauth: claimType of sub
* change market bypassauth: claimType of sub
2020-11-05 17:42:21 +05:30
jeremiahflaga
7c1261bf69
for issue #1423 : changed literal string "OpenIdConnect" to constant string ( #1424 )
...
Co-authored-by: Jeremiah Flaga <j.flaga@arcanys.com>
2020-09-14 14:56:22 +05:30
hfz-r
85aea20046
Fix for Campaigns exception and SignalR 401 Unauthorized ( #1374 )
...
* update API Gateway - /locations-api/ @ webmarketing/envoy.yaml
* updated signalr services
- envoy: webmarketingapigw
- latest client: webmvc
- service hub: ordering-signalrhub
Co-authored-by: hfz-r <hafiz.roslan@hartalega.com.my>
2020-08-27 15:27:18 +05:30
Mark Harwood
ae01a5c176
Removed unused usings from ModelDTOs ( #1373 )
2020-08-04 16:26:56 +05:30
ericuss
09fabcdcfb
Remove obsolete middleware UseApplicationInsights
2020-04-07 09:29:46 +02:00
ericuss
e671f32c44
Change extension method to load the configuration
2020-04-07 08:59:01 +02:00
Miguel Veloso
135c56a7a8
Add cache use comment to Dockerfiles to force PR validation
2020-01-27 09:58:53 +00:00
Miguel Veloso
44d3fcf767
Update packages
2019-12-17 17:41:03 +00:00
Miguel Veloso
3a1aff0191
Update base images to 3.1
2019-12-16 18:52:28 +00:00
Miguel Veloso
5a442cb7c0
Don't force LongPolling for SignalR
2019-12-16 18:52:12 +00:00
Miguel Veloso
f88d8c4ba3
Fix SignalR + MVC through Envoy
2019-12-02 17:32:13 +00:00
Miguel Veloso
593be81bb0
Improve docker build cache usage
2019-11-18 15:04:11 +00:00
Miguel Veloso
ade6358eca
Reorganize project folders
2019-11-18 15:03:28 +00:00
Miguel Veloso
30aeec8b72
Remove SignalR transport parameter on clients
2019-11-16 15:41:25 +00:00
Miguel Veloso
0c14810a33
Replace obsolete IHostingEnvironment for IWebHostEnvironment
2019-11-08 16:02:58 +00:00
Miguel Veloso
866e89cad2
Remove string interpolation from logging
2019-11-08 15:15:15 +00:00
Miguel Veloso
a1f64f9b6c
Add back logging traces referenced in the wiki
2019-11-07 18:22:23 +00:00
Miguel Veloso
5013ff40ba
Remove unnecessary commands from dockerfiles
2019-11-07 16:56:22 +00:00
Miguel Veloso
e8d99c06c9
Merge branch 'features/migration-dotnet3' into dotnet3-migration/dev-dotnet3
...
# Conflicts:
# README.md
# docker-compose.override.yml
# docker-compose.yml
# k8s/helm/deploy-all.ps1
# k8s/helm/webstatus/values.yaml
# src/ApiGateways/ApiGw-Base/Dockerfile
# src/ApiGateways/ApiGw-Base/OcelotApiGw.csproj
# src/ApiGateways/Mobile.Bff.Shopping/aggregator/Dockerfile
# src/ApiGateways/Mobile.Bff.Shopping/aggregator/Mobile.Shopping.HttpAggregator.csproj
# src/ApiGateways/Web.Bff.Shopping/aggregator/Dockerfile
# src/ApiGateways/Web.Bff.Shopping/aggregator/Web.Shopping.HttpAggregator.csproj
# src/BuildingBlocks/EventBus/EventBus.Tests/EventBus.Tests.csproj
# src/BuildingBlocks/EventBus/IntegrationEventLogEF/IntegrationEventLogEF.csproj
# src/BuildingBlocks/WebHostCustomization/WebHost.Customization/WebHost.Customization.csproj
# src/Mobile/eShopOnContainers/eShopOnContainers.Core/eShopOnContainers.Core.csproj
# src/Mobile/eShopOnContainers/eShopOnContainers.UnitTests/eShopOnContainers.UnitTests.csproj
# src/Services/Basket/Basket.API/Basket.API.csproj
# src/Services/Basket/Basket.API/Dockerfile
# src/Services/Basket/Basket.FunctionalTests/Basket.FunctionalTests.csproj
# src/Services/Basket/Basket.UnitTests/Basket.UnitTests.csproj
# src/Services/Catalog/Catalog.API/Catalog.API.csproj
# src/Services/Catalog/Catalog.API/Dockerfile
# src/Services/Catalog/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj
# src/Services/Catalog/Catalog.UnitTests/Catalog.UnitTests.csproj
# src/Services/Identity/Identity.API/Dockerfile
# src/Services/Identity/Identity.API/Identity.API.csproj
# src/Services/Location/Locations.API/Dockerfile
# src/Services/Location/Locations.API/Locations.API.csproj
# src/Services/Location/Locations.FunctionalTests/Locations.FunctionalTests.csproj
# src/Services/Marketing/Infrastructure/AzureFunctions/marketing-functions.csproj
# src/Services/Marketing/Marketing.API/Dockerfile
# src/Services/Marketing/Marketing.API/Marketing.API.csproj
# src/Services/Marketing/Marketing.FunctionalTests/Marketing.FunctionalTests.csproj
# src/Services/Ordering/Ordering.API/Dockerfile
# src/Services/Ordering/Ordering.API/Ordering.API.csproj
# src/Services/Ordering/Ordering.BackgroundTasks/Dockerfile
# src/Services/Ordering/Ordering.BackgroundTasks/Ordering.BackgroundTasks.csproj
# src/Services/Ordering/Ordering.Domain/Ordering.Domain.csproj
# src/Services/Ordering/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj
# src/Services/Ordering/Ordering.Infrastructure/Ordering.Infrastructure.csproj
# src/Services/Ordering/Ordering.SignalrHub/Dockerfile
# src/Services/Ordering/Ordering.SignalrHub/Ordering.SignalrHub.csproj
# src/Services/Ordering/Ordering.UnitTests/Ordering.UnitTests.csproj
# src/Services/Payment/Payment.API/Dockerfile
# src/Services/Payment/Payment.API/Payment.API.csproj
# src/Services/Webhooks/Webhooks.API/Dockerfile
# src/Services/Webhooks/Webhooks.API/Webhooks.API.csproj
# src/Web/WebMVC/Dockerfile
# src/Web/WebMVC/WebMVC.csproj
# src/Web/WebSPA/Dockerfile
# src/Web/WebSPA/WebSPA.csproj
# src/Web/WebStatus/Dockerfile
# src/Web/WebStatus/WebStatus.csproj
# src/Web/WebStatus/appsettings.Development.json
# src/Web/WebhookClient/Dockerfile
# test/ServicesTests/Application.FunctionalTests/Application.FunctionalTests.csproj
2019-11-07 16:31:17 +00:00
Miguel Veloso
b34b8d2403
Sort package references
2019-11-06 11:14:19 +00:00
Miguel Veloso
9bbb37aed5
Sort package references
2019-11-06 10:40:03 +00:00
eiximenis
34a0c03434
Update dockerfile.develop to net3
2019-10-31 09:45:18 +01:00
eiximenis
08e9b2641a
Final adjustments to make envoy work with ingress and remove Polly from http calls
2019-10-01 19:30:09 +02:00
eiximenis
60998cbd5c
Fixing some generic issues
2019-09-27 16:32:32 +02:00
eiximenis
dc2e7c215b
updated charts for local k8s deployment
2019-09-19 20:02:01 +02:00
eiximenis
d68c9e40aa
Configuration of envoy routes and minor code fixes
2019-09-19 18:26:04 +02:00
eiximenis
9b57122f7a
update to net3 rc1
2019-09-19 10:12:14 +02:00
eiximenis
a2053deb49
Final charts tunning and allowing Linkerd Mesh to be used
2019-09-10 19:49:50 +02:00
eiximenis
784ad9d414
updated config files
2019-09-10 16:04:50 +02:00
ericuss
ffe2884dc4
fix checkout process of mvc app
2019-08-30 14:20:26 +02:00
ericuss
4398b25fc1
Fix mvc calls to grpc
2019-08-29 13:13:10 +02:00
eiximenis
870363861f
Update Dockerfiles for use /src as build context root
2019-08-28 14:11:29 +02:00
Miguel Veloso
038b3caffa
Update Dockerfiles to improve local build time
2019-08-16 19:56:30 +01:00
Mateusz Karkula
033ebd350e
Fix WebStatus HealthChecks replacement
2019-08-09 20:11:45 +02:00
Miguel Veloso
389991cba6
Remove obsolete package and package-lock files
2019-08-09 15:50:02 +01:00
Erik Pique
216463f847
ordering.api error integrationevents
2019-08-07 17:06:20 +02:00
Erik Pique
c52484859f
change bff to 2.2 and fix mvc routing
2019-08-05 15:03:57 +02:00
Erik Pique
92eef22187
add nuget to ocelot
2019-08-01 09:50:45 +02:00
Erik Pique
50a1e1311e
update preview7
2019-07-25 11:30:17 +02:00
Erik Pique
79405b89b0
modify retries count
2019-07-24 12:15:38 +02:00
Erik Pique
49cc39d731
update startups
2019-07-24 09:06:46 +02: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
eiximenis
577aca1d4c
Basket.API updated to net3
2019-07-19 13:09:30 +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
eiximenis
58f156f417
fixing dockerfiles for windows
2019-05-28 11:49:39 +02: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