Christian Arenas
|
390654a885
|
Remove old ServiceBusConnection declaration
|
7 years ago |
Christian Arenas
|
d3bd0fabfd
|
change log leve
|
7 years ago |
Christian Arenas
|
64430618d7
|
remove declaration from interface
|
7 years ago |
Christian Arenas
|
04b35492c3
|
Add SubscriptionClientName EnvironmentVariable
|
7 years ago |
Ramón Tomás
|
8c2af8c048
|
Clean Basket event is launched once basket is converted to order and before starting creating order.
Change grace period time to 1 minute
Remove unecessary clean basket methods on client
|
7 years ago |
Ramón Tomás
|
889d3c86e7
|
Clean Basket event is launched once basket is converted to order and before starting creating order.
Change grace period time to 1 minute
Remove unecessary clean basket methods on client
|
7 years ago |
Christian Arenas
|
aa7556a1bd
|
Create EventBusServiceBus project and add EventBusServiceBus/ServiceBusPersisterConnection to project
|
7 years ago |
Christian Arenas
|
721a4fd02b
|
- Declare new ServiceBus instance with "AzureServiceBus" boolean condition DI
- Add ServiceBusConnection and AzureServiceBus variables in settings
- Add EventBusServiceBus dependencies
|
7 years ago |
Christian Arenas
|
3acd556c5c
|
- Declare new ServiceBus instance with "AzureServiceBus" boolean condition DI
- Add ServiceBusConnection and AzureServiceBus variables in settings
- Add EventBusServiceBus dependencies
|
7 years ago |
Christian Arenas
|
7980c2679d
|
- Declare new ServiceBus instance with "AzureServiceBus" boolean condition
- Add ServiceBusConnection and AzureServiceBus variables in settings
- Add EventBusServiceBus dependencies
|
7 years ago |
David Britch
|
784dc72573
|
Ensure iOS project builds in VS Mac by adding SkipValidatePackageReferences entry to .csproj.
|
7 years ago |
David Britch
|
8908cecd6e
|
Ensure iOS project builds in VS Mac by adding SkipValidatePackageReferences entry to .csproj.
|
7 years ago |
Ramón Tomás
|
1ef6e0c060
|
Removed Saga feature
|
7 years ago |
Ramón Tomás
|
1218069eaf
|
Removed Saga feature
|
7 years ago |
igorsych
|
4790981e80
|
swagger/ui to swagger url fix
|
7 years ago |
igorsych
|
c211f9689d
|
swagger/ui to swagger url fix
|
7 years ago |
Cesar De la Torre
|
e2b6580629
|
Update BasketController.cs
|
7 years ago |
Cesar De la Torre
|
f2769c2b73
|
Update BasketController.cs
|
7 years ago |
Cesar De la Torre
|
aee9ec768e
|
Update BasketController.cs
|
7 years ago |
Cesar De la Torre
|
e7608f4b12
|
Update BasketController.cs
|
7 years ago |
Ahmed Aderopo Alejo
|
6950839d77
|
Minor cold clean up to avoid unnecessary code execution
|
7 years ago |
Ahmed Aderopo Alejo
|
835729035b
|
Minor cold clean up to avoid unnecessary code execution
|
7 years ago |
Cesar De la Torre
|
2a7c1d740b
|
Minor refactoring
|
7 years ago |
Cesar De la Torre
|
ce2083d248
|
Minor refactoring
|
7 years ago |
Cesar De la Torre
|
df50d6cc08
|
Minor refactoring in method from ServiceBus to EventBus
|
7 years ago |
Cesar De la Torre
|
5a3a94bba6
|
Minor refactoring in method from ServiceBus to EventBus
|
7 years ago |
Cesar De la Torre
|
7b63c8d409
|
Added the WebStatus WatchDog to the Kubernetes cluster deployment
|
7 years ago |
Cesar De la Torre
|
c3ca81b03c
|
Added the WebStatus WatchDog to the Kubernetes cluster deployment
|
7 years ago |
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.
|
7 years ago |
igorsych
|
ec07a68751
|
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.
|
7 years ago |
Eduard Tomas
|
af09d0a8ee
|
Forcing SDK version
|
7 years ago |
Eduard Tomas
|
546f443d7f
|
Forcing SDK version
|
7 years ago |
Christian Arenas
|
9fe33b82df
|
minor name change
|
7 years ago |
Christian Arenas
|
242c1daacf
|
minor name change
|
7 years ago |
igorsych
|
85b61a2bfd
|
Test packages update to the latest version
Redis and RabbitMQ also updated
Identity server changes reflectiong ac59db6e16 commit
|
7 years ago |
igorsych
|
b13fce7043
|
Test packages update to the latest version
Redis and RabbitMQ also updated
Identity server changes reflectiong ac59db6e16 commit
|
7 years ago |
igorsych
|
c1320f4445
|
swagger update https://github.com/domaindrivendev/Swashbuckle.AspNetCore
|
7 years ago |
igorsych
|
b2d28218dc
|
swagger update https://github.com/domaindrivendev/Swashbuckle.AspNetCore
|
7 years ago |
igorsych
|
c5778a04f3
|
.NET core packages update
|
7 years ago |
igorsych
|
e4f5b5014b
|
.NET core packages update
|
7 years ago |
Christian Arenas
|
45fff656d0
|
- Remove unused IntegrationCommands folders
- minor name changes
|
7 years ago |
Christian Arenas
|
689096f4c8
|
- Remove unused IntegrationCommands folders
- minor name changes
|
7 years ago |
Christian Arenas
|
dc7b1098dd
|
- Change Integration Command to Integration Events
- Rename OrderStockNotConfirmedIntegrationEvent to OrderStockRejectedIntegrationEvent
|
7 years ago |
Christian Arenas
|
6b36972a7f
|
- Change Integration Command to Integration Events
- Rename OrderStockNotConfirmedIntegrationEvent to OrderStockRejectedIntegrationEvent
|
7 years ago |
Christian Arenas
|
55a82c24f4
|
- Change Integration Command to Integration Events
- Refactor PublishThroughEventBusAsync methods from OrderingIntegrationEventService
- Add private empty Address constructor.
- Modify order aggregate methods.
- Remove GetWithDependenciesAsync methods and modify GetAsync with entity framework Explicit loading.
|
7 years ago |
Christian Arenas
|
2228ca3612
|
- Change Integration Command to Integration Events
- Refactor PublishThroughEventBusAsync methods from OrderingIntegrationEventService
- Add private empty Address constructor.
- Modify order aggregate methods.
- Remove GetWithDependenciesAsync methods and modify GetAsync with entity framework Explicit loading.
|
7 years ago |
Christian Arenas
|
e842cd81b3
|
Changing status item condition in order view
|
7 years ago |
Christian Arenas
|
31bdcd0b2f
|
Changing status item condition in order view
|
7 years ago |
Christian Arenas
|
1ecec231b0
|
Change variable parameter name
|
7 years ago |
Christian Arenas
|
429d27b9ca
|
Change variable parameter name
|
7 years ago |