David Henley
|
86c36c9d2a
|
Fixed type in HttpGlobalExceptionFilter
Changed meesage to message
|
2019-01-09 13:39:12 -06: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
|
36fb20acea
|
Refactoring Catalog and Order status and add problem details feature from 2.1
|
2018-05-15 16:58:53 +02:00 |
|
Kasper B. Graversen
|
998a9fdc9b
|
Fix spelling
|
2018-02-21 10:53:37 +01:00 |
|
Robert Raboud
|
2451ab9dff
|
Changed AddRange to AddRangeAwait
|
2018-01-30 08:16:20 -05:00 |
|
Unai Zorrilla Castro
|
d8b374ac4a
|
Create DesignTimeFactories for context used on startup with dependencies
|
2017-09-14 15:33:39 +02:00 |
|
Unai Zorrilla Castro
|
226c03b573
|
Refactoring all dbcontext seed using new MigrateDbContext extension method on IWebHost. This prevent errors when using dotnet ef cli and seeders in Startup
|
2017-09-13 14:53:06 +02:00 |
|
Unai Zorrilla Castro
|
70e429b760
|
Added IEntityTypeConfiguration feature from EF Core 2
|
2017-08-31 17:16:28 +02:00 |
|
Christian Arenas
|
b74a1b6db5
|
Add 100 stock units to products
|
2017-07-07 12:36:26 +02:00 |
|
Christian Arenas
|
d6e140a49b
|
Add PictureFileName seed and add rename PictureUri column name to PictureFileName
|
2017-07-04 12:01:09 +02:00 |
|
Eduard Tomas
|
10d03a68e3
|
Merge remote-tracking branch 'eShopOnAzure/dev' into dev
# Conflicts:
# docker-compose.override.yml
# src/Services/Catalog/Catalog.API/CatalogSettings.cs
# src/Services/Catalog/Catalog.API/Controllers/CatalogController.cs
# src/Services/Catalog/Catalog.API/Controllers/PicController.cs
# src/Services/Catalog/Catalog.API/Infrastructure/CatalogContextSeed.cs
# src/Services/Catalog/Catalog.API/settings.json
# src/Services/Ordering/Ordering.API/Startup.cs
|
2017-06-28 12:40:21 +02:00 |
|
Ramón Tomás
|
a56f99f684
|
Fix merge
|
2017-06-26 18:05:02 +02:00 |
|
Ramón Tomás
|
a3e63c11aa
|
Merge from eShopOnContainers Dev
|
2017-06-26 13:51:49 +02:00 |
|
Shaun Walker
|
18b91ee5f1
|
minor fixes to data and UI customization
|
2017-06-23 11:49:25 -07:00 |
|
Shaun Walker
|
632c023a3f
|
strip quotes, fix image transparency, format price and amount
|
2017-06-22 17:26:57 -07:00 |
|
Shaun Walker
|
9229a8d0fd
|
support for additional CatalogItem properties
|
2017-06-21 15:27:12 -07:00 |
|
Shaun Walker
|
445101b376
|
data and UI customization enhancements
|
2017-06-20 12:54:32 -07:00 |
|
Ramón Tomás
|
a9c185a41a
|
Updated number of products in catalog stock
Orders list ordered
Refresh orders list periodically
Fix bug SPA basket not dropped after creating order
|
2017-06-14 16:38:27 +02:00 |
|
Christian Arenas
|
7694602be2
|
Rename property PictureFile to PictureFileName in Migration Designer
|
2017-05-30 17:53:15 +02:00 |
|
Christian Arenas
|
45ed8a60ad
|
Add PictureFileName field for saving the name of the file. PictureUri will be the url of the image (api or azure storage)
|
2017-05-30 17:14:28 +02:00 |
|
Christian Arenas
|
66ad6b756c
|
Add stockunit to products in CatalogContextSeed
|
2017-05-16 15:07:30 +02:00 |
|
Christian Arenas
|
e0d67bf884
|
Add catalog product migration
|
2017-05-09 15:29:00 +02:00 |
|
Unai Zorrilla Castro
|
4ef6b63913
|
Review on 17/04/2017
|
2017-04-17 12:28:12 +02:00 |
|
dsanz
|
ccde4a09f4
|
Remove commented code
|
2017-04-07 15:23:05 +02:00 |
|
dsanz
|
35cc2f9d7b
|
Merge branch 'dev'
# Conflicts:
# src/Services/Basket/Basket.API/Model/IBasketRepository.cs
# src/Services/Basket/Basket.API/Model/RedisBasketRepository.cs
# src/Services/Catalog/Catalog.API/Startup.cs
# src/Services/Ordering/Ordering.API/Application/Commands/CreateOrderCommandHandler.cs
# src/Services/Ordering/Ordering.Infrastructure/Repositories/OrderRepository.cs
# test/Services/UnitTest/Ordering/Application/NewOrderCommandHandlerTest.cs
|
2017-03-29 11:43:30 +02:00 |
|
Ramón Tomás
|
a14b7e580f
|
Merge from Dev
|
2017-03-27 15:00:46 +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 |
|
Cesar De la Torre
|
313976da80
|
Fixed bugs related to the Product Update and PriceChangedIntegrationEvent. It was updating only when the price was changing... additional refactoring performed, too.
|
2017-03-25 14:47:23 -07:00 |
|
dsanz
|
7a63490558
|
Add the sql implementation for the storage of Integration events.
|
2017-03-22 16:10:46 +01:00 |
|
Ramón Tomás
|
8a054ed349
|
Removed the catch with retry logic from CatalogContextSeed and create a retry loop at startup for db availability
|
2017-03-20 15:37:31 +01:00 |
|
Cesar De la Torre
|
6f6f09e11e
|
Minor refactoring on the Event Bus IntegrationEventLog
|
2017-03-16 15:54:01 -07:00 |
|
dsanz
|
c8df9a232a
|
Refactoring integration events: move event bus implementation to building block projects.
|
2017-03-16 13:30:01 +01:00 |
|
Cesar De la Torre
|
8423c8bb63
|
Larger Refactoring of IntegrationEvents
|
2017-03-15 18:42:47 -07:00 |
|
dsanz
|
f502c2388f
|
Add persistence of published integration events for Catalog (the only microservice publishing integration events by the moment).
|
2017-03-14 09:47:36 +01:00 |
|
PLAINCONCEPTS\ccanizares
|
93bbd6516b
|
Catalog Seed: Dynamic host url for image pics
|
2017-01-09 10:33:43 +01:00 |
|
Carlos Cañizares Estévez
|
ed3b73c622
|
More products and images in Catalog Seed
|
2016-12-29 15:25:36 +01:00 |
|
Carlos Cañizares Estévez
|
ce9d41c76a
|
Catalog Svc: Move entities from Infrastructure to Model NS.
|
2016-12-20 13:20:23 +01:00 |
|
Carlos Cañizares Estévez
|
3f21d9c357
|
merge dev into Dev
|
2016-12-09 10:23:17 +01:00 |
|
Carlos Cañizares Estévez
|
42f3537441
|
scripts to build individual services, readme files for all services and clients, compose in all projects, fix build problems (Dependent seeds), solve some kwnon build problems in solution (identity on localhost, ...)
|
2016-12-07 13:57:31 +01:00 |
|
CESARDELATORRE
|
ebf181c595
|
Minor changes in Catalog API
|
2016-11-28 17:34:21 -08:00 |
|
Unai
|
cfd1a37fba
|
Migrate Sql Server.Added Swagger
|
2016-11-03 18:02:33 +01:00 |
|
Unai
|
725d658697
|
Add new method in catalog controller to support filter by type and brand
|
2016-11-03 12:37:46 +01:00 |
|
Unai
|
da2282783b
|
Add more web api methods on catalog.api. Implement pagination featue.
|
2016-11-03 12:09:44 +01:00 |
|