Miguel Veloso
44d3fcf767
Update packages
2019-12-17 17:41:03 +00:00
Miguel Veloso
ade6358eca
Reorganize project folders
2019-11-18 15:03:28 +00:00
Miguel Veloso
c3f7178631
Change obsolete .ForSqlServerUseSequenceHiLo for .UseHiLo
2019-11-08 15:36:10 +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
Oleh Savoskin
6375f5b763
A tiny fix of the issue #1121
2019-10-10 16:21:06 +03:00
eiximenis
9b57122f7a
update to net3 rc1
2019-09-19 10:12:14 +02:00
ericuss
ffe2884dc4
fix checkout process of mvc app
2019-08-30 14:20:26 +02:00
ericuss
e689cfd65e
add using
2019-08-29 16:17:06 +02:00
ericuss
10759109ab
temporal fix to get the order in local dbset of orders for UpdateOrderWhenBuyerAndPaymentMethodVerifiedDomainEventHandler.cs
2019-08-29 16:16:24 +02:00
ericuss
bf85169d67
partial checkin trying to fix checkout process
2019-08-12 08:27:19 +02:00
Erik Pique
1e49084844
netcore 3 ordering
2019-07-23 08:30:05 +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
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
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
Lee Dumond
e4dc90356e
provide support for cancellation tokens in command handlers
2019-05-06 14:57:44 -05:00
Miguel Veloso
3485241a96
Merge pull request #939 from jsantanders/patch-1
...
Rename BuyerEntityTYpeConfiguration.cs to BuyerEntityTypeConfiguratio…
2019-03-05 20:00:27 +00:00
Miguel Veloso
c1d7ca8951
Merge branch 'dev' into features/add-seq-sink
...
# Conflicts SOLVED:
# .gitignore
# src/BuildingBlocks/WebHostCustomization/WebHost.Customization/WebHostExtensions.cs
# src/Services/Basket/Basket.API/Basket.API.csproj
# src/Services/Basket/Basket.API/Program.cs
# src/Services/Basket/Basket.API/Startup.cs
# src/Services/Catalog/Catalog.API/Catalog.API.csproj
# src/Services/Catalog/Catalog.API/Program.cs
# src/Services/Catalog/Catalog.API/Startup.cs
# src/Services/Identity/Identity.API/Identity.API.csproj
# src/Services/Identity/Identity.API/Program.cs
# src/Services/Identity/Identity.API/Startup.cs
# src/Services/Location/Locations.API/Locations.API.csproj
# src/Services/Location/Locations.API/Program.cs
# src/Services/Location/Locations.API/Startup.cs
# src/Services/Marketing/Marketing.API/Marketing.API.csproj
# src/Services/Marketing/Marketing.API/Program.cs
# src/Services/Marketing/Marketing.API/Startup.cs
# src/Services/Ordering/Ordering.API/Ordering.API.csproj
# src/Services/Ordering/Ordering.API/Program.cs
# src/Services/Ordering/Ordering.API/Startup.cs
# src/Services/Ordering/Ordering.SignalrHub/Ordering.SignalrHub.csproj
# src/Services/Ordering/Ordering.SignalrHub/Program.cs
# src/Services/Ordering/Ordering.SignalrHub/Startup.cs
# src/Services/Payment/Payment.API/Payment.API.csproj
# src/Services/Payment/Payment.API/Program.cs
# src/Services/Payment/Payment.API/Startup.cs
# src/Web/WebMVC/Program.cs
# src/Web/WebMVC/Startup.cs
# src/Web/WebStatus/Program.cs
# src/Web/WebStatus/Startup.cs
# src/Web/WebStatus/WebStatus.csproj
2019-02-28 15:34:12 +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
Miguel Veloso
f42f29db03
Ensure transaction is committed in the correct context, when handling chained or nested commands
2019-02-21 17:19:31 +00:00
Miguel Veloso
ad7b33234f
Add log traces for commands
2019-02-21 15:56:15 +00:00
Jesus Santander
40e372245b
Rename BuyerEntityTYpeConfiguration.cs to BuyerEntityTypeConfiguration.cs
2019-02-15 12:05:41 -04:00
Ramón Tomás
ffca2da0b3
Migrated to netcore 2.2
2018-12-11 13:51:58 +01:00
erikpique
6aaa718af5
Merge branch 'dev' into feature/net22preview3
2018-11-13 10:25:42 +01:00
Erik Pique
9775219a34
change netcore 2.1 to 2.2 and update nugets
2018-11-12 17:27:54 +01:00
Ramón Tomás
9adda02b18
Updated OrderingIntegrationEvent svc
2018-10-03 23:45:41 +02:00
Ramón Tomás
db35a5c369
Initial approach
2018-10-03 17:54:15 +02:00
Joni
c55e2adecb
Fix spelling 'commited' => 'committed'
2018-07-05 15:07:38 +09:00
Joni
3888cffa08
Fix spelling
2018-07-05 14:44:45 +09: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
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
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
Alex Kryvdyk
1d8c6178de
Improved encapsulation of DomainEvents collection in Entity class
2018-03-26 22:25:00 +03:00
Sychev Igor
924c735072
microsoft packages to latest. including Logging from .net standard 1.3 to 2.0 upgrade
2017-12-14 09:16:34 +03:00
Cesar De la Torre
e36e606d64
Cleaned-up BuyerRepository.cs
2017-11-09 13:09:09 -08:00
Cesar De la Torre
d2f7d6a5d6
Minor clean-up on Entity, Domain Events.
2017-11-07 16:53:41 -08:00
Cesar De la Torre
a88fbf339f
Minor clean-up in Ordering Context
2017-11-07 16:15:03 -08:00
Igor Sychev
e1c93bd05a
update to latest packages
2017-10-13 13:04:06 +01:00
Unai Zorrilla Castro
d8b374ac4a
Create DesignTimeFactories for context used on startup with dependencies
2017-09-14 15:33:39 +02:00
Unai Zorrilla Castro
04c90f09f9
Fix view models namespaces issues. Remove unnecessary design time ordering context provider
2017-09-14 13:43:41 +02:00
Unai Zorrilla Castro
70e429b760
Added IEntityTypeConfiguration feature from EF Core 2
2017-08-31 17:16:28 +02:00
Ramón Tomás
8288acf3a4
Update projects from netcore 2.0.0 preview to 2.0.0
...
Fix netcore 2.0.0 breaking changes in authentication middleware
2017-08-22 22:36:23 +02:00
Eduard Tomas
eeda5bcb9d
Order.Address is a value object. It has no table and no ID
2017-07-13 13:42:29 +02:00
Eduard Tomas
2f1f1cd616
Address as EF Value object
2017-07-13 12:34:19 +02:00
Eduard Tomas
d65a112535
References updated to preview-2
...
code adjustements to work with preview-2
2017-06-29 18:36:57 +02:00
Eduard Tomas
6b466a2c66
Fixing NetStandard.Library versions
2017-06-22 16:15:58 +02:00
Eduard Tomas
3c2ce4d7a7
Ordering.API nuget update
2017-06-21 19:48:13 +02:00
Eduard Tomas
56902a5549
[WIP] Projects & Dockerfile migrated to 2.0
...
Lots of things to address yet, because nuget packages are still on 1.1
2017-06-21 19:03:48 +02:00
Ramón Tomás
4be61abdde
Merge new creation ordering workflow
2017-06-12 13:52:23 +02:00