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

[serve] Add replica placement group support #37830

Merged
merged 35 commits into from
Aug 10, 2023

Commits on Jul 26, 2023

  1. WIP

    Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
    edoakes committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    6223248 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

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

Commits on Aug 8, 2023

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

    Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
    edoakes committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    2cddb7d View commit details
    Browse the repository at this point in the history
  3. fix

    Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
    edoakes committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    9259426 View commit details
    Browse the repository at this point in the history
  4. basic test

    Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
    edoakes committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    5227695 View commit details
    Browse the repository at this point in the history
  5. fix

    Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
    edoakes committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    1388cae View commit details
    Browse the repository at this point in the history
  6. fix stuff

    Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
    edoakes committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    c3f3efe View commit details
    Browse the repository at this point in the history
  7. fix

    Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
    edoakes committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    480216a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d28861b View commit details
    Browse the repository at this point in the history
  9. fix

    Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
    edoakes committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    513d523 View commit details
    Browse the repository at this point in the history
  10. fix

    Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
    edoakes committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    8caab41 View commit details
    Browse the repository at this point in the history
  11. fix linter

    Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
    edoakes committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    5cb9a3f View commit details
    Browse the repository at this point in the history
  12. fix

    Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
    edoakes committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    702b6f5 View commit details
    Browse the repository at this point in the history
  13. fix

    Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
    edoakes committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    8de4726 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. fix

    Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
    edoakes committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    6c89e7b View commit details
    Browse the repository at this point in the history
  2. fix

    Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
    edoakes committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    15ce708 View commit details
    Browse the repository at this point in the history
  3. pg util tests

    Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
    edoakes committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    9a4553a View commit details
    Browse the repository at this point in the history
  4. small fix

    Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
    edoakes committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    e310c87 View commit details
    Browse the repository at this point in the history
  5. fix

    Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
    edoakes committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    a3dc176 View commit details
    Browse the repository at this point in the history
  6. fix

    Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
    edoakes committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    ea898b4 View commit details
    Browse the repository at this point in the history
  7. fix

    Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
    edoakes committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    a771ba8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1a9eedd View commit details
    Browse the repository at this point in the history
  9. fix

    Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
    edoakes committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    e9949fb View commit details
    Browse the repository at this point in the history
  10. fix

    Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
    edoakes committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    ef6597e View commit details
    Browse the repository at this point in the history
  11. add CLI support + test

    Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
    edoakes committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    e541206 View commit details
    Browse the repository at this point in the history
  12. fix

    Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
    edoakes committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    1a53810 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. nit

    Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
    edoakes committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    a092ea8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1722ce7 View commit details
    Browse the repository at this point in the history
  3. test case

    Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
    edoakes committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    129eebc View commit details
    Browse the repository at this point in the history
  4. fix msg

    Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
    edoakes committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    82b7924 View commit details
    Browse the repository at this point in the history
  5. fix

    Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
    edoakes committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    3b75f5b View commit details
    Browse the repository at this point in the history
  6. make it medium

    Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
    edoakes committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    0abe3e1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d490f59 View commit details
    Browse the repository at this point in the history
  8. skip windows

    Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
    edoakes committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    d59f00b View commit details
    Browse the repository at this point in the history