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
a4c9a5fa tests: Reorg things a bit to increase coverage accuracy Cole Robinson <c****o@r****m> over 13 years ago
d6b8ced4 tests: Add misc-tests covering more bin/bugzilla bits Cole Robinson <c****o@r****m> over 13 years ago
afa25d3e bin/bugzilla: Break out all 'info' handling to its own function Cole Robinson <c****o@r****m> over 13 years ago
28ee7a0f unittest bugzilla info --component_owners Cole Robinson <c****o@r****m> over 13 years ago
4881f277 tests: Add functional tests for info --versions Cole Robinson <c****o@r****m> over 13 years ago
d9cfea1b Wire up bugzilla4.2 features for Product.get Cole Robinson <c****o@r****m> over 13 years ago
a8a718a9 Add version numbers for each bugzilla class Cole Robinson <c****o@r****m> over 13 years ago
22ca34d5 Add stub classes for Bugzilla42 and Bugzilla44 Cole Robinson <c****o@r****m> over 13 years ago
5f2f87a1 tests: Add basic readonly functional tests Cole Robinson <c****o@r****m> over 13 years ago
0ba60ff2 bugzilla: Have info --products/--components just return lists Cole Robinson <c****o@r****m> over 13 years ago
d6734dad tests: Hack to abort tests on ctrl-c and report errors Cole Robinson <c****o@r****m> over 13 years ago
9ceb0687 tests: Make coverage non-optional, exclude tests/ from output Cole Robinson <c****o@r****m> over 13 years ago
5d92cf9f tests/query: Add copyright and license header Cole Robinson <c****o@r****m> over 13 years ago
bfb5f4a1 Wire up CLOSED/DUPLICATE support in the cli
Signed-off-by: Adam Jackson <a****x@r****m>
Adam Jackson <a****x@r****m> over 13 years ago
e7d9d7ee rhbugzilla: make closing bugs actually work
Signed-off-by: Adam Jackson <a****x@r****m>
Adam Jackson <a****x@r****m> over 13 years ago
726f6c15 Update the data package for setting bug depdendencies. Added support for the ... Bryan Kearney <b****y@r****m>
Committed by: Cole Robinson <c****o@r****m>
over 13 years ago
82c2cd90 When logging Bug() info, sort the keys for easy reading Cole Robinson <c****o@r****m> over 13 years ago
8b1a472d rhbugzilla: Fix passing in multicall argument Cole Robinson <c****o@r****m> over 13 years ago
e15b8ed5 Fix typo in default imports Björn Wingman <b****n@g****m>
Committed by: Cole Robinson <c****o@r****m>
over 13 years ago
7ca8a60f Tag 0.7.0 release Cole Robinson <c****o@r****m> about 14 years ago
656e62e2 bugzilla: query: split all comma separated strings we document Cole Robinson <c****o@r****m> about 14 years ago
0eb7a564 Sync field aliases at refresh() time Cole Robinson <c****o@r****m> about 14 years ago
5174d547 rhbugzilla: Actually use the quicker getBugFields API Cole Robinson <c****o@r****m> about 14 years ago
5c8218bd rhbugzilla: Actually set up logging Cole Robinson <c****o@r****m> about 14 years ago
769e1869 Fix RHBugzilla class back compat Cole Robinson <c****o@r****m> about 14 years ago
725f9e10 Put some logging around query calls Cole Robinson <c****o@r****m> about 14 years ago
0e9af8aa Bugzilla 4.0 uses 'creator' instead of 'reporter' Cole Robinson <c****o@r****m> about 14 years ago
537cb858 Make _Bug.__getattr__ less strict, and smarter Cole Robinson <c****o@r****m> about 14 years ago
fbfe6605 Give a more explicit error if bug doesnt have a cached ID Cole Robinson <c****o@r****m> about 14 years ago
c873fd5b Log fetched bugfields Cole Robinson <c****o@r****m> about 14 years ago
ebc675f1 Fix querying bugzilla.gnome.org Cole Robinson <c****o@r****m> about 14 years ago
81d55166 Pass include_fields through build_query Cole Robinson <c****o@r****m> about 14 years ago
61a685c9 Use field_aliases for include_fields fixup Cole Robinson <c****o@r****m> about 14 years ago
c3c64d27 Add tests for --outputformat Cole Robinson <c****o@r****m> about 14 years ago
fe294d75 Unify bug_id querying Cole Robinson <c****o@r****m> about 14 years ago
5e946755 Boolean queries are RHBZ only Cole Robinson <c****o@r****m> about 14 years ago
64d3cf72 tests: Expand email query a bit Cole Robinson <c****o@r****m> about 14 years ago
19bed904 Move elaborate email querying to be RHBZ only Cole Robinson <c****o@r****m> about 14 years ago
ab28660c Move all the pre/post query translation to RHBugzilla Cole Robinson <c****o@r****m> about 14 years ago
c188ca4a Merge RHBugzilla4 into RHBugzilla Cole Robinson <c****o@r****m> about 14 years ago
033bb54e Make RHBugzilla3 == RHBugzilla4 Cole Robinson <c****o@r****m> about 14 years ago
6b1d06bd RHBugzilla: Remove a bunch of unused methods Cole Robinson <c****o@r****m> about 14 years ago
23b182d0 query: Always pass components as a list Cole Robinson <c****o@r****m> about 14 years ago
e1bc71d2 Add query tests for Bugzilla4 Cole Robinson <c****o@r****m> about 14 years ago
9acd883e Refactor query tests to be extendable Cole Robinson <c****o@r****m> about 14 years ago
3489cbe3 Move build_query to be a Bugzilla method Cole Robinson <c****o@r****m> about 14 years ago
3b3fcfa7 bugzilla4: Inheirit methods from Bugzilla36 Cole Robinson <c****o@r****m> about 14 years ago
983fb30e Further break out query building to it's own function Cole Robinson <c****o@r****m> about 14 years ago
8a5f1db0 merge Merge remote-tracking branch 'dzickus/latest' Will Woods <w****s@r****m> about 14 years ago
e188211f use RHBugzilla getBugFields method instead of Bug.fields() Will Woods <w****s@r****m> about 14 years ago
deaa9464 Actually abide generic bugzilla4, like freedesktop Cole Robinson <c****o@r****m> about 14 years ago
8e3697e8 Break out query handling into it's own function Cole Robinson <c****o@r****m> about 14 years ago
82c8a0b1 Add 'python setup.py pylint' Cole Robinson <c****o@r****m> about 14 years ago
3d5b8a59 Fill out query unittests to have near full coverage Cole Robinson <c****o@r****m> about 14 years ago
d7513325 Add a simple query test Cole Robinson <c****o@r****m> about 14 years ago
a486a80a Add initial unittest infrastructure Cole Robinson <c****o@r****m> about 14 years ago
f733ad3c bugzilla4: speed up the normal query case
Signed-off-by: Don Zickus <d****s@r****m>
Don Zickus <d****s@r****m> about 14 years ago
0f7fbed9 bugzilla4: column_list is removed in bugzilla4
Signed-off-by: Don Zickus <d****s@r****m>
Don Zickus <d****s@r****m> about 14 years ago
c08d2d95 bugzilla4: use query_format = advanced
Signed-off-by: Don Zickus <d****s@r****m>
Don Zickus <d****s@r****m> about 14 years ago
642f5013 bugzilla4: translate multiple components into an array
Signed-off-by: Don Zickus <d****s@r****m>
Don Zickus <d****s@r****m> about 14 years ago
90b41102 bugzilla4: translate include_fields if not passed in
Signed-off-by: Don Zickus <d****s@r****m>
Don Zickus <d****s@r****m> about 14 years ago
fe624d10 bugzilla4: translating bug_status
Signed-off-by: Aristeu Rozanski <a****k@r****m>
Aristeu Rozanski <a****k@r****m>
Committed by: Don Zickus <d****s@r****m>
about 14 years ago
2477b781 bugzilla: translate status_whiteboard
Signed-off-by: Aristeu Rozanski <a****k@r****m>
Aristeu Rozanski <a****k@r****m>
Committed by: Don Zickus <d****s@r****m>
about 14 years ago
eb9bc5e5 bugzilla: translate short_desc
Signed-off-by: Aristeu Rozanski <a****k@r****m>
Aristeu Rozanski <a****k@r****m>
Committed by: Don Zickus <d****s@r****m>
about 14 years ago
33d0fd66 bugzilla: expected separator for flags is ", " not ","
Signed-off-by: Aristeu Rozanski <a****k@r****m>
Aristeu Rozanski <a****k@r****m>
Committed by: Don Zickus <d****s@r****m>
about 14 years ago
73707286 bugzilla: move translation to two different methods so it can be reused
Signed-off-by: Aristeu Rozanski <a****k@r****m>
Aristeu Rozanski <a****k@r****m>
Committed by: Don Zickus <d****s@r****m>
about 14 years ago
2be7ae66 bugzilla: work around 'bug_status'
Signed-off-by: Aristeu Rozanski <a****k@r****m>
Aristeu Rozanski <a****k@r****m>
Committed by: Don Zickus <d****s@r****m>
about 14 years ago
7c6ce699 bugzilla: translate groups
Signed-off-by: Aristeu Rozanski <a****k@r****m>
Aristeu Rozanski <a****k@r****m>
Committed by: Don Zickus <d****s@r****m>
about 14 years ago
8fc04a73 bugzilla: translate alias
Signed-off-by: Aristeu Rozanski <a****k@r****m>
Aristeu Rozanski <a****k@r****m>
Committed by: Don Zickus <d****s@r****m>
about 14 years ago
44f9a42f bugzilla: translate 'component'
Signed-off-by: Aristeu Rozanski <a****k@r****m>
Aristeu Rozanski <a****k@r****m>
Committed by: Don Zickus <d****s@r****m>
about 14 years ago
0b9d2a74 bugzilla: translate keywords
Signed-off-by: Aristeu Rozanski <a****k@r****m>
Aristeu Rozanski <a****k@r****m>
Committed by: Don Zickus <d****s@r****m>
about 14 years ago
6492508c bugzilla: id must always be present on the output
Signed-off-by: Aristeu Rozanski <a****k@r****m>
Aristeu Rozanski <a****k@r****m>
Committed by: Don Zickus <d****s@r****m>
about 14 years ago
f83e8bde bugzilla: filtering "bug_id" and fixing queries accordingly
Signed-off-by: Aristeu Rozanski <a****k@r****m>
Aristeu Rozanski <a****k@r****m>
Committed by: Don Zickus <d****s@r****m>
about 14 years ago
e8384651 bugzilla: translate 'blockedby'
Signed-off-by: Aristeu Rozanski <a****k@r****m>
Aristeu Rozanski <a****k@r****m>
Committed by: Don Zickus <d****s@r****m>
about 14 years ago
a57a1da3 bugzilla: do not use hasattr
Signed-off-by: Aristeu Rozanski <a****k@r****m>
Aristeu Rozanski <a****k@r****m>
Committed by: Don Zickus <d****s@r****m>
about 14 years ago
88273551 Update RHBZ4 patch (fix _getbugfields and use of tabs) Will Woods <w****s@r****m> about 14 years ago
ca060c04 bugzilla4: Use column_list to include_fields conversion only when available
Signed-off-by: Michal Novotny <m****n@r****m>
Michal Novotny <m****n@r****m>
Committed by: Don Zickus <d****s@r****m>
about 14 years ago
1ca45b03 bugzilla4: Don't use flags when not present
Signed-off-by: Michal Novotny <m****n@r****m>
Michal Novotny <m****n@r****m>
Committed by: Don Zickus <d****s@r****m>
about 14 years ago
e0e0b342 bugzilla4: Fix flags handling Michal Novotny <m****n@r****m>
Committed by: Don Zickus <d****s@r****m>
about 14 years ago
2419b04a Bugzilla.connect(): add https://.../xmlrpc.cgi if missing from url Will Woods <w****s@r****m> about 14 years ago
ed7d7626 handle xmlrpc ProtocolErrors better (esp. redirects) Will Woods <w****s@r****m> about 14 years ago
a5de4e41 prep for 0.6.3 release (to go along with rhbz upgrade to bz 4.2) Will Woods <w****s@r****m> about 14 years ago
363ffbe0 Add bugzilla4 XML-RPC handling
Signed-off-by: Michal Novotny <m****n@r****m>
Michal Novotny <m****n@r****m>
Committed by: Will Woods <w****s@r****m>
about 14 years ago
fe65f737 Added GPL to the setup.py file. Ralph Bean <r****n@r****m>
Committed by: Cole Robinson <c****o@r****m>
over 14 years ago
5bc7c653 document 'keywords' as optional createbug param (ticket #26) Will Woods <w****s@r****m> almost 15 years ago
a4c12bea cli: add --blocked/--dependson to 'bugzilla new' (ticket #33) Will Woods <w****s@r****m> almost 15 years ago
d448ce74 doc: fix URL for Red Hat-specific API documentation (ticket #31) Will Woods <w****s@r****m> almost 15 years ago
99a3a7aa cli: boolean_query shouldn't split past second '-' (ticket #36) Will Woods <w****s@r****m> almost 15 years ago
6e70221a cli: fix query --severity (ticket #37) Will Woods <w****s@r****m> almost 15 years ago
1a37173f fixup for cli speedup with query --outputformat Will Woods <w****s@r****m> about 15 years ago
94338c8d cli speedup: request --outputformat fields when doing query Will Woods <w****s@r****m> about 15 years ago
19df0981 base: check field_aliases as well as bugfields in Bug.__getattr__ Will Woods <w****s@r****m> about 15 years ago
a705a660 cli: add --bug_status=OPEN Will Woods <w****s@r****m> about 15 years ago
9bd13f42 cli: remove uneeded 'glob' import Will Woods <w****s@r****m> about 15 years ago
0c5accac cli: cleaner formatting for list fields (e.g. 'component' on rhbz) Will Woods <w****s@r****m> about 15 years ago
589c8c6f non-fatal error if python-magic is missing Will Woods <w****s@r****m> about 15 years ago
76e74e47 remove unnecessary glob import Will Woods <w****s@r****m> about 15 years ago
53b4c11e Update bugzilla.1 manpage for 0.6.2 Will Woods <w****s@r****m> about 15 years ago
2fb3dcac Bump version to 0.6.2 and update TODO Will Woods <w****s@r****m> about 15 years ago
ea78823d cli: clean up --help and manpage output Will Woods <w****s@r****m> about 15 years ago

← Back to repository