project: added all source files and assets

This commit is contained in:
Marcin Kuzminski 2016-05-24 15:56:53 +02:00
parent a059b651ea
commit 9a0d8c0b77
1365 changed files with 696516 additions and 0 deletions

View file

@ -0,0 +1,15 @@
.. _vcs-http:
========================================
Transition to HTTP based communication
========================================
We are in the process of replacing the Pyro4 based communication with an HTTP
based implementation. Currently both backends are supported and can be
activated via various settings in the configuration.
To run the system in full HTTP based mode, use the following settings::
vcs.hooks.protocol = http
vcs.scm_app_implementation = rhodecode.lib.middleware.utils.scm_app_http
vcs.server.protocol = http

View file

@ -0,0 +1,23 @@
======================================
VCS client and VCSServer integration
======================================
Enterprise uses the VCSServer as a backend to provide version control
functionalities. This section describes the components in Enterprise which talk
to the VCSServer.
The client library is implemented in :mod:`rhodecode.lib.vcs`. For HTTP based
access of the command line clients special middlewares and utilities are
implemented in :mod:`rhodecode.lib.middleware`.
.. toctree::
:maxdepth: 2
http-transition
middleware
vcsserver
subversion