Skip to content
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

Merged

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    60be56e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af2c725 View commit details
    Browse the repository at this point in the history
  3. 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
    TomMalow committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    6bcbd79 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b012102 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c36ff09 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1ca452a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    66a9864 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bed2127 View commit details
    Browse the repository at this point in the history
  9. Revert "chor: add Microsoft.Bcl.AsyncInterfaces to be able to use Cli…

    …entCache"
    
    This reverts commit 60be56e.
    TomMalow committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    2b4f6ce View commit details
    Browse the repository at this point in the history
  10. refactor: fix format

    TomMalow committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    c57e94c View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. 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.
    TomMalow committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    f05cae5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f96d7cf View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    1e45b37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c5a64e View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. 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
    TomMalow committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    d197498 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb982a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2ac5a3 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. Configuration menu
    Copy the full SHA
    7bb2bab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c97238 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38cf220 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    85afba7 View commit details
    Browse the repository at this point in the history
  2. 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
    TomMalow committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    a1c0565 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. 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
    TomMalow committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    9491eaf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea6e21c View commit details
    Browse the repository at this point in the history