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

VSS/instant-updates: more stable event watcher #898

Merged
merged 7 commits into from
Sep 21, 2024

Commits on Aug 27, 2024

  1. VSS/instant-updates: more stable event watcher

    Pass a dereferenced VSS object to the vault event watcher goroutine to
    avoid the effect of the VSS object being garbage collected before the
    goroutine is started/evaluated
    tvoran committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    beb63f0 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

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

Commits on Sep 18, 2024

  1. clarify the comment

    tvoran committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    e56e2db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9853434 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    d1bf157 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    625d5c3 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. clarify test comment

    tvoran committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    03aa3d3 View commit details
    Browse the repository at this point in the history