Igor_Sychev
e98c625f81
runfix
2019-02-28 11:43:44 +03: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
Ramón Tomás
873d70a67e
Fixed netcore2.2 CORS issue not allowing wildcard origins
2019-01-04 13:39:25 +01:00
Ramón Tomás
dbf175f913
Fixed missing env variables in marketing.api in k8s scripts
...
Added Resource path in webstatus UI when deploying with K8S
Added Liveness healthChecks
Updated k8s healthcheck configuration
2019-01-03 17:11:56 +01:00
Ramón Tomás
0f6f4e6d14
Integrate HealthCheck to all eShop services and apps
...
Integrate WebStatus with Healthcheck
2018-11-30 17:43:22 +01:00
Erik Pique
deb3d38ebe
add features api
2018-11-14 16:21:50 +01: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
Cesar De la Torre
3f6f598e8a
Fixed bug about loggerFactory and ConfigureAuthService() at MArketing.API Startup.cs
2017-10-11 11:33:35 -07: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
Cesar De la Torre
373bdd9896
Set Retries with exponential backoff to most microservices sqlOptions, so errors when spinning the SQL container late shouldn't happen.
2017-10-10 19:56:34 -07:00
Ramón Tomás
480723e351
Merge branch 'dev' into eShopOnServiceFabric-Win
2017-09-15 14:21:23 +02:00
Unai Zorrilla Castro
be6e276bff
Fix issue with AddAuthentication and no default Schema on Marketing.API
2017-09-14 18:52:29 +02:00
Ramón Tomás
87b13de3b7
Merge branch 'dev' into eShopOnServiceFabric-Win
2017-09-14 14:42:42 +02:00
Ramón Tomás
49c825d193
Added BasePath to swagger endpoint
...
Override environment variables urls
2017-09-13 16:19:27 +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
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
c4454b005b
Migrated Payment.API to .NETCoreApp2.0. Update Startup and Program to new template. Minor refactorings. Remove unused PaymentController.cs
2017-08-29 11:17:09 +02:00
Unai Zorrilla Castro
360456f051
Migrated Marketing.API and Locations.API to .NETCoreApp2.0. Update Startup and Program to new .NETCoreApp2.0 templates
2017-08-29 11:01:27 +02:00
Ramón Tomás
2baedadc7a
Merge from Dev
2017-08-22 19:46:53 +02:00
Ramón Tomás
d289ec00cf
Add swagger authorization option in APIs
2017-07-12 12:10:10 +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
Cesar De la Torre
27fae7c5d3
Fixed namespace copied/pasted from the Locations.API service into the Marketing service
2017-07-10 14:49:26 -07:00
dsanz
a8ad3edf30
Add Azure Storage Account Health Checks to Marketing.API
2017-07-07 14:05:52 +02:00
Christian Arenas
06cbab4731
Merge branch 'feature/marketing-details-azure-function' into dev
...
# Conflicts:
# docker-compose.vs.debug.yml
# docker-compose.vs.release.yml
# eShopOnContainers-ServicesAndWebApps.sln
# src/Services/Location/Locations.API/Startup.cs
# src/Services/Marketing/Marketing.API/Controllers/CampaignsController.cs
# src/Services/Marketing/Marketing.API/Marketing.API.csproj
# src/Services/Marketing/Marketing.API/Startup.cs
# src/Web/WebMVC/appsettings.json
# src/Web/WebSPA/AppSettings.cs
# test/Services/FunctionalTests/Services/Marketing/MarketingScenarios.cs
2017-07-07 11:56:57 +02:00
dsanz
a65e9c01eb
Add Healthchecks to Locations.API and MArketing.API
2017-07-04 13:51:05 +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
Eduard Tomas
d65a112535
References updated to preview-2
...
code adjustements to work with preview-2
2017-06-29 18:36:57 +02:00
Christian Arenas
699ec0001d
Create IdentityService in marketing API
2017-06-26 18:31:04 +02:00
Christian Arenas
cd1a091b6f
Add polly to marketing api
2017-06-15 19:26:24 +02:00
Ramón Tomás
9bf5670020
Created Marketing read data model
2017-06-13 17:31:37 +02:00
Christian Arenas
1bd13747f4
Add exceptions filters
2017-06-02 16:31:03 +02:00
Christian Arenas
32247c503d
Add marketing api
2017-06-01 20:15:21 +02:00
Christian Arenas
1ac1dae9d3
Add Marketing.API project
2017-06-01 10:10:00 +02:00