Tim Hess
|
41208111fa
|
- use retry instead of failfast on config server
- use mongo connector & redis connector
- use Steeltoe + Redis for keyring store
- misc cleanup
|
2018-11-21 09:21:57 -06:00 |
Tim Hess
|
8785bcb2f0
|
Rename folder for Location api for consistency
|
2018-10-31 13:42:18 -05:00 |
Miguel Veloso
|
0733df5318
|
Funtional test failling because it didn't find appsettings path, assuming the current folder name is the correct one.
|
2018-07-27 10:23:53 +01:00 |
Unai Zorrilla Castro
|
9c7b77c4f7
|
Modified readme
|
2018-07-06 18:10:36 +02:00 |
Unai Zorrilla Castro
|
d7d4dd4bf1
|
Added Cesar's feedback
|
2018-07-03 14:34:04 +02:00 |
Cesar De la Torre
|
97dcf49705
|
Docs for Unit Tests and Functional Tests per microservice and Global.
|
2018-06-30 16:31:19 -07:00 |
unaizorrilla
|
bfd75b62a2
|
Remove unused projects, rename folder and created some doc
|
2018-06-28 10:28:27 +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 |
Unai Zorrilla Castro
|
18c5d3d28c
|
Organized test projects for each service
|
2018-06-25 11:36:42 +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
|
89fb5d6fc3
|
Solves issue #611
|
2018-05-22 16:20:52 +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
|
25c752c61a
|
Added SignalR Hub service to k8s
|
2018-04-19 17:21:26 +02:00 |
Ramón Tomás
|
08e8a4ba26
|
Added signalr client service to SPA app
|
2018-04-13 17:10:25 +02:00 |
Ramón Tomás
|
f1f17798da
|
Added missing Task.Background service docker-compose configuration
Added signalr client for MVC
Added signalr hub
Added signalr events when order status changes
|
2018-04-13 13:45:21 +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
|
455b2562ee
|
Merge pull request #529 from raboud/CreateOrder
Create order
|
2018-03-18 17:29:50 +00:00 |
Miguel Veloso
|
49cf975af5
|
Fixed PackageId for consistency
|
2018-03-18 17:27:59 +00:00 |
Miguel Veloso
|
b12b536439
|
Merge pull request #524 from SychevIgor/packagesupdate
packages update
|
2018-03-17 16:25:58 +00:00 |
Sychev Igor
|
ccad354645
|
packages update
|
2018-03-04 14:10:51 +03:00 |
Robert Raboud
|
1e2bd35285
|
Assembly name was incorrect
|
2018-03-02 21:54:35 -05:00 |
Miguel Veloso
|
62a40c3109
|
Fixed dummy basket data so CreateOrderCommand created from it passes validations.
|
2018-03-01 23:15:25 +00:00 |
Eduard Tomàs
|
2a81a080ba
|
Moved Create Order from MVC logic client to Purchase logic.
|
2018-02-01 15:04:20 +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 |
Eduard Tomàs
|
9057635c4e
|
Support for running unit tests in docker
|
2018-01-19 17:18:00 +01:00 |
Ramón Tomás
|
b7f6ead00d
|
Updated MediatR to v4 in unit tests
|
2017-12-13 18:54:02 +01:00 |
Ramón Tomás
|
e9a89ae553
|
Fixed issue #403
Fixed issue #419
|
2017-12-11 16:25:00 +01:00 |
Ramón Tomás
|
50e96380a7
|
Merge branch 'dev' of https://github.com/dotnet-architecture/eShopOnContainers into dev
|
2017-11-30 11:40:54 +01:00 |
Ramón Tomás
|
4dff728d11
|
Replaced custom DataProtection.Redis lib with official Microsoft pkg
Removed Sessions in WebMVC app
Fixed GracePeriodMgr issues using multiple instances
|
2017-11-30 11:40:30 +01:00 |
Cesar De la Torre
|
ebf9822af3
|
Refactored code related to Idempotent CommandHandlers
|
2017-11-12 14:07:51 -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
|
9183a45756
|
Update Load test readme
|
2017-11-08 16:50:09 +01:00 |
Ramón Tomás
|
ee61c8f44d
|
Created Readme.md for setting load test scenarios
|
2017-11-08 16:28:12 +01:00 |
Bradley Grainger
|
c75fba052b
|
Fix unused variable compiler warning.
|
2017-11-03 12:22:42 -07:00 |
Bradley Grainger
|
f42c32c63b
|
Fix xUnit warnings.
|
2017-11-03 12:22:42 -07:00 |
Bradley Grainger
|
7afe822e16
|
Fix incorrect return type.
The interface's methods were changed in 5e13467315 .
|
2017-11-03 12:14:44 -07:00 |
Ramón Tomás
|
7861d5df87
|
Updated settings for k8s / SF to enable Load testing mode
Updated load tests
|
2017-10-26 19:18:45 +02:00 |
Ramón Tomás
|
2ad61d9057
|
Created new load test scenarios
|
2017-10-24 18:05:50 +02:00 |
Ramón Tomás
|
104d993473
|
Merge branch 'dev' of https://github.com/dotnet-architecture/eShopOnContainers into dev
|
2017-10-23 17:39:57 +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
|
5c19eef316
|
Fix issue StackExchange.Redis strongname
|
2017-10-23 12:49:45 +02:00 |
Ramón Tomás
|
f671cc692b
|
Fix Unit, Integration and Functional Tests
|
2017-10-20 15:29:50 +02:00 |
Ramón Tomás
|
41df28cbb2
|
Change AccessMethod in load tests to Sequential
|
2017-10-17 13:04:27 +02:00 |
RamonTC
|
d0e9cc58a9
|
Merge pull request #311 from egorikas/dev
Fix "DRY up RedisBasketRepository"
|
2017-10-13 16:41:37 +02:00 |
Igor Sychev
|
e1c93bd05a
|
update to latest packages
|
2017-10-13 13:04:06 +01: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
|
f7c09dad81
|
Update SF linux manifests
|
2017-10-10 15:12:33 +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 |
Egor Grishechko
|
62ea7064c2
|
Fix "DRY up RedisBasketRepository"
https://github.com/dotnet-architecture/eShopOnContainers/issues/62
|
2017-09-02 20:02:55 +03:00 |