125 Commits

Author SHA1 Message Date
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
e3f8ac6e84 Refactoring IntegrationEventLog service 2018-10-12 15:30:22 +02:00
Ramón Tomás
24bed0aa33 Send IntegrationEvents after committing transactions 2018-10-11 17:16:31 +02:00
Miguel Veloso
c3983b30c7
Merge pull request #582 from i02coroj/fix-messages-lost
Update EventBusServiceBus.cs
2018-07-26 20:02:33 +01:00
Chen
8f5aa5c554 fix classname of EventBus.Test models 2018-07-21 18:00:05 +08:00
Joni
389aaff013 Convert some magic strings to use "nameof" operator 2018-07-03 16:17:52 +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
José Alberto
bee5286bc4 Remove unneeded local variable. 2018-05-30 22:57:27 +02:00
José Alberto
44f43cdc0d Remove unneeded local variable. 2018-05-30 22:51:49 +02:00
Unai Zorrilla Castro
70a2682806 Working on compose dependencies and check new httpclient handlers retries 2018-05-22 15:33:21 +02:00
Unai Zorrilla Castro
094ba7c3c6 Review HTTP Aggregators. Remove IHTTPClient Resiliency building block. Fix TestController code ( ask about on this controller ). Tested with VS and docker-compose up directly 2018-05-21 11:38:09 +02:00
Unai Zorrilla Castro
d1b6bc84fa Migrated projects and references to use 2.1 rc1 libraries 2018-05-15 12:42:08 +02:00
i02coroj
8b846968e2
Update EventBusServiceBus.cs
Do not complete messages until actually processed.
2018-04-13 12:03:34 +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
Sychev Igor
c1db0703a7 packages update 2 2018-03-04 14:10:51 +03:00
Sychev Igor
ccad354645 packages update 2018-03-04 14:10:51 +03:00
Per Bornsjö
debc2fe4c4 Removed duplicate string to byte conversion 2018-02-12 18:31:20 +01:00
Per Bornsjö
33c35ffa0f Changed how the MessageId is created. 2018-02-10 16:42:28 +01:00
Eduard Tomàs
704e6ae693 Finished purchase-bff implementation and ocelot rerouting 2018-02-02 16:55:33 +01:00
Unai Zorrilla Castro
025ab0e14c Implemented HostedService in different service 2018-01-18 17:29:23 +01:00
Sychev Igor
470e626802 "Microsoft.ApplicationInsights.Kubernetes" Version="1.0.0-beta2" 2018-01-04 10:11:32 +03:00
Sychev Igor
ec36772cf8 mongo 2.5 (prep for retryable writes) and some small fixes 2017-12-14 15:44:24 +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
Sychev Igor
abb9bcfe60 3rd party dependencies to latest versions 2017-12-12 10:14:43 +03: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
Ramón Tomás
c3d9deb030 Merge branch 'dev' of https://github.com/dotnet-architecture/eShopOnContainers into dev 2017-11-10 17:58:08 +01:00
Ramón Tomás
804620330d Fix Rabbitmq bug with multiple service instances 2017-11-10 17:37:18 +01:00
Cesar De la Torre
6eaf3ae452 Cleaned-up Order class and EventBusRabbitMQ class 2017-11-09 11:38:53 -08:00
Unai Zorrilla Castro
8b264e0767 Review MigrateDbContext to add retry for network-related exception when sql server container is created 2017-11-02 15:03:32 +01:00
Cesar De la Torre
c706c1dedc CommandBusRabbitMQ.cs commented code eliminated as we're just using an Event Bus. 2017-10-30 15:26:25 -07:00
Cesar De la Torre
95ec2c780a Minor refactoring/order for the IEventBus interface 2017-10-30 15:06:37 -07: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
Cesar De la Torre
b1de7f8b7c Fix for the PackageReference Include="StackExchange.Redis" regression bug at DataProtection.csproj which was referencing a local Redis.StrongName package 2017-10-20 17:56:49 -07:00
Ramón Tomás
f671cc692b Fix Unit, Integration and Functional Tests 2017-10-20 15:29:50 +02:00
Cesar De la Torre
6dc8c90048 Revert "last .net core 2.0 part" 2017-10-18 13:00:13 -07:00
Igor Sychev
8e730f72dd last .net core 2.0 part 2017-10-18 09:21:07 +03:00
Igor Sychev
7dfb2db7c3 packages update and clean up *.csproj files from useless content 2017-10-13 13:04:06 +01:00
Igor Sychev
1b38589ff0 retry policy defined via config 2017-10-12 09:25:01 +01:00
Ramón Tomás
87b13de3b7 Merge branch 'dev' into eShopOnServiceFabric-Win 2017-09-14 14:42:42 +02:00
Ramón Tomás
f8d5dfde44 Update aspnetcore HealthCheck to 2.0 2017-09-14 14:29:15 +02:00
Unai Zorrilla Castro
226c03b573 Refactoring all dbcontext seed using new MigrateDbContext extension method on IWebHost. This prevent errors when using dotnet ef cli and seeders in Startup 2017-09-13 14:53:06 +02:00
Eduard Tomàs
34a8ad3171 Merge branch 'netcore2' into dev
# Conflicts:
#	cli-linux/build-bits-linux.sh
#	docker-compose.ci.build.yml
#	src/Services/Location/Locations.API/Dockerfile.nanowin
#	src/Services/Marketing/Marketing.API/Dockerfile.nanowin
#	src/Services/Payment/Payment.API/Dockerfile.nanowin
#	src/Web/WebStatus/Dockerfile.nanowin
2017-09-05 16:12:42 +02:00
Ramón Tomás
9ed7325e0e Downgrade Identity.api version due to compatibility issues
Updated Test project version
Fix issue Idsrv token
2017-08-29 18:11:30 +02:00
Ramón Tomás
364c07a528 Included AspnetCore.all metapackage 2017-08-29 12:03:20 +02:00
Unai Zorrilla Castro
4e37f0df27 Migrate Building Blocks to .NETStandard2.0 and .NETCoreApp2.0. Fix packages references. Update Basket.API to new templates on .NETCoreApp2.0 2017-08-29 10:20:13 +02:00
Polys Georgiou
3928ead483 Fix queue/table name null or whitespace check 2017-08-23 17:38:19 +01:00