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

Object disk backup #702

Merged
merged 12 commits into from
Jul 24, 2023
Merged

Object disk backup #702

merged 12 commits into from
Jul 24, 2023

Commits on Jul 20, 2023

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

Commits on Jul 21, 2023

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

Commits on Jul 23, 2023

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

Commits on Jul 24, 2023

  1. allow GCS over S3, remove Accept-Encoding header from sign https://st…

    …ackoverflow.com/a/74382598/1204665, aws/aws-sdk-go-v2#1816, GCS over S3 have no 5Gb restriction, TestIntegrationGCS pass again, TestIntegrationEmbedded need to fix
    Slach committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    aaa5c89 View commit details
    Browse the repository at this point in the history
  2. add object_disk_path to some test configs, fix config validation when…

    … using embedded backup, cleanup integration_test.go move testBackupSpecifiedPartitions near runTestMainScenario, all tests passed 1400 seconds
    Slach committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    96fac09 View commit details
    Browse the repository at this point in the history
  3. fix make test

    Slach committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    0c22aa3 View commit details
    Browse the repository at this point in the history
  4. remove docker-compose from requirements.txt to allow run inside GitHu…

    …b actions
    
    docker-compose requires PyYAML<6,>=3.10
    which failed to install
    ```
     /tmp/pip-build-env-x3k7dqup/overlay/lib/python3.10/site-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg`
          !!
    
                  ********************************************************************************
                  The license_file parameter is deprecated, use license_files instead.
    
                  By 2023-Oct-30, you need to update your project and remove deprecated calls
                  or your builds will no longer be supported.
    ```
    Slach committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    06cd6ad View commit details
    Browse the repository at this point in the history
  5. move object_disk_path validation to create and restore to avoid u…

    …nnecessary failures, fix testflows
    Slach committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    d7c0d4d View commit details
    Browse the repository at this point in the history
  6. add PyYAML to requirement.txt, fix github actions

    Signed-off-by: Slach <[email protected]>
    Slach committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    b56ea6b View commit details
    Browse the repository at this point in the history
  7. GCS over S3 added in 22.6+

    Slach committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    d264f25 View commit details
    Browse the repository at this point in the history
  8. try to fix api.py to avoid race condition between GET /backup/actions…

    … and POST /backup/actions
    Slach committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    884a664 View commit details
    Browse the repository at this point in the history