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
e2bd6856 bugzilla: Alias old delta_ts to new last_change_time Cole Robinson <c****o@r****m> over 13 years ago
b469e5af Fix tests when run from source distribution Cole Robinson <c****o@r****m> over 13 years ago
6b792fcc Prep for release 0.8.0 Cole Robinson <c****o@r****m> over 13 years ago
dc9cad0e Prep for release 0.8.0 Cole Robinson <c****o@r****m> over 13 years ago
dcf2c39e MANIFEST: Distribute API notes file Cole Robinson <c****o@r****m> over 13 years ago
1324a81c Make editcomponent, addcomponent use upstream API Cole Robinson <c****o@r****m> over 13 years ago
bbc6e811 Implement updateperms with User.update() Cole Robinson <c****o@r****m> over 13 years ago
a574eb32 User: Track groups and groupnames Cole Robinson <c****o@r****m> over 13 years ago
6b881fd2 Fix version(s) typo
Signed-off-by: Richard Marko <r****o@r****m>
Richard Marko <r****o@r****m>
Committed by: Cole Robinson <c****o@r****m>
over 13 years ago
e3a2dd8f Expose bug history
Signed-off-by: Richard Marko <r****o@r****m>
Richard Marko <r****o@r****m>
Committed by: Cole Robinson <c****o@r****m>
over 13 years ago
63344b8e Add some notes about upstream API, various other bits Cole Robinson <c****o@r****m> over 13 years ago
329bff06 Make sure we do URL fixup when detecting the bugzilla version Cole Robinson <c****o@r****m> over 13 years ago
85e93ec6 Have return ordering of getusers match input (bz 906781) Cole Robinson <c****o@r****m> over 13 years ago
019e35e8 User: Simplify class instantiation Cole Robinson <c****o@r****m> over 13 years ago
994f8893 User: Remove never-working update() method Cole Robinson <c****o@r****m> over 13 years ago
5835e37b Fix outputing lists of strings with --outputformat (bz 905529) Cole Robinson <c****o@r****m> over 13 years ago
33b6dec4 Handle flag_types going away the best we can Cole Robinson <c****o@r****m> over 13 years ago
c753ce81 Add updateattachmentflags() API (bz 623850) Cole Robinson <c****o@r****m> over 13 years ago
e85f7231 bug: Make tag append/remove smarter Cole Robinson <c****o@r****m> over 13 years ago
df90c5da bugzilla: Add modify --whiteboard (bz 548183) Cole Robinson <c****o@r****m> over 13 years ago
c7431f48 Add some basic testing for NovellBugzilla Cole Robinson <c****o@r****m> over 13 years ago
40212450 bugzilla: Rework output formatting Cole Robinson <c****o@r****m> over 13 years ago
f8cb5412 bugzilla: Prettier command lists on error Cole Robinson <c****o@r****m> over 13 years ago
b917c3e8 Simplify cookie handling with code from pybugz Cole Robinson <c****o@r****m> over 13 years ago
8593bab1 Doh, fix hasattr impl Cole Robinson <c****o@r****m> over 13 years ago
928a5b12 EPEL5 back compat fixes Cole Robinson <c****o@r****m> over 13 years ago
a2d3c6b4 rhbugzilla: Make back compat post_translation opt in Cole Robinson <c****o@r****m> over 13 years ago
6c8ec7cd bugzilla: Simplify query --raw roundtrips Cole Robinson <c****o@r****m> over 13 years ago
7d1fc6a5 Make funky --outputformat options to their param names Cole Robinson <c****o@r****m> over 13 years ago
985597ff Don't needlessly refresh when doing dir(bugobj) Cole Robinson <c****o@r****m> over 13 years ago
0357548d Update doc files, add HACKING, .mailmap Cole Robinson <c****o@r****m> over 13 years ago
26570c7f tests: Add a basic login test Cole Robinson <c****o@r****m> over 13 years ago
4dfba418 bug: Drop old RH getbug compat Cole Robinson <c****o@r****m> over 13 years ago
a21307b4 bug: Add alias aware hasattr impl Cole Robinson <c****o@r****m> over 13 years ago
1e1c9359 Better tests for outputformat quirks Cole Robinson <c****o@r****m> over 13 years ago
c4ef5dfe Another test fix to not rely on locally changed values Cole Robinson <c****o@r****m> over 13 years ago
b4114df9 Clarify some pylint checks we skip Cole Robinson <c****o@r****m> over 13 years ago
0e5bd046 Drop all unresolved FIXME/XXX/TODO comments Cole Robinson <c****o@r****m> over 13 years ago
1bf50bfe Make getbugsimple actually a bit simple Cole Robinson <c****o@r****m> over 13 years ago
cea1c53e Remove TODO file Cole Robinson <c****o@r****m> over 13 years ago
60818f3e Fix pylint warnings on F18 Cole Robinson <c****o@r****m> over 13 years ago
0bf3df12 Preserve old --oneline flag spacing Cole Robinson <c****o@r****m> over 13 years ago
e5b66aff Use a different bug for ro flag testing Cole Robinson <c****o@r****m> over 13 years ago
e62cd4b7 rhbugzilla: Update the doc string Cole Robinson <c****o@r****m> over 13 years ago
6514965d bugzilla: Do all modify commands in bulk Cole Robinson <c****o@r****m> over 13 years ago
70c4255d bugzilla: Make outputformat resilient to missing fields Cole Robinson <c****o@r****m> over 13 years ago
863dfd22 Add tests for bug.get_flag* commands Cole Robinson <c****o@r****m> over 13 years ago
a1a0c2e9 bugzilla: Document how to clear a flag with 'modify' Cole Robinson <c****o@r****m> over 13 years ago
729f8f5c rhbugzilla: Remove adduser, centralize createuser Cole Robinson <c****o@r****m> over 13 years ago
feb3b5b8 rhbugzilla: Use upstream Flag.update and Bug.add_attachment Cole Robinson <c****o@r****m> over 13 years ago
5b49590c rhbugzilla: Remove redundant _update_bug Cole Robinson <c****o@r****m> over 13 years ago
9569951d Replace bug modify routines with update_bugs usage Cole Robinson <c****o@r****m> over 13 years ago
f6573f23 bug: Remove unused autorefresh parameter Cole Robinson <c****o@r****m> over 13 years ago
0db88fc8 bugzilla: Drop check_args parameter from createbug Cole Robinson <c****o@r****m> over 13 years ago
e92d4cb7 Rearrange base.py code Cole Robinson <c****o@r****m> over 13 years ago
72ba03a3 Break out bug.py and cookies.py from base.py Cole Robinson <c****o@r****m> over 13 years ago
8da2d16e Fix creation_ts->creation_time alias Cole Robinson <c****o@r****m> over 13 years ago
63ff14c5 Remove some pylint Cole Robinson <c****o@r****m> over 13 years ago
6a16ed53 Try and clarify the official API bits in __init__ Cole Robinson <c****o@r****m> over 13 years ago
27ba0815 Add field aliases for old 'opendate' and 'creation_ts' fields Cole Robinson <c****o@r****m> over 13 years ago
609f6e4a rhbugzilla: Switch to upstream getbug impls Cole Robinson <c****o@r****m> over 13 years ago
b03b6846 Combine bz3 and bz4 getbug* calls Cole Robinson <c****o@r****m> over 13 years ago
082bdd2a rhbugzilla: Use upstream bugzilla getbugfields impl Cole Robinson <c****o@r****m> over 13 years ago
206d7e54 rhbugzilla: Remove unused _get_info call Cole Robinson <c****o@r****m> over 13 years ago
cde5078c rhbugzilla: Remove dead code after comment change Cole Robinson <c****o@r****m> over 13 years ago
72c73330 bugzilla: Better docs for boolean options, add optiongroups Cole Robinson <c****o@r****m> over 13 years ago
d34feaa5 bugzilla: Only do boolean space splitting if it's for an operator Cole Robinson <c****o@r****m> over 13 years ago
b520767c tests: Add a 'query --fixed_in' test Cole Robinson <c****o@r****m> over 13 years ago
60ec9cb0 bugzilla: Fix query --fixed_in (trac #35) Cole Robinson <c****o@r****m> over 13 years ago
253e2c63 rhbugzilla: Add comment at same time as making other updates (trac #44) Cole Robinson <c****o@r****m> over 13 years ago
d4d83b3e bugzilla: Allow querying multiple versions (trac #25) Cole Robinson <c****o@r****m> over 13 years ago
6ad1f93c Make it harder to inadvertently use logging.debug Cole Robinson <c****o@r****m> over 13 years ago
1bd722ff Move url_to_query to Bugzilla class, remove util.py Cole Robinson <c****o@r****m> over 13 years ago
343c8401 bugzilla: Remove long redundant encoding conversion Cole Robinson <c****o@r****m> over 13 years ago
90b1ccad Simplify user_agent generation and test it Cole Robinson <c****o@r****m> over 13 years ago
bdcdf7fa Only store version string in one place Cole Robinson <c****o@r****m> over 13 years ago
ccdb29d3 setup.py: Build out 'pylint' command and fix warnings Cole Robinson <c****o@r****m> over 13 years ago
53e1b183 Remove manual tests Cole Robinson <c****o@r****m> over 13 years ago
1cb7f078 Detection of the RH Bugzilla by the extension() call Lukas Zachar <l****r@r****m>
Committed by: Cole Robinson <c****o@r****m>
over 13 years ago
ff66548b tests: Add functional tests for 'bugzilla attach' Cole Robinson <c****o@r****m> over 13 years ago
89c64243 tests: Finish all 'bugzilla modify' tests Cole Robinson <c****o@r****m> over 13 years ago
0c567baf setup: Check tests dir for pylint (but don't fix yet) Cole Robinson <c****o@r****m> over 13 years ago
26c7247d tests: 'modify' status tests Cole Robinson <c****o@r****m> over 13 years ago
aaeba089 bin/bugzilla: Move 'modify' handling to its own function Cole Robinson <c****o@r****m> over 13 years ago
8955a6da tests: Add rw_functional tests Cole Robinson <c****o@r****m> over 13 years ago
e9cbe7f8 bugzilla: Add field aliases for blocked, dependson, bug_file_loc Cole Robinson <c****o@r****m> over 13 years ago
b4b1fd1e bugzilla: Improve handling of attribute alias compat Cole Robinson <c****o@r****m> over 13 years ago
29a67d51 bugzilla: Clean up 'new' command Cole Robinson <c****o@r****m> over 13 years ago
b076aeb1 bugzilla: Move output formatting to its own function Cole Robinson <c****o@r****m> over 13 years ago
8fecef81 tests: Add functional query --outputformat tests Cole Robinson <c****o@r****m> over 13 years ago
65187162 bugzilla: Error if unused args are specified Cole Robinson <c****o@r****m> over 13 years ago
7d4ce5b9 tests: Add tests for query --oneline, --raw, --extra Cole Robinson <c****o@r****m> over 13 years ago
5ebbe579 bugzilla: Log stack trace if we catch exception from main() Cole Robinson <c****o@r****m> over 13 years ago
29b90370 base: Remove noisy and redundant cookie logging Cole Robinson <c****o@r****m> over 13 years ago
88a3808d bugzilla: Improve --debug output format Cole Robinson <c****o@r****m> over 13 years ago
7e17f9fc bugzilla: Remove tab usage, error in the future Cole Robinson <c****o@r****m> over 13 years ago
1a01396e tests: Add basic functional query tests Cole Robinson <c****o@r****m> over 13 years ago
cceb5d5a tests: speed up functional tests Cole Robinson <c****o@r****m> over 13 years ago
0db3bda1 tests: Use a hidden cli arg for query unit testing Cole Robinson <c****o@r****m> over 13 years ago
8b335f22 bugzilla: Use RHBugzilla class instead of backcompat RHBugzilla4 Cole Robinson <c****o@r****m> over 13 years ago

← Back to repository