William Hubbs
William Hubbs
I would also like to see this implemented in the UI.
I am working on an ebuild for this in Gentoo, and we do not consider bundling dependencies to be a good thing, so I will be looking into packaging dependencies...
@prometheanfire is correct. Pinning to specific versions of dependencies can lead to Dependency Hell [1], so it is best to not do this. [1] https://en.wikipedia.org/wiki/Dependency_hell
I do not see the use case for this feature off the top of my head since it is possible to use shell aliases to accomplish the same thing. If,...
I am willing to reopen this for consideration. There have been major changes in the code since you submitted the pull request, so please rebase it on current master. I...
Hello, I am unable to reproduce this with python 3.3.5 and Bugzilla 4.4.5. Is it possible for you to test with python 3.3.5?
I haven't forgotten about this bug. I do not currently have a way to print out the xml of the query before it gets sent to Bugzilla. I will need...
I really like this feature, but I have a couple of suggestions. Please avoid bare except clauses, e.g. not "except:" but "except foo:" or "except foo as error:". Look at...
I traced the bug you cited above to the Bugzilla 3.0 release notes [1]. It looks like custom field names must be in lower case, so I think we can...
The [Default] section of the template seems a bit unclear. What is going on with the type setting?