1893 Commits

Author SHA1 Message Date
Lukas
84e4758df2 modified Enumeration class to support private constructor for defined Enum types, refactored orderingContextSeed to use GetAll() method to get predefined types 2018-06-30 22:41:17 +12:00
Juan Antonio Cano
c5234ab1c1 -UriBuilder removed
-Refactor in identity urls
2018-06-28 16:48:52 +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
Juan Antonio Cano
cc034183aa Urls for Identity, Gateway Shopping and Marketing added to setting view 2018-06-25 13:11:12 +02:00
eiximenis
fcff8e45aa Fixes #630 2018-06-12 19:05:51 +02:00
David Britch
853492011f Performant SettingViews on iOS 2018-06-11 12:28:28 +01:00
eiximenis
c83c6842f5 Merge branch 'features/net21rc1' into dev 2018-06-06 17:01:35 +02:00
David Britch
7efacfc519 Resource files updated. 2018-06-04 12:30:10 +01:00
David Britch
b4daa33ae1 Bumped to Forms 3.0. 2018-06-04 12:10:31 +01:00
eiximenis
9f61e3b029 Fixes the error (400 Bad Response) when cancelling an order 2018-06-04 11:56:13 +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
José Alberto
bee5286bc4 Remove unneeded local variable. 2018-05-30 22:57:27 +02:00
José Alberto
44f43cdc0d Remove unneeded local variable. 2018-05-30 22:51:49 +02:00
Cesar De la Torre Llorente
01a1d65308 set 10 min as the lifetime for each HttpMessageHandler int the pool 2018-05-26 23:45:37 +02:00
Cesar De la Torre Llorente
104661d39d Fixed bug, no need of GracePeriodTime setting for the Order microservice. Only for the Ordering.BackgroundTasks 2018-05-26 20:45:32 +02:00
Unai Zorrilla Castro
cd1f11b480 Create new polly policies for each service instead of use the same, in order to resolve problems with the execution context name 2018-05-25 11:52:35 +02:00
Unai Zorrilla Castro
fb15ed1e11 Removed unused file 2018-05-22 18:19:13 +02:00
Unai Zorrilla Castro
1da9832a54 Merge branch 'features/net21rc1' of https://github.com/dotnet/eShopOnContainers into features/net21rc1 2018-05-22 16:21:25 +02:00
eiximenis
bcc79c8e52 Merge branch 'features/net21rc1' of https://github.com/dotnet-architecture/eShopOnContainers into features/net21rc1 2018-05-22 16:20:59 +02:00
eiximenis
89fb5d6fc3 Solves issue #611 2018-05-22 16:20:52 +02:00
Unai Zorrilla Castro
654555387c Minor refactoring 2018-05-22 16:20:28 +02:00
Unai Zorrilla Castro
88fa0a6309 Remove unnecesary catch 2018-05-22 15:34:24 +02:00
Unai Zorrilla Castro
0454ad908e Merge branch 'features/net21rc1' of https://github.com/dotnet/eShopOnContainers into features/net21rc1 2018-05-22 15:33:42 +02:00
Unai Zorrilla Castro
70a2682806 Working on compose dependencies and check new httpclient handlers retries 2018-05-22 15:33:21 +02:00
Cesar De la Torre Llorente
6127457e8e Changed order in pipeline so SetHandlerLifetime() is first, right on the on the IHttpClientBuilder that is returned when creating the Typed Client. 2018-05-21 20:06:39 -07:00
Cesar De la Torre Llorente
1fa6242c1c Added opt-in HttpClientLogging config 2018-05-21 18:11:27 -07:00
Cesar De la Torre Llorente
8844aaba75 Adding an example of a HttpMessageHandler's Lifetime to 5 minutes in the pool. The default lifetime of HttpMessageHandler instances in the pool is 2 minutes. 2018-05-21 17:04:18 -07:00
Unai Zorrilla Castro
460fc997af Create Generic Host prototype for background task in order to be reviewed 2018-05-21 15:01:29 +02:00
Unai Zorrilla Castro
094ba7c3c6 Review HTTP Aggregators. Remove IHTTPClient Resiliency building block. Fix TestController code ( ask about on this controller ). Tested with VS and docker-compose up directly 2018-05-21 11:38:09 +02:00
Unai Zorrilla Castro
96816e7bf7 Refactor aggregators to use AddHttpClient like on WebMVC 2018-05-18 14:02:18 +02:00
Unai Zorrilla Castro
554b4e4a0c Remove unused tables 2018-05-18 12:43:33 +02:00
Unai Zorrilla Castro
2f9fa4dcca Added HTTPClient services and review application on WebMVC 2018-05-18 12:36:33 +02:00
Cesar De la Torre Llorente
dc5de83747 Changes using fluent configuration API from Polly. Still to be cleaned up and old Policy code to be removed, etc. 2018-05-16 20:30:05 -07:00
eiximenis
18e6dc4afb Merge branch 'features/net21rc1' of https://github.com/dotnet-architecture/eShopOnContainers into features/net21rc1 2018-05-16 14:45:21 +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
cf4b7ff47f Added sample for use new IHttpClientFactory feature on WebMVC 2018-05-16 12:44:32 +02:00
Unai Zorrilla Castro
36fb20acea Refactoring Catalog and Order status and add problem details feature from 2.1 2018-05-15 16:58:53 +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
1d2fc6c42b Removed commented code in signalr hub registration 2018-05-15 09:20:54 +02:00
Cesar De la Torre Llorente
c3213df7ed Setting IWebHostBuilder and IWebHost as explicit (instead of var) in BuildWebHost() from the generic OcelotApiGw. 2018-05-14 15:48:21 -07:00
Ramón Tomás
7d2a790a8b Fixed AOT compile issue with signalr pkg version
Removed duplicated ordering.background task in docker compose files
2018-05-14 13:51:42 +02:00
eiximenis
36d916a86c Merge branch 'dev' of https://github.com/dotnet-architecture/eShopOnContainers into dev 2018-05-13 11:18:11 +02:00
Cesar De la Torre Llorente
4eb73f8e23 Fixed bug in configuration.json for Ocelot API Gateways. ReRoutes for the Marketing microservices shound't be present in the configuration.json for the Shopping API Gateways, only for the Marketing API Gateways. 2018-05-11 19:35:28 -07:00
eiximenis
31669d5d2d Merge branch 'features/netcore2.1' into dev
# Conflicts:
#	eShopOnContainers-ServicesAndWebApps.sln
2018-05-11 11:26:19 +02:00
Miguel Veloso
794be31f53 Include Ordering.BackgroundTasks in webstatus check 2018-05-10 11:31:11 +01:00
Miguel Veloso
cdd87d367f Fix swagger-ui redirection uri to current one as of v.3.x;
Fix stored values for existing deployments
2018-04-25 12:58:55 +01:00
Ramón Tomás
df010635fc Fix issue mvc refreshing order list 2018-04-20 16:48:24 +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
04560ff4eb Created specific service for signalr hub 2018-04-19 00:58:09 +02:00