##// END OF EJS Templates
http: Add error handling for the repo-locked exception. Part of #4237...
http: Add error handling for the repo-locked exception. Part of #4237 Previously the repo locekd exception was raised on return of the call to the hooks daemon and propagates all the way up to the WSGI server (e.g. waitress). In case of locked repos we want to return a custom response which contains an explanation for the user that the repo is locked and who has locked it.
Martin Bornhold -
r85:a0c3f57b default
Show More
Name Size Modified Last Commit Author
configs
pkgs
tests
vcsserver
.bumpversion.cfg Loading ...
.hgignore Loading ...
.hgtags Loading ...
CHANGES.rst Loading ...
LICENSE.txt Loading ...
MANIFEST.in Loading ...
README.rst Loading ...
default.nix Loading ...
pip2nix.ini Loading ...
release.nix Loading ...
requirements.txt Loading ...
setup.py Loading ...
shell.nix Loading ...
test.ini Loading ...

vcsserver

Contains the package vcsserver.

It provides a server to allow remote access to various version control backend system.

Intention is that this package can be run independent of RhodeCode Enterprise or any other non-open packages.