-
Notifications
You must be signed in to change notification settings - Fork 101
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 experimental fail below revision flag #184
Merged
shreyas-s-rao
merged 1 commit into
gardener:master
from
swapnilgm:feature/experimental-revision-check-flag
Aug 8, 2019
Merged
Add experimental fail below revision flag #184
shreyas-s-rao
merged 1 commit into
gardener:master
from
swapnilgm:feature/experimental-revision-check-flag
Aug 8, 2019
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
swapnilgm
added
the
reviewed/do-not-merge
Has no approval for merging as it may break things, be of poor quality or have (ext.) dependencies
label
Aug 6, 2019
swapnilgm
requested review from
georgekuruvillak and
shreyas-s-rao
as code owners
August 6, 2019 11:27
gardener-robot-ci-1
added
reviewed/ok-to-test
Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD)
needs/ok-to-test
Needs approval for testing (check PR in detail before setting this label because PR is run on CI/CD)
and removed
reviewed/ok-to-test
Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD)
labels
Aug 6, 2019
swapnilgm
force-pushed
the
feature/experimental-revision-check-flag
branch
from
August 7, 2019 06:25
a70c5ac
to
8d98b0f
Compare
swapnilgm
removed
the
reviewed/do-not-merge
Has no approval for merging as it may break things, be of poor quality or have (ext.) dependencies
label
Aug 7, 2019
swapnilgm
changed the title
[WIP] Add experimental faiil below revision flag
Add experimental fail below revision flag
Aug 7, 2019
swapnilgm
force-pushed
the
feature/experimental-revision-check-flag
branch
2 times, most recently
from
August 7, 2019 09:13
4e92852
to
f369fc1
Compare
swapnilgm
added
reviewed/ok-to-test
Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD)
and removed
needs/ok-to-test
Needs approval for testing (check PR in detail before setting this label because PR is run on CI/CD)
labels
Aug 7, 2019
gardener-robot-ci-1
added
needs/ok-to-test
Needs approval for testing (check PR in detail before setting this label because PR is run on CI/CD)
and removed
reviewed/ok-to-test
Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD)
labels
Aug 7, 2019
swapnilgm
force-pushed
the
feature/experimental-revision-check-flag
branch
from
August 7, 2019 10:34
f369fc1
to
818e2ac
Compare
swapnilgm
added
reviewed/ok-to-test
Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD)
and removed
needs/ok-to-test
Needs approval for testing (check PR in detail before setting this label because PR is run on CI/CD)
labels
Aug 7, 2019
gardener-robot-ci-1
added
needs/ok-to-test
Needs approval for testing (check PR in detail before setting this label because PR is run on CI/CD)
and removed
reviewed/ok-to-test
Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD)
labels
Aug 7, 2019
shreyas-s-rao
requested changes
Aug 8, 2019
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@swapnilgm Thanks for the well-written PR! I have a few suggestions. Please address them.
swapnilgm
force-pushed
the
feature/experimental-revision-check-flag
branch
2 times, most recently
from
August 8, 2019 06:31
1cf5915
to
a7c60e3
Compare
Main motivation behind this is to help extenal entity configure revision in case of bucket change or object store prefix change Signed-off-by: Swapnil Mhamane <[email protected]>
swapnilgm
force-pushed
the
feature/experimental-revision-check-flag
branch
from
August 8, 2019 06:41
a7c60e3
to
6830260
Compare
shreyas-s-rao
approved these changes
Aug 8, 2019
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
shreyas-s-rao
added
reviewed/ok-to-test
Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD)
component/etcd-backup-restore
ETCD Backup & Restore
platform/all
and removed
needs/ok-to-test
Needs approval for testing (check PR in detail before setting this label because PR is run on CI/CD)
labels
Aug 8, 2019
shreyas-s-rao
added
reviewed/lgtm
Has approval for merging
needs/ok-to-test
Needs approval for testing (check PR in detail before setting this label because PR is run on CI/CD)
and removed
reviewed/ok-to-test
Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD)
labels
Aug 8, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
component/etcd-backup-restore
ETCD Backup & Restore
needs/ok-to-test
Needs approval for testing (check PR in detail before setting this label because PR is run on CI/CD)
platform/all
reviewed/lgtm
Has approval for merging
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Main motivation behind this is to help external entity configure revision in case of bucket change or object store prefix change.
Signed-off-by: Swapnil Mhamane [email protected]
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Release note: