An open API service providing commit metadata for open source projects.

GitHub / python-bugzilla/python-bugzilla / commits

Python library and command line tool for interacting with Bugzilla

SHA Message Author Date Stats
9853e165 Couple error handling fixes for SSL issues Cole Robinson <c****o@r****m> over 12 years ago
854773f3 Make imports python3 compatible Arun Babu Neelicattu <a****n@r****m>
Committed by: Cole Robinson <c****o@r****m>
over 12 years ago
cacd5417 Update to_encoding to be forward compatible with python3 Arun Babu Neelicattu <a****n@r****m>
Committed by: Cole Robinson <c****o@r****m>
over 12 years ago
24659deb Fix logging to use correct logger Arun Babu Neelicattu <a****n@r****m>
Committed by: Cole Robinson <c****o@r****m>
over 12 years ago
0575fce0 Use requests instead of pycurl Arun Babu Neelicattu <a****n@r****m>
Committed by: Cole Robinson <c****o@r****m>
over 12 years ago
c059c6ee Make attachment data handling compatible for python3 Arun Babu Neelicattu <a****n@r****m>
Committed by: Cole Robinson <c****o@r****m>
over 12 years ago
0952c537 Update imports Arun Babu Neelicattu <a****n@r****m>
Committed by: Cole Robinson <c****o@r****m>
over 12 years ago
a1b91387 Use bug.__unicode__() instead of built-in unicode method for forward compatib... Arun Babu Neelicattu <a****n@r****m>
Committed by: Cole Robinson <c****o@r****m>
over 12 years ago
4932eedb Handle pylint errors related to magic usage Arun Babu Neelicattu <a****n@r****m>
Committed by: Cole Robinson <c****o@r****m>
over 12 years ago
847eea84 Do not mutate dict objects when iterating keys Arun Babu Neelicattu <a****n@r****m>
Committed by: Cole Robinson <c****o@r****m>
over 12 years ago
abfe61f5 update usage of built-in sorted() method Arun Babu Neelicattu <a****n@r****m>
Committed by: Cole Robinson <c****o@r****m>
over 12 years ago
9672361a Replace reduce usage Arun Babu Neelicattu <a****n@r****m>
Committed by: Cole Robinson <c****o@r****m>
over 12 years ago
31c54d80 Update octal literals to be forward compatible. Prefix is '0o'. Arun Babu Neelicattu <a****n@r****m>
Committed by: Cole Robinson <c****o@r****m>
over 12 years ago
ca1557bd Add *requirement.txt files Arun Babu Neelicattu <a****n@r****m>
Committed by: Cole Robinson <c****o@r****m>
over 12 years ago
fd1aed60 Fix live tests after the previous commit Cole Robinson <c****o@r****m> over 12 years ago
0fc22856 bugzilla: Don't show methods in --raw output (bz 998256) Cole Robinson <c****o@r****m> over 12 years ago
3e0dc4a5 Fix new pylint on f20 Cole Robinson <c****o@r****m> over 12 years ago
d366ed82 Replace file() with open() for forward compatibility Arun Babu Neelicattu <a****n@r****m>
Committed by: Cole Robinson <c****o@r****m>
over 12 years ago
0d4f87df Call __unicode__ explicitly to allow for str(bug) usage in python3 Arun Babu Neelicattu <a****n@r****m>
Committed by: Cole Robinson <c****o@r****m>
over 12 years ago
515be216 Make exception handling forward compatible with python3 Arun Babu Neelicattu <a****n@r****m>
Committed by: Cole Robinson <c****o@r****m>
over 12 years ago
9fb22e28 Make print statements forward compatibile with python3 Arun Babu Neelicattu <a****n@r****m>
Committed by: Cole Robinson <c****o@r****m>
over 12 years ago
3b8a7f80 man: More tweaks to recent additions (thanks Steve Tyler) Cole Robinson <c****o@r****m> almost 13 years ago
88b8d402 man: Another tweak to outputformat section Cole Robinson <c****o@r****m> almost 13 years ago
277deacc man: Add documentation section about --outputformat Cole Robinson <c****o@r****m> almost 13 years ago
c9b2b06e Fix running pylint on bin/bugzilla Cole Robinson <c****o@r****m> almost 13 years ago
7fdb5e90 bugzilla: Have query --full show component field (bz 995694) Cole Robinson <c****o@r****m> almost 13 years ago
905f4384 bugzilla: Fix 'query --long_desc' Cole Robinson <c****o@r****m> almost 13 years ago
8a8b38fc Fix command in new bug creation examples. Ville Skyttä <v****a@i****i>
Committed by: Cole Robinson <c****o@r****m>
almost 13 years ago
527bc535 bugzilla: Speed up info --component_owners Cole Robinson <c****o@r****m> almost 13 years ago
80408508 base: Raise HTTP error Cole Robinson <c****o@r****m> almost 13 years ago
0303f288 Fix some pylint Cole Robinson <c****o@r****m> almost 13 years ago
169c6d20 base: Consistently log XMLRPC params Cole Robinson <c****o@r****m> almost 13 years ago
7e268315 base: getcomponentsdetails: Try a refresh if data isn't cached Cole Robinson <c****o@r****m> almost 13 years ago
7628ee31 Use pycurl multi interface to let ctrl-c work Cole Robinson <c****o@r****m> almost 13 years ago
27f6b9d1 tests: Adjust for latest BZ in the wild Cole Robinson <c****o@r****m> almost 13 years ago
9269d0a8 base: Don't try any error handling with getbugfields, send it to the user Cole Robinson <c****o@r****m> almost 13 years ago
64d37d2e spec: Don't depend on python-magic on RHEL5 Cole Robinson <c****o@r****m> almost 13 years ago
e6a0fbdb spec: pycurl needed during build for test suite Cole Robinson <c****o@r****m> almost 13 years ago
96a0553b Prep for release 0.9.0 Cole Robinson <c****o@r****m> almost 13 years ago
a782282e CVE-2013-2191: Switch to pycurl to get SSL host and cert validation Cole Robinson <c****o@r****m> almost 13 years ago
f7498b03 Add RPM spec file Cole Robinson <c****o@r****m> almost 13 years ago
b930cdf3 cli: Fix another spacing issue on usage printing Cole Robinson <c****o@r****m> almost 13 years ago
147a6546 Remove NovellBugzilla Cole Robinson <c****o@r****m> almost 13 years ago
6d1bfe8f base: Change default cookie format back to Mozilla Cole Robinson <c****o@r****m> almost 13 years ago
1a107b34 base: Always deal with cookies in LWP format Cole Robinson <c****o@r****m> almost 13 years ago
3e60ade5 bugzilla: modify: add --summary Cole Robinson <c****o@r****m> about 13 years ago
becb25f8 tests: Fix a minor failure Cole Robinson <c****o@r****m> about 13 years ago
40e486c2 bugzilla: create: Allow multiple --blocks, --dependson, --cc, --groups Cole Robinson <c****o@r****m> about 13 years ago
c05c0c69 base: Add build_createbug function Cole Robinson <c****o@r****m> about 13 years ago
537a3c1f bugzilla: modify: Add --url Cole Robinson <c****o@r****m> about 13 years ago
940966a0 bugzilla: modify: Add --arch, --os, --version Cole Robinson <c****o@r****m> about 13 years ago
192a5d17 bugzilla: modify: Add --priority, --severity Cole Robinson <c****o@r****m> about 13 years ago
3ed293c9 bugzilla: modify: Add --target_release, --target_milestone Cole Robinson <c****o@r****m> about 13 years ago
14bf1f32 bugzilla: modify: qa, devel, internal whiteboard handling Cole Robinson <c****o@r****m> about 13 years ago
9767c51d bugzilla: modify: Add --blocked and --keywords Cole Robinson <c****o@r****m> about 13 years ago
7cbb721f bugzilla: modify: Add --groups Cole Robinson <c****o@r****m> about 13 years ago
9f364f84 bugzilla: modify: Allow --cc -email for removal Cole Robinson <c****o@r****m> about 13 years ago
8aea7027 bugzilla: modify: Allow multiple --whiteboard Cole Robinson <c****o@r****m> about 13 years ago
58ba0074 bugzilla: modify: Add --reset-assignee and --reset-qa-contact Cole Robinson <c****o@r****m> about 13 years ago
82cc4859 bugzilla: Add option groups for 'modify' command Cole Robinson <c****o@r****m> about 13 years ago
f6b0780c tests: Add functional tests for modify --dependson Cole Robinson <c****o@r****m> about 13 years ago
4ce48c16 bugzilla: modify: Allow multiple --dependson Cole Robinson <c****o@r****m> about 13 years ago
35754741 tests: Add 'bugzilla modify' unit tests Cole Robinson <c****o@r****m> about 13 years ago
68d958fc setup.py: Make it executable Cole Robinson <c****o@r****m> about 13 years ago
ba991a85 Simplify createbug() API to accept a dict like query() Cole Robinson <c****o@r****m> about 13 years ago
f3673343 tests: Add basic unit tests for 'bugzilla new' Cole Robinson <c****o@r****m> about 13 years ago
04844654 Move build_update to base.py Cole Robinson <c****o@r****m> about 13 years ago
8b7f7c1c Move build_query to base Cole Robinson <c****o@r****m> about 13 years ago
6ed64128 rhbugzilla: Is now bugzilla 4.4 Cole Robinson <c****o@r****m> about 13 years ago
49e73065 bz-api-notes: Fix bugzilla links Cole Robinson <c****o@r****m> about 13 years ago
9ddba16c Remove THANKS Cole Robinson <c****o@r****m> about 13 years ago
10a6860e Add 'bugzilla new --groups' Paul W. Frields <p****s@r****m>
Committed by: Cole Robinson <c****o@r****m>
about 13 years ago
fe0704b3 bugzilla: Make getbug report descriptive error (bz 963979) Cole Robinson <c****o@r****m> about 13 years ago
6e35c4d8 rhbz 4.4 is out, drop back compat bits Cole Robinson <c****o@r****m> about 13 years ago
4145fc85 bugzilla: Move _getbug private impls to base.py Cole Robinson <c****o@r****m> about 13 years ago
4ba93787 bugzilla: Move shared private impls to base.py Cole Robinson <c****o@r****m> about 13 years ago
dfbceb64 bugzilla3: Remove unused _getuserforid Cole Robinson <c****o@r****m> about 13 years ago
6ba2a577 Remove getqueryinfo bits that no longer work Cole Robinson <c****o@r****m> about 13 years ago
0bc55357 Mention url_to_query in the build_query docstring Cole Robinson <c****o@r****m> about 13 years ago
cef36c78 Drop needless _query override in rhbugzilla Cole Robinson <c****o@r****m> about 13 years ago
9400eeba tests: Fix to work with latest partner-bugzilla Cole Robinson <c****o@r****m> about 13 years ago
e9d27f1a Bunch of cookie handling cleanups and testing Cole Robinson <c****o@r****m> about 13 years ago
6e78922b build_query: Handle boolean_query as string or list Cole Robinson <c****o@r****m> about 13 years ago
3939b452 tests: Fix coverage after recent import tweaks Cole Robinson <c****o@r****m> about 13 years ago
424f6ffc bugzilla: Preserve cookiefile=None behavior Cole Robinson <c****o@r****m> about 13 years ago
07dfb63b tests/misc.py: Fix pep8 issues Cole Robinson <c****o@r****m> about 13 years ago
a4c802e2 bugzilla: use passed in cookies correctly
Signed-off-by: Don Zickus <d****s@r****m>
Don Zickus <d****s@r****m>
Committed by: Cole Robinson <c****o@r****m>
about 13 years ago
4a1dd970 bugzilla: modify: Add --component and --product Cole Robinson <c****o@r****m> about 13 years ago
0079a392 tests: Fix gitignore after last commit Cole Robinson <c****o@r****m> about 13 years ago
33825836 tests: Replace 'scriptimports' with a much simpler method Cole Robinson <c****o@r****m> about 13 years ago
dfe22d6b rhbz: Make post_translation safe to run multiple times Cole Robinson <c****o@r****m> about 13 years ago
5217a0c9 rhbugzilla: Remove redundant (and harmful) post_translation call Cole Robinson <c****o@r****m> about 13 years ago
9fff1c9d bugzilla: modify: Remove parameter whitelist check Cole Robinson <c****o@r****m> over 13 years ago
d0b87955 modify: new option --dependson
Signed-off-by: Don Zickus <d****s@r****m>
Don Zickus <d****s@r****m>
Committed by: Cole Robinson <c****o@r****m>
over 13 years ago
e95f1809 test: List tests if using --only Cole Robinson <c****o@r****m> over 13 years ago
e2af8909 Move attachment type sniffing into API Cole Robinson <c****o@r****m> over 13 years ago
74ef6452 setup.py: Add 'tests --only [str]' for test filtering Cole Robinson <c****o@r****m> over 13 years ago
57f00f2c bugzilla: Improve error reporting for adding attachments Cole Robinson <c****o@r****m> over 13 years ago
9d372a96 bugzilla: Separate attach get and attach add handling Cole Robinson <c****o@r****m> over 13 years ago
23b5b373 Fix uploading attachments as base64, and test it Cole Robinson <c****o@r****m> over 13 years ago

← Back to repository