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

Fix using REPL AVAIL/REPL AVAIL IN as custom columns #515

Merged
merged 2 commits into from
Dec 18, 2023

Conversation

valorl
Copy link
Contributor

@valorl valorl commented Oct 30, 2023

These two were not included in possibleColumns and therefore running e.g. pluto detect-files -o markdown --columns "REPL AVAIL" would not actually print the column, despite no error being reported.

This PR fixes #514

Checklist

  • I have signed the CLA
  • I have updated/added any relevant documentation

Description

What's the goal of this PR?

Fix the above issue

What changes did you make?

Added the two columns in the possibleColumns slice

What alternative solution should we consider, if any?

These two were not included in `possibleColumns` and therefore
running e.g. `pluto detect-files -o markdown --columns "REPL AVAIL"`
would not actually print the column, despite no error being
reported.
@valorl
Copy link
Contributor Author

valorl commented Oct 30, 2023

Anything I can do about the Vault token error in CI?

@transient1 transient1 self-assigned this Oct 31, 2023
@CLAassistant
Copy link

CLAassistant commented Dec 18, 2023

CLA assistant check
All committers have signed the CLA.

Copy link
Member

@sudermanjr sudermanjr left a comment

Choose a reason for hiding this comment

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

LGTM - The vault error can be ignored for now

@sudermanjr
Copy link
Member

I think we've had some recent issues with our CLA assistant, if you could sign that again please @valorl , we'll get that merged.

@valorl
Copy link
Contributor Author

valorl commented Dec 18, 2023

signed 👍

@sudermanjr sudermanjr merged commit 95acae7 into FairwindsOps:master Dec 18, 2023
2 checks passed
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.

"REPL AVAIL" and "REPL AVAIL IN" not outputed as custom columns
4 participants