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

[full-ci] Backport/stable5/nats js kv fixes #10019

Draft
wants to merge 23 commits into
base: stable-5.0
Choose a base branch
from

Commits on Oct 2, 2024

  1. feat(plugins): bump go-micro plugins pkg

    Signed-off-by: jkoberg <[email protected]>
    kobergj authored and butonic committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    04bf15d View commit details
    Browse the repository at this point in the history
  2. use less selectors

    Signed-off-by: Jörn Friedrich Dreyer <[email protected]>
    butonic committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    4f699dd View commit details
    Browse the repository at this point in the history
  3. fix tests

    Signed-off-by: Jörn Friedrich Dreyer <[email protected]>
    butonic committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    b3f2412 View commit details
    Browse the repository at this point in the history
  4. fix(natsjskvregistry): encode keys

    Signed-off-by: jkoberg <[email protected]>
    kobergj authored and butonic committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    6578d36 View commit details
    Browse the repository at this point in the history
  5. fix(natsjsregistry): spread load evenly among instances

    Signed-off-by: jkoberg <[email protected]>
    kobergj authored and butonic committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    2fdf34f View commit details
    Browse the repository at this point in the history
  6. fix(registry): Fix TTL and registration interval

    Signed-off-by: jkoberg <[email protected]>
    kobergj authored and butonic committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    9676240 View commit details
    Browse the repository at this point in the history
  7. naming is hard

    Signed-off-by: Jörn Friedrich Dreyer <[email protected]>
    butonic committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    c2e6b07 View commit details
    Browse the repository at this point in the history
  8. feat(natsjsregistry): fix watcher feature

    Signed-off-by: jkoberg <[email protected]>
    kobergj authored and butonic committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    712534a View commit details
    Browse the repository at this point in the history
  9. fix unmarshaling

    Signed-off-by: Jörn Friedrich Dreyer <[email protected]>
    butonic committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    39cc12e View commit details
    Browse the repository at this point in the history
  10. reuse default node id when registering services

    Signed-off-by: Jörn Friedrich Dreyer <[email protected]>
    butonic committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    b99571c View commit details
    Browse the repository at this point in the history
  11. add version to key

    Signed-off-by: Jörn Friedrich Dreyer <[email protected]>
    butonic committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    921e5e1 View commit details
    Browse the repository at this point in the history
  12. aggregate services by versions

    Signed-off-by: Jörn Friedrich Dreyer <[email protected]>
    butonic committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    bac5ec7 View commit details
    Browse the repository at this point in the history
  13. fix comments

    Signed-off-by: Jörn Friedrich Dreyer <[email protected]>
    butonic committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    e393f3e View commit details
    Browse the repository at this point in the history
  14. vendor mod changes

    Signed-off-by: Jörn Friedrich Dreyer <[email protected]>
    butonic committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    4dfec72 View commit details
    Browse the repository at this point in the history
  15. work on signals

    Signed-off-by: Jörn Friedrich Dreyer <[email protected]>
    butonic committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    55aa533 View commit details
    Browse the repository at this point in the history
  16. NotifyContext when running services standalone

    Signed-off-by: Jörn Friedrich Dreyer <[email protected]>
    butonic committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    410658b View commit details
    Browse the repository at this point in the history
  17. pass config context when running apps

    Signed-off-by: Jörn Friedrich Dreyer <[email protected]>
    butonic committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    84f3670 View commit details
    Browse the repository at this point in the history
  18. replace defineContext with context from app

    Signed-off-by: Jörn Friedrich Dreyer <[email protected]>
    butonic committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    c40ff48 View commit details
    Browse the repository at this point in the history
  19. rely on context from app

    Signed-off-by: Jörn Friedrich Dreyer <[email protected]>
    butonic committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    6ed9ef3 View commit details
    Browse the repository at this point in the history
  20. do not force exit to let all services shutdown gracefully

    Signed-off-by: Jörn Friedrich Dreyer <[email protected]>
    butonic committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    e120da4 View commit details
    Browse the repository at this point in the history
  21. only register signal handling once

    Signed-off-by: Jörn Friedrich Dreyer <[email protected]>
    butonic committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    1200a2f View commit details
    Browse the repository at this point in the history
  22. pass registration cfg to micro ocdav

    Signed-off-by: Jörn Friedrich Dreyer <[email protected]>
    butonic committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    7e5978c View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. fix changelog

    Signed-off-by: Jörn Friedrich Dreyer <[email protected]>
    butonic committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    ecc3e29 View commit details
    Browse the repository at this point in the history