-
Notifications
You must be signed in to change notification settings - Fork 798
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AzureServiceBus ensure client reuse #1974
AzureServiceBus ensure client reuse #1974
Commits on Jul 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 60be56e - Browse repository at this point
Copy the full SHA 60be56eView commit details -
Configuration menu - View commit details
-
Copy full SHA for af2c725 - Browse repository at this point
Copy the full SHA af2c725View commit details -
refactor: Change ConnectionKey to point to ServiceBus connectionStrin…
…g/endpoint ConnectionKey should point to a service bus in order to reuse clients instead of pointing to a unique queue or subscription Added additional queue/subscription key for reusing reciever clients
Configuration menu - View commit details
-
Copy full SHA for 6bcbd79 - Browse repository at this point
Copy the full SHA 6bcbd79View commit details -
Configuration menu - View commit details
-
Copy full SHA for b012102 - Browse repository at this point
Copy the full SHA b012102View commit details -
Configuration menu - View commit details
-
Copy full SHA for c36ff09 - Browse repository at this point
Copy the full SHA c36ff09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ca452a - Browse repository at this point
Copy the full SHA 1ca452aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 66a9864 - Browse repository at this point
Copy the full SHA 66a9864View commit details -
Configuration menu - View commit details
-
Copy full SHA for bed2127 - Browse repository at this point
Copy the full SHA bed2127View commit details -
Revert "chor: add Microsoft.Bcl.AsyncInterfaces to be able to use Cli…
…entCache" This reverts commit 60be56e.
Configuration menu - View commit details
-
Copy full SHA for 2b4f6ce - Browse repository at this point
Copy the full SHA 2b4f6ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for c57e94c - Browse repository at this point
Copy the full SHA c57e94cView commit details
Commits on Aug 1, 2023
-
refactor!: add ctor with 1 argument to allow backward compatability
Previous commit introduced a new ServiceBusClientProvider which was added to all ServiceBus Health Check constructors. But this would introduce a breaking change. This commit would re-add constructors with 1 argument to allow for backward compatability.
Configuration menu - View commit details
-
Copy full SHA for f05cae5 - Browse repository at this point
Copy the full SHA f05cae5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f96d7cf - Browse repository at this point
Copy the full SHA f96d7cfView commit details
Commits on Aug 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1e45b37 - Browse repository at this point
Copy the full SHA 1e45b37View commit details -
Update test/HealthChecks.AzureServiceBus.Tests/HealthChecks.AzureServ…
…iceBus.approved.txt
Configuration menu - View commit details
-
Copy full SHA for 0c5a64e - Browse repository at this point
Copy the full SHA 0c5a64eView commit details
Commits on Aug 3, 2023
-
refactor: move queueKey to field
also collect all values used to define a queue key together Change to field to avoid recalculation of the value each time
Configuration menu - View commit details
-
Copy full SHA for d197498 - Browse repository at this point
Copy the full SHA d197498View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb982a3 - Browse repository at this point
Copy the full SHA bb982a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2ac5a3 - Browse repository at this point
Copy the full SHA a2ac5a3View commit details
Commits on Aug 6, 2023
-
Update test/HealthChecks.AzureServiceBus.Tests/AzureServiceBusQueueHe…
…althCheckTests.cs
Configuration menu - View commit details
-
Copy full SHA for 7bb2bab - Browse repository at this point
Copy the full SHA 7bb2babView commit details -
Update test/HealthChecks.AzureServiceBus.Tests/AzureServiceBusQueueHe…
…althCheckTests.cs
Configuration menu - View commit details
-
Copy full SHA for 9c97238 - Browse repository at this point
Copy the full SHA 9c97238View commit details -
Update test/HealthChecks.AzureServiceBus.Tests/AzureServiceBusQueueHe…
…althCheckTests.cs
Configuration menu - View commit details
-
Copy full SHA for 38cf220 - Browse repository at this point
Copy the full SHA 38cf220View commit details
Commits on Aug 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 85afba7 - Browse repository at this point
Copy the full SHA 85afba7View commit details -
refactor: extend ServiceBus test with additional assert
Some test was setup incorrectly but were not caught by in any assertion. Added som additional assert to ensure that healthchecks were executing as intended
Configuration menu - View commit details
-
Copy full SHA for a1c0565 - Browse repository at this point
Copy the full SHA a1c0565View commit details
Commits on Aug 10, 2023
-
refactor: simplify HealthCheck calls in service bus test
HealthCheck was always called after setting it up in helper methods so to reduce boiler plate the call to health check is moved intothe helper method. Only a few had a substitute setup inbetween, but these could be moved to earlier in the respective tests
Configuration menu - View commit details
-
Copy full SHA for 9491eaf - Browse repository at this point
Copy the full SHA 9491eafView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea6e21c - Browse repository at this point
Copy the full SHA ea6e21cView commit details