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

Add field to backup requests to force a full backup. #3387

Merged
merged 5 commits into from
May 20, 2019

Commits on May 7, 2019

  1. Add field to backup requests to force a full backup.

    This change adds a new field to the backup requests to force a full
    backup. Only the code that forces the full backup is included in this
    PR to keep it small.
    
    Manually tested using a minio instance locally. No existing tests will
    be broken by this change. Automated tests will be included later since
    the existing backup test needs some work before it can verify this
    feature.
    martinmr committed May 7, 2019
    Configuration menu
    Copy the full SHA
    e753099 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2019

  1. Adding doc for the Version field

    Lucas Wang committed May 8, 2019
    Configuration menu
    Copy the full SHA
    587e349 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2019

  1. Address review comments.

    martinmr committed May 16, 2019
    Configuration menu
    Copy the full SHA
    1cfc4e8 View commit details
    Browse the repository at this point in the history
  2. Add TODO.

    martinmr committed May 16, 2019
    Configuration menu
    Copy the full SHA
    a5973f8 View commit details
    Browse the repository at this point in the history
  3. go fmt

    martinmr committed May 16, 2019
    Configuration menu
    Copy the full SHA
    175fba6 View commit details
    Browse the repository at this point in the history