dsanz
254d479582
Renaming.
2017-03-14 09:54:30 +01: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
dsanz
6617981303
Fix for #80
2017-03-13 11:34:25 +01:00
dsanz
172367d9d1
Connect to the rabbitmq container using settings.
2017-03-13 11:03:35 +01:00
dsanz
4d1269b8f2
Add handler logic for basket repository. Add Post to CatalogController (only for price update).
2017-03-10 18:34:58 +01:00
dsanz
5b38a49f11
Add Basket handler and subscription to events. Change in EventBus to use broker and one message queue per microservice http://www.rabbitmq.com/tutorials/tutorial-four-dotnet.html
2017-03-10 13:17:16 +01:00
Cesar De la Torre
3e795ac3ce
Revert "Revert "Removes Docker profile from launchSettings.json""
2017-03-09 12:50:41 -08:00
Cesar De la Torre
ee13198242
Revert "Removes Docker profile from launchSettings.json"
2017-03-09 11:59:29 -08:00
David Zhao (DEVDIV)
9edf68ba11
Removes Docker profile from launchSettings.json
2017-03-09 10:27:33 -08:00
dsanz
18a402044e
Add basic first implementation of Event bus with rabbitMQ
2017-03-09 15:56:34 +01:00
etomas
d01a548bbb
Merge branch 'master' of https://github.com/dotnet/eShopOnContainers
2017-03-07 18:49:03 +01:00
etomas
39d4280b31
Fix for #81
2017-03-07 18:48:53 +01:00
dsanz
1b6ff6cb20
Fix issue #80 logging out crashes.
2017-03-07 16:50:19 +01:00
dsanz
e52d7e77dc
Merge branch 'master' of https://github.com/dotnet/eShopOnContainers
2017-03-06 16:14:32 +01:00
dsanz
52bddc51a2
Update integration tests to work with authentication in the Order.Api
2017-03-06 16:06:32 +01:00
etomas
c38e078265
Deleting windows container files as they are not still supported
2017-03-06 15:00:41 +01:00
glennc
4aafa813f5
a couple of quick changes to allow building in the docker-compose.ci.build.yml
2017-03-05 19:55:46 -08:00
Cesar De la Torre
9e2500071a
Updates at multiple README.MD pointing to the Wiki setup procedures
2017-03-05 13:49:25 -08:00
Cesar De la Torre
1995befeaf
Updated eBook .PDF to latest DRAFT version
2017-03-05 11:09:34 -08:00
Cesar De la Torre
ba11c78ef9
Refactoring Catalog.API controllers and EF config
2017-03-04 17:29:36 -08:00
etomas
29473b455f
Merge branch 'vs2017'
2017-03-03 19:40:55 +01:00
Ramón Tomás
7db5119a87
Merge branch 'master' of https://github.com/dotnet/eShopOnContainers
2017-03-03 17:52:05 +01:00
Ramón Tomás
e7ec7260bb
Added ordering unit tests
2017-03-03 17:51:32 +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
783f115b3e
Temporary fix for older clients
2017-03-03 12:10:30 +01:00
etomas
f9b15481d1
Idempotent updates based on requestid
2017-03-03 12:03:31 +01:00
etomas
dba93514e8
Merge branch 'windows-containers'
2017-03-02 15:54:52 +01:00
etomas
32bb724d80
Simplifying use of windows containers
2017-03-02 15:54:30 +01:00
etomas
77de525916
Merge branch 'windows-containers'
2017-03-01 12:06:28 +01:00
etomas
faa24c757c
Docker files added again
...
docker-use-platform creates mark file
2017-03-01 12:03:37 +01:00
Charles Lowell
9448bdb20e
Remove unused Less file
2017-02-28 15:01:57 -08:00
Charles Lowell
75d5c3695a
Fix Identity.API and WebMVC publishing
...
- upgrade BundlerMinifier.Core dependencies (fixes a globbing bug)
- ensure minification includes all css
- only copy what's needed in production to the publish directory
2017-02-28 15:01:52 -08:00
Charles Lowell
7755f30618
Use relative paths & URLs
2017-02-28 14:54:22 -08:00
Charles Lowell
3df4f3a206
Configure service URLs via environment variables
2017-02-28 14:54:21 -08:00
Cesar De la Torre
a07bb18dca
Added some comments about immutability Commands
2017-02-27 21:05:28 -08:00
Cesar De la Torre
ac58c12862
Using [DataContract] and [DataMember] for the immutable Command.
...
De-serializes good, I see the data coming at the Controller and the CommandHandler level, bu I get an error at the end about: JsonSerializationException: Error converting value {null} to type 'System.Decimal'. Path '[1].total', line 1, position 176.
Gerard, can you take a look to that?
If it works with attibutes, let's do it. In parallel I/m opening an issue with the ASP.NET team.
2017-02-27 18:23:15 -08:00
etomas
67ab1159df
Immutable commands - wip
2017-02-27 17:52:14 +01:00
etomas
b4162035f9
Merge branch 'vs2017' of https://github.com/dotnet/eShopOnContainers into vs2017
2017-02-27 10:35:42 +01:00
etomas
e66b6a2402
ArgumentNullException handling using throw expressions
...
Solves #64
2017-02-27 10:35:31 +01:00
Cesar De la Torre
bfe2139a09
Refactoring so we enforce to have a Repository only per Aggregate
2017-02-26 20:32:34 -08:00
Cesar De la Torre
87d41be255
Added comment on why you can use AddControllersAsServices() at the ConfigureServices()
2017-02-26 12:22:38 -08:00
Steve Smith
a1f4082ee3
Minor copy updates
...
Added rename TODO suggestion for CatalogSettings
2017-02-26 13:44:07 -05:00
Steve Smith
a0db135374
Minor copy updates
2017-02-26 13:03:46 -05:00
etomas
92daab8fae
Unwanted files (now Dockerfiles are autogenerated)
2017-02-24 18:09:08 +01:00
etomas
79615664cf
Dockerfiles for win and linux containers
2017-02-24 18:07:52 +01:00
etomas
5b97c7329b
Infrastructure to support Dockerfiles for both Windows & Linux
2017-02-23 16:39:18 +01:00
etomas
6d72c7dda0
OrderStatus and CardTypes as Enumerations
2017-02-23 13:57:36 +01:00
Cesar De la Torre
34d73ced24
Merge branch 'vs2017' of https://github.com/dotnet/eShopOnContainers into vs2017
2017-02-22 08:58:51 -08:00
Eduard Tomàs
8d26113841
Merge pull request #50 from BillWagner/updates-for-bulding-on-macos
...
Updates for bulding on macos
2017-02-22 08:50:11 +01:00
etomas
6fdfe09b0a
Solves #46 (by moving property configuration at the end of OnModelCreating)
2017-02-22 08:39:00 +01:00