-
Notifications
You must be signed in to change notification settings - Fork 71
Bug 1982781: fix(deprecate): explicit pkg rm drops latest deprecated #162
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
Conversation
@njhale: This pull request references Bugzilla bug 1982781, which is invalid:
Comment In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
- When using opm index|registry rm <pkg>, drop the "latest" related bundles from the deprecated table. This makes "un-deprecating" a bundle possible, which is useful if that bundle was deprecated by accident - Add a migration and logic on deprecatetruncate that drops truncated bundles (i.e. w/o assoc. channel_entry rows) from the deprecated table, clearing the "deprecation history" so that operations post package removal don't assume a truncated bundle should be deprecated See https://bugzilla.redhat.com/show_bug.cgi?id=1982781 for motivation Signed-off-by: Nick Hale <[email protected]> Upstream-repository: operator-registry Upstream-commit: 29e90dea6a1c2ef12075ca866284cd8f267c2bba
1a2a06b
to
c41b523
Compare
/bugzilla refresh |
/lgtm |
@njhale: An error was encountered querying GitHub for users with public email ([email protected]) for bug 1982781 on the Bugzilla server at https://bugzilla.redhat.com. No known errors were detected, please see the full error message for details. Full error message.
Post "http://ghproxy/graphql": dial tcp 172.30.229.2:80: i/o timeout
Please contact an administrator to resolve this issue, then request a bug refresh with In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: exdx, njhale The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
1 similar comment
/retest-required Please review the full test history for this PR and help us cut down flakes. |
/bugzilla refresh Recalculating validity in case the underlying Bugzilla bug has changed. |
@openshift-bot: This pull request references Bugzilla bug 1982781, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
Requesting review from QA contact: In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
1 similar comment
/retest-required Please review the full test history for this PR and help us cut down flakes. |
/hold investigating CI failures |
/hold cancel still investigating flakes, but they seem to be unrelated |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
1 similar comment
/retest-required Please review the full test history for this PR and help us cut down flakes. |
@njhale: All pull requests linked via external trackers have merged: Bugzilla bug 1982781 has been moved to the MODIFIED state. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Signed-off-by: Eric Stroczynski <[email protected]> Upstream-repository: api Upstream-commit: 242f6fd9ceef190bf9250e5ac431057a7f3f32b9
Signed-off-by: Eric Stroczynski <[email protected]> Upstream-repository: api Upstream-commit: 242f6fd9ceef190bf9250e5ac431057a7f3f32b9
Signed-off-by: Eric Stroczynski <[email protected]> Upstream-repository: api Upstream-commit: 242f6fd9ceef190bf9250e5ac431057a7f3f32b9
Signed-off-by: Eric Stroczynski <[email protected]> Upstream-repository: api Upstream-commit: 242f6fd9ceef190bf9250e5ac431057a7f3f32b9
from the deprecated table. This makes "un-deprecating" a bundle
possible, which is useful if that bundle was deprecated by
accident
truncated bundles (i.e. w/o assoc. channel_entry rows) from the deprecated
table, clearing the "deprecation history" so that operations post package
removal don't assume a truncated bundle should be deprecated
See https://bugzilla.redhat.com/show_bug.cgi?id=1982781 for motivation
Signed-off-by: Nick Hale [email protected]
Upstream-repository: operator-registry
Upstream-commit: 29e90dea6a1c2ef12075ca866284cd8f267c2bba