summaryrefslogtreecommitdiffstats
path: root/bugzilla.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* useful comment about cookies v. login/passwordWill Woods2007-08-301-0/+4
|
* remove selftest codeWill Woods2007-08-301-31/+0
|
* initial importWill Woods2007-08-301-0/+199