-
Notifications
You must be signed in to change notification settings - Fork 420
NO-JIRA: Update shellescape and sspi to newer versions #2116
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
|
@ardaguclu: This pull request explicitly references no jira issue. 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 openshift-eng/jira-lifecycle-plugin repository. |
WalkthroughUpdated dependencies in go.mod: replaced github.com/alessio/shellescape with al.essio.dev/pkg/shellescape and bumped github.com/alexbrainman/sspi version. Adjusted one Go file to use the new shellescape import path. No functional or API changes indicated. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
/hold |
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.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
Cache: Disabled due to data retention organization setting
Knowledge base: Disabled due to Reviews -> Disable Knowledge Base setting
⛔ Files ignored due to path filters (15)
go.sumis excluded by!**/*.sumvendor/al.essio.dev/pkg/shellescape/.gitignoreis excluded by!vendor/**,!**/vendor/**vendor/al.essio.dev/pkg/shellescape/.golangci.ymlis excluded by!vendor/**,!**/vendor/**vendor/al.essio.dev/pkg/shellescape/.goreleaser.ymlis excluded by!vendor/**,!**/vendor/**vendor/al.essio.dev/pkg/shellescape/AUTHORSis excluded by!vendor/**,!**/vendor/**vendor/al.essio.dev/pkg/shellescape/CODE_OF_CONDUCT.mdis excluded by!vendor/**,!**/vendor/**vendor/al.essio.dev/pkg/shellescape/LICENSEis excluded by!vendor/**,!**/vendor/**vendor/al.essio.dev/pkg/shellescape/Makefileis excluded by!vendor/**,!**/vendor/**vendor/al.essio.dev/pkg/shellescape/README.mdis excluded by!vendor/**,!**/vendor/**vendor/al.essio.dev/pkg/shellescape/shellescape.gois excluded by!vendor/**,!**/vendor/**vendor/github.com/alessio/shellescape/.goreleaser.ymlis excluded by!vendor/**,!**/vendor/**vendor/github.com/alessio/shellescape/CODE_OF_CONDUCT.mdis excluded by!vendor/**,!**/vendor/**vendor/github.com/alexbrainman/sspi/internal/common/common.gois excluded by!vendor/**,!**/vendor/**vendor/github.com/alexbrainman/sspi/syscall.gois excluded by!vendor/**,!**/vendor/**vendor/modules.txtis excluded by!vendor/**,!**/vendor/**
📒 Files selected for processing (2)
go.mod(1 hunks)pkg/cli/admin/copytonode/copy_to_node.go(1 hunks)
🔇 Additional comments (1)
pkg/cli/admin/copytonode/copy_to_node.go (1)
14-14: Import path update to the new module domain is correctThe vanity path switch lines up with the v1.6.0 module and the Quote/QuoteCommand APIs in use remain stable, so no call-site adjustments are needed. Based on learnings
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ardaguclu, tchap 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 |
|
I think, we don't have to verify this manually. If CI is green, we are ok. |
|
/verified bypass |
|
@ardaguclu: The 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 openshift-eng/jira-lifecycle-plugin repository. |
|
/hold cancel |
6632635
into
openshift:main
|
@ardaguclu: The following test failed, say
Full PR test history. Your PR dashboard. 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-sigs/prow repository. I understand the commands that are listed here. |
|
@ardaguclu: Thanks for your update! Linked to:
|
al.essio.dev/pkg/shellescape. This PR updates the version and domain name of this package.Note: I tried to migrate from archived github.com/gonum/graph to gonum.org/v1/gonum. But it requires some major changes. So I'll defer this for now as a very nice to have in the future.