aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/storage
Commit message (Expand)AuthorAgeFilesLines
* storage:util:upgrade: Strip any trailing space from the versionW. Trevor King2013-01-231-1/+1
* storage:base: convert to Python 3.3 compatibilityW. Trevor King2012-11-121-6/+8
* storage: convert to Python 3 compatibilityW. Trevor King2012-11-121-9/+9
* storage:util:upgrade: use YAML parser to get BE Tree 1 0 settingsW. Trevor King2012-10-271-1/+1
* storage:vcs:git: don't accept pygit2 version 0.17.3.W. Trevor King2012-10-271-2/+2
* storage:util:upgrade: make yaml import optional (unless it isn't)W. Trevor King2012-10-261-1/+9
* storage:util:mapfile: add `context` argument to generate()W. Trevor King2012-10-261-23/+19
* doc: update :data: to :py:data: for modern Sphinx.W. Trevor King2012-10-262-7/+7
* doc: update :class: to :py:class: for modern Sphinx.W. Trevor King2012-10-2612-23/+23
* storage:vcs:base: avoid `is not a item name` Sphinx error.W. Trevor King2012-10-261-1/+1
* doc: update :mod: to :py:mod: for modern Sphinx.W. Trevor King2012-10-265-8/+8
* doc: update :func: to :py:func: for modern Sphinx.W. Trevor King2012-10-261-2/+2
* storage:util:config: path() now defaults to ~/.config/bugs-everywhereW. Trevor King2012-10-261-2/+13
* storage:util:mapfile: fix YAML -> JSON in docstrings.W. Trevor King2012-10-251-2/+4
* Ran update-copyright.py.W. Trevor King2012-10-1616-16/+16
* storage:vcs:git: check for existence of pygit2.__version__.W. Trevor King2012-09-171-0/+5
* storage:util:mapfile: convert YAML settings to JSON.W. Trevor King2012-09-173-84/+181
* storage:vcs:git: move Git to ExecGit and add PygitGit using pygit2.W. Trevor King2012-09-131-11/+238
* storage:vcs:base: fix _gets_ -> _get_ typo in test_gets_existing_user_id.W. Trevor King2012-09-131-1/+1
* storage:vcs:base: fix realtive -> relative typo in _u_abspath docstring.W. Trevor King2012-09-131-1/+1
* command:serve-storage: rename `be serve` -> `be serve-storage`.W. Trevor King2012-08-291-5/+5
* util:wsgi: add BEExceptionApp for translating storage exceptions.W. Trevor King2012-08-291-1/+3
* Allow symlinks in bugdir directories.W. Trevor King2012-08-281-1/+2
* libbe:util:wsgi: extract WSGI utilities into a separate module.W. Trevor King2012-08-271-2/+8
* util:http: pull HTTP helpers from libbe.storage.http into their own module.W. Trevor King2012-08-241-103/+11
* storage:http: use an explicit relative import for base.W. Trevor King2012-08-241-2/+3
* storage:http: adjust HTTPError message in get_post_url.W. Trevor King2012-08-241-2/+2
* storage:http: add agent argument to get_post_url.W. Trevor King2012-08-241-2/+4
* storage:vcs:hg: remove grandchildren from Hg._vcs_listdir.W. Trevor King2012-08-231-1/+4
* storage:base: add tests to catch grandchildren in .children() output.W. Trevor King2012-08-231-1/+51
* storage:vcs:hg: fix missformed file_a -> file_b message typo.W. Trevor King2012-08-231-1/+1
* Ran update-copyright.py.W. Trevor King2012-02-1616-160/+160
* Fix my busted 1512c0e2a64e patch to libbe/util/encoding.py.W. Trevor King2011-11-132-4/+4
* Ran update_copyright.py.W. Trevor King2011-11-092-0/+2
* Oops, that forgot the equals part of Mercurial 1.9 or greater.W. Trevor King2011-09-071-1/+1
* Adjust Mercurial execution so it works with version 1.9 and earlier.W. Trevor King2011-09-071-3/+9
* Move Bzr.version_cmp to VCS.version_cmp.W. Trevor King2011-09-072-92/+91
* Merge remote branch 'pschumms/master'W. Trevor King2011-09-071-6/+4
|\
| * Fixed problem with Hg support under version 1.9 (mercurial.dispatch.dispatch(...Phil Schumm2011-07-281-6/+4
* | Remove redundant re import from previous bzr version_cmp patch.W. Trevor King2011-09-071-1/+0
* | Enhance Bzr.version_cmp to handle non-numeric versionsMichel Alexandre Salim2011-09-071-9/+50
* | bugseverywhere.org has changed URL handling, so use different URLs for HTTP t...W. Trevor King2011-07-301-3/+3
|/
* Run update_copyright.py.W. Trevor King2011-05-2515-9/+24
* Use open() instead of file() in CachedPathID doctests (2to3 compatability).W. Trevor King2011-05-121-3/+3
* Remove form feeds (for compatibility with 2to3).W. Trevor King2011-05-127-7/+7
* Add --notify to `be serve`.W. Trevor King2011-04-161-0/+1
* Fix typo libbe.storage.serve -> libbe.command.serve in libbe.storage.http com...W. Trevor King2011-04-161-2/+2
* Add libbe.ui.util.user.get_fallback_fullname() and use pwd when possible.W. Trevor King2011-04-142-2/+2
* Work around bzr filelocking issue on Windows.W. Trevor King2011-02-242-2/+7
* Local imports and better missing-client detection in client-based VCS classes.W. Trevor King2011-02-224-20/+33