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>2023-09-13 21:11:34 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-09-13 21:11:34 +0300
commita5c9ef1929e2b7c1b1beb964d36f9e782ed01e8b (patch)
tree964453b0794811f16b011db7417d50c66d1812d9 /tooling
parent82b9539d93d7fd3d9d7ebccf4d4472d451e888da (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'tooling')
-rw-r--r--tooling/danger/project_helper.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/tooling/danger/project_helper.rb b/tooling/danger/project_helper.rb
index 62563da8151..633c7b57097 100644
--- a/tooling/danger/project_helper.rb
+++ b/tooling/danger/project_helper.rb
@@ -98,10 +98,6 @@ module Tooling
\.gitlab/ci/frontend\.gitlab-ci\.yml
)\z}x => %i[frontend tooling],
- %r{\A(ee/)?db/click_house/} => :clickhouse,
- %r{\Agems/click_house-client/} => :clickhouse,
- %r{click((-)?|(_)?)house} => :clickhouse,
-
%r{\A((ee|jh)/)?db/(geo/)?(migrate|post_migrate)/} => [:database],
%r{\A((ee|jh)/)?db/(?!fixtures)[^/]+} => [:database],
%r{\A((ee|jh)/)?lib/gitlab/(database|background_migration|sql)(/|\.rb)} => [:database, :backend],