summaryrefslogtreecommitdiffstats
path: root/bugzilla
Commit message (Expand)AuthorAgeFilesLines
* Use Bugzilla32 where applicableWill Woods2008-08-051-8/+21
* Add _logout method, initial Bugzilla32 classWill Woods2008-08-051-5/+20
* 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-051-13/+29
* comment changes, remove unneeded extra Bugzilla objectWill Woods2008-07-141-8/+4
* Explicitly mark methods unsupported by bugzilla3.0. Change the format of the ...Will Woods2008-06-103-20/+48
* stop sending passwords with rhbugzilla requests - rely on the login() cookie ...Will Woods2008-06-103-37/+43
* .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-061-11/+9
* Fix cookie handling for bugzilla installations not on root of host, add some ...Will Woods2008-06-063-17/+53
* Add some loggingWill Woods2008-06-051-0/+3
* Comment changesWill Woods2008-06-051-1/+1
* 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
* Improve Bugzilla3 class - getbug() works now! I think!Will Woods2008-03-252-4/+29
* Woo doggies a big chunk of abstractification.Will Woods2008-03-255-302/+1266
* add --reporter flag and --status alias to queryWill Woods2008-02-181-3/+6
* bump versions for releaseWill Woods2008-01-121-1/+1
* Handle missing bugs better when modifyingWill Woods2008-01-041-1/+5
* 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
* 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
* fix up option parsing a bit, and add beginnings of modify commandWill Woods2007-12-121-24/+31
* 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
* add "new" action to CLIWill Woods2007-09-191-2/+38
* Add some logging, fix some commentsWill Woods2007-09-191-7/+24
* Minor stylistic changeWill Woods2007-09-181-1/+1
* Fix query --bug_status, clean up --bug_idWill Woods2007-09-181-5/+2
* 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 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-141-0/+114