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
/
storage
Commit message (
Expand
)
Author
Age
Files
Lines
*
storage:util:upgrade: use YAML parser to get BE Tree 1 0 settings
W. Trevor King
2012-10-27
1
-1
/
+1
*
storage:vcs:git: don't accept pygit2 version 0.17.3.
W. Trevor King
2012-10-27
1
-2
/
+2
*
storage:util:upgrade: make yaml import optional (unless it isn't)
W. Trevor King
2012-10-26
1
-1
/
+9
*
storage:util:mapfile: add `context` argument to generate()
W. Trevor King
2012-10-26
1
-23
/
+19
*
doc: update :data: to :py:data: for modern Sphinx.
W. Trevor King
2012-10-26
2
-7
/
+7
*
doc: update :class: to :py:class: for modern Sphinx.
W. Trevor King
2012-10-26
12
-23
/
+23
*
storage:vcs:base: avoid `is not a item name` Sphinx error.
W. Trevor King
2012-10-26
1
-1
/
+1
*
doc: update :mod: to :py:mod: for modern Sphinx.
W. Trevor King
2012-10-26
5
-8
/
+8
*
doc: update :func: to :py:func: for modern Sphinx.
W. Trevor King
2012-10-26
1
-2
/
+2
*
storage:util:config: path() now defaults to ~/.config/bugs-everywhere
W. Trevor King
2012-10-26
1
-2
/
+13
*
storage:util:mapfile: fix YAML -> JSON in docstrings.
W. Trevor King
2012-10-25
1
-2
/
+4
*
Ran update-copyright.py.
W. Trevor King
2012-10-16
16
-16
/
+16
*
storage:vcs:git: check for existence of pygit2.__version__.
W. Trevor King
2012-09-17
1
-0
/
+5
*
storage:util:mapfile: convert YAML settings to JSON.
W. Trevor King
2012-09-17
3
-84
/
+181
*
storage:vcs:git: move Git to ExecGit and add PygitGit using pygit2.
W. Trevor King
2012-09-13
1
-11
/
+238
*
storage:vcs:base: fix _gets_ -> _get_ typo in test_gets_existing_user_id.
W. Trevor King
2012-09-13
1
-1
/
+1
*
storage:vcs:base: fix realtive -> relative typo in _u_abspath docstring.
W. Trevor King
2012-09-13
1
-1
/
+1
*
command:serve-storage: rename `be serve` -> `be serve-storage`.
W. Trevor King
2012-08-29
1
-5
/
+5
*
util:wsgi: add BEExceptionApp for translating storage exceptions.
W. Trevor King
2012-08-29
1
-1
/
+3
*
Allow symlinks in bugdir directories.
W. Trevor King
2012-08-28
1
-1
/
+2
*
libbe:util:wsgi: extract WSGI utilities into a separate module.
W. Trevor King
2012-08-27
1
-2
/
+8
*
util:http: pull HTTP helpers from libbe.storage.http into their own module.
W. Trevor King
2012-08-24
1
-103
/
+11
*
storage:http: use an explicit relative import for base.
W. Trevor King
2012-08-24
1
-2
/
+3
*
storage:http: adjust HTTPError message in get_post_url.
W. Trevor King
2012-08-24
1
-2
/
+2
*
storage:http: add agent argument to get_post_url.
W. Trevor King
2012-08-24
1
-2
/
+4
*
storage:vcs:hg: remove grandchildren from Hg._vcs_listdir.
W. Trevor King
2012-08-23
1
-1
/
+4
*
storage:base: add tests to catch grandchildren in .children() output.
W. Trevor King
2012-08-23
1
-1
/
+51
*
storage:vcs:hg: fix missformed file_a -> file_b message typo.
W. Trevor King
2012-08-23
1
-1
/
+1
*
Ran update-copyright.py.
W. Trevor King
2012-02-16
16
-160
/
+160
*
Fix my busted 1512c0e2a64e patch to libbe/util/encoding.py.
W. Trevor King
2011-11-13
2
-4
/
+4
*
Ran update_copyright.py.
W. Trevor King
2011-11-09
2
-0
/
+2
*
Oops, that forgot the equals part of Mercurial 1.9 or greater.
W. Trevor King
2011-09-07
1
-1
/
+1
*
Adjust Mercurial execution so it works with version 1.9 and earlier.
W. Trevor King
2011-09-07
1
-3
/
+9
*
Move Bzr.version_cmp to VCS.version_cmp.
W. Trevor King
2011-09-07
2
-92
/
+91
*
Merge remote branch 'pschumms/master'
W. Trevor King
2011-09-07
1
-6
/
+4
|
\
|
*
Fixed problem with Hg support under version 1.9 (mercurial.dispatch.dispatch(...
Phil Schumm
2011-07-28
1
-6
/
+4
*
|
Remove redundant re import from previous bzr version_cmp patch.
W. Trevor King
2011-09-07
1
-1
/
+0
*
|
Enhance Bzr.version_cmp to handle non-numeric versions
Michel Alexandre Salim
2011-09-07
1
-9
/
+50
*
|
bugseverywhere.org has changed URL handling, so use different URLs for HTTP t...
W. Trevor King
2011-07-30
1
-3
/
+3
|
/
*
Run update_copyright.py.
W. Trevor King
2011-05-25
15
-9
/
+24
*
Use open() instead of file() in CachedPathID doctests (2to3 compatability).
W. Trevor King
2011-05-12
1
-3
/
+3
*
Remove form feeds (for compatibility with 2to3).
W. Trevor King
2011-05-12
7
-7
/
+7
*
Add --notify to `be serve`.
W. Trevor King
2011-04-16
1
-0
/
+1
*
Fix typo libbe.storage.serve -> libbe.command.serve in libbe.storage.http com...
W. Trevor King
2011-04-16
1
-2
/
+2
*
Add libbe.ui.util.user.get_fallback_fullname() and use pwd when possible.
W. Trevor King
2011-04-14
2
-2
/
+2
*
Work around bzr filelocking issue on Windows.
W. Trevor King
2011-02-24
2
-2
/
+7
*
Local imports and better missing-client detection in client-based VCS classes.
W. Trevor King
2011-02-22
4
-20
/
+33
*
Correct version for recent bzrlib fix.
W. Trevor King
2011-02-22
1
-9
/
+9
*
Don't call cmd.cleanup_now() for recent Bazaar versions.
W. Trevor King
2011-02-22
1
-9
/
+18
*
Merge commit 'refs/merge-requests/3' of git://gitorious.org/be/be
Chris Ball
2011-01-08
1
-1
/
+1
|
\
[next]