summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* more work on modify, fix optparsingWill Woods2007-12-121-0/+14
|
* first hack at a manpageWill Woods2007-12-121-0/+21
|
* fix up option parsing a bit, and add beginnings of modify commandWill Woods2007-12-121-24/+31
|
* 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
|
* add some distutils stuff to .gitignoreWill Woods2007-11-051-0/+2
|
* fix some packaging junk, clarify README a bitWill Woods2007-11-052-5/+5
|
* add --blocked and --dependsonWill Woods2007-10-021-2/+13
|
* do parser.error if missing required arguments to newWill Woods2007-09-191-3/+7
|
* share output code between "query" and "new"Will Woods2007-09-191-22/+28
|
* Handle missing getBugFields more gracefullyWill Woods2007-09-191-2/+14
|
* add "new" action to CLIWill Woods2007-09-191-2/+38
|
* Add some logging, fix some commentsWill Woods2007-09-192-8/+25
|
* 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
|
* Minor stylistic changeWill Woods2007-09-181-1/+1
|
* Fix query --bug_status, clean up --bug_idWill Woods2007-09-181-5/+2
|
* 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
|
* Merge branch 'master' of ↵Will Woods2007-09-181-3/+7
|\ | | | | | | ssh://wwoods.fedorapeople.org/~/public_html/python-bugzilla
| * fix cookieglob, handle keyboard interrupt, default to beta siteWill Woods2007-09-181-3/+7
| |
* | added getcomponentsdetails to _get_infoWill Woods2007-09-181-5/+4
|/
* add createbug(), comment on _querydataWill Woods2007-09-171-4/+88
|
* Optimize query a bit for bug_id, add --outputformatWill Woods2007-09-171-25/+45
|
* --full and --ids now overwrite each other (last one used wins)Will Woods2007-09-171-11/+12
|
* Add info --component_owners commandWill Woods2007-09-171-3/+11
|
* add componentsdetails methodsWill Woods2007-09-171-3/+33
|
* Add cc, assigned_to, and bug_status - thanks Florian!Will Woods2007-09-171-2/+19
|
* Add some usage info, "info -v", and "query -s" commandsWill Woods2007-09-161-13/+38
|
* bugfixesWill Woods2007-09-161-3/+3
|
* add some commentsWill Woods2007-09-141-1/+8
|
* rough first draft of bugzilla commandline toolWill Woods2007-09-142-0/+115
|
* make readcookie publicWill Woods2007-09-141-2/+2
|
* Add distutils stuffWill Woods2007-09-142-0/+13
|
* Dunno what I was thinking with __getattr__ and method calls. Thanks to ↵Will Woods2007-09-141-3/+1
| | | | ivazquez for confirming.
* typo fixWill Woods2007-09-131-1/+1
|
* 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-132-31/+63
|
* Use tuples instead of dicts in multicalls (mostly for style reasons)Will Woods2007-09-131-4/+4
|
* add multibug test, minor cleanupsWill Woods2007-09-131-5/+11
|
* 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