summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Prefer RHBugzilla3 over RHBugzillaWill Woods2008-08-191-1/+4
|
* Move bugzilla3.RHBugzilla32 to rhbugzilla.RHBugzilla3, and import that in ↵Will Woods2008-08-193-149/+151
| | | | toplevel bugzilla module
* comment cleanupsWill Woods2008-08-182-1/+3
|
* cleanups - remove unsupported methods, update commentsWill Woods2008-08-181-34/+11
|
* Comment cleanupsWill Woods2008-08-181-1/+5
|
* Fix syntax errorWill Woods2008-08-181-1/+1
|
* update TODOWill Woods2008-08-181-2/+4
|
* Fix possible string formatting bugWill Woods2008-08-181-1/+2
|
* Add addcc/deletecc to Bug objectWill Woods2008-08-181-0/+8
|
* Fix up _updatecc - change the action param to match other methods and ↵Will Woods2008-08-183-5/+26
| | | | implement it for bz32.
* finish _updatewhiteboardWill Woods2008-08-151-1/+8
|
* clean up update_bug callsWill Woods2008-08-151-5/+7
|
* Partial implementation of _updatewhiteboardWill Woods2008-08-151-3/+15
|
* Add RHBugzilla32 class and shuffle methods around - API docs say that most ↵Will Woods2008-08-151-20/+36
| | | | of the good stuff is RH-specific. Still.
* Fix typo in _setassigneeWill Woods2008-08-151-1/+1
|
* Modify _updatedeps slightly (it wasn't being used by anything anyway) and ↵Will Woods2008-08-153-12/+37
| | | | implement it for bz32 and rhbz
* Let's not skip version 0.4 just yet.Will Woods2008-08-151-1/+1
|
* Remove unneccesary comments/docstrings on unimplemented methodsWill Woods2008-08-151-104/+1
|
* Add _update_bugs, implement most of the backend calls for BZ32, add stubs ↵Will Woods2008-08-151-4/+132
| | | | for the rest.
* Fix up _getbugssimpleWill Woods2008-08-081-4/+4
|
* Move multicall methods into rhbugzilla, since normal bugzilla instances ↵Will Woods2008-08-082-22/+30
| | | | don't support it
* bump version number, improve login actionWill Woods2008-08-051-5/+24
|
* Add disconnect() and logout() methodsWill Woods2008-08-052-16/+50
|
* Use Bugzilla32 where applicableWill Woods2008-08-051-8/+21
|
* Add _logout method, initial Bugzilla32 classWill Woods2008-08-051-5/+20
|
* API reminderWill Woods2008-08-051-0/+2
|
* forgot to bring back --cookiefileWill Woods2008-08-051-0/+2
|
* Fix syntax error typoWill Woods2008-08-051-1/+1
|
* Add login command and python-bugzilla-specific cookie file. Based on a patch ↵Will Woods2008-08-052-17/+44
| | | | by Zack Cerza.
* add TODO reminder about bz 3.2Will Woods2008-07-141-0/+1
|
* Merge branch 'abstractify' of ssh://git.fedorahosted.org/git/python-bugzilla ↵Will Woods2008-07-141-0/+2
|\ | | | | | | into abstractify
| * todos for man pagesWill Woods2008-06-211-0/+2
| |
* | comment changes, remove unneeded extra Bugzilla objectWill Woods2008-07-141-8/+4
|/
* Test the product/component handlingWill Woods2008-06-101-6/+14
|
* Explicitly mark methods unsupported by bugzilla3.0. Change the format of the ↵Will Woods2008-06-103-20/+48
| | | | .product attribute to be more like Bugzilla 3.x.
* stop sending passwords with rhbugzilla requests - rely on the login() cookie ↵Will Woods2008-06-103-37/+43
| | | | everywhere
* Fix up selftest a bitWill Woods2008-06-101-52/+65
|
* .bugzillarc support, small fix for bugzilla3 compatibilityWill Woods2008-06-091-13/+45
|
* Begin adding .bugzillarc supportWill Woods2008-06-061-1/+17
|
* remove broken cookiefile junk, add more debuggingWill Woods2008-06-062-35/+12
|
* ignore build dirWill Woods2008-06-061-0/+1
|
* Fix cookie handling for bugzilla installations not on root of host, add some ↵Will Woods2008-06-063-17/+53
| | | | logging, abstractify login method
* Add some loggingWill Woods2008-06-051-0/+3
|
* Add a whole bunch of useful flags, courtesy of Chris Ward at Red HatWill Woods2008-06-051-25/+138
|
* Comment changesWill Woods2008-06-052-2/+2
|
* Quietly fixup missing bug_file_locWill Woods2008-06-051-1/+4
|
* Fix inconsistent commentWill Woods2008-05-161-1/+1
|
* Add comment for laterWill Woods2008-03-261-0/+4
|
* update man page a bitWill Woods2008-03-251-13/+49
|
* Improve Bugzilla3 class - getbug() works now! I think!Will Woods2008-03-252-4/+29
|