Few fixes and enhancements for the CLI#22
Open
ThomasFaivre wants to merge 10 commits intorawrgulmuffins:0.6.0.devfrom
Open
Few fixes and enhancements for the CLI#22ThomasFaivre wants to merge 10 commits intorawrgulmuffins:0.6.0.devfrom
ThomasFaivre wants to merge 10 commits intorawrgulmuffins:0.6.0.devfrom
Conversation
Signed-off-by: Thomas Faivre <thomas.faivre@6wind.com>
Signed-off-by: Thomas Faivre <thomas.faivre@6wind.com>
Fixes the following issue:
$ bugzilla help
usage: bugzilla [-h] [-V] {} ...
bugzilla: error: invalid choice: 'help' (choose from )
Fixes: 39e0465 ("Down to just one attribute error.")
Signed-off-by: Thomas Faivre <thomas.faivre@6wind.com>
Signed-off-by: Thomas Faivre <thomas.faivre@6wind.com>
Signed-off-by: Thomas Faivre <thomas.faivre@6wind.com>
This command can dump or set any field of a bug Signed-off-by: Thomas Faivre <thomas.faivre@6wind.com>
This decorator allows to add a group of arguments. The with_server decorator has been replaced by this decorator. Search criteria for the 'search' command has been added to a separate group to improve clarity Signed-off-by: Thomas Faivre <thomas.faivre@6wind.com>
Only display the numbers of the matched bugs and not the summary. Signed-off-by: Thomas Faivre <thomas.faivre@6wind.com>
Signed-off-by: Thomas Faivre <thomas.faivre@6wind.com>
7fcc9e2 to
f2877eb
Compare
Signed-off-by: Thomas Faivre <thomas.faivre@6wind.com>
Owner
|
Hello and thank you for the PR. Brooks and I are both working on what our process should look like on our end. Sorry for the delay and we'd love to get feedback on changes you think should be implemented at a project level. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello!
I have started using bugzillatools commands recently and there were some stuff that I thought was missing for the cli. So I added some stuff and fixed some bugs on the way.
What do you think?
PS: I am not very familiar with the GitHub process, so if you would like to split the enhancement and the fixes, just tell me ;-)