mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-03 11:45:20 +00:00
* Restore API group version by priority Signed-off-by: F. Gold <fgold@vmware.com> * Add changelog Signed-off-by: F. Gold <fgold@vmware.com> * Correct spelling Signed-off-by: F. Gold <fgold@vmware.com> * Refactor userResourceGroupVersionPriorities(...) to accept config map, adjust unit test Signed-off-by: F. Gold <fgold@vmware.com> * Move some unit tests into e2e Signed-off-by: F. Gold <fgold@vmware.com> * Add three e2e tests using Testify Suites Summary of changes Makefile - add testify e2e test target go.sum - changed with go mod tidy pkg/install/install.go - increased polling timeout test/e2e/restore_priority_group_test.go - deleted test/e2e/restore_test.go - deleted test/e2e/velero_utils.go - made restic optional in velero install test/e2e_testify/Makefile - makefile for testify e2e tests test/e2e_testify/README.md - example command for running tests test/e2e_testify/common_test.go - helper functions test/e2e_testify/e2e_suite_test.go - prepare for tests and run test/e2e_testify/restore_priority_apigv_test.go - test cases Signed-off-by: F. Gold <fgold@vmware.com> * Make changes per @nrb code review Signed-off-by: F. Gold <fgold@vmware.com> * Wait for pods in e2e tests Signed-off-by: F. Gold <fgold@vmware.com> * Remove testify suites e2e scaffolding moved to PR #3354 Signed-off-by: F. Gold <fgold@vmware.com> * Make changes per @brito-rafa and Velero maintainers code reviews - Made changes suggested by @brito-rafa in GitHub. - We had a code review meeting with @carlisia, @dsu-igeek, @zubron, and @nrb - and changes were made based on their suggetions: - pull in logic from 'meetsAPIGVResotreReqs()' to restore.go. - add TODO to remove APIGroupVersionFeatureFlag check - have feature flag and backup version format checks in separate `if` statements. - rename variables to be sourceGVs, targetGVs, and userGVs. Signed-off-by: F. Gold <fgold@vmware.com> * Convert Testify Suites e2e tests to existing Ginkgo framework Signed-off-by: F. Gold <fgold@vmware.com> * Made changes per @zubron PR review Signed-off-by: F. Gold <fgold@vmware.com> * Run go mod tidy after resolving go.sum merge conflict Signed-off-by: F. Gold <fgold@vmware.com> * Add feature documentation to velero.io site Signed-off-by: F. Gold <fgold@vmware.com> * Add config map e2e test; rename e2e test file and name Signed-off-by: F. Gold <fgold@vmware.com> * Update go.{mod,sum} files Signed-off-by: F. Gold <fgold@vmware.com> * Move CRDs and CRs to testdata folder Signed-off-by: F. Gold <fgold@vmware.com> * Fix typos in cert-manager to pass codespell CICD check Signed-off-by: F. Gold <fgold@vmware.com> * Make changes per @nrb code review round 2 - make checkAndReadDir function private - add info level messages when priorties 1-3 API group versions can not be used Signed-off-by: F. Gold <fgold@vmware.com> * Make user config map rules less strict Signed-off-by: F. Gold <fgold@vmware.com> * Update e2e test image version in example Signed-off-by: F. Gold <fgold@vmware.com> * Update case A music-system controller code Signed-off-by: F. Gold <fgold@vmware.com> * Documentation updates Signed-off-by: F. Gold <fgold@vmware.com> * Update migration case documentation Signed-off-by: F. Gold <fgold@vmware.com>
47 lines
1.7 KiB
Modula-2
47 lines
1.7 KiB
Modula-2
module github.com/vmware-tanzu/velero
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/Azure/azure-sdk-for-go v42.0.0+incompatible
|
|
github.com/Azure/go-autorest/autorest v0.9.6
|
|
github.com/Azure/go-autorest/autorest/azure/auth v0.4.2
|
|
github.com/Azure/go-autorest/autorest/to v0.3.0
|
|
github.com/Azure/go-autorest/autorest/validation v0.2.0 // indirect
|
|
github.com/aws/aws-sdk-go v1.28.2
|
|
github.com/docker/spdystream v0.0.0-20170912183627-bc6354cbbc29 // indirect
|
|
github.com/evanphx/json-patch v4.9.0+incompatible
|
|
github.com/fatih/color v1.10.0
|
|
github.com/gobwas/glob v0.2.3
|
|
github.com/gofrs/uuid v3.2.0+incompatible
|
|
github.com/golang/protobuf v1.4.2
|
|
github.com/google/uuid v1.1.2
|
|
github.com/hashicorp/go-hclog v0.0.0-20180709165350-ff2cf002a8dd
|
|
github.com/hashicorp/go-plugin v0.0.0-20190610192547-a1bc61569a26
|
|
github.com/joho/godotenv v1.3.0
|
|
github.com/kubernetes-csi/external-snapshotter/client/v4 v4.0.0
|
|
github.com/onsi/ginkgo v1.15.0
|
|
github.com/onsi/gomega v1.10.2
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/prometheus/client_golang v1.7.1
|
|
github.com/robfig/cron v1.1.0
|
|
github.com/sirupsen/logrus v1.6.0
|
|
github.com/spf13/afero v1.2.2
|
|
github.com/spf13/cobra v1.1.1
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/stretchr/testify v1.5.1
|
|
golang.org/x/mod v0.3.0
|
|
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
|
|
google.golang.org/genproto v0.0.0-20200731012542-8145dea6a485 // indirect
|
|
google.golang.org/grpc v1.31.0
|
|
google.golang.org/protobuf v1.25.0 // indirect
|
|
k8s.io/api v0.19.7
|
|
k8s.io/apiextensions-apiserver v0.19.7
|
|
k8s.io/apimachinery v0.19.7
|
|
k8s.io/cli-runtime v0.19.7
|
|
k8s.io/client-go v0.19.7
|
|
k8s.io/klog v1.0.0
|
|
sigs.k8s.io/cluster-api v0.3.11-0.20210106212952-b6c1b5b3db3d
|
|
sigs.k8s.io/controller-runtime v0.7.1-0.20201215171748-096b2e07c091
|
|
)
|