##// 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.

File last commit:

r50:1c1f7d51 default
r85:a0c3f57b default
Show More
requirements.txt
34 lines | 742 B | text/plain | TextLexer
Beaker==1.7.0
configobj==5.0.6
dulwich==0.13.0
hgsubversion==1.8.6
infrae.cache==1.0.1
mercurial==3.8.4
msgpack-python==0.4.6
py==1.4.29
pyramid==1.6.1
pyramid-jinja2==2.5
pyramid-mako==1.0.2
Pyro4==4.41
pytest==2.8.5
repoze.lru==0.6
serpent==1.12
setuptools==20.8.1
simplejson==3.7.2
subprocess32==3.2.6
# TODO: johbo: This version is not in source on PyPI currently,
# change back once this or a future version is available
https://github.com/jelmer/subvertpy/archive/subvertpy-0.9.3.tar.gz#md5=7b745a47128050ea5a73efcd913ec1cf
six==1.9.0
translationstring==1.3
waitress==0.8.9
WebOb==1.3.1
wheel==0.29.0
zope.deprecation==4.1.1
zope.interface==4.1.3
greenlet==0.4.7
gunicorn==19.6.0
# Test related requirements
mock==1.0.1
WebTest==1.4.3