Skip to content
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

sysdump: Remove the Hidden flag #481

Merged
merged 1 commit into from
Aug 12, 2021
Merged

sysdump: Remove the Hidden flag #481

merged 1 commit into from
Aug 12, 2021

Conversation

michi-covalent
Copy link
Contributor

We've been using the sysdump command for a while in both cilium and
cilium-cli CI workflows and it's been stable.

Signed-off-by: Michi Mutsuzaki [email protected]

We've been using the sysdump command for a while in both cilium and
cilium-cli CI workflows and it's been stable.

Signed-off-by: Michi Mutsuzaki <[email protected]>
Copy link
Member

@tklauser tklauser left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚢

@tklauser
Copy link
Member

Multicluster tests failed on known issue #361: https://github.com/cilium/cilium-cli/runs/3309372422?check_suite_focus=true

This is unrelated to the changes in this PR, so let's merge.

@tklauser tklauser merged commit 254a814 into master Aug 12, 2021
@tklauser tklauser deleted the pr/michi/sysdump branch August 12, 2021 08:23
@tklauser
Copy link
Member

Looks like this PR introduced a golangci-lint failure on master: https://github.com/cilium/cilium-cli/runs/3310670546

Not sure why this wasn't caught on the PR 🤔

tklauser added a commit that referenced this pull request Aug 12, 2021
The change in PR #481 wasn't properly formatted, leading to a
golangci-lint failure on master:
https://github.com/cilium/cilium-cli/runs/3310670546

Fix it by running `goimports -w internal/cli/cmd/sysdump.go`.

Signed-off-by: Tobias Klauser <[email protected]>
@tklauser
Copy link
Member

Looks like this PR introduced a golangci-lint failure on master: https://github.com/cilium/cilium-cli/runs/3310670546

Not sure why this wasn't caught on the PR thinking

Fix for the formatting issue here: #483

Still not sure why it wasn't caught on the PR, probably something with the golangci-lint action configuration, I guess?

tklauser added a commit that referenced this pull request Aug 13, 2021
The change in PR #481 wasn't properly formatted, leading to a
golangci-lint failure on master:
https://github.com/cilium/cilium-cli/runs/3310670546

Fix it by running `goimports -w internal/cli/cmd/sysdump.go`.

Signed-off-by: Tobias Klauser <[email protected]>
aditighag pushed a commit to aditighag/cilium-cli that referenced this pull request Apr 21, 2023
The change in PR cilium#481 wasn't properly formatted, leading to a
golangci-lint failure on master:
https://github.com/cilium/cilium-cli/runs/3310670546

Fix it by running `goimports -w internal/cli/cmd/sysdump.go`.

Signed-off-by: Tobias Klauser <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants