Rafsanul Hasan
041973322d
Revert "Update to ASP.NET Core 2.1.3"
2018-09-01 05:24:52 +06:00
rafsanulhasan
e23e8c641e
a. Project files
...
1. Specified RuntimeFrameworkVersion to 2.1.3
2. Specified Microsoft.AspNetCore.App meta package version to 2.1.3
3. Updated NuGetPackages to support ASP.NET Core 2.1.3
i. Microsoft.AspNetCore.Hosting 2.1.0->2.1.1
ii. Microsoft.EntityFrameworkCore, Microsoft.EntityFrameworkCore.Design, Microsoft.EntityFrameworkCore.Relational, Microsoft.EntityFrameworkCore.SqlServer 2.1.0->2.1.2
iii.Microsoft.Extensions.Logging 2.1.0->2.1.1
iv. Microsoft.ApplicationInsights.AspNetCore 2.2.1->2.4.1
v. Microsoft.ApplicationInsights.DependencyCollector 2.6.1-> 2.7.2
vi. Microsoft.ApplicationInsights.ServiceFabric 2.1.1-beta1->2.1.1
vii. Microsoft.Extensions.Logging.AzureAppServices 2.1.0-> 2.1.1
viii. Microsoft.AspNetCore.App 2.1.0->2.1.3
ix. Microsoft.VisualStudio.Azure.Fabric.MSBuild 1.6.5->1.6.7
x. Microsoft.AspNetCore.SignalR, Microsoft.AspNetCore.SignalR.Core, Microsoft.AspNetCore.SignalR.Redis 1.0.0->1.0.3
4. Updated NuGetPackages
i. System.Threading.Tasks.Extensions 4.5.0->4.5.1
ii. WindowsAzure.Storage 9.1.0->9.3.1
b. DockerFile
1. Updated SDK version to 2.1.401
2. Updated Runtime version to 2.1.3
c. Startup.cs file
1. SetCompatibilityVersion to 2.1 in MVC pipeline (Line 83)
2. Suppress compiler warning
3. Re-factored coding styles
d. appsettings.json
1. Updated IdentityUrl to use HTTPS endpoint
e. launchsettings.json
1. Used 64bit IIS Express bitness
2018-09-01 05:17:12 +06:00
Sychev Igor
c1db0703a7
packages update 2
2018-03-04 14:10:51 +03:00
Eduard Tomàs
9371eb1077
Add a endpoint returning only a 200 to be used as a liveness probe for k8s
2018-01-22 11:46:18 +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
8c810ad8a1
Minor changes in SwaggerEndpoints for each microservice.
2017-10-27 14:28:27 -07: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
42ce196270
Updated SF Linux manifests
2017-10-16 16:10:40 +02:00
Ramón Tomás
dc98e6a4c6
Added Appinsights Linux SF telemetry initializer
2017-10-13 11:35:26 +02:00
Igor Sychev
1b38589ff0
retry policy defined via config
2017-10-12 09:25:01 +01:00
Ramón Tomás
c3e15969b9
Added Appinsights K8s telemetry initializer
2017-10-11 18:53:26 +02:00
Ramón Tomás
a04cef97ef
Added AppInsights service
2017-10-11 16:26:44 +02:00
Ramón Tomás
49c825d193
Added BasePath to swagger endpoint
...
Override environment variables urls
2017-09-13 16:19:27 +02:00
Eduard Tomàs
7321d5e5fc
Base path fix and k8s config updated
2017-09-07 19:18:53 +02:00
Eduard Tomàs
6fd4f46058
Fix for rabbitMQ under windows containers.
...
Also some config tweaking on windows
2017-09-05 15:55:17 +02:00
Ramón Tomás
c9ff332b84
Fix merging duplicated ConfigureAuth method
2017-08-30 08:59:39 +02:00
Ramón Tomás
faea50f715
Merge
2017-08-30 08:08:01 +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
Unai Zorrilla Castro
6ac34cbdaa
Update functional tests
2017-08-29 12:48:04 +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
PLAINCONCEPTS\lruiz
737bddadc2
Fix issue #259
2017-08-22 18:03:12 +02:00
Cesar De la Torre
c7c176c4c1
Changed HealthCheck Cache duration time (Zero == No Cache) configuration for the Basket microservice. This is better for demos and can be changed at any time.
2017-07-13 14:48:55 -07:00
Ramón Tomás
d289ec00cf
Add swagger authorization option in APIs
2017-07-12 12:10:10 +02:00
Ramón Tomás
f993463856
Implemented service bus for marketing.api locations.api graceperiodProcess payment.api
2017-06-30 08:59:26 +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
Ramón Tomás
4be61abdde
Merge new creation ordering workflow
2017-06-12 13:52:23 +02:00
Christian Arenas
39e69ee4e0
Merge branch 'servicebus' into dev
...
# Conflicts:
# docker-compose.override.yml
# src/Services/Catalog/Catalog.API/CatalogSettings.cs
# src/Services/Catalog/Catalog.API/settings.json
2017-05-30 18:47:34 +02:00
Christian Arenas
4d07fecc3b
fix merge error
2017-05-30 18:35:09 +02:00
Christian Arenas
ea02ecc160
Merge branch 'azureredis' into dev
...
# Conflicts:
# src/Services/Basket/Basket.API/Startup.cs
# src/Services/Basket/Basket.API/appsettings.json
2017-05-30 18:32:28 +02:00
Christian Arenas
18167186c9
Apply EventBusConnectionChanges
2017-05-30 17:59:57 +02:00
Christian Arenas
6b480e3d41
Apply ConnectionString changes (remove condition)
2017-05-29 16:04:35 +02:00
Christian Arenas
0473a97225
change the "AzureRedisEnabled" condition to configure declaration
2017-05-29 12:42:51 +02:00
Christian Arenas
db7d2a3ff3
Add "AzureRedisConnectionString" environment variable and add a connectionString condition when "AzureRedisEnabled" environment variable is true
2017-05-29 11:01:56 +02:00
Christian Arenas
c23d2551cd
Add new redis connection getting data from environment variable
2017-05-27 18:35:28 +02:00
Christian Arenas
ed0e548e2d
minor naming
2017-05-26 01:35:44 +02:00
Christian Arenas
e454940801
environment variable renaming
2017-05-24 19:23:14 +02:00
Christian Arenas
9a100c9a27
Remove retry policy from DefaultServiceBusPersisterConnection parameter
2017-05-24 18:59:29 +02:00
Christian Arenas
04b35492c3
Add SubscriptionClientName EnvironmentVariable
2017-05-24 16:25:41 +02:00
Christian Arenas
721a4fd02b
- Declare new ServiceBus instance with "AzureServiceBus" boolean condition DI
...
- Add ServiceBusConnection and AzureServiceBus variables in settings
- Add EventBusServiceBus dependencies
2017-05-24 15:33:38 +02:00
igorsych
4790981e80
swagger/ui to swagger url fix
2017-05-23 16:39:22 +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
c1320f4445
swagger update https://github.com/domaindrivendev/Swashbuckle.AspNetCore
2017-05-19 08:11:32 +03:00
Ramón Tomás
3f9574c8c9
Merge
2017-05-18 09:14:21 +02:00
Ramón Tomás
6c9d2cdb31
Adapt test cases to new order flow
...
Create new service test cases
2017-05-18 08:40:35 +02:00
Christian Arenas
f3b6444e63
minor changes
2017-05-17 00:40:40 +02:00
Eduard Tomas
7fc63fe196
Messagebus dispatch messages in its own scope
2017-05-11 13:44:38 +02:00
Eduard Tomas
50f904f74a
Fixing registers missing and routes
2017-05-08 13:36:31 +02:00
Eduard Tomas
79f8f1b949
EventBus refactor.
...
Instead to register EventHandlers we register Func<EventHandlers> which solves scope problems (having transient/scoped objects owned by singletons)
2017-05-03 10:59:36 +02:00
Cesar De la Torre
6f8cd174c7
Refactoring to better terms
2017-04-29 21:58:11 -07:00