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][deploy refactor][2/X] Move lightweight update logic to DeploymentVersion #34430

Merged
merged 35 commits into from
Apr 26, 2023

Commits on Apr 15, 2023

  1. move lightweight update logic to DeploymentVersion

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    c8fe847 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2023

  1. wip

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    ded09de View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. java attempt

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    c06156f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into version-improvements

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    6b2e1b3 View commit details
    Browse the repository at this point in the history
  3. add test for missing deployments in config

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    9361ec0 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. unify reconfigure path for user config and other deployment config op…

    …tions
    
    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    f2c6cb3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into version-improvements

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    8023af7 View commit details
    Browse the repository at this point in the history
  3. don't start task if code version didn't change

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    22b1578 View commit details
    Browse the repository at this point in the history
  4. fix java

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    e981957 View commit details
    Browse the repository at this point in the history
  5. fix

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    5c1c266 View commit details
    Browse the repository at this point in the history
  6. fix

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    65bb55c View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master' into version-improvements

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    91e3e5f View commit details
    Browse the repository at this point in the history
  8. fix

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    81fea37 View commit details
    Browse the repository at this point in the history
  9. fix

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    b333529 View commit details
    Browse the repository at this point in the history
  10. fix

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    fb23da4 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Merge branch 'master' into version-improvements

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    7c96c85 View commit details
    Browse the repository at this point in the history
  2. clean

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    a63da29 View commit details
    Browse the repository at this point in the history
  3. fix snapshot test

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    7dcd27b View commit details
    Browse the repository at this point in the history
  4. encode whether option is lighweight or not into deployment config

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    0bfb720 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into version-improvements

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    c639912 View commit details
    Browse the repository at this point in the history
  6. fix

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    8b9a82f View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2023

  1. move version into actor replica wrapper

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    6c7cab5 View commit details
    Browse the repository at this point in the history
  2. add more tests

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    daa1dca View commit details
    Browse the repository at this point in the history
  3. fix + improve

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    5c97224 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into version-improvements

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    9371a1f View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. fix java

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    4988852 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into version-improvements

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    35ac43d View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. add e2e test for user config, max concurrent queries, and graceful sh…

    …utdown timeout
    
    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    4d200c5 View commit details
    Browse the repository at this point in the history
  2. fix typo

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    40e8bfb View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into version-improvements

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    0257ada View commit details
    Browse the repository at this point in the history
  4. fix deployment names

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    aef4ad1 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. address comments

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    e13b317 View commit details
    Browse the repository at this point in the history
  2. add e2e tests for health check timout and health check period

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    6b09917 View commit details
    Browse the repository at this point in the history
  3. fix

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    127a4ed View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into version-improvements

    Signed-off-by: Cindy Zhang <[email protected]>
    zcin committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    8a1edd6 View commit details
    Browse the repository at this point in the history