This project is mirrored from https://gitee.com/BiAn-MoShangHuaKai/velero.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 10 Feb, 2021 8 commits
-
-
Nolan Brubaker authored
The prow action does not support running commands except for /lgtm in PRs. Signed-off-by:
Nolan Brubaker <brubakern@vmware.com>
-
Bridget McErlean authored
The labeler action was failing as it was looking for `.github/labels.yaml` but the file has the suffix `.yml`. This change fixes the path used by the labeler action. Signed-off-by:
Bridget McErlean <bmcerlean@vmware.com>
-
JenTing Hsiao authored
Add credentials to VSLs
-
JenTing Hsiao authored
Add credential field to the bsl
-
JenTing Hsiao authored
Unify labels across GitHub Actions
-
JenTing Hsiao authored
-
JenTing Hsiao authored
-
JenTing Hsiao authored
-
- 09 Feb, 2021 12 commits
-
-
Nolan Brubaker authored
Signed-off-by:
Nolan Brubaker <brubakern@vmware.com>
-
Carlisia authored
Signed-off-by:
Carlisia <carlisia@vmware.com>
-
Carlisia authored
Signed-off-by:
Carlisia <carlisia@vmware.com>
-
Carlisia authored
Signed-off-by:
Carlisia <carlisia@vmware.com>
-
Carlisia authored
Signed-off-by:
Carlisia <carlisia@vmware.com>
-
Carlisia authored
Signed-off-by:
Carlisia <carlisia@vmware.com>
-
Nolan Brubaker authored
Signed-off-by:
Nolan Brubaker <brubakern@vmware.com>
-
Nolan Brubaker authored
Signed-off-by:
Nolan Brubaker <brubakern@vmware.com>
-
Nolan Brubaker authored
The prow-action plugin will pre-pend `area` or `kind` to labels, so unify them into a common format. Signed-off-by:
Nolan Brubaker <brubakern@vmware.com>
-
Nolan Brubaker authored
Signed-off-by:
Nolan Brubaker <brubakern@vmware.com>
-
Mikael Manukyan authored
* Add colors to describe command * Add colors to describe backups/restore/schedules commands * Make name in the output bold * Disable colors via `--colorized` flag or if velero isn't in TTY Co-authored-by:
Clay Kauzlaric <ckauzlaric@vmware.com> Signed-off-by:
Clay Kauzlaric <ckauzlaric@vmware.com> Signed-off-by:
Mikael Manukyan <mmanukyan@vmware.com> * Add changelog * and run make update Co-authored-by:
Mikael Manukyan <mmanukyan@vmware.com> Signed-off-by:
Mikael Manukyan <mmanukyan@vmware.com> Signed-off-by:
Clay Kauzlaric <ckauzlaric@vmware.com> * Add colorized to the client config file Co-authored-by:
Mikael Manukyan <mmanukyan@vmware.com> Signed-off-by:
Clay Kauzlaric <ckauzlaric@vmware.com> Co-authored-by:
Mikael Manukyan <mmanukyan@vmware.com> * allow client config to use string values * the command `velero client config set colorized=false` writes a string value of "false" into the config. This change allows that string to be accepted and converted into a boolean when used in program. Signed-off-by:
Clay Kauzlaric <ckauzlaric@vmware.com> * Add docs about colored CLI output Co-authored-by:
Mikael Manukyan <mmanukyan@vmware.com> Signed-off-by:
Clay Kauzlaric <ckauzlaric@vmware.com> * Update site/content/docs/main/customize-installation.md Co-authored-by:
JenTing Hsiao <jenting.hsiao@suse.com> Signed-off-by:
Clay Kauzlaric <ckauzlaric@vmware.com> * docs: remove comma * as per @carlisia 's suggestion Signed-off-by:
Clay Kauzlaric <ckauzlaric@vmware.com> Co-authored-by:
Clay Kauzlaric <ckauzlaric@vmware.com> Co-authored-by:
Clay Kauzlaric <clay.kauzlaric@gmail.com> Co-authored-by:
JenTing Hsiao <jenting.hsiao@suse.com>
-
Nolan Brubaker authored
* Automatically label PRs based on the file paths Signed-off-by:
Nolan Brubaker <brubakern@vmware.com> * Enable prow-like commands Signed-off-by:
Nolan Brubaker <brubakern@vmware.com> * Require filling in the PR template Signed-off-by:
Nolan Brubaker <brubakern@vmware.com> * Update contributor docs to reference PR template Signed-off-by:
Nolan Brubaker <brubakern@vmware.com> * Expand checklist and ask for issue number on PRs Signed-off-by:
Nolan Brubaker <brubakern@vmware.com> * Document why we're not enabling /lgtm yet Signed-off-by:
Nolan Brubaker <brubakern@vmware.com> * Combine PR assignment and labeling workflow Signed-off-by:
Nolan Brubaker <brubakern@vmware.com>
-
- 08 Feb, 2021 7 commits
-
-
Nolan Brubaker authored
Signed-off-by:
Nolan Brubaker <brubakern@vmware.com>
-
Bridget McErlean authored
With #3327, the restic binary for the Tilt Velero image is downloaded on the local machine using the `./hack/download-restic.sh` script. This script relies on `wget` being availabe on the local machine. `wget` is not commonly available on macOS but `curl` is. This change modifies the `./hack/download-restic.sh` script to use `curl` instead as it is available on both Linux and macOS and is available in our `golang` docker build image. Signed-off-by:
Bridget McErlean <bmcerlean@vmware.com>
-
JenTing Hsiao authored
* Rename --cacert-file to --cacert in the CLI design doc Signed-off-by:
JenTing Hsiao <jenting.hsiao@suse.com> * Add a new flag --cacert under `velero backup-location set` Signed-off-by:
JenTing Hsiao <jenting.hsiao@suse.com> * Add changelog Signed-off-by:
JenTing Hsiao <jenting.hsiao@suse.com> * Changelog rewording Signed-off-by:
JenTing Hsiao <jenting.hsiao@suse.com> * Revert CLI design doc Signed-off-by:
JenTing Hsiao <jenting.hsiao@suse.com>
-
Taeuk Kim authored
Signed-off-by:
Taeuk Kim <taeuk_kim@tmax.co.kr>
-
Nolan Brubaker authored
Signed-off-by:
Nolan Brubaker <brubakern@vmware.com>
-
Bridget McErlean authored
In preparation for modifying the instantiation of `BackupStores` to be able to load credentials, change the function `NewObjectBackupStore` to be an interface that is passed in to all controllers. Previously, the function to get a new backup store was configurable but for many controllers was fixed to use `NewObjectBackupStore`. This change introduces an interface for getting the backup store and wraps the functionality from `NewObjectBackupStore` in a type which implements this interface. This will allow more flexibility when introducing credentials for a specific backup store as it will allow us to create a new `ObjectBackupStoreGetter` type which can be configured to add credentials config when creating the ObjectBackupStore without needing to change the API used by the controllers. Signed-off-by:
Bridget McErlean <bmcerlean@vmware.com>
-
Bridget McErlean authored
In #3310, the Dockerfile for the Tilt Velero container was modified to call the `./hack/download-restic.sh` script. A side effect of this change was that the context for the docker build was much larger as it was the root of the Velero repo, rather than just the `_tiltbuild` directory. With the frequent rebuilds of the image that happen when using Tilt, a large amounts of disk space was being consumed by the different layers of images builds in the Docker overlay filesystem (as diffs could include the `.go` directory which can be several GBs). This change modifies the `download-restic.sh` script to allow the output directory for the restic binary to be configured. This means that the script can be called directly from the Tiltfile and can be managed outside the container build. This allows us to restore the previous `_tiltbuild` context. It also speeds up image builds as we can download restic once and use it for all builds rather than redownloading frequently. Signed-off-by:
Bridget McErlean <bmcerlean@vmware.com>
-
- 07 Feb, 2021 1 commit
-
-
David L. Smith-Uchida authored
remove FAQ pages
-
- 05 Feb, 2021 6 commits
-
-
Nolan Brubaker authored
Signed-off-by:
Nolan Brubaker <brubakern@vmware.com>
-
Nolan Brubaker authored
Signed-off-by:
Nolan Brubaker <brubakern@vmware.com>
-
Nolan Brubaker authored
Signed-off-by:
Nolan Brubaker <brubakern@vmware.com>
-
Nolan Brubaker authored
Signed-off-by:
Nolan Brubaker <brubakern@vmware.com>
-
Carlisia Thompson authored
* Proposal for handling multiple credential secrets Signed-off-by:
Carlisia <carlisia@vmware.com> * Update mulitple credentials design The changes here are based on [this comment](https://github.com/vmware-tanzu/velero/pull/2403#issuecomment-728132546 ) and a discussion with @carlisia. Signed-off-by:
Bridget McErlean <bmcerlean@vmware.com> * Update multiple credentials design doc Signed-off-by:
Bridget McErlean <bmcerlean@vmware.com> * Clarify points around node-based auth Signed-off-by:
Bridget McErlean <bmcerlean@vmware.com> * Add more details around setting env vars Signed-off-by:
Bridget McErlean <bmcerlean@vmware.com> * Fix spelling Signed-off-by:
Bridget McErlean <bmcerlean@vmware.com> * Update design to detail selected approach Signed-off-by:
Bridget McErlean <bmcerlean@vmware.com> * Add title for design doc Signed-off-by:
Bridget McErlean <bmcerlean@vmware.com> * Remove usage of AIM Signed-off-by:
Bridget McErlean <bmcerlean@vmware.com> Co-authored-by:
Bridget McErlean <bmcerlean@vmware.com>
-
Abigail McCarthy authored
Signed-off-by:
Abigail McCarthy <mabigail@vmware.com>
-
- 02 Feb, 2021 1 commit
-
-
David L. Smith-Uchida authored
https://github.com/vmware-tanzu/velero/issues/3108 Signed-off-by:
Dave Smith-Uchida <dsmithuchida@vmware.com>
-
- 01 Feb, 2021 1 commit
-
-
Madhav Jivrajani authored
* add documentation for running velero locally, specifically for --plugin-dir flag requireing binary to be present locally Signed-off-by:
Madhav Jivrajani <madhav.jiv@gmail.com> * add changelog Signed-off-by:
Madhav Jivrajani <madhav.jiv@gmail.com> * remove changelog Signed-off-by:
Madhav Jivrajani <madhav.jiv@gmail.com>
-
- 29 Jan, 2021 1 commit
-
-
JenTing Hsiao authored
Reword message for Q&A issue template
-
- 28 Jan, 2021 2 commits
-
-
Abigail McCarthy authored
Signed-off-by:
Abigail McCarthy <mabigail@vmware.com>
-
Bridget McErlean authored
Signed-off-by:
Bridget McErlean <bmcerlean@vmware.com>
-
- 27 Jan, 2021 1 commit
-
-
steve_chph authored
Signed-off-by:
peihongchen <171250610@smail.nju.edu.cn>
-