summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Woo doggies a big chunk of abstractification.Will Woods2008-03-259-157/+537
|
* add --reporter flag and --status alias to queryWill Woods2008-02-181-3/+6
|
* bump versions for releaseWill Woods2008-01-122-2/+2
|
* 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 missing bugs better when modifyingWill Woods2008-01-041-1/+5
|
* 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
* Simplify "modify" code blockWill Woods2008-01-031-17/+7
|
* reminder comment about multicall modifyWill Woods2008-01-031-0/+1
|
* initial "modify" support - you can close and comment on bugs. whee!Will Woods2008-01-031-6/+24
|
* 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
|
* improve man pageWill Woods2007-12-171-6/+25
|
* syntax problem with help option. whoops.Will Woods2007-12-171-1/+1
|
* duh, close needs a resolutionWill Woods2007-12-121-2/+4
|
* 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
|