unrhodecode/rhodecode/tests
Johannes Bornhold 08a2b45999 vcs: Minimal change to expose the shadow repository
Based on my original research, this was the "minimal" starting point. It shows
that three concepts are needed for the "repo_name":

* From the security standpoint we think of the shadow repository having the same
  ACL as the target repository of the pull request. This is because the pull
  request itself is considered to be a part of the target repository.

  Out of this thought, the variable "acl_repo_name" is used whenever we want to
  check permissions or when we need the database configuration of the
  repository. An alternative name would have been "db_repo_name", but the usage
  for ACL checking is the most important one.

* From the web interaction perspective, we need the URL which was originally
  used to get to the repository. This is because based on this base URL commands
  can be identified. Especially for Git this is important, so that the commands
  are correctly recognized.

  Since the URL is in the focus, this is called "url_repo_name".

* Finally we have to deal with the repository on the file system. This is what
  the VCS layer deal with normally, so this name is called "vcs_repo_name".


The original repository interaction is a special case where all three names are
the same.

When interacting with a pull request, these three names are typically all
different.

This change is minimal in a sense that it just makes the interaction with a
shadow repository barely work, without checking any special constraints yet.
This was the starting point for further work on this topic.
2016-09-18 20:01:19 +02:00
..
config tests: Test sanitize helper function for integer settings. 2016-08-10 12:09:51 +02:00
controllers refactor: remove old error controller, which has been replaced by pyramid 2016-06-22 12:39:11 +03:00
database project: added all source files and assets 2016-05-24 15:56:53 +02:00
events events: add an event for pull request comments with review status 2016-07-13 10:39:54 +02:00
fixtures pytest: Remove unused repository archives. 2016-06-17 10:07:14 +02:00
functional frontend: wrap our legacy js code inside polymer element 2016-09-29 17:24:34 +02:00
integrations integrations: add recursive repo group scope to allow integrations 2016-09-14 05:38:21 +03:00
lib vcs: Minimal change to expose the shadow repository 2016-09-18 20:01:19 +02:00
load tests: Remove code that is moved to the actest repository. #4095 2016-07-21 14:20:22 +02:00
models reviewers: store reviewer reasons to database, fixes #4238 2016-09-27 02:34:15 +03:00
other auth: Fix renaming of 'auth_cahe_ttl' to 'cache_ttl' #4127 2016-07-27 15:54:42 +02:00
scripts project: added all source files and assets 2016-05-24 15:56:53 +02:00
vcs vcs: change way refs are retrieved for git so same name branch/tags 2016-09-12 06:56:30 +03:00
__init__.py pytest: Fix the user login function. 2016-05-25 16:50:48 +02:00
auth_external_test.py project: added all source files and assets 2016-05-24 15:56:53 +02:00
fixture.py tests: Fix --without-vcsserver parameter 2016-09-20 14:01:42 +02:00
plugin.py integrations: add recursive repo group scope to allow integrations 2016-09-14 05:38:21 +03:00
pylons_plugin.py tests: Fix --without-vcsserver parameter 2016-09-20 14:01:42 +02:00
run_full_tests.sh project: added all source files and assets 2016-05-24 15:56:53 +02:00
test_vcs_operations.sh project: added all source files and assets 2016-05-24 15:56:53 +02:00
utils.py tests: Fix a helper method that checks if a repository is available on filesystem. 2016-07-21 09:06:47 +02:00
vcsserver.ini project: added all source files and assets 2016-05-24 15:56:53 +02:00
vcsserver_pyramid.ini project: added all source files and assets 2016-05-24 15:56:53 +02:00