Bug 32980 - Add more awesome bug-parsing logic to bugzilla.py in preparation for assign-to-committer command
Summary: Add more awesome bug-parsing logic to bugzilla.py in preparation for assign-t...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-27 23:33 PST by Eric Seidel (no email)
Modified: 2009-12-27 23:59 PST (History)
3 users (show)

See Also:


Attachments
Patch (10.59 KB, patch)
2009-12-27 23:40 PST, Eric Seidel (no email)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2009-12-27 23:33:57 PST
Add more awesome bug-parsing logic to bugzilla.py in preparation for assign-to-committer command

I am writing a command to assign all un-assigned bugs in the pending-commit queue to the appropriate committer.  To do that, I need to be able to parse out who the bug is currently assigned to, which means bugzilla.py needs better parsing logic.

Since I plan to use more of the bug information in the future, I also added basic parsing for things like cc_emails and added a new unit test.
Comment 1 Eric Seidel (no email) 2009-12-27 23:40:08 PST
Created attachment 45546 [details]
Patch
Comment 2 WebKit Review Bot 2009-12-27 23:42:18 PST
style-queue ran check-webkit-style on attachment 45546 [details] without any errors.
Comment 3 Adam Barth 2009-12-27 23:47:49 PST
Comment on attachment 45546 [details]
Patch

you're getting better at python.  :)
Comment 4 WebKit Commit Bot 2009-12-27 23:59:09 PST
Comment on attachment 45546 [details]
Patch

Clearing flags on attachment: 45546

Committed r52594: <http://trac.webkit.org/changeset/52594>
Comment 5 WebKit Commit Bot 2009-12-27 23:59:15 PST
All reviewed patches have been landed.  Closing bug.