Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/shared
diff options
context:
space:
mode:
authorTuomo Ala-Vannesluoma <tuomoav@gmail.com>2018-06-20 21:01:44 +0300
committerTuomo Ala-Vannesluoma <tuomoav@gmail.com>2018-06-30 22:51:43 +0300
commita74388ede02f148bb4c39feaed0aff11821ae517 (patch)
tree49a0f7afa8f721ac5f54779c420ac053c7addc2f /shared
parent4d1f6523968b96351bcf0060ad736a3ec13326e7 (diff)
Convert access control acceptance tests to table based
Diffstat (limited to 'shared')
-rw-r--r--shared/pages/group/private.project.1/config.json1
-rw-r--r--shared/pages/group/private.project.1/public/index.html1
-rw-r--r--shared/pages/group/private.project.2/config.json1
-rw-r--r--shared/pages/group/private.project.2/public/index.html1
4 files changed, 4 insertions, 0 deletions
diff --git a/shared/pages/group/private.project.1/config.json b/shared/pages/group/private.project.1/config.json
new file mode 100644
index 00000000..f0fa2e8a
--- /dev/null
+++ b/shared/pages/group/private.project.1/config.json
@@ -0,0 +1 @@
+{ "domains": [], "id": 2000, "private": true, "access_control": true }
diff --git a/shared/pages/group/private.project.1/public/index.html b/shared/pages/group/private.project.1/public/index.html
new file mode 100644
index 00000000..c8c6761a
--- /dev/null
+++ b/shared/pages/group/private.project.1/public/index.html
@@ -0,0 +1 @@
+private \ No newline at end of file
diff --git a/shared/pages/group/private.project.2/config.json b/shared/pages/group/private.project.2/config.json
new file mode 100644
index 00000000..218a41bd
--- /dev/null
+++ b/shared/pages/group/private.project.2/config.json
@@ -0,0 +1 @@
+{ "domains": [], "id": 3000, "private": true, "access_control": true }
diff --git a/shared/pages/group/private.project.2/public/index.html b/shared/pages/group/private.project.2/public/index.html
new file mode 100644
index 00000000..c8c6761a
--- /dev/null
+++ b/shared/pages/group/private.project.2/public/index.html
@@ -0,0 +1 @@
+private \ No newline at end of file