espent1004
d940d9a65d
WIP
5 years ago
Espen Tønnessen Nordli
1f040cb19a
Work in progress to implement multiple connections to RabbitMQ with one virtual host per tenant in the application. Each tenant specific microservice would then only be given the credentials for their own channel, while the baseline product would have to create connections to all the different virtual hosts in RabbitMQ, and also have awareness of which connection should be used for publishing an event.
5 years ago
espent1004
341023decd
Adding the customisationUrl to the tenantManager rather than hardcoding into the eventBus implementation.
5 years ago
espent1004
0898363cbf
Refactoring eventBusRabbitMQ implementation to make use of a dictionary to check whether an event belongs to the current handler
5 years ago
espent1004
b55c59a490
Implementing TenantId in events: UserCheckoutAcceptedIntegrationEvent, OrderStartedIntegrationEvent, OrderStatusChangedToSubmittedIntegrationEvent, GracePeriodConfirmedIntegrationEvent, OrderStatusChangedToAwaitingValidationIntegrationEvent.
Additionally the TenantId in the events are made use of the EventBusRabbitMQ implementation, where it checks wether the event should be sent to the tenant specific microservice, or handled normally. In addition it is made use of to ensure that events that do not belong to the tenant is not sent to their tenant specific microservice.
5 years ago
espent1004
069baa2aad
Adding tenant_id to claims, so that it can be retrieved from HttpContext.User
5 years ago
espent1004
48e795fda2
Checking tenantId in MVC to only display customisations if tenantId equals 1
5 years ago
espent1004
0365b52e66
Extended identity api so that the AspNetUsers table also contains a column called TenantId, so that this can be used to check what tenant a user belongs to.
5 years ago
espent1004
e6296df5d1
Added RFID use case, and support for events being saved in the tenants microservice. The tenant manager is responsible whether a certain event is customised for a certain tenant.
5 years ago
espent1004
63cc274360
Implementing the shipping info, and most of the rfid use case
5 years ago
espent1004
07e2d6ef7e
Endpoint
5 years ago
espent1004
6f2a89481a
Fix
5 years ago
espent1004
c3f6bf3698
Progress
5 years ago
Espen Tønnessen Nordli
f1328f721e
Revert ".."
This reverts commit 02c644f79a
.
5 years ago
espent1004
02c644f79a
..
5 years ago
espent1004
89c5addfe8
FF
5 years ago
espent1004
2be714234b
More stuff
5 years ago
Espen Tønnessen Nordli
b697de1f2a
Fixes
5 years ago
espent1004
dc8fed53f9
More setup
5 years ago
espent1004
a804a53f8c
Adding project
5 years ago
espent1004
50bf07c8c0
Work in progress
5 years ago
espent1004
64e063b9a0
Adding tenantManger project
5 years ago
Miguel Veloso
c0eb481f8e
Remove obsolote package
5 years ago
Maira Wenzel
9dae52f80b
update link
(cherry picked from commit 2d5fbc9237
)
5 years ago
David Britch
8351983b25
Downgraded xunit.runner.devices on UWP.
Also removed xunit.runner.console from unit test project.
5 years ago
Miguel Veloso
17ab5170f1
Add view to display current configuration in WebStatus
5 years ago
Miguel Veloso
038b3caffa
Update Dockerfiles to improve local build time
5 years ago
David Britch
ddff0ce19e
Update to Xamarin.Forms 4.1, with package refs.
5 years ago
David Britch
856bad834d
Bumped Android projects to v9.0, and min API to 19
5 years ago
David Britch
ea01c97651
Reset boolean in Reset method, plus code formatting.
5 years ago
牛排大叔
bdcab37c79
Fix OrderPaymentSuccededIntergrationEvent naming rule
5 years ago
Miguel Veloso
ca642eb0f8
Remove duplicated Azure KeyVault reference
5 years ago
Mateusz Karkula
033ebd350e
Fix WebStatus HealthChecks replacement
5 years ago
Miguel Veloso
dc892fe713
Update Handlebars for vulnerability
5 years ago
Miguel Veloso
e9824ed930
Fix dev dependency vulnerability
5 years ago
Miguel Veloso
5992eba6de
Update WebSPA packages
5 years ago
Miguel Veloso
389991cba6
Remove obsolete package and package-lock files
5 years ago
dvlsg
f92d695560
fix: typo in EventBusServiceBus.cs for suffix
INTEGRATION_EVENT_SUFIX -> INTEGRATION_EVENT_SUFFIX
5 years ago
Paulo Neto
fd9ca9c28e
Display the type name in the log message
5 years ago
Miguel Veloso
2621c36956
Add Task.Yield() to avoid synchronus deadlock by ensuring asynchronous execution
5 years ago
chinaq
661de66666
change the test name for Creat_order_with_requestId_success to Cancel_order_with_requestId_success
5 years ago
eiximenis
58f156f417
fixing dockerfiles for windows
5 years ago
Lee Dumond
29ba3d5ddf
UpdateAllBasketAsync should use the current basket if there is one for the current buyer
5 years ago
Miguel Veloso
fd2bf42a5f
Add creation event traces to Validator classes to validate issue #1041
5 years ago
Miguel Veloso
91515e7ea6
Remove deprecated Swashbuckle API, refactor
5 years ago
Miguel Veloso
8790087b85
Remove obsolete draft project, continued in https://github.com/dotnet-architecture/eShopOnWeb
5 years ago
Miguel Veloso
c5a8e4c5e8
Remove obsolete draft WebForms project
5 years ago
Dmytro Hridin
e9c5b041e1
move interface to Model folder
5 years ago
Lee Dumond
4f352345ac
UpdateAllBasketAsync should use the current basket if there is one for the current buyer
5 years ago
Miguel Veloso
61ecfba052
Add a TransactionId to IntegrationEventLogEntry to ensure that chained integration events are only published once from the correct transaction scope
5 years ago