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
|
c47c7aca6f
|
Merge Dev
|
2017-09-14 15:42:04 +02:00 |
|
Unai Zorrilla Castro
|
d8b374ac4a
|
Create DesignTimeFactories for context used on startup with dependencies
|
2017-09-14 15:33:39 +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 |
|
Eduard Tomàs
|
8198126daf
|
Use dotnet multi-architecture images.
Removing docker-compose.windows.override (not needed as is identical to docker-compose.override)
|
2017-09-04 19:07:53 +02:00 |
|
Unai Zorrilla Castro
|
70e429b760
|
Added IEntityTypeConfiguration feature from EF Core 2
|
2017-08-31 17:16:28 +02:00 |
|
Unai Zorrilla Castro
|
4a6fc5299a
|
Remove warning on usings in Marketing.API
|
2017-08-31 16:23:51 +02:00 |
|
RamonTC
|
4ea8f6814e
|
Merge pull request #299 from SychevIgor/SychevIgor/WindowsDockerFiles20
windows docker files update to 2.0 base images
|
2017-08-30 17:55:26 +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 |
|
Igor Sychev
|
dc566ea2a1
|
nanowin
|
2017-08-30 08:48:06 +03: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
|
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 |
|
Ramón Tomás
|
2baedadc7a
|
Merge from Dev
|
2017-08-22 19:46:53 +02:00 |
|
Ramón Tomás
|
87ea62cc66
|
Updated docker compose files for windows
|
2017-08-03 12:59:38 +02:00 |
|
Ramón Tomás
|
d289ec00cf
|
Add swagger authorization option in APIs
|
2017-07-12 12:10:10 +02:00 |
|
Christian Arenas
|
f0f88aee98
|
Add PicBaseUrl with a replaced parameter
|
2017-07-11 12:43:06 +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 |
|
Christian Arenas
|
b240357c3a
|
Check when CampaignDetailFunctionUri is not null and return DetailsUri
|
2017-07-06 08:44:46 +02:00 |
|
dsanz
|
a65e9c01eb
|
Add Healthchecks to Locations.API and MArketing.API
|
2017-07-04 13:51:05 +02:00 |
|
Ramón Tomás
|
525040b9b6
|
Created Azure functions for details campaign
Adapt MVC app to azure function details campaign
Adapt SPA app to azure function details campaign
|
2017-06-30 16:31:22 +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
|
b28c650e06
|
Remove userId setting from xamarin app and remove userId parameter from GetCampaignsByUserId in Campaign API
|
2017-06-26 18:29:51 +02:00 |
|
Eduard Tomas
|
706423cc8d
|
Marketing.API nuget updated
|
2017-06-21 19:43:02 +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 |
|
Christian Arenas
|
b36a05b64b
|
Optimize query
|
2017-06-19 09:41:24 +02:00 |
|
Christian Arenas
|
ed97efaf61
|
Check when the user doesn't have any location in database
|
2017-06-19 00:34:00 +02:00 |
|
Christian Arenas
|
db4403b75c
|
Add Pagination to Campaign View
(cherry picked from commit 86e40512352a44021ea69ed948062d0b510141cf)
|
2017-06-16 16:51:35 +02:00 |
|
Christian Arenas
|
c88ece26e6
|
Change condition in Campaign from and to
|
2017-06-16 12:09:48 +02:00 |
|
Christian Arenas
|
a146fd3239
|
Remove campaign test images and add new two images and change the name campaign seed
|
2017-06-16 11:44:51 +02:00 |
|
Christian Arenas
|
e80c5efdd3
|
Add details view and add marketing scope in mvc project and identity config
|
2017-06-16 01:20:03 +02:00 |
|
Christian Arenas
|
cd1a091b6f
|
Add polly to marketing api
|
2017-06-15 19:26:24 +02:00 |
|