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

Queue Splitting Feature #2173

Draft
wants to merge 22 commits into
base: main
Choose a base branch
from
Draft

Queue Splitting Feature #2173

wants to merge 22 commits into from

Commits on May 6, 2024

  1. Splitter CRD

    Add new features enum and field for operator
    
    The old enum cannot be extended as it would break old clients.
    So we define a new extensible enum and a new field for it.
    We make all of those fields private so that users of that struct
    only access them via a getter that handles objects deserialized
    from either old or new versions.
    
    use copy target when splitting
    t4lz committed May 6, 2024
    Configuration menu
    Copy the full SHA
    73e6789 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. working env

    t4lz committed May 7, 2024
    Configuration menu
    Copy the full SHA
    b3fcadd View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

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

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    d07bc08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb91e2d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4147d22 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d17d15a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    186867a View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

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

    t4lz committed May 21, 2024
    Configuration menu
    Copy the full SHA
    fdc7ced View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. todo

    t4lz committed May 22, 2024
    Configuration menu
    Copy the full SHA
    2578ddd View commit details
    Browse the repository at this point in the history
  2. set -> vec

    t4lz committed May 22, 2024
    Configuration menu
    Copy the full SHA
    37795f5 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. tags

    t4lz committed May 25, 2024
    Configuration menu
    Copy the full SHA
    b1524f7 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. docs

    t4lz committed May 27, 2024
    Configuration menu
    Copy the full SHA
    ba17e1c View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

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

Commits on Jun 4, 2024

  1. Merge branch 'main' into sqs

    t4lz committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    fffd267 View commit details
    Browse the repository at this point in the history
  2. merge fix

    t4lz committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    44fd364 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Merge branch 'main' into sqs

    t4lz committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    80ee8ff View commit details
    Browse the repository at this point in the history
  2. lock

    t4lz committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    da74d6d View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Merge branch 'main' into sqs

    t4lz committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    ca997c9 View commit details
    Browse the repository at this point in the history
  2. mergefix

    t4lz committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    ab38356 View commit details
    Browse the repository at this point in the history