Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ran update-copyright.py. | W. Trevor King | 2012-10-16 | 1 | -1/+1 |
| | |||||
* | Rewrite commands to use bugdirs instead of a single bugdir. | W. Trevor King | 2012-08-29 | 1 | -51/+61 |
| | | | | | | | The bulk of the work is in regard to XML, with new BugDir.xml and .from_xml methods to support the new <bugdir> entity. I also split the guts import_xml's ._run method into sub-methods to make the import logic more obvious. | ||||
* | Ran update-copyright.py. | W. Trevor King | 2012-02-16 | 1 | -10/+10 |
| | |||||
* | Run update_copyright.py. | W. Trevor King | 2011-05-25 | 1 | -1/+3 |
| | |||||
* | Merge commit 'refs/merge-requests/3' of git://gitorious.org/be/be | Chris Ball | 2011-01-08 | 1 | -4/+4 |
|\ | |||||
| * | Fix list --important to actually apply a filter. | Robert Lehmann | 2010-11-14 | 1 | -4/+4 |
| | | |||||
* | | Bumped to version 1.0.01.0.0 | Chris Ball | 2011-01-08 | 1 | -1/+1 |
|/ | |||||
* | Make dependency tree output respect --show-status/--show-summary flags. | W. Trevor King | 2010-10-28 | 1 | -6/+6 |
| | |||||
* | Move Filter, parse_status, and parse_severity from list to depend. | W. Trevor King | 2010-10-28 | 1 | -1/+67 |
| | | | | This breaks an import dependency cycle. | ||||
* | libbe.command.depend now shares libbe.command.list's status/severity parsing ↵ | W. Trevor King | 2010-10-28 | 1 | -19/+8 |
| | | | | for consistency. | ||||
* | Make Gianluca's bug status display optional for `be depend`. | W. Trevor King | 2010-07-14 | 1 | -14/+22 |
| | | | | | | | | You might not want the bug status displayed, e.g. if you were writing a script that parsed the output of `be depend`. The new implementation is better anyway since it avoids redundant display definitions for blocks vs. blocked by. | ||||
* | Updated the changes following Chris Rewview | gian | 2010-07-07 | 1 | -3/+3 |
| | |||||
* | Added the bug summary to the output of the 'be depend' command | Gianluca | 2010-07-07 | 1 | -2/+2 |
| | |||||
* | UsageError -> UserError in a few libbe.command.* submods. | W. Trevor King | 2010-06-26 | 1 | -3/+3 |
| | | | | | | | | | | | This catches them up with the removal of UsageError in commit bf3d434b244c57556bec979acbc658c30eb58221 Author: W. Trevor King <wking@drexel.edu> Date: Sat Dec 12 00:31:55 2009 -0500 Added libbe.command.base (with Command class) and moved list command to new format. I guess I don't make many mistakes entering those commands ;). | ||||
* | Use bug.id.user() instead of bug.uuid many places in libbe.command.depend | W. Trevor King | 2010-06-26 | 1 | -27/+27 |
| | |||||
* | Fix Tree() calls in libbe.command.depend | W. Trevor King | 2010-06-26 | 1 | -2/+2 |
| | |||||
* | Ran update_copyright.py | W. Trevor King | 2010-06-22 | 1 | -11/+12 |
| | |||||
* | Updated copyright information | W. Trevor King | 2010-01-01 | 1 | -2/+2 |
| | |||||
* | Added UserInterface and other improved abstractions for command handling | W. Trevor King | 2009-12-31 | 1 | -12/+14 |
| | |||||
* | Transitioned severity to Command-format, also added Command._get_*() | W. Trevor King | 2009-12-14 | 1 | -10/+11 |
| | | | | | | | | | | | | | | The old .requires_* thing was rediculous. The new ._get_*() callbacks allow the caller to provide a means for getting the expensive structures, which the command can use, or not, as required. This will also make it easier to implement the completion callbacks. The callbacks should probably have matching .set_*() methods, to avoid the current cache tweaking cmd._storage = ... etc. But that can wait for now... | ||||
* | Transitioned depend to Command format | W. Trevor King | 2009-12-14 | 1 | -121/+155 |
| | |||||
* | Initial directory restructuring to clarify dependencies | W. Trevor King | 2009-12-07 | 1 | -0/+371 |