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

Use separate event stream per namespace #1388

Merged
merged 27 commits into from
Mar 4, 2024

Commits on Aug 10, 2023

  1. Use separate event stream per namespace

    Signed-off-by: Nicko Guyer <[email protected]>
    nguyer committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    7ad5304 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Use separate event stream per namespace in tokens plugin

    Signed-off-by: Nicko Guyer <[email protected]>
    nguyer committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    3f04c1e View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Implement StopNamespace in fftokens. Fix unit tests.

    Signed-off-by: Nicko Guyer <[email protected]>
    nguyer committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    a37304f View commit details
    Browse the repository at this point in the history
  2. Only init bc if not nil

    Signed-off-by: Nicko Guyer <[email protected]>
    nguyer committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    596caed View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

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

Commits on Oct 13, 2023

  1. Merge branch 'main' into eventstreams

    Signed-off-by: Nicko Guyer <[email protected]>
    nguyer committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    e5f1ccc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9655d6f View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Add namespace to token connector API calls

    Signed-off-by: Nicko Guyer <[email protected]>
    nguyer committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    91a18fc View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Fix migration issues and increase test coverage

    Signed-off-by: Nicko Guyer <[email protected]>
    nguyer committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    94bfc75 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Test coverage back to 100%

    Signed-off-by: Nicko Guyer <[email protected]>
    nguyer committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    0559710 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Re-activate token pool on startup

    Signed-off-by: Nicko Guyer <[email protected]>
    nguyer committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    cecee27 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Fix unit tests

    Signed-off-by: Nicko Guyer <[email protected]>
    nguyer committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    aa64620 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Address PR feedback

    Signed-off-by: Nicko Guyer <[email protected]>
    nguyer committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    e0b34a5 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Merge branch 'dependencies' into eventstreams

    Signed-off-by: Nicko Guyer <[email protected]>
    nguyer committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    3fe2b08 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Add AlternateLocators

    Signed-off-by: Nicko Guyer <[email protected]>
    nguyer committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    6b4fd88 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Fixes for updating pool locators

    Signed-off-by: Nicko Guyer <[email protected]>
    nguyer committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    bf4656b View commit details
    Browse the repository at this point in the history
  2. Fixes for updating pool locators

    Signed-off-by: Nicko Guyer <[email protected]>
    nguyer committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    a52d3bc View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Update copyright year

    Signed-off-by: Nicko Guyer <[email protected]>
    nguyer committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    3ad8416 View commit details
    Browse the repository at this point in the history
  2. Fix unit test

    Signed-off-by: Nicko Guyer <[email protected]>
    nguyer committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    65283ec View commit details
    Browse the repository at this point in the history
  3. Add unit tests for updating pool locator

    Signed-off-by: Nicko Guyer <[email protected]>
    nguyer committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    813e29b View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into eventstreams

    Signed-off-by: Nicko Guyer <[email protected]>
    nguyer committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    7972561 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Address PR feedback

    Signed-off-by: Nicko Guyer <[email protected]>
    nguyer committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    ba212a9 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into eventstreams

    Signed-off-by: Nicko Guyer <[email protected]>
    nguyer committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    99c7bc1 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. PR feedback

    Signed-off-by: Nicko Guyer <[email protected]>
    nguyer committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    ee0770d View commit details
    Browse the repository at this point in the history
  2. Update fftokens unit tests

    Signed-off-by: Nicko Guyer <[email protected]>
    nguyer committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    b9b7a29 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Merge branch 'main' into eventstreams

    Signed-off-by: Nicko Guyer <[email protected]>
    nguyer committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    716efcd View commit details
    Browse the repository at this point in the history
  2. Use updated token connectors

    Signed-off-by: Nicko Guyer <[email protected]>
    nguyer committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    dd281b8 View commit details
    Browse the repository at this point in the history