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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-08-06 21:09:57 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-08-06 21:09:57 +0300
commit7e75943bd8ade38611f7b953aa3b4e664bbcb7a8 (patch)
tree9b239cf93da408561c17b04bc80eac4f492832f8 /.projections.json.example
parent07e0fae35c51cff088d6b2cbc6d844f421e16617 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.projections.json.example')
-rw-r--r--.projections.json.example16
1 files changed, 16 insertions, 0 deletions
diff --git a/.projections.json.example b/.projections.json.example
index a7bcb00f83a..326e9544392 100644
--- a/.projections.json.example
+++ b/.projections.json.example
@@ -15,6 +15,22 @@
"alternate": "lib/{}.rb",
"type": "test"
},
+ "lib/api/*.rb": {
+ "alternate": "spec/requests/api/{}_spec.rb",
+ "type": "source"
+ },
+ "spec/requests/api/*_spec.rb": {
+ "alternate": "lib/api/{}.rb",
+ "type": "test"
+ },
+ "ee/lib/api/*.rb": {
+ "alternate": "ee/spec/requests/api/{}_spec.rb",
+ "type": "source"
+ },
+ "ee/spec/requests/api/*_spec.rb": {
+ "alternate": "ee/lib/api/{}.rb",
+ "type": "test"
+ },
"ee/app/*.rb": {
"alternate": "ee/spec/{}_spec.rb",
"type": "source"