Miguel Veloso
ade6358eca
Reorganize project folders
5 years ago
Miguel Veloso
9bbb37aed5
Sort package references
5 years ago
eiximenis
577aca1d4c
Basket.API updated to net3
5 years ago
eiximenis
96c3b12721
More package refs moved to dependencies.props
5 years ago
eiximenis
437bdd7431
Using Directory.Build.props for handling versions. Needed to start the update to net3
5 years ago
Joni
9c49bc5704
Fix typo
5 years ago
Miguel Veloso
2717659a0d
Refactor ModelDTOs for a more consistent folder structure
6 years ago
Igor_Sychev
185a5dcc31
minor packages update
replace preview apis with production
replace EnableKubernetes with AddApplicationInsightsKubernetesEnricher
replace loggerFactory.AddAzureWebAppDiagnostics(); with loggerBuilder.AddAzureWebAppDiagnostics();
6 years ago
Erik Pique
9775219a34
change netcore 2.1 to 2.2 and update nugets
6 years ago
Miguel Veloso
0733df5318
Funtional test failling because it didn't find appsettings path, assuming the current folder name is the correct one.
6 years ago
Unai Zorrilla Castro
9c7b77c4f7
Modified readme
6 years ago
Unai Zorrilla Castro
d7d4dd4bf1
Added Cesar's feedback
6 years ago
Cesar De la Torre
97dcf49705
Docs for Unit Tests and Functional Tests per microservice and Global.
6 years ago
unaizorrilla
bfd75b62a2
Remove unused projects, rename folder and created some doc
6 years ago
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
6 years ago
Unai Zorrilla Castro
18c5d3d28c
Organized test projects for each service
6 years ago
eiximenis
51236fd5af
Update to netcore2.1 RTM
Updates to web Dockerfiles to support microsoft/dotnet:2.1-sdk
6 years ago
eiximenis
89fb5d6fc3
Solves issue #611
6 years ago
Unai Zorrilla Castro
d1b6bc84fa
Migrated projects and references to use 2.1 rc1 libraries
6 years ago
Ramón Tomás
25c752c61a
Added SignalR Hub service to k8s
6 years ago
Ramón Tomás
08e8a4ba26
Added signalr client service to SPA app
6 years ago
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
6 years ago
Miguel Veloso
49cf975af5
Fixed PackageId for consistency
6 years ago
Sychev Igor
ccad354645
packages update
7 years ago
Robert Raboud
1e2bd35285
Assembly name was incorrect
7 years ago
Miguel Veloso
62a40c3109
Fixed dummy basket data so CreateOrderCommand created from it passes validations.
7 years ago
Eduard Tomàs
2a81a080ba
Moved Create Order from MVC logic client to Purchase logic.
7 years ago
Eduard Tomàs
1c6431d503
Moved "AddItemToBasket" from MVC Client to a single call in PurchaseBFF
7 years ago
Eduard Tomàs
9057635c4e
Support for running unit tests in docker
7 years ago
Ramón Tomás
b7f6ead00d
Updated MediatR to v4 in unit tests
7 years ago
Ramón Tomás
e9a89ae553
Fixed issue #403
Fixed issue #419
7 years ago
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
7 years ago
Cesar De la Torre
ebf9822af3
Refactored code related to Idempotent CommandHandlers
7 years ago
Ramón Tomás
804620330d
Fix Rabbitmq bug with multiple service instances
7 years ago
Ramón Tomás
9183a45756
Update Load test readme
7 years ago
Ramón Tomás
ee61c8f44d
Created Readme.md for setting load test scenarios
7 years ago
Bradley Grainger
c75fba052b
Fix unused variable compiler warning.
7 years ago
Bradley Grainger
f42c32c63b
Fix xUnit warnings.
7 years ago
Bradley Grainger
7afe822e16
Fix incorrect return type.
The interface's methods were changed in 5e13467315
.
7 years ago
Ramón Tomás
7861d5df87
Updated settings for k8s / SF to enable Load testing mode
Updated load tests
7 years ago
Ramón Tomás
2ad61d9057
Created new load test scenarios
7 years ago
Ramón Tomás
c51c101f90
Updated Load Tests
Added middleware to bypass authorization in load testing
7 years ago
Ramón Tomás
5c19eef316
Fix issue StackExchange.Redis strongname
7 years ago
Ramón Tomás
f671cc692b
Fix Unit, Integration and Functional Tests
7 years ago
Ramón Tomás
41df28cbb2
Change AccessMethod in load tests to Sequential
7 years ago
Igor Sychev
e1c93bd05a
update to latest packages
7 years ago
Igor Sychev
7dfb2db7c3
packages update and clean up *.csproj files from useless content
7 years ago
Ramón Tomás
f7c09dad81
Update SF linux manifests
7 years ago
Egor Grishechko
62ea7064c2
Fix "DRY up RedisBasketRepository"
https://github.com/dotnet-architecture/eShopOnContainers/issues/62
7 years ago
Christian Arenas
cf7bbc804f
Add logout at performance test
7 years ago