Ramón Tomás
d657428e78
Merge from Dev
2017-06-02 13:22:40 +02:00
Ramón Tomás
bae10b07b8
Created UserLocationModel
...
Map Position to Locations APi
Update current user location
2017-06-01 20:16:19 +02:00
Eduard Tomas
b42fe3527a
Resilience enhancements.
...
MVC app now waits other containers
2017-06-01 14:32:22 +02:00
Ramón Tomás
9d5cde2057
#2412-Create Location Microservice
2017-05-30 15:01:58 +02:00
Ramón Tomás
2a64d2245f
Merge branch 'dev' into hybrid-flow-xamarin
2017-05-29 08:31:49 +02:00
Ramón Tomás
5482ccdf0d
Changed Xamarin app authentication to Hybrid flow
2017-05-29 08:30:33 +02:00
Cesar De la Torre
4410e455e0
Updates to target .NET Core 1.1.2 - Version changes at every .csproj file, dockerfile and the docker-compose.ci.build.yml file for building from the CLI.
2017-05-25 17:01:10 -07:00
Cesar De la Torre
1f7dbac140
Merge pull request #199 from SychevIgor/dev
...
Packages update to 1.1.* and Swagger update
2017-05-23 09:21:32 -07:00
igorsych
4790981e80
swagger/ui to swagger url fix
2017-05-23 16:39:22 +03:00
Cesar De la Torre
e2b6580629
Update BasketController.cs
2017-05-22 15:56:22 -07:00
Cesar De la Torre
aee9ec768e
Update BasketController.cs
2017-05-22 15:54:18 -07:00
igorsych
9e75504690
Newtonsoft.Json and MediatR with fixes of all based on MediatR classes
...
also from csproj files excluded direct specification of runtime to make compile happy if on a system we have higher version.
2017-05-19 18:03:05 +03:00
igorsych
85b61a2bfd
Test packages update to the latest version
...
Redis and RabbitMQ also updated
Identity server changes reflectiong ac59db6e16
commit
2017-05-19 09:02:05 +03:00
igorsych
c1320f4445
swagger update https://github.com/domaindrivendev/Swashbuckle.AspNetCore
2017-05-19 08:11:32 +03:00
igorsych
c5778a04f3
.NET core packages update
2017-05-19 08:11:18 +03:00
Ramón Tomás
d18b3581a6
Remove hard-coded values from Identity srv configuration
2017-05-10 12:39:11 +02:00
Eduard Tomas
d23576b8ca
FailingMiddleware is now IStartupFilter
2017-05-09 18:33:58 +02:00
Eduard Tomas
95af2d9a02
Autorefresh on healthchecks with config timeout
2017-05-09 13:54:45 +02:00
Cesar De la Torre
3e5d38dae1
Merge pull request #181 from BillWagner/use-IEnumerable-dynamic
...
Use IEnumerable<dynamic> instead of dynamic for collections
2017-05-05 15:53:44 -07:00
Ramón Tomás
c79336cda2
Merge branch 'dev' of https://github.com/dotnet-architecture/eShopOnContainers into dev
2017-05-05 09:45:18 +02:00
Cesar De la Torre
c247261929
Minor refactoring for the CreateOrder Web API method and the Entity base class
2017-05-04 12:29:00 -07:00
BillWagner
223dcda0cb
add back the async state machine
...
Because of the using blocks, these one line methods need the async
modifier so that the that async state machiner is created. Otherwise, if
the method does not complete synchronously, the connection is closed
before the database has returned its results.
2017-05-04 10:36:23 -04:00
Bill Wagner
d97ae6d6ae
Fix API signatures for collections
...
The methods that return collections should return
Task<IEnumerable<dynamic>> not Task<dynamic>
2017-05-04 10:36:23 -04:00
Ramón Tomás
fa048c22c1
Merge from Dev
2017-05-04 11:57:49 +02:00
Cesar De la Torre
b1c0c72ec7
CreateOrder refactored so return code lines are more compact
2017-05-03 18:36:52 -07:00
Eduard Tomas
11495156e1
Merge branch 'dev'
2017-05-03 12:04:43 +02:00
Eduard Tomas
0d7e6a16aa
Merge branch 'refactor-event-bus' into dev
2017-05-03 11:00:03 +02:00
Eduard Tomas
79f8f1b949
EventBus refactor.
...
Instead to register EventHandlers we register Func<EventHandlers> which solves scope problems (having transient/scoped objects owned by singletons)
2017-05-03 10:59:36 +02:00
Cesar De la Torre
4b1467a7b9
Fixing the CreateOrderCommand so it is 100% immutable. It shouldn't have the AddOrderItem() method. In any case, it was not really used but in the tets, since this Command is serialized in the client side, then deserialized in the service level.
2017-05-02 17:42:59 -07:00
Eduard Tomas
829f13aff0
Updated healthcheck lib
2017-05-02 10:29:24 +02:00
Cesar De la Torre
1df0019981
Minor comment typo changeed
2017-05-01 17:56:33 -07:00
Cesar De la Torre
6f8cd174c7
Refactoring to better terms
2017-04-29 21:58:11 -07:00
Cesar De la Torre
ed7970802a
Revert "Fix API signatures for collections"
2017-04-29 15:30:17 -07:00
Bill Wagner
995cc890ff
Fix API signatures for collections
...
The methods that return collections should return
Task<IEnumerable<dynamic>> not Task<dynamic>
2017-04-28 09:25:24 -04:00
Eduard Tomas
46a030b095
Merge branch 'reviews/rabbitmq'
2017-04-24 12:18:16 +02:00
Steve Smith
a8536b0f3e
Cleaning up and fixing typos
2017-04-22 15:14:42 -04:00
Ramón Tomás
6c6532c0f4
Merge from Dev
2017-04-21 15:46:15 +02:00
Geert Van Laethem
3d8fadece4
Fixed two typos to the filter
2017-04-20 13:27:52 +02:00
Unai Zorrilla Castro
44e39a685c
Added IRabbitMQPersisterConnection and more resilient work on rabbitmq event bus
2017-04-20 10:53:17 +02:00
Eduard Tomas
c85e880dad
Catalog.API methods following more rest conventions:
...
Create/Update routed by POST/PUT & Location header returned
A new GET endpoint for returning single item by id created to honour Location header of previous methods.
2017-04-18 17:58:52 +02:00
Eduard Tomas
6ea2e1ed8b
Merge branch 'reviews/uzorrilla' into dev
...
# Conflicts:
# src/Services/Basket/Basket.API/Model/RedisBasketRepository.cs
2017-04-18 15:34:31 +02:00
Unai Zorrilla Castro
4ef6b63913
Review on 17/04/2017
2017-04-17 12:28:12 +02:00
Charles Lowell
1eae6a9ea2
Merge branch 'master'
2017-04-11 12:20:39 -07:00
Cesar De la Torre
63eed87292
Merge pull request #142 from chlowell/hosting-changes
...
Set application discriminators, work around Redis client issue
2017-04-08 11:15:28 -07:00
dsanz
ccde4a09f4
Remove commented code
2017-04-07 15:23:05 +02:00
Cesar De la Torre
a07a88f9c4
Added DDD comment about the Address Id as "Shadow property" as a Value Object shouldn't have an ID in the domain model.
2017-04-06 11:47:10 -07:00
dsanz
c16941cf25
Fix warnings
2017-04-06 11:59:11 +02:00
Eduard Tomas
756cb3dafa
Merge branch 'master' into dev
...
# Conflicts:
# src/Mobile/eShopOnContainers/eShopOnContainers.Core/eShopOnContainers.Core.csproj
# src/Services/Catalog/Catalog.API/Startup.cs
# src/Services/Ordering/Ordering.API/Infrastructure/AutofacModules/MediatorModule.cs
# src/Web/WebMVC/Startup.cs
2017-04-05 17:05:14 +02:00
Eduard Tomàs
70fc4c90ca
Merge pull request #156 from dotnet/idsvr-new-config
...
Idsvr new config
2017-04-05 16:07:47 +02:00
Eduard Tomas
d00588ae37
Updated IdSvr for Xamarin-UWP signin related problems
2017-04-05 15:53:04 +02:00