186 Commits

Author SHA1 Message Date
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
Ramón Tomás
2baedadc7a Merge from Dev 2017-08-22 19:46:53 +02:00
Ramón Tomás
b4dccbf774 Fix bug service bus not receiving messages
Update service bus to 1.0 version
2017-08-17 13:00:48 +02:00
Eduard Tomàs
f8efa1dfa7 Merge pull request #232 from matthewDDennis/master
StandardHttpClient setting Authentication Header
2017-08-11 15:57:48 +02:00
Jono Rogers
6281510a37 Fix http method being locked to POST 2017-08-03 09:54:57 +01:00
Christian Arenas
975b85129e Reduce the integration event name 2017-08-01 13:45:33 +02:00
Ramón Tomás
d42033a83b Added UI alert and circuit-breaker handlers for components that depend on Basket.api 2017-07-14 14:53:17 +02:00
Eduard Tomas
d9b9578e48 Merge remote-tracking branch 'origin/dev' into netcore2
# Conflicts:
#	docker-compose.dcproj
#	docker-compose.vs.debug.yml
#	docker-compose.vs.release.yml
#	src/BuildingBlocks/EventBus/EventBus/EventBus.csproj
#	src/Services/Marketing/Marketing.API/Startup.cs
#	src/Web/WebMVC/Startup.cs
#	src/Web/WebMVC/WebMVC.csproj
2017-07-11 12:01:45 +02:00
Eduard Tomas
62a14e1006 Upgrade IntegrationEventLogEF to netcore2 2017-07-11 10:12:32 +02:00
dsanz
8051114da9 Add Azure Storage check in Catalog health checks. 2017-07-06 11:38:45 +02:00
Matthew Dennis
70c4936e14 StandardHttpClient setting Authentication Header incorrectly in a couple of places. 2017-07-04 12:40:01 -04:00
Eduard Tomas
d65a112535 References updated to preview-2
code adjustements to work with preview-2
2017-06-29 18:36:57 +02:00
Ramón Tomás
a56f99f684 Fix merge 2017-06-26 18:05:02 +02:00
Ramón Tomás
a3e63c11aa Merge from eShopOnContainers Dev 2017-06-26 13:51:49 +02:00
Eduard Tomas
65bcf48246 Dealing with auth and package versions issues between 1.1 and 2.0 2017-06-23 18:45:20 +02:00
Eduard Tomas
6b466a2c66 Fixing NetStandard.Library versions 2017-06-22 16:15:58 +02:00
Eduard Tomas
7fd5647bae EventBus.csproj nuget updated 2017-06-21 19:19:58 +02:00
Eduard Tomas
b050ba5c94 DataProtection.csproj nuget updated 2017-06-21 19:16:59 +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
Ramón Tomás
3a10038d71 Fix bug antiforgery decryption issue when deploying in a k8s cluster
Changed in-memory grant store in idsrv to persist in db
2017-06-08 17:45:07 +02:00
Eduard Tomas
b42fe3527a Resilience enhancements.
MVC app now waits other containers
2017-06-01 14:32:22 +02:00
Christian Arenas
4399d6a4f3 Remove "Default" rule when the class is Instantiated 2017-05-26 01:35:19 +02:00
Christian Arenas
9a100c9a27 Remove retry policy from DefaultServiceBusPersisterConnection parameter 2017-05-24 18:59:29 +02:00
Christian Arenas
390654a885 Remove old ServiceBusConnection declaration 2017-05-24 16:26:56 +02:00
Christian Arenas
d3bd0fabfd change log leve 2017-05-24 16:26:40 +02:00
Christian Arenas
64430618d7 remove declaration from interface 2017-05-24 16:26:21 +02:00
Christian Arenas
aa7556a1bd Create EventBusServiceBus project and add EventBusServiceBus/ServiceBusPersisterConnection to project 2017-05-24 15:34:55 +02:00
igorsych
9e75504690 Newtonsoft.Json and MediatR with fixes of all based on MediatR classes
also from csproj files excluded direct specification of runtime to make compile happy if on a system we have higher version.
2017-05-19 18:03:05 +03:00
igorsych
85b61a2bfd Test packages update to the latest version
Redis and RabbitMQ also updated
Identity server changes reflectiong  ac59db6e16 commit
2017-05-19 09:02:05 +03:00
igorsych
c5778a04f3 .NET core packages update 2017-05-19 08:11:18 +03:00
Ramón Tomás
87e57b9a44 Merge from Dev 2017-05-18 15:39:31 +02:00
Eduard Tomas
7fc63fe196 Messagebus dispatch messages in its own scope 2017-05-11 13:44:38 +02:00
Ramón Tomás
564e2df93a Extract Policies to ResilientHttpClientFactory 2017-05-10 13:25:43 +02:00
Eduard Tomas
efe496e156 ResilientHttp client policies fixed 2017-05-09 20:27:00 +02:00
Ramón Tomás
46ee0db400 Merge branch 'dev' into order-processflow-redesign 2017-05-09 13:46:01 +02:00
Unai Zorrilla Castro
aa8e943ba9 Added ExecutionKey into PolicyWrap and remove COncurrentDictioanry 2017-05-09 09:19:27 +02:00
Eduard Tomas
44ac659e32 Merge branch 'concurrenthttp' into dev 2017-05-08 19:08:31 +02:00
Unai Zorrilla Castro
4d485da9db First iteration over ResilientHttpClient. In this case ConcurrentDictionary is used and control concurrency to add new origin and policies 2017-05-08 18:57:58 +02:00
Eduard Tomas
8daebced2f Healthchecks updated 2017-05-08 18:54:11 +02:00