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

feat: make project in report accept wildcards for filtering #45

Merged
merged 3 commits into from
Feb 7, 2024

Conversation

simonsan
Copy link
Contributor

@simonsan simonsan commented Jan 27, 2024

Fixes #43

I also fixed two tiny clippy lints along the way in the same file.

Example:

bartib report -p maintenance::*
bartib report -p *rustic*
bartib report -p *rusti?

Would all match maintenance::rustic.

@nikolassv
Copy link
Owner

Thanks for the PR! This looks like a nice enhancement to reports. I never considered using hierarchical project names, but this makes a lot of sense.

I will merge it soon.

@nikolassv nikolassv merged commit 8798bce into nikolassv:master Feb 7, 2024
2 checks passed
@nikolassv
Copy link
Owner

Thanks again for your work and you valuable input to bartib! I am sorry that it took me so long to merge your pr. Right now, I am quite busy at work, but I hope I will be able to put some more time into bartib in the near future.

This pull request was closed.
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.

report command: Use wildmatch for matching projects in reports
2 participants