aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/storage
Commit message (Expand)AuthorAgeFilesLines
* Used PyCharms inspectors.Matěj Cepl2024-03-3011-107/+197
* WIP plenty of clean-ups and porting to Python 3.Matěj Cepl2024-01-216-60/+63
* conversion of cmp() functionMatěj Cepl2024-01-185-78/+104
* 2to3 conversion of the repo.Matěj Cepl2024-01-1813-282/+279
* remove serve-storage and HTTP storage driverMatthew Fernandez2017-11-072-374/+1
* Minor clean up of Git back endMatthew Fernandez2017-10-301-15/+1
* remove unused exceptionMatthew Fernandez2017-10-251-5/+0
* remove now-unused method _vcs_is_versionedMatthew Fernandez2017-10-251-8/+0
* remove support for interspersed files in VCSesMatthew Fernandez2017-10-251-13/+1
* remove support for ArchMatthew Fernandez2017-10-253-449/+2
* Transition to libbe.LOG for loggingW. Trevor King2013-01-241-7/+6
* 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