Sumit Ghosh
|
7f2629c96f
|
Updates WebMVC to .NET 6.0 (#1773)
* Included globalusing WebMVC
* Included file scope namespaces for all files
* Updated dockerfile
* Updated packages to WebMVC
|
2021-10-21 19:08:22 +05:30 |
|
Sumit Ghosh
|
19baeb7069
|
Migrates from Newtonsoft.Json to System.Text.Json (#1658)
* Included System.Text.Json related changes
* Fixed order details summary in WebMVC
* Updated custom JsonConverter
|
2021-05-03 16:36:31 +05:30 |
|
eiximenis
|
d68c9e40aa
|
Configuration of envoy routes and minor code fixes
|
2019-09-19 18:26:04 +02:00 |
|
Miguel Veloso
|
2717659a0d
|
Refactor ModelDTOs for a more consistent folder structure
|
2019-03-04 13:31:29 +00:00 |
|
Unai Zorrilla Castro
|
2f9fa4dcca
|
Added HTTPClient services and review application on WebMVC
|
2018-05-18 12:36:33 +02:00 |
|
Eduard Tomàs
|
704e6ae693
|
Finished purchase-bff implementation and ocelot rerouting
|
2018-02-02 16:55:33 +01:00 |
|
Eduard Tomas
|
fdd9a36719
|
MVC auth updated to 2.0.0
|
2017-06-22 16:55:57 +02:00 |
|
Ramón Tomás
|
f79806e899
|
Created Ship order process in WebMVC app
Create Ship order command and handler in Ordering.api
Create Order management page in WebMVC app
|
2017-05-14 14:48:37 +02:00 |
|
Ramón Tomás
|
00a0824bbd
|
Fix issue identityService.getuseridentity fails when called from integration event
|
2017-05-11 18:34:07 +02:00 |
|
Ramón Tomás
|
21fe9b7be4
|
Create checkout call in webmvc
Created Cancel call in webmvc
|
2017-05-11 11:51:13 +02:00 |
|
Unai Zorrilla Castro
|
9cc6adbd89
|
Remove reference to HttpClient from IHttpClient. Change methods to allow specify authorization token and requestid headers in each request. Added API to group uri definitions
|
2017-05-04 13:01:14 +02:00 |
|
dsanz
|
6ca7f25669
|
Renaming of the resilience.http project
|
2017-04-06 16:59:17 +02:00 |
|
dsanz
|
6ac5a8cc70
|
Move Polly implementation to Building block project
|
2017-03-30 15:05:19 +02:00 |
|
Ramón Tomás
|
3a7a14bdb7
|
Created global filters for web apis
Fix bug BadRequest response after creating order
|
2017-03-27 14:05:28 +02:00 |
|
Ramón Tomás
|
ddb03a0aa8
|
Refactoing HttpClientApi
|
2017-03-17 13:12:34 +01:00 |
|
Ramón Tomás
|
cb3f682872
|
Created Retry and CircuitBreaker policies for MVC App
|
2017-03-17 10:00:18 +01:00 |
|
dsanz
|
a1f2cc9975
|
Fix for issue #67 https://github.com/dotnet/eShopOnContainers/issues/67 renamed Models folder to ViewModels in WebMVC
|
2017-03-03 16:00:15 +01:00 |
|
etomas
|
f9b15481d1
|
Idempotent updates based on requestid
|
2017-03-03 12:03:31 +01:00 |
|
etomas
|
d07b98468b
|
Issue #9 - Do not hold the ASP.NET Core Configuration object as Singleton in the IoC container
|
2017-02-06 13:53:36 +01:00 |
|
PLAINCONCEPTS\ccanizares
|
1c1f7571e6
|
- Some minor refactoring (renaming) and make work web clients applications that were 'broken' after refactoring dtos in ordering service in this branch.
- Update dockerfile to asp.net 1.1 in ordering
|
2017-01-30 15:46:43 +01:00 |
|
Carlos Cañizares Estévez
|
0e7e4e41d7
|
MVC: Solve feedback, improve validations
Identity: Solve Microsoft Edge problem
Ordering: Remove application tier
|
2016-12-20 12:22:28 +01:00 |
|
Carlos Cañizares Estévez
|
10f3e17b55
|
Add Swagger to Basket Api
SQL databases with the same prefix for services
Move application tier to api tier in ordering api
|
2016-12-19 10:20:02 +01:00 |
|
Carlos Cañizares Estévez
|
31753fc057
|
MVC: Finish Orders integration (detail), validations, some refactor ...
Orders: Detail Query, new field in OrderDetail..
Identity: Validations in Register View, ensure all claims are returned in user end point..
|
2016-12-17 14:41:16 +01:00 |
|
Carlos Cañizares Estévez
|
9e72fe7c7c
|
Order items in ordering api
|
2016-12-14 18:23:57 +01:00 |
|
Carlos Cañizares Estévez
|
64d3919a80
|
Secure orders api and add bearer token in calls from MVC application to orders api.
|
2016-12-12 10:15:24 +01:00 |
|
Carlos Cañizares Estévez
|
a939fe7a51
|
MVC App: Authentication against IdentityService and Order Api basic integration.
|
2016-11-28 12:58:51 +01:00 |
|
Carlos Cañizares Estévez
|
6cff3aaf50
|
Basket microservice integration in MVC web, remove session from MVC Site, docker-compose to include Basket.api and Redis image.
|
2016-11-16 10:19:00 +01:00 |
|
Carlos Cañizares Estévez
|
eb7298c617
|
Add Checkout view, My Orders view and Order Detail View, and Mvc flow for this Views...
|
2016-11-03 17:17:26 +01:00 |
|
Carlos Cañizares Estévez
|
65e633e4e0
|
Add to Cart flow and views
|
2016-11-02 20:41:12 +01:00 |
|
Carlos Cañizares Estévez
|
b079e6ba79
|
Add Cart Flow
|
2016-10-31 17:56:24 +01:00 |
|
Carlos Cañizares Estévez
|
cbf3310cd1
|
Filter in product list and pagination
|
2016-10-31 09:25:47 +01:00 |
|
Carlos Cañizares Estévez
|
c424f0816a
|
Web MVC site UI apperance
|
2016-10-21 05:46:30 +02:00 |
|