unrhodecode/rhodecode/lib/middleware
Marcin Kuzminski d5210dfe63 simplevcs: fix a typo when running detection of vcs backend.
- the flag should be explicit_scm which skips detection of VCS systems.
This improves the speed of calls by not trying to look for a valid vcs.
2016-11-17 18:48:31 +01:00
..
utils vcs: Send custom repo-locked status code to the VCSServer. 2016-10-10 16:07:15 +02:00
__init__.py project: added all source files and assets 2016-05-24 15:56:53 +02:00
appenlight.py ae: Rely on fully prepared settings in appenlight wrapping function. 2016-08-08 09:00:20 +02:00
csrf.py project: added all source files and assets 2016-05-24 15:56:53 +02:00
error_handling.py error-handling: Remove if condition to check if the response is a vcs response. 2016-10-06 16:08:34 +02:00
https_fixup.py project: added all source files and assets 2016-05-24 15:56:53 +02:00
request_wrapper.py project: added all source files and assets 2016-05-24 15:56:53 +02:00
simplegit.py vcs: Do not pass the backend key into the scm app instances. 2016-10-06 16:25:27 +02:00
simplehg.py vcs: Do not pass the backend key into the scm app instances. 2016-10-06 16:25:27 +02:00
simplesvn.py vcs: Remove custom response header which contains backend key. 2016-10-06 16:10:40 +02:00
simplevcs.py simplevcs: fix a typo when running detection of vcs backend. 2016-11-17 18:48:31 +01:00
vcs.py vcs: Clean up the shadow-repo-expose code and make some nicer comments. 2016-09-23 12:52:24 +02:00