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
path: root/lib
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2019-03-18 17:03:53 +0300
committerLin Jen-Shin <godfat@godfat.org>2019-03-18 17:03:53 +0300
commitb24c0c8dcf39d967ec2bce343e0c1a7dd4dd5eb9 (patch)
treebbc1cae25b3cadbb68c53fcfc26d8d94cac43041 /lib
parentbbbaa7078b62621f86030502bb1b317edea93039 (diff)
parente96b8ef4dbe99cff9f198bd25d32a8b3e1b37f8d (diff)
Merge branch 'ce-10421-implement-the-retrieval-reading-of-the-insights-file-to-be-used-in-the-insights-controller' into 'master'
New Repository#insights_config method Closes gitlab-ee#10421 See merge request gitlab-org/gitlab-ce!26183
Diffstat (limited to 'lib')
-rw-r--r--lib/gitlab/file_detector.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gitlab/file_detector.rb b/lib/gitlab/file_detector.rb
index 2770469ca9f..4678ef792c0 100644
--- a/lib/gitlab/file_detector.rb
+++ b/lib/gitlab/file_detector.rb
@@ -22,6 +22,7 @@ module Gitlab
gitignore: '.gitignore',
gitlab_ci: '.gitlab-ci.yml',
route_map: '.gitlab/route-map.yml',
+ insights_config: '.gitlab/insights.yml',
# Dependency files
cartfile: %r{\ACartfile[^/]*\z},