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

chore: Migrate warm up cache endpoint to api v1 #23853

Merged
merged 40 commits into from
Jun 20, 2023

Commits on Apr 27, 2023

  1. First draft

    jfrag1 committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    91ee895 View commit details
    Browse the repository at this point in the history
  2. Cleanup refs to old endpoint

    jfrag1 committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    51725d5 View commit details
    Browse the repository at this point in the history
  3. Fix test

    jfrag1 committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    ea265bf View commit details
    Browse the repository at this point in the history
  4. Fix lint

    jfrag1 committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    db02b9c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ab1150e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8f633bd View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Fix formatting

    jfrag1 committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    698e2d6 View commit details
    Browse the repository at this point in the history
  2. Run isort

    jfrag1 committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    5bf548f View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. slice -> chart

    jfrag1 committed May 5, 2023
    Configuration menu
    Copy the full SHA
    778abd8 View commit details
    Browse the repository at this point in the history
  2. fix desc and summary

    jfrag1 committed May 5, 2023
    Configuration menu
    Copy the full SHA
    3aa8ac9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b583bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9cec54f View commit details
    Browse the repository at this point in the history
  5. Add api/commands tests

    jfrag1 committed May 5, 2023
    Configuration menu
    Copy the full SHA
    f08d7bd View commit details
    Browse the repository at this point in the history
  6. Formatting

    jfrag1 committed May 5, 2023
    Configuration menu
    Copy the full SHA
    213a72a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2665079 View commit details
    Browse the repository at this point in the history
  8. Fix merge conflict

    jfrag1 committed May 5, 2023
    Configuration menu
    Copy the full SHA
    6c10de8 View commit details
    Browse the repository at this point in the history
  9. isort

    jfrag1 committed May 5, 2023
    Configuration menu
    Copy the full SHA
    0061947 View commit details
    Browse the repository at this point in the history
  10. Adjust warm up cache task

    jfrag1 committed May 5, 2023
    Configuration menu
    Copy the full SHA
    f7c297f View commit details
    Browse the repository at this point in the history
  11. Formatting

    jfrag1 committed May 5, 2023
    Configuration menu
    Copy the full SHA
    9606c28 View commit details
    Browse the repository at this point in the history
  12. Fix doc string

    jfrag1 committed May 5, 2023
    Configuration menu
    Copy the full SHA
    cfe2e30 View commit details
    Browse the repository at this point in the history
  13. Fix urllib request

    jfrag1 committed May 5, 2023
    Configuration menu
    Copy the full SHA
    b53339c View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Configuration menu
    Copy the full SHA
    79fde32 View commit details
    Browse the repository at this point in the history
  2. rm unneeded imports

    jfrag1 committed May 18, 2023
    Configuration menu
    Copy the full SHA
    dd732c4 View commit details
    Browse the repository at this point in the history
  3. Fix cache warmup task

    jfrag1 committed May 18, 2023
    Configuration menu
    Copy the full SHA
    f4df657 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0423fa0 View commit details
    Browse the repository at this point in the history
  5. Address comments

    jfrag1 committed May 18, 2023
    Configuration menu
    Copy the full SHA
    582e311 View commit details
    Browse the repository at this point in the history
  6. Run black

    jfrag1 committed May 18, 2023
    Configuration menu
    Copy the full SHA
    b6c6f46 View commit details
    Browse the repository at this point in the history
  7. Fix import order

    jfrag1 committed May 18, 2023
    Configuration menu
    Copy the full SHA
    01dd08b View commit details
    Browse the repository at this point in the history
  8. Fix permission test

    jfrag1 committed May 18, 2023
    Configuration menu
    Copy the full SHA
    7779d27 View commit details
    Browse the repository at this point in the history
  9. Fix type annotations

    jfrag1 committed May 18, 2023
    Configuration menu
    Copy the full SHA
    1e7d008 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5f06fe1 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Fix merge conflict

    jfrag1 committed May 23, 2023
    Configuration menu
    Copy the full SHA
    fe5b65c View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Fix merge conflicts

    jfrag1 committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    54c4cf6 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2023

  1. Configuration menu
    Copy the full SHA
    4dcd2fc View commit details
    Browse the repository at this point in the history
  2. Dict -> dict

    jfrag1 committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    0d3f58a View commit details
    Browse the repository at this point in the history
  3. Fix openapi schema ref

    jfrag1 committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    13d1529 View commit details
    Browse the repository at this point in the history
  4. Fix lint

    jfrag1 committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    c9bc42f View commit details
    Browse the repository at this point in the history
  5. Fix test

    jfrag1 committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    dff0d4f View commit details
    Browse the repository at this point in the history
  6. Fix security test

    jfrag1 committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    bcb88d1 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Fix merge conflicts

    jfrag1 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    fcb89ad View commit details
    Browse the repository at this point in the history