191 Commits

Author SHA1 Message Date
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
9bbb37aed5 Sort package references 2019-11-06 10:40:03 +00:00
eiximenis
577aca1d4c Basket.API updated to net3 2019-07-19 13:09:30 +02:00
eiximenis
96c3b12721 More package refs moved to dependencies.props 2019-07-18 12:31:27 +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
Joni
9c49bc5704
Fix typo 2019-06-13 13:00:43 +09:00
Miguel Veloso
2717659a0d Refactor ModelDTOs for a more consistent folder structure 2019-03-04 13:31:29 +00:00
Igor_Sychev
185a5dcc31 minor packages update
replace preview apis with production
replace EnableKubernetes with AddApplicationInsightsKubernetesEnricher
replace  loggerFactory.AddAzureWebAppDiagnostics(); with  loggerBuilder.AddAzureWebAppDiagnostics();
2019-02-26 22:28:30 +03:00
Erik Pique
9775219a34 change netcore 2.1 to 2.2 and update nugets 2018-11-12 17:27:54 +01:00
Miguel Veloso
0733df5318 Funtional test failling because it didn't find appsettings path, assuming the current folder name is the correct one. 2018-07-27 10:23:53 +01:00
Unai Zorrilla Castro
9c7b77c4f7 Modified readme 2018-07-06 18:10:36 +02:00
Unai Zorrilla Castro
d7d4dd4bf1 Added Cesar's feedback 2018-07-03 14:34:04 +02:00
Cesar De la Torre
97dcf49705 Docs for Unit Tests and Functional Tests per microservice and Global. 2018-06-30 16:31:19 -07:00
unaizorrilla
bfd75b62a2 Remove unused projects, rename folder and created some doc 2018-06-28 10:28:27 +02:00
unaizorrilla
afca2308b1 Created unit test and functional tests on each microservice, work on settings for each project tests, modifyc how TestServer is created. Create a docker-compose for run tests 2018-06-27 15:57:37 +02:00
Unai Zorrilla Castro
18c5d3d28c Organized test projects for each service 2018-06-25 11:36:42 +02:00
eiximenis
51236fd5af Update to netcore2.1 RTM
Updates to web Dockerfiles to support microsoft/dotnet:2.1-sdk
2018-06-01 18:59:14 +02:00
eiximenis
89fb5d6fc3 Solves issue #611 2018-05-22 16:20:52 +02:00
Unai Zorrilla Castro
d1b6bc84fa Migrated projects and references to use 2.1 rc1 libraries 2018-05-15 12:42:08 +02:00
Ramón Tomás
25c752c61a Added SignalR Hub service to k8s 2018-04-19 17:21:26 +02:00
Ramón Tomás
08e8a4ba26 Added signalr client service to SPA app 2018-04-13 17:10:25 +02:00
Ramón Tomás
f1f17798da Added missing Task.Background service docker-compose configuration
Added signalr client for MVC
Added signalr hub
Added signalr events when order status changes
2018-04-13 13:45:21 +02:00
David Britch
e519fbde43 Merge branch 'bff' into xamarin-settings 2018-03-29 13:52:03 +01:00
eiximenis
0e119eac86 Merge branch 'xamarin-oidcclient' into bff
# Conflicts:
#	.dockerignore
#	docker-compose.override.yml
#	docker-compose.yml
#	eShopOnContainers-ServicesAndWebApps.sln
#	k8s/deploy.ps1
#	k8s/deployments.yaml
#	k8s/frontend.yaml
#	src/Services/Identity/Identity.API/Data/ConfigurationDbContextSeed.cs
#	src/Services/Ordering/Ordering.Domain/AggregatesModel/OrderAggregate/Order.cs
2018-03-23 12:37:12 +01:00
Miguel Veloso
455b2562ee
Merge pull request #529 from raboud/CreateOrder
Create order
2018-03-18 17:29:50 +00:00
Miguel Veloso
49cf975af5
Fixed PackageId for consistency 2018-03-18 17:27:59 +00:00
Miguel Veloso
b12b536439
Merge pull request #524 from SychevIgor/packagesupdate
packages update
2018-03-17 16:25:58 +00:00
Sychev Igor
ccad354645 packages update 2018-03-04 14:10:51 +03:00
Robert Raboud
1e2bd35285 Assembly name was incorrect 2018-03-02 21:54:35 -05:00
Miguel Veloso
62a40c3109 Fixed dummy basket data so CreateOrderCommand created from it passes validations. 2018-03-01 23:15:25 +00:00
Eduard Tomàs
2a81a080ba Moved Create Order from MVC logic client to Purchase logic. 2018-02-01 15:04:20 +01:00
Eduard Tomàs
1c6431d503 Moved "AddItemToBasket" from MVC Client to a single call in PurchaseBFF 2018-01-31 16:35:40 +01:00
Eduard Tomàs
9057635c4e Support for running unit tests in docker 2018-01-19 17:18:00 +01:00
Ramón Tomás
b7f6ead00d Updated MediatR to v4 in unit tests 2017-12-13 18:54:02 +01:00
Ramón Tomás
e9a89ae553 Fixed issue #403
Fixed issue #419
2017-12-11 16:25:00 +01:00
Ramón Tomás
50e96380a7 Merge branch 'dev' of https://github.com/dotnet-architecture/eShopOnContainers into dev 2017-11-30 11:40:54 +01:00
Ramón Tomás
4dff728d11 Replaced custom DataProtection.Redis lib with official Microsoft pkg
Removed Sessions in WebMVC app
Fixed GracePeriodMgr issues using multiple instances
2017-11-30 11:40:30 +01:00
Cesar De la Torre
ebf9822af3 Refactored code related to Idempotent CommandHandlers 2017-11-12 14:07:51 -08:00
Ramón Tomás
804620330d Fix Rabbitmq bug with multiple service instances 2017-11-10 17:37:18 +01:00
Ramón Tomás
9183a45756 Update Load test readme 2017-11-08 16:50:09 +01:00
Ramón Tomás
ee61c8f44d Created Readme.md for setting load test scenarios 2017-11-08 16:28:12 +01:00
Bradley Grainger
c75fba052b Fix unused variable compiler warning. 2017-11-03 12:22:42 -07:00
Bradley Grainger
f42c32c63b Fix xUnit warnings. 2017-11-03 12:22:42 -07:00
Bradley Grainger
7afe822e16 Fix incorrect return type.
The interface's methods were changed in 5e1346731561fd0612cf76ec7fe4e34cf32ebb00.
2017-11-03 12:14:44 -07:00
Ramón Tomás
7861d5df87 Updated settings for k8s / SF to enable Load testing mode
Updated load tests
2017-10-26 19:18:45 +02:00
Ramón Tomás
2ad61d9057 Created new load test scenarios 2017-10-24 18:05:50 +02:00
Ramón Tomás
104d993473 Merge branch 'dev' of https://github.com/dotnet-architecture/eShopOnContainers into dev 2017-10-23 17:39:57 +02:00
Ramón Tomás
c51c101f90 Updated Load Tests
Added middleware to bypass authorization in load testing
2017-10-23 17:39:45 +02:00
Ramón Tomás
5c19eef316 Fix issue StackExchange.Redis strongname 2017-10-23 12:49:45 +02:00
Ramón Tomás
f671cc692b Fix Unit, Integration and Functional Tests 2017-10-20 15:29:50 +02:00