summaryrefslogtreecommitdiffstats
path: root/bugzilla.py
Commit message (Collapse)AuthorAgeFilesLines
* bump versions for releaseWill Woods2008-01-121-1/+1
|
* slightly better replace_getbug_errors.. methodWill Woods2008-01-081-9/+11
|
* Add raw Bugzilla._updateflags() methodWill Woods2008-01-081-1/+10
|
* stupid naive tweak in replace_errors_with_None for _getbugssimple.. also ↵Will Woods2008-01-041-3/+8
| | | | clarify getbugs() docstring
* handle faults during multicalls better; synthesize faults for broken ↵Will Woods2008-01-041-7/+33
| | | | getbugsimple; add comment to the AttributeError for missing Bug attrs
* Clarify AttributeError for missing attributes; add reload() alias for ↵Will Woods2008-01-031-1/+5
| | | | Bug.refresh()
* Add Bug.setstatus(), fix Bugzilla._setstatus(), add some groundwork for ↵Will Woods2008-01-031-14/+23
| | | | Bug.autorefresh
* add some comments and refactor setassignee a little bitWill Woods2008-01-021-1/+8
|
* Implement Bugzilla._closebug() and Bug.close()Will Woods2008-01-021-5/+60
|
* remove #! line - this is a library, not an executable scriptWill Woods2007-12-111-1/+0
|
* Squash a couple of bugslmacken@redhat.com2007-11-051-2/+2
|
* Handle missing getBugFields more gracefullyWill Woods2007-09-191-2/+14
|
* Add some logging, fix some commentsWill Woods2007-09-191-1/+1
|
* commentary, clean up Bug.__getattr__ a bitWill Woods2007-09-181-5/+9
|
* fix up bugfields() method signature, add commentsWill Woods2007-09-181-7/+2
|
* add getbugfieldsWill Woods2007-09-181-11/+26
|
* fix createbug, add url, __repr__, and addcomment to BugWill Woods2007-09-181-2/+16
|
* make createbug return a Bug object. Add yet more comments.Will Woods2007-09-181-3/+12
|
* move setassignee to the Bug objectWill Woods2007-09-181-18/+17
|
* move check code to setassignee, add docsWill Woods2007-09-181-7/+18
|
* implement _setassigneeWill Woods2007-09-181-2/+8
|
* added getcomponentsdetails to _get_infoWill Woods2007-09-181-5/+4
|
* add createbug(), comment on _querydataWill Woods2007-09-171-4/+88
|
* add componentsdetails methodsWill Woods2007-09-171-3/+33
|
* make readcookie publicWill Woods2007-09-141-2/+2
|
* Dunno what I was thinking with __getattr__ and method calls. Thanks to ↵Will Woods2007-09-141-3/+1
| | | | ivazquez for confirming.
* tweak simplequeryWill Woods2007-09-131-1/+1
|
* change query_comments to simplequeryWill Woods2007-09-131-1/+1
|
* add helpful updatecc commentWill Woods2007-09-131-0/+1
|
* More multicall cleanupsWill Woods2007-09-131-33/+32
|
* Add fancy (and probably stupid) multicall interface, implement _updateccWill Woods2007-09-131-29/+56
|
* Use tuples instead of dicts in multicalls (mostly for style reasons)Will Woods2007-09-131-4/+4
|
* ditch getbugfull, add getbugsimple - getbug defaults to full now.Will Woods2007-09-131-17/+16
|
* Implement _setstatus, change other bug modifiers to use _-prefixWill Woods2007-09-131-10/+22
|
* add comments, rename _getqueryinfo to getqueryinfo, remove bug.refreshattr ↵Will Woods2007-09-131-18/+48
| | | | and add bug.refresh
* more comments/documentationWill Woods2007-09-121-1/+12
|
* fix refreshattrWill Woods2007-09-121-5/+1
|
* code cleanupWill Woods2007-09-121-9/+9
|
* rename Bug.tags() back to Bug.gettags()Will Woods2007-09-121-1/+1
|
* add _getbugsfull, clean up getbugs and query a bitWill Woods2007-09-121-12/+26
|
* Add multicall methods _getbugs and _get_info; fix typo in getbugWill Woods2007-09-121-1/+42
|
* be a bit clearer about getbug/getbugfullWill Woods2007-09-061-17/+13
|
* make query() and getbug() return Bugs, adapt selftest.pyWill Woods2007-09-061-7/+34
|
* add Bug object, which has methods for modifying bugsWill Woods2007-09-061-12/+112
|
* rework "components" and "products" a bit to do caching, move code around, ↵Will Woods2007-09-061-54/+97
| | | | add comments and stubs for future methods
* Add openattachment and attachfileWill Woods2007-09-061-4/+73
|
* minor doc/comment cleanupsWill Woods2007-09-051-3/+2
|
* explain how query() works betterWill Woods2007-09-051-2/+14
|
* add querydata, querydefaults, and query; slight fixup for CookieTransportWill Woods2007-09-051-2/+48
|
* add TODO commentWill Woods2007-09-041-0/+1
|