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

Redis backups #269

Merged
merged 43 commits into from
Sep 28, 2023
Merged

Redis backups #269

merged 43 commits into from
Sep 28, 2023

Commits on Sep 15, 2023

  1. Configuration menu
    Copy the full SHA
    9489726 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71023d1 View commit details
    Browse the repository at this point in the history
  3. Upload to s3

    roivaz committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    37cb8bd View commit details
    Browse the repository at this point in the history
  4. remove file

    roivaz committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    cc5f849 View commit details
    Browse the repository at this point in the history
  5. fix comment

    roivaz committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    5d599f3 View commit details
    Browse the repository at this point in the history
  6. add TODO comment

    roivaz committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    31898c2 View commit details
    Browse the repository at this point in the history
  7. Remove coverage file

    roivaz committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    6da3964 View commit details
    Browse the repository at this point in the history
  8. Use latest kustomize

    roivaz committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    fcb55a8 View commit details
    Browse the repository at this point in the history
  9. use awscli instead of s3cmd

    roivaz committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    e8fa526 View commit details
    Browse the repository at this point in the history
  10. Add API descriptions

    roivaz committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    d150f2f View commit details
    Browse the repository at this point in the history
  11. Regenerate manifests

    roivaz committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    619f724 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    42fd9ff View commit details
    Browse the repository at this point in the history
  13. Implment the 'pause' flag

    roivaz committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    b8170fc View commit details
    Browse the repository at this point in the history
  14. Remove minSize field

    roivaz committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    d71cb11 View commit details
    Browse the repository at this point in the history
  15. go mod tidy

    roivaz committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    de370ae View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a5cd553 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4798a37 View commit details
    Browse the repository at this point in the history
  18. Optionally use sudo

    roivaz committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    b5795fc View commit details
    Browse the repository at this point in the history
  19. .env finally not used

    roivaz committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    2428b3a View commit details
    Browse the repository at this point in the history
  20. Update gitleak ssh key path

    roivaz committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    a116e91 View commit details
    Browse the repository at this point in the history
  21. Add e2e test for backups

    roivaz committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    e272af5 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. basreconciler v0.3.2

    roivaz committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    ee7ae24 View commit details
    Browse the repository at this point in the history
  2. Handle error when no RO slaves are available. Use the time the backup…

    … actually starts for the backup file name
    roivaz committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    ba8db00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9afab8 View commit details
    Browse the repository at this point in the history
  4. Clean/improve code comments

    roivaz committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    ec73500 View commit details
    Browse the repository at this point in the history
  5. Minor fixes

    roivaz committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    fae0702 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Add a backup success counter

    roivaz committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    bf5f52e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b908989 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    roivaz committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    4029713 View commit details
    Browse the repository at this point in the history
  4. Raise e2e tests timeout

    Sometimes Sentinel is not ready within the timeout, so raise it by just
    another 30 more seconds.
    roivaz committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    ff33e32 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b25707c View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

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

Commits on Sep 22, 2023

  1. Add backup sample

    roivaz committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    a09ae99 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    38b5d5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d1f1fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    021442f View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Configuration menu
    Copy the full SHA
    fc39200 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc90373 View commit details
    Browse the repository at this point in the history
  3. Close transport

    roivaz committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    73e4885 View commit details
    Browse the repository at this point in the history
  4. Fix test

    roivaz committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    736ada7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7b741a1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    794d185 View commit details
    Browse the repository at this point in the history
  7. Fix failure metrics

    roivaz committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    f1bdcf3 View commit details
    Browse the repository at this point in the history