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

#1634 #1487 #1329 #1304 #1294 #793 Consul polling of services: enhancements and fix errors #1670

Merged
merged 26 commits into from
Sep 29, 2023

Commits on Sep 19, 2023

  1. fixing some issues in poll consul:

    - Timer is not thread safe, avoiding usage of it
    - No Ressources are returned for first call
    - Using a providers pool, instead of creating a new provider instance
    Guillaume Gnaegi authored and raman-m committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    e36554c View commit details
    Browse the repository at this point in the history
  2. line endings

    Guillaume Gnaegi authored and raman-m committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    c3ea2db View commit details
    Browse the repository at this point in the history
  3. adding some test cases

    Guillaume Gnaegi authored and raman-m committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    6984d1d View commit details
    Browse the repository at this point in the history
  4. Using a lock instead of SemaphoreSlim

    Guillaume Gnaegi authored and raman-m committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    76a1ded View commit details
    Browse the repository at this point in the history
  5. Improve code readability

    raman-m committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    410a2ef View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ed9a49a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d8c4e68 View commit details
    Browse the repository at this point in the history
  8. Fix errors with unit tests discovery. Remove legacy life hacks of dis…

    …covering tests on .NET Core
    raman-m committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    0018a46 View commit details
    Browse the repository at this point in the history
  9. Update unit tests

    raman-m committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    bfa7d64 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8028783 View commit details
    Browse the repository at this point in the history
  11. shorten references...

    ggnaegi authored and raman-m committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    69651c2 View commit details
    Browse the repository at this point in the history
  12. const before...

    ggnaegi authored and raman-m committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    e05bd92 View commit details
    Browse the repository at this point in the history
  13. Some minor fixes, using Equals Ordinal ignore case and a string const…

    …ant for provider type definition instead of string litterals. Fixing usings.
    ggnaegi authored and raman-m committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    0959ef8 View commit details
    Browse the repository at this point in the history
  14. waiting a bit longer then?

    ggnaegi authored and raman-m committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    944ffd7 View commit details
    Browse the repository at this point in the history
  15. @RaynaldM code review

    raman-m committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    9f5cbaf View commit details
    Browse the repository at this point in the history
  16. renaming PollKubernetes to PollKube

    ggnaegi authored and raman-m committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    29dbba7 View commit details
    Browse the repository at this point in the history
  17. ... odd...

    ggnaegi authored and raman-m committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    b81d33e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ef89925 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    d895571 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    2161db0 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. merge

    ggnaegi committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    f43d120 View commit details
    Browse the repository at this point in the history
  2. just a bit of cleanup

    ggnaegi committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    24f2091 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Configuration menu
    Copy the full SHA
    d3063ce View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Configuration menu
    Copy the full SHA
    08ac86e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77bbaf0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1111071 View commit details
    Browse the repository at this point in the history