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

filter issues by status #79

Closed
staabm opened this issue Oct 24, 2022 · 1 comment
Closed

filter issues by status #79

staabm opened this issue Oct 24, 2022 · 1 comment
Labels
enhancement New feature or request interface Affects how the user interacts with the tool

Comments

@staabm
Copy link
Contributor

staabm commented Oct 24, 2022

running php vendor/bin/cadfael run --host mysql80.ab --username testuser --port 3306 mydb -vvv yields a big wall of text.
its kind of overwhelming and identifying what is critical or needs attention first is hard to grasp for the user.

it would be great if I could filter to only show Critical, Warning,.. etc.
when filtered there could be a summary table on the bottom which shows me how much errors/warnings/.. I did not see, because of my current filter

@xsist10 xsist10 added the enhancement New feature or request label Oct 28, 2022
@xsist10
Copy link
Owner

xsist10 commented Oct 28, 2022

Similar to the issue #41. I'll pick this one up next.

xsist10 added a commit that referenced this issue Nov 3, 2022
By using the `--severity [1-5]` the user can indicate what level of
issues to report on (1 - all, 5 - only the most severe).

Thus this can be used to ensure the user isn't overwhelmed with
feedback and allow the user to customize their level of failure
for CI jobs.

Related to issues #79 and #41.
@xsist10 xsist10 closed this as completed Nov 3, 2022
@xsist10 xsist10 added the interface Affects how the user interacts with the tool label Nov 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request interface Affects how the user interacts with the tool
Projects
None yet
Development

No branches or pull requests

2 participants