index
:
bugseverywhere
aaiyer_master
master
python3
Bugtracker built on distributed version control
Matěj Cepl <mcepl@cepl.eu>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libbe
/
bugdir.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Transitioned merge to Command-format
W. Trevor King
2009-12-14
1
-1
/
+1
*
Transitioned init to Command format
W. Trevor King
2009-12-14
1
-3
/
+0
*
Transitioned assign to Command format
W. Trevor King
2009-12-14
1
-17
/
+23
*
Converted libbe.storage.vcs.base to new Storage format.
W. Trevor King
2009-12-13
1
-6
/
+6
*
Moved be to libbe.ui.command_line and transitioned to Command format.
W. Trevor King
2009-12-12
1
-1
/
+1
*
Moved bugdir, bug, and comment over to new id implementation.
W. Trevor King
2009-12-10
1
-59
/
+25
*
Reworked test.py to handle deeper directory structure
W. Trevor King
2009-12-08
1
-1
/
+1
*
Moved properties.py and settings_object.py to libbe/storage/util/
W. Trevor King
2009-12-08
1
-4
/
+4
*
Transitioned bugdir.py to new storage format.
W. Trevor King
2009-12-08
1
-574
/
+329
*
Don't necessarily initialize a new VCS in BugDir.load_settings().
W. Trevor King
2009-12-03
1
-2
/
+3
*
Added libbe.TESTING (defaults to False).
W. Trevor King
2009-12-03
1
-143
/
+156
*
Minor BugDir docstring typo correction.
W. Trevor King
2009-11-30
1
-1
/
+1
*
BugDir.list_uuids() -> BugDir.uuids()
W. Trevor King
2009-11-28
1
-5
/
+5
*
Adjusted test.py to use an installed vcs by default.
W. Trevor King
2009-11-20
1
-1
/
+1
*
Ran the new update_copyright.py
W. Trevor King
2009-11-19
1
-0
/
+1
*
Moved from *.__del__() to exclusive use of *.cleanup().
W. Trevor King
2009-10-05
1
-4
/
+4
*
Added docstrings to libbe submodules.
W. Trevor King
2009-08-31
1
-0
/
+6
*
BugDir.duplicate_bugdir() fix for when parent bugdir's sync_with_disk == False.
W. Trevor King
2009-08-31
1
-2
/
+8
*
RCS -> VCS, BUGDIR_DISK_VERSION -> v1.2
W. Trevor King
2009-08-31
1
-77
/
+77
*
Upgrade duplicate bugdirs if necessary (e.g. for `be diff').
W. Trevor King
2009-08-31
1
-2
/
+13
*
Added libbe/upgrade.py to handle upgrading on-disk bugdirs.
W. Trevor King
2009-08-31
1
-13
/
+9
*
Made get_path() definitions consistent between bugdirs, bugs, and comments.
W. Trevor King
2009-08-31
1
-3
/
+3
*
Handle BugDir.list_uuids() in the case of missing ".be/bugs/".
W. Trevor King
2009-08-11
1
-4
/
+5
*
Improved unittest cleanup by adding BugDir.cleanup().
W. Trevor King
2009-07-31
1
-34
/
+47
*
Return to original directory after libbe.bugdir.SimpleBugDirTestCase().
W. Trevor King
2009-07-31
1
-0
/
+2
*
Fixed libbe.bugdir.BugDirTestCase.testComments(sync_with_disk=False).
W. Trevor King
2009-07-31
1
-1
/
+1
*
Merged interactive email interface
W. Trevor King
2009-07-29
1
-84
/
+199
|
\
|
*
.sync_with_disk fixes for libbe.bugdir and .comment.
W. Trevor King
2009-07-27
1
-3
/
+6
|
*
BugDir._in_memory was a stupid idea. Took it back out.
W. Trevor King
2009-07-26
1
-103
/
+147
|
*
Added in_memory to BugDir.__init__ to disable saving/loading completely.
W. Trevor King
2009-07-25
1
-17
/
+77
|
*
Added on_disk option to libbe.bugdir.simple_bug_dir().
W. Trevor King
2009-07-25
1
-6
/
+14
*
|
Added clean messages on bug_from_shortname failure.
W. Trevor King
2009-07-29
1
-1
/
+7
|
/
*
Added BugDir.extra_strings.
W. Trevor King
2009-07-21
1
-0
/
+14
*
Cleaned up saving/sync_with_disk.
W. Trevor King
2009-07-21
1
-29
/
+63
*
Cleaned up some outdated libbe.settings_object.EMPTY cruft.
W. Trevor King
2009-07-20
1
-3
/
+4
*
Updated GPLv2 to current GPLv2.
W. Trevor King
2009-07-14
1
-11
/
+11
*
Updating "be set --help" and "be status --help".
W. Trevor King
2009-07-11
1
-1
/
+1
*
Removed <abentley@panoramicfeedback.com> from copyright blurbs.
W. Trevor King
2009-07-11
1
-1
/
+0
*
Updated copyright blurbs and AUTHORS and included script for future updates
W. Trevor King
2009-07-01
1
-1
/
+5
*
Added darcs support.
W. Trevor King
2009-06-30
1
-1
/
+1
*
Added Bug.extra_strings to support add-on functionality, e.g. `be tag`.
W. Trevor King
2009-06-23
1
-2
/
+2
*
Added `be list --sort *` for user-selectable sorting.
W. Trevor King
2009-06-22
1
-7
/
+0
*
Fixed lack of user_id caching in bugdir.BugDir
W. Trevor King
2008-12-04
1
-5
/
+9
*
Added per-tree default assignee option.
W. Trevor King
2008-12-04
1
-1
/
+6
*
Per-tree status levels working.
W. Trevor King
2008-12-04
1
-1
/
+23
*
Per-tree settings now passed into bug module.
W. Trevor King
2008-12-04
1
-1
/
+9
*
Added per-tree configurable severities.
W. Trevor King
2008-12-04
1
-0
/
+4
*
Added decorator-style properties to bugdir. Created settings_object module.
W. Trevor King
2008-12-02
1
-137
/
+121
*
Added decorator-style properties to libbe/comment.py.
W. Trevor King
2008-12-01
1
-0
/
+32
*
Added libbe/encoding.py to wrap input/output/file access appropriately.
W. Trevor King
2008-11-25
1
-27
/
+96
[next]