Erik Pique
deb3d38ebe
add features api
2018-11-14 16:21:50 +01:00
Erik Pique
9775219a34
change netcore 2.1 to 2.2 and update nugets
2018-11-12 17:27:54 +01:00
Erik Pique
349d5ea3bb
update swagger nuget to 2.4.0 from 3.0.0
2018-09-27 09:31:16 +02:00
Unai Zorrilla Castro
b005b63ff5
Add azure key vault support in all services
2018-07-31 09:38:00 +02:00
unaizorrilla
afca2308b1
Created unit test and functional tests on each microservice, work on settings for each project tests, modifyc how TestServer is created. Create a docker-compose for run tests
2018-06-27 15:57:37 +02: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
eiximenis
684aa4927f
Updates to make it work with Docker
...
- Dockerfiles changes
- Minor csproj updates to bring back "dotnet bundle" cli
- Enable all protocols in SignalR
- Update package-lock.json in spa
2018-05-16 14:45:15 +02:00
Unai Zorrilla Castro
b02c1b825d
Migrate all dockerfiles to use 2.1 image. Added ApiBehaviorOptions into Catalog
2018-05-15 16:27:10 +02:00
Unai Zorrilla Castro
d1b6bc84fa
Migrated projects and references to use 2.1 rc1 libraries
2018-05-15 12:42:08 +02:00
Ramón Tomás
02f94eeb0e
Updated k8s scripts
2018-04-16 19:28:12 +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
Miguel Veloso
b12b536439
Merge pull request #524 from SychevIgor/packagesupdate
...
packages update
2018-03-17 16:25:58 +00:00
Cesar De la Torre Llorente
81477f0757
Fix bug in microsoft/aspnetcore-build:2.0.5-2.1.4 name.
2018-03-16 10:31:39 -07:00
Cesar De la Torre Llorente
c17ecfa16a
Fallback to aspnetcore-build:2.0.5-2.1.4 until issue with aspnetcore-build:2.0 is solved: https://github.com/dotnet-architecture/eShopOnContainers/issues/543
2018-03-14 16:35:51 -07:00
Sychev Igor
039632bebd
docker to 2.0.5 .net core
2018-03-05 00:59:27 +03: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
Cesar De la Torre
c5038ad77e
Merge pull request #487 from yantang-msft/FixDeployment
...
Update AI k8s package version, otherwise kubernetes deployment will fail
2018-02-09 13:12:11 -08:00
Eduard Tomàs
0be655d2e0
Fixing errors in SPA when calling basket api through apigw
2018-02-07 14:15:17 +01:00
Eduard Tomàs
1c6431d503
Moved "AddItemToBasket" from MVC Client to a single call in PurchaseBFF
2018-01-31 16:35:40 +01:00
yantang
23bdd59b10
Update AI k8s package version, otherwise kubernetes deployment will fail because of deadlock.
2018-01-28 23:33:44 -08: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
Cesar De la Torre
ded64feae2
Merge pull request #452 from SychevIgor/k8appinsbeta2
...
Upgrades to "Microsoft.ApplicationInsights.Kubernetes" Version="1.0.0-beta2"
2018-01-16 12:41:29 -08:00
yanchenw
607a30491e
Optimize multistage build
2018-01-04 15:00:05 -08:00
yanchenw
e4fa15b813
Optimize multi-stage build Dockerfile
...
Remove explicitly copied dependencies, copy entire solution
into the conainter and depends on the cache to reduce build
time.
Addd temporary solution file which does not contains the
dcproj file to work around the issue that the dotnet cli
cannot handle dcproj.
2018-01-04 11:01:45 -08: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
77e5f9ba5a
images to support 2.0.3 packages with security fixes
2017-12-14 09:16:34 +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
RamonTC
c90f442088
Merge branch 'dev' into latest3rdpartydep
2017-12-12 18:41:50 +01:00
Sychev Igor
abb9bcfe60
3rd party dependencies to latest versions
2017-12-12 10:14:43 +03:00
Sychev Igor
595e6e49a3
Microsoft.ApplicationInsights.ServiceFabric to 2.0.1-beta1
2017-12-12 10:13:34 +03:00
yanchenw
091ed81e7b
Converts to use multi-stage build Dockerfile
...
1. Changes the build context of all services to the root level to be
able to access the dependencies for each project.
2. Commented out the prepublish scripts, these steps are moved into the
Dockerfile
Did not change any script yet, need help to identify what scripts we
need to change.
2017-11-27 13:48:31 -08:00
Ramón Tomás
804620330d
Fix Rabbitmq bug with multiple service instances
2017-11-10 17:37:18 +01:00
Ramón Tomás
ee61c8f44d
Created Readme.md for setting load test scenarios
2017-11-08 16:28:12 +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
2ad61d9057
Created new load test scenarios
2017-10-24 18:05:50 +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
42ce196270
Updated SF Linux manifests
2017-10-16 16:10:40 +02:00
Igor Sychev
7dfb2db7c3
packages update and clean up *.csproj files from useless content
2017-10-13 13:04:06 +01:00
Ramón Tomás
dc98e6a4c6
Added Appinsights Linux SF telemetry initializer
2017-10-13 11:35:26 +02:00
Cesar De la Torre
ebcabe2bbb
Merge pull request #368 from SychevIgor/swagger
...
swagger response types and code
2017-10-12 18:00:03 -07:00
Igor Sychev
1b38589ff0
retry policy defined via config
2017-10-12 09:25:01 +01:00
Igor Sychev
9e535930ce
swagge responce types and code https://github.com/dotnet-architecture/eShopOnContainers/issues/305
2017-10-12 08:45:33 +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
480723e351
Merge branch 'dev' into eShopOnServiceFabric-Win
2017-09-15 14:21:23 +02:00
Ramón Tomás
cecdc40ac1
Fix Authentication issue in Locations.api
...
Created input in user campaigns view to update the user's location
2017-09-15 13:54:48 +02:00
Ramón Tomás
aeea739d1d
Create polygons by continent in LocationsContextSeed db
2017-09-15 00:13:09 +02:00