Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Git._vcs_revision_id() offset bug. | W. Trevor King | 2009-12-13 | 3 | -6/+13 |
| | |||||
* | Handle non-int args to VCS.revision_id at the VCS level. | W. Trevor King | 2009-12-13 | 2 | -4/+5 |
| | |||||
* | Adjust Hg._vcs_revision_id to bail cleanly on non-int revids | W. Trevor King | 2009-12-13 | 2 | -0/+5 |
| | |||||
* | Use detect rather than catching errors in _vcs_root(). | W. Trevor King | 2009-12-13 | 2 | -56/+11 |
| | |||||
* | .bzr transition. | W. Trevor King | 2009-12-13 | 3 | -37/+58 |
| | |||||
* | More fixes for libbe.storage.vcs.hg + .git transition. | W. Trevor King | 2009-12-13 | 4 | -64/+78 |
| | |||||
* | Fixes to get libbe.storage.vcs.hg passing tests. | W. Trevor King | 2009-12-13 | 1 | -2/+3 |
| | |||||
* | Converted libbe.storage.vcs.hg to new Storage format. | W. Trevor King | 2009-12-13 | 3 | -64/+82 |
| | |||||
* | Rearrange libbe.ui.command_line.CmdOptionParser._add_option() for Python 2.5 | W. Trevor King | 2009-12-13 | 1 | -14/+15 |
| | | | | | | | | | | | | | | Python 2.6 doesn't mind, but 2.5 doesn't like kwargs after a * expansion: $ ./be list Traceback (most recent call last): File "./be", line 5, in <module> import libbe.ui.command_line File "/home/wking/src/fun/be/be.restructure/libbe/ui/command_line.py", line 63 *opt_strings, action='callback', dest=dest, ^ SyntaxError: invalid syntax | ||||
* | Converted libbe.storage.vcs.base to new Storage format. | W. Trevor King | 2009-12-13 | 499 | -680/+709 |
| | |||||
* | Moved be to libbe.ui.command_line and transitioned to Command format. | W. Trevor King | 2009-12-12 | 14 | -268/+375 |
| | |||||
* | Use get_input/output_encoding() in libbe.command.base.Command | W. Trevor King | 2009-12-12 | 1 | -2/+3 |
| | |||||
* | Added libbe.ui.util.user for managing user ids. | W. Trevor King | 2009-12-12 | 5 | -57/+99 |
| | |||||
* | Moved command completion from libbe.ui.util to libbe.command.util | W. Trevor King | 2009-12-12 | 4 | -80/+79 |
| | |||||
* | Added libbe.command.base (with Command class) and moved list command to new ↵ | W. Trevor King | 2009-12-12 | 12 | -320/+579 |
| | | | | format. | ||||
* | Moved bugdir, bug, and comment over to new id implementation. | W. Trevor King | 2009-12-10 | 4 | -296/+171 |
| | |||||
* | Rethought libbe.util.id module | W. Trevor King | 2009-12-09 | 1 | -40/+254 |
| | |||||
* | Reworked test.py to handle deeper directory structure | W. Trevor King | 2009-12-08 | 5 | -44/+69 |
| | |||||
* | Moved properties.py and settings_object.py to libbe/storage/util/ | W. Trevor King | 2009-12-08 | 6 | -8/+21 |
| | |||||
* | Transitioned bugdir.py to new storage format. | W. Trevor King | 2009-12-08 | 8 | -625/+618 |
| | |||||
* | Transitioned bug.py to new storage format. | W. Trevor King | 2009-12-08 | 2 | -68/+57 |
| | |||||
* | Transitioned comment.py to new storage format. | W. Trevor King | 2009-12-08 | 3 | -73/+53 |
| | |||||
* | Use .storage.is_read/writeable() rather than .sync_with_disk() in ↵ | W. Trevor King | 2009-12-08 | 1 | -8/+8 |
| | | | | settings_object.py | ||||
* | Use mapfile to only create & parse mapfile strings, not files | W. Trevor King | 2009-12-08 | 1 | -10/+0 |
| | |||||
* | Extended libbe.storage.base for separate read/write control. | W. Trevor King | 2009-12-08 | 1 | -36/+94 |
| | | | | | | | | | | | | | | Rather than just having .read_only to set write permissions and assuming that read was always legal. We also added user and backend control of both readable and writeable: do you want to read/write? and can you read/write? Specialized NotSupported into NotWriteable and NotReadable. Added automatic unicode encoding on .set(), and decode option on .get(). | ||||
* | Extend libbe.util.id to handle id (path) creation. | W. Trevor King | 2009-12-08 | 1 | -3/+46 |
| | |||||
* | Added libbe.storage.base and test suite. | W. Trevor King | 2009-12-08 | 3 | -0/+709 |
| | |||||
* | Initial directory restructuring to clarify dependencies | W. Trevor King | 2009-12-07 | 44 | -0/+0 |
| | |||||
* | Reorganization bug created | W. Trevor King | 2009-12-07 | 3 | -0/+55 |
| | |||||
* | Added libbe.pager and --paginate/--no-pager options to be. | W. Trevor King | 2009-12-07 | 3 | -2/+82 |
|\ | |||||
| * | Updated NEWS | W. Trevor King | 2009-12-07 | 1 | -1/+2 |
| | | |||||
| * | Added --paginate and --no-pager to be | W. Trevor King | 2009-12-07 | 1 | -2/+16 |
| | | |||||
| * | Use 'auto' for run_pager default rather than None | W. Trevor King | 2009-12-07 | 1 | -1/+1 |
| | | |||||
| * | Update libbe.pager copyright | W. Trevor King | 2009-12-07 | 1 | -1/+15 |
| | | |||||
| * | Added libbe.pager | W. Trevor King | 2009-12-07 | 1 | -0/+51 |
| | | |||||
| * | be --dir DIR COMMAND now roots the bugdir in DIR without changing directories. | W. Trevor King | 2009-12-06 | 30 | -65/+145 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, for the directory structure A |-- X `-- Y You could do something like A$ be --dir X diff --dir ../Y Now it's A$ be --dir X diff --dir Y The --root option to `be init` has been removed as redundant. Replace calls like be init --root DIR with be --dir DIR init | ||||
* | | be --dir DIR COMMAND now roots the bugdir in DIR without changing directories. | W. Trevor King | 2009-12-07 | 30 | -65/+145 |
|/ | | | | | | | | | | | | | | | | | Previously, for the directory structure A |-- X `-- Y You could do something like A$ be --dir X diff --dir ../Y Now it's A$ be --dir X diff --dir Y The --root option to `be init` has been removed as redundant. Replace calls like be init --root DIR with be --dir DIR init | ||||
* | Set BugDir(root=X) instead of os.chdir(X) in | W. Trevor King | 2009-12-06 | 1 | -4/+2 |
| | |||||
* | becommands.target.bug_target(TARGET-BUG) now returns TARGET-BUG | W. Trevor King | 2009-12-06 | 1 | -0/+2 |
| | |||||
* | Merged be.target-as-bug | W. Trevor King | 2009-12-06 | 24 | -132/+506 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Highlights: * targets are now a special type of bug (severity 'target'), so you can do all the things you do with normal bugs to them as well (e.g. comment on them, link them into dependency trees, etc.) * new command `be due` to get/set bug due dates. * changes to `be depend` * added options --status, --severity * changes to `be list` * added blacklist capability to --status, --severity, --assigned * removed options --target, --cur-target Replace: 'be list --target TARGET' with 'be depend --status -closed,fixed,wontfix --severity -target \ $(be target --resolve TARGET)' 'be list --cur-target' with 'be depend --status -closed,fixed,wontfix --severity -target \ $(be target --resolve)' * changes to `be target` * added option --resolve * removed option --list Replace: 'be target --list' with 'be list --status all --severity target' * new function cmdutil.select_values() for whitelist/blacklist selection. * assorted cleanups and bugfixes | ||||
| * | Marked as fixed 22b: Sorting targets chronologically | W. Trevor King | 2009-12-06 | 3 | -1/+20 |
| | | |||||
| * | Updated NEWS. | W. Trevor King | 2009-12-06 | 1 | -0/+26 |
| | | |||||
| * | Updated becommands/due.py copyright. | W. Trevor King | 2009-12-06 | 1 | -1/+15 |
| | | |||||
| * | Added becommands/due.py to manage bug due dates. | W. Trevor King | 2009-12-06 | 1 | -0/+92 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fulfills the following part of 22b:7 * "due_by" We could add "due-by" to Bug.extra_strings as well, so that anyone could set due dates for any issue they wanted. Currently there's not much going on, but perhaps other people will have ideas for useful extensions. Maybe be due --sort BUG-ID [BUG-ID ...] or be --due-in-days 7 | ||||
| * | `be target` gains --resolve and loses --list. | W. Trevor King | 2009-12-05 | 1 | -29/+98 |
| | | | | | | | | `be target` now works with bug-style targets. | ||||
| * | Docstring clarification in becommands.depend.get_blocked_by() | W. Trevor King | 2009-12-05 | 1 | -1/+1 |
| | | |||||
| * | Removed target stuff from becommands/list.py and tweaked options. | W. Trevor King | 2009-12-05 | 2 | -37/+26 |
| | | | | | | | | | | Now --status, --severity, and --assigned all use cmdutil.select_values() for nice whitelist/blacklist selection. | ||||
| * | Moved becommands.depend._allowed_values() to cmdutil.select_values() | W. Trevor King | 2009-12-05 | 2 | -48/+64 |
| | | | | | | | | | | | | | | | | | | | | I like this code, and I want to use it for other places, e.g. `be list`. Also renamed depend options --limit-severity and --limit-status to --severity and --status | ||||
| * | Removed Bugs-Everywhere-Web/server.log from version control | W. Trevor King | 2009-12-05 | 1 | -26/+0 |
| | | |||||
| * | Removed Bug.target reference from interfaces/xml/be-xml-to-mbox. | W. Trevor King | 2009-12-05 | 1 | -1/+0 |
| | |