Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Restore comment stripping to libbe.ui.util.editor.editor_string() | W. Trevor King | 2009-12-28 | 3 | -0/+313 | |
| | | | ||||||
| * | | Fixed libbe.storage.util.upgrade | W. Trevor King | 2009-12-27 | 3 | -1/+57 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note that it only upgrades on-disk versions, so you can't use a non-VCS storage backend whose version isn't your command's current storage version. See #bea/110/bd1# for reasoning. To see the on-disk storage version, look at .be/version To see your command's supported storage version, look at be --full-version I added test_upgrade.sh to exercise the upgrade mechanism on BE's own repository. | |||||
| * | | Converted libbe.storage.vcs.base to new Storage format. | W. Trevor King | 2009-12-13 | 485 | -0/+0 | |
| | | | ||||||
| * | | Reorganization bug created | W. Trevor King | 2009-12-07 | 3 | -0/+55 | |
| | | | ||||||
| * | | be --dir DIR COMMAND now roots the bugdir in DIR without changing directories. | W. Trevor King | 2009-12-07 | 2 | -0/+24 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
| * | | Marked as fixed 22b: Sorting targets chronologically | W. Trevor King | 2009-12-06 | 3 | -1/+20 | |
| | | | ||||||
| * | | Added retroactive dependencies between the legacy targets. | W. Trevor King | 2009-12-05 | 3 | -0/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug uuid created resolved target ee681951-f254-43d3-a53a-1b36ae415d5c revno: 45 revno: 51 patch-52 f51dc5a7-37b7-4ce1-859a-b7cb58be6494 revno: 41 revno: 41 0.1 f5c06914-dc64-4658-8ec7-32a026a53f55 revno: 45 revno: 93 0.2 reasonable target blockage: 0.1 ------------| 0.2 `-| patch-52 --| Here are the old targets $ be list --severity target --status all 4fc:ct: patch-52 47c:ft: 0.1 bd0:ft: 0.2 And here is the implemented dependency tree $ be depend -t -1 bd0 bd0ebb56-fb46-45bc-af08-1e4a94e8ef3c blocked by: 47c:ft: 0.1 f51:ff: Can't create bugs 4fc:ct: patch-52 47c:ft: 0.1 f51:ff: Can't create bugs ee6:cm: Support rcs configuration f5c:fm: Implement bug tree diff | |||||
| * | | Updated the new target bugs' status to match blockers | W. Trevor King | 2009-12-05 | 3 | -3/+3 | |
| | | | ||||||
| * | | Upgraded to Bugs Everywhere Directory v1.3 | W. Trevor King | 2009-12-05 | 7 | -10/+67 | |
| | | | ||||||
| * | | Commented on 12c: Bug aggregation. Multi-repo meta-BE? | W. Trevor King | 2009-12-05 | 2 | -0/+91 | |
| | | | ||||||
| * | | Added missing author entries to some comments + cleanups. | W. Trevor King | 2009-12-05 | 38 | -34/+46 | |
| | | | ||||||
| * | | Merged completed be.email-bugs branch. | W. Trevor King | 2009-11-30 | 3 | -1/+40 | |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Highlights: * import-xml now works as advertized in its longhelp string * new methods Bug.merge() and Comment.merge() * comment.list_to_root() is now Bug.add_comments() * BugDir.list_uuids() is now BugDir.uuids() * Bug.from_xml() now imports comments :p * test.py uses unittest.TestSuite 'suite' in becommands, if present. | |||||
| | * | | Mark bug 565 as fixed: be email-bugs for bug submission from bzr-less users | W. Trevor King | 2009-11-30 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Added some thoughts on import_xml merge algorithms | W. Trevor King | 2009-11-30 | 2 | -0/+39 | |
| | | | | ||||||
| * | | | Merged mostly completed `be email-bugs'. | W. Trevor King | 2009-11-21 | 3 | -0/+43 | |
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Highlights: * new be commands 'email-bugs' and 'import-xml' * standardized <be-xml> format for XML files. * new be-handle-mail interface '[be-bug:xml]' * restrict_file_access security patch * new subprocess handling submodule libbe.subproc * test.py adjusted to use an installed VCS for most tests. * assorted bugfixes Altered interfaces to the following be commands: * comment --xml tag gone, use import-xml. * show --xml xml format updated to <be-xml> format. Also adjusted be-mbox-to-xml and be-xml-to-mbox to handle new <be-xml> format and provide better handling of *.extra_strings. | |||||
| | * | | Created bug 56506b73-36cc-4e32-a578-258a219edba8 describing problem | W. Trevor King | 2009-11-20 | 3 | -0/+43 | |
| | |/ | ||||||
| * / | Fixed bug 529c290e-b1cf-4800-be7e-68f1ecb9565c (howto version BE). | W. Trevor King | 2009-11-20 | 13 | -1/+304 | |
| |/ | | | | | | | | | Also appended some of the recent discussion about releases to the comment list. | |||||
| * | Merged Gianluca's html becommand with templates. | W. Trevor King | 2009-10-19 | 3 | -1/+10 | |
|/| | ||||||
| * | Reworked the html command template system | Gianluca Montecchi | 2009-10-08 | 3 | -1/+10 | |
| | | ||||||
| * | Merged with Trevor's -rr branch | Gianluca Montecchi | 2009-10-02 | 101 | -1044/+305 | |
| | | ||||||
* | | Explicitly set encoding to UTF-8. | W. Trevor King | 2009-09-13 | 1 | -0/+3 | |
| | | | | | | | | | | Because otherwise we run into problems when running be from inside cron jobs. | |||||
* | | Added docstrings to libbe submodules. | W. Trevor King | 2009-08-31 | 1 | -1/+1 | |
| | | | | | | | | Also a few minor tweaks to the module imports. | |||||
* | | RCS -> VCS, BUGDIR_DISK_VERSION -> v1.2 | W. Trevor King | 2009-08-31 | 3 | -3/+3 | |
| | | ||||||
* | | Use 'v#.#' for major/minor version in upgrade.BUGDIR_DISK_VERSIONS | W. Trevor King | 2009-08-31 | 1 | -1/+1 | |
| | | ||||||
* | | Added libbe/upgrade.py to handle upgrading on-disk bugdirs. | W. Trevor King | 2009-08-31 | 174 | -1148/+558 | |
| | | ||||||
* | | Made get_path() definitions consistent between bugdirs, bugs, and comments. | W. Trevor King | 2009-08-31 | 1 | -0/+17 | |
| | | ||||||
* | | Bug 22b (target-bugs) blocked by 519 (on-disk upgrade) and assigned to Trevor | W. Trevor King | 2009-08-31 | 8 | -19/+24 | |
| | | ||||||
* | | VCS vs. RCS terminology blocked by on-disk upgrade path. | W. Trevor King | 2009-08-31 | 2 | -0/+8 | |
| | | ||||||
* | | Added comment 22b:7 about representing targets with Bug() instances. | W. Trevor King | 2009-08-31 | 2 | -0/+67 | |
| | | ||||||
* | | Added on-disk representation upgrade bug | W. Trevor King | 2009-08-16 | 3 | -0/+41 | |
| | | ||||||
* | | "be html" fixes bug 2f0 | W. Trevor King | 2009-08-08 | 1 | -1/+1 | |
| | | ||||||
* | | Merged Gianluca's html output branch. | W. Trevor King | 2009-08-07 | 9 | -0/+129 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | Changes to merge with my branch: * Added some reference to "be html" or "becommands/html.py" in his new bugs' summaries. Bug titles should make clear to which aspect of our growing repository they refer. * Fixed unittests in becommands/html.py. * execute() kwarg "test"->!"manipulate_encodings * bugdir.simple_bug_dir() -> bugdir.SimpleBugDir() * bd.cleanup() at end of unittests | |||||
| * | - closed bugs f77, 2b8 d8d | Gianluca Montecchi | 2009-08-04 | 6 | -3/+32 | |
| | | | | | | | | - some changes to the css and to the html layout | |||||
| * | Closed bug f77, minox fix to layout | Gianluca Montecchi | 2009-07-31 | 1 | -1/+1 | |
| | | ||||||
| * | Moved all the implementation into the html.py file | Gianluca Montecchi | 2009-07-27 | 6 | -0/+30 | |
| | | | | | | | | Implemented the creation of the index for active and inactive bugs, with detail for earch of them | |||||
| * | Initial implementation of the comments export | Gianluca Montecchi | 2009-07-21 | 9 | -2/+55 | |
| | | ||||||
| * | implemented the detail file and fixed the list of active bug | Gianluca Montecchi | 2009-07-21 | 3 | -1/+13 | |
| | | ||||||
| * | Added the last 10 bug open list | gianluca | 2009-07-09 | 1 | -0/+17 | |
| | | ||||||
| * | Initial implementation of the html repository export. | gianluca | 2009-07-04 | 5 | -0/+85 | |
| | | | | | | | | Creation of the index file | |||||
* | | Now libbe.git.Git handles missing name/email and guesses instead. | W. Trevor King | 2009-08-04 | 1 | -1/+1 | |
| | | ||||||
* | | Merged Gianluca's missing-git-config bug report | W. Trevor King | 2009-08-04 | 3 | -0/+68 | |
| | | ||||||
* | | Imported Ben's VCS vs. RCS bug report from the mailing list. | W. Trevor King | 2009-08-03 | 5 | -0/+96 | |
| | | ||||||
* | | Added an additional format check to be-handle-mail's pseudoheader parsing. | W. Trevor King | 2009-07-27 | 2 | -2/+2 | |
| | | | | | | | | Marked outstanding email interface bugs as fixed. | |||||
* | | Subscribing myself to all changes. | W. Trevor King | 2009-07-27 | 1 | -0/+4 | |
| | | ||||||
* | | Added autocommit wishlist request by Martin Krafft | W. Trevor King | 2009-07-24 | 5 | -0/+65 | |
| | | ||||||
* | | Added comment on notification granularity (commit-level). | W. Trevor King | 2009-07-23 | 2 | -0/+18 | |
| | | ||||||
* | | Added becommands/subscribe.py to manage subscription list. | W. Trevor King | 2009-07-22 | 2 | -0/+13 | |
| | | ||||||
* | | Merged assorted changes from be.wtk-rr for BugDir.extra_strings. | W. Trevor King | 2009-07-21 | 144 | -0/+4180 | |
|\ \ | | | | | | | | | | | | | | | | | | | Other highlights: * be show --no-comments * Improved *.sync_with_disk. * Improved be-mbox-to-xml. | |||||
| * | | I imported a few threads from the mailing list as wishlist bugs. | W. Trevor King | 2009-07-21 | 144 | -0/+4180 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 12c:uw: Bug aggregation. Multi-repo meta-BE? 529:ow: How should we version BE? 2f0:aw: Static html report generation 22b:aw: Sorting targets chronologically d99:aw: CherryPy interface "Cherry-flavored BE" e08:aw: Interactive email interface | |||||
* | | | Added: subscribe/unsubscribe (bug #..., "new bugs", "all", etc.) | W. Trevor King | 2009-07-21 | 9 | -0/+100 | |
|/ / |