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
0f294282 Quietly fixup missing bug_file_loc Will Woods <w****s@r****m> about 18 years ago
95406dfc Fix inconsistent comment Will Woods <w****s@r****m> about 18 years ago
5041bbd8 Patch to add --blocked and --dependson from jkeating Will Woods <w****s@r****m> about 18 years ago
248d7bb3 Add comment for later Will Woods <w****s@r****m> about 18 years ago
ff62f623 update man page a bit Will Woods <w****s@r****m> about 18 years ago
c98f4dc5 Improve Bugzilla3 class - getbug() works now! I think! Will Woods <w****s@r****m> about 18 years ago
091e7386 Woo doggies a big chunk of abstractification. Will Woods <w****s@r****m> about 18 years ago
74a42508 add --reporter flag and --status alias to query Will Woods <w****s@r****m> over 18 years ago
5ef2bc83 bump versions for release Will Woods <w****s@z****n> over 18 years ago
16f63de9 slightly better replace_getbug_errors.. method Will Woods <w****s@r****m> over 18 years ago
1e3c7fe7 Add raw Bugzilla._updateflags() method Will Woods <w****s@r****m> over 18 years ago
968168a1 stupid naive tweak in replace_errors_with_None for _getbugssimple.. also clar... Will Woods <w****s@r****m> over 18 years ago
10f23b51 Handle missing bugs better when modifying Will Woods <w****s@r****m> over 18 years ago
ee89c5d0 handle faults during multicalls better; synthesize faults for broken getbugsi... Will Woods <w****s@r****m> over 18 years ago
f5842b6a Simplify "modify" code block Will Woods <w****s@r****m> over 18 years ago
5fe216da reminder comment about multicall modify Will Woods <w****s@r****m> over 18 years ago
007faac9 initial "modify" support - you can close and comment on bugs. whee! Will Woods <w****s@r****m> over 18 years ago
a93d570b Clarify AttributeError for missing attributes; add reload() alias for Bug.ref... Will Woods <w****s@r****m> over 18 years ago
9a8879da Add Bug.setstatus(), fix Bugzilla._setstatus(), add some groundwork for Bug.a... Will Woods <w****s@r****m> over 18 years ago
aa4b541b add some comments and refactor setassignee a little bit Will Woods <w****s@r****m> over 18 years ago
8aff1a6d Implement Bugzilla._closebug() and Bug.close() Will Woods <w****s@r****m> over 18 years ago
9576daf6 improve man page Will Woods <w****s@r****m> over 18 years ago
672c1e66 syntax problem with help option. whoops. Will Woods <w****s@r****m> over 18 years ago
351b9988 duh, close needs a resolution Will Woods <w****s@r****m> over 18 years ago
017c7f06 more work on modify, fix optparsing Will Woods <w****s@r****m> over 18 years ago
b78fe3ed first hack at a manpage Will Woods <w****s@r****m> over 18 years ago
8c4365fb fix up option parsing a bit, and add beginnings of modify command Will Woods <w****s@r****m> over 18 years ago
6b527910 remove #! line - this is a library, not an executable script Will Woods <w****s@r****m> over 18 years ago
ef28cd00 add some distutils stuff to .gitignore Will Woods <w****s@r****m> over 18 years ago
8dd185ed fix some packaging junk, clarify README a bit Will Woods <w****s@r****m> over 18 years ago
2f073b73 Squash a couple of bugs lmacken@redhat.com <l****n@r****m>
Committed by: Will Woods <w****s@r****m>
over 18 years ago
b5c728a2 add --blocked and --dependson Will Woods <w****s@r****m> over 18 years ago
d89d43cf do parser.error if missing required arguments to new Will Woods <w****s@r****m> almost 19 years ago
89946786 share output code between "query" and "new" Will Woods <w****s@r****m> almost 19 years ago
d69b8d6a Handle missing getBugFields more gracefully Will Woods <w****s@r****m> almost 19 years ago
f871d03b add "new" action to CLI Will Woods <w****s@r****m> almost 19 years ago
9d84405d Add some logging, fix some comments Will Woods <w****s@r****m> almost 19 years ago
b29fa459 commentary, clean up Bug.__getattr__ a bit Will Woods <w****s@r****m> almost 19 years ago
3db72c40 fix up bugfields() method signature, add comments Will Woods <w****s@r****m> almost 19 years ago
608e2d46 add getbugfields Will Woods <w****s@r****m> almost 19 years ago
1a80430d fix createbug, add url, __repr__, and addcomment to Bug Will Woods <w****s@r****m> almost 19 years ago
f72bac58 make createbug return a Bug object. Add yet more comments. Will Woods <w****s@r****m> almost 19 years ago
4aae6fb8 Minor stylistic change Will Woods <w****s@r****m> almost 19 years ago
6921d9a0 Fix query --bug_status, clean up --bug_id Will Woods <w****s@r****m> almost 19 years ago
aa7576fa move setassignee to the Bug object Will Woods <w****s@r****m> almost 19 years ago
56564c9c move check code to setassignee, add docs Will Woods <w****s@r****m> almost 19 years ago
b56e6e65 implement _setassignee Will Woods <w****s@r****m> almost 19 years ago
b61a9e66 merge Merge branch 'master' of ssh://wwoods.fedorapeople.org/~/public_html/python-b... Will Woods <w****s@r****m> almost 19 years ago
99357432 added getcomponentsdetails to _get_info Will Woods <w****s@r****m> almost 19 years ago
a9031640 fix cookieglob, handle keyboard interrupt, default to beta site Will Woods <w****s@w****n> almost 19 years ago
1f274b04 add createbug(), comment on _querydata Will Woods <w****s@r****m> almost 19 years ago
62b47286 Optimize query a bit for bug_id, add --outputformat Will Woods <w****s@r****m> almost 19 years ago
c2f39678 --full and --ids now overwrite each other (last one used wins) Will Woods <w****s@r****m> almost 19 years ago
c5768850 Add info --component_owners command Will Woods <w****s@r****m> almost 19 years ago
59249832 add componentsdetails methods Will Woods <w****s@r****m> almost 19 years ago
d05d1c81 Add cc, assigned_to, and bug_status - thanks Florian! Will Woods <w****s@r****m> almost 19 years ago
669c0517 Add some usage info, "info -v", and "query -s" commands Will Woods <w****s@w****n> almost 19 years ago
7445f721 bugfixes Will Woods <w****s@w****n> almost 19 years ago
d47e98e7 add some comments Will Woods <w****s@r****m> almost 19 years ago
f7c92068 rough first draft of bugzilla commandline tool Will Woods <w****s@r****m> almost 19 years ago
d9be5aa0 make readcookie public Will Woods <w****s@r****m> almost 19 years ago
bc76e720 Add distutils stuff Will Woods <w****s@r****m> almost 19 years ago
c81a4685 Dunno what I was thinking with __getattr__ and method calls. Thanks to ivazqu... Will Woods <w****s@w****n> almost 19 years ago
860383b4 typo fix Will Woods <w****s@w****n> almost 19 years ago
8df3228d tweak simplequery Will Woods <w****s@r****m> almost 19 years ago
6342b81b change query_comments to simplequery Will Woods <w****s@r****m> almost 19 years ago
2dc7a518 add helpful updatecc comment Will Woods <w****s@r****m> almost 19 years ago
9b82acbc More multicall cleanups Will Woods <w****s@r****m> almost 19 years ago
8913fbd7 Add fancy (and probably stupid) multicall interface, implement _updatecc Will Woods <w****s@r****m> almost 19 years ago
a2c7f115 Use tuples instead of dicts in multicalls (mostly for style reasons) Will Woods <w****s@r****m> almost 19 years ago
25a0d539 add multibug test, minor cleanups Will Woods <w****s@r****m> almost 19 years ago
49c70e1d ditch getbugfull, add getbugsimple - getbug defaults to full now. Will Woods <w****s@r****m> almost 19 years ago
580a8a4e Implement _setstatus, change other bug modifiers to use _-prefix Will Woods <w****s@r****m> almost 19 years ago
8e40dad6 add comments, rename _getqueryinfo to getqueryinfo, remove bug.refreshattr an... Will Woods <w****s@r****m> almost 19 years ago
10d6de14 more comments/documentation Will Woods <w****s@r****m> almost 19 years ago
5320875f fix refreshattr Will Woods <w****s@r****m> almost 19 years ago
82fbd8a1 code cleanup Will Woods <w****s@r****m> almost 19 years ago
121944fb rename Bug.tags() back to Bug.gettags() Will Woods <w****s@r****m> almost 19 years ago
f34c7c7b add _getbugsfull, clean up getbugs and query a bit Will Woods <w****s@r****m> almost 19 years ago
e39164bb Add multicall methods _getbugs and _get_info; fix typo in getbug Will Woods <w****s@r****m> almost 19 years ago
9d245a97 Add COPYING, README, TODO Will Woods <w****s@r****m> almost 19 years ago
aa075952 small formatting change for clarity Will Woods <w****s@w****n> almost 19 years ago
878fb246 be a bit clearer about getbug/getbugfull Will Woods <w****s@w****n> almost 19 years ago
4afdcd4f make query() and getbug() return Bugs, adapt selftest.py Will Woods <w****s@w****n> almost 19 years ago
9ee1856c add Bug object, which has methods for modifying bugs Will Woods <w****s@r****m> almost 19 years ago
da6ca0d5 fix selftest since we changed the name of the products() method Will Woods <w****s@r****m> almost 19 years ago
b102058b rework "components" and "products" a bit to do caching, move code around, add... Will Woods <w****s@r****m> almost 19 years ago
9db24904 Add openattachment and attachfile Will Woods <w****s@r****m> almost 19 years ago
fe0234f1 minor doc/comment cleanups Will Woods <w****s@r****m> almost 19 years ago
33df82dc explain how query() works better Will Woods <w****s@r****m> almost 19 years ago
c408ef23 add a query test to selftest.py Will Woods <w****s@r****m> almost 19 years ago
102fa81b add querydata, querydefaults, and query; slight fixup for CookieTransport Will Woods <w****s@r****m> almost 19 years ago
d1171c25 add TODO comment Will Woods <w****s@w****n> almost 19 years ago
e6f699f0 Add GPL header to selftest.py Will Woods <w****s@w****n> almost 19 years ago
bebde5fd handle missing cookies Will Woods <w****s@w****n> almost 19 years ago
26a94249 useful comment about cookies v. login/password Will Woods <w****s@r****m> almost 19 years ago
da08b9a9 cleanups Will Woods <w****s@r****m> almost 19 years ago
94b0598a remove selftest code Will Woods <w****s@m****m> almost 19 years ago
425c1f74 move selftest stuff to an external file Will Woods <w****s@m****m> almost 19 years ago
40b7b7f4 ignore obviously useless files Will Woods <w****s@m****m> almost 19 years ago

← Back to repository