Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
6f8c5487f62d
Commit
6f8c5487
authored
Feb 12, 2020
by
GitLab Bot
Browse files
Add latest changes from gitlab-org/gitlab@master
parent
81396246c48b
Changes
72
Hide whitespace changes
Inline
Side-by-side
.gitlab/ci/frontend.gitlab-ci.yml
View file @
6f8c5487
...
...
@@ -93,7 +93,7 @@
DOCKER_DRIVER
:
overlay2
DOCKER_HOST
:
tcp://docker:2375
cache
:
key
:
"
assets-compile:production:vendor_ruby:.yarn-cache:tmp_cache_assets_sprockets:tmp_cache_webpack:v
7
"
key
:
"
assets-compile:production:vendor_ruby:.yarn-cache:tmp_cache_assets_sprockets:tmp_cache_webpack:v
9
"
artifacts
:
name
:
webpack-report
expire_in
:
31d
...
...
@@ -152,7 +152,7 @@
# we override the max_old_space_size to prevent OOM errors
NODE_OPTIONS
:
--max_old_space_size=3584
cache
:
key
:
"
assets-compile:v
8
"
key
:
"
assets-compile:v
9
"
artifacts
:
expire_in
:
7d
paths
:
...
...
@@ -180,7 +180,7 @@
when
:
on_success
cache
:
policy
:
pull-push
key
:
"
assets-compile:v
8
:foss"
key
:
"
assets-compile:v
9
:foss"
compile-assets pull-cache
:
extends
:
.compile-assets-metadata
...
...
@@ -203,7 +203,7 @@
when
:
on_success
cache
:
policy
:
pull
key
:
"
assets-compile:v
8
:foss"
key
:
"
assets-compile:v
9
:foss"
.frontend-job-base
:
extends
:
...
...
.gitlab/ci/global.gitlab-ci.yml
View file @
6f8c5487
...
...
@@ -25,7 +25,7 @@
# Jobs that only need to pull cache
.default-cache
:
cache
:
key
:
"
debian-stretch-ruby-2.6.5-node-12.x"
key
:
"
debian-stretch-ruby-2.6.5-
pg9.6-
node-12.x"
paths
:
-
.go/pkg/mod
-
vendor/ruby
...
...
.gitlab/ci/rails.gitlab-ci.yml
View file @
6f8c5487
...
...
@@ -143,7 +143,7 @@
script
:
-
scripts/static-analysis
cache
:
key
:
"
debian-stretch-ruby-2.6-
and
-rubocop"
key
:
"
debian-stretch-ruby-2.6-
pg9.6
-rubocop"
paths
:
-
vendor/ruby
-
tmp/rubocop_cache
...
...
.gitlab/ci/review.gitlab-ci.yml
View file @
6f8c5487
...
...
@@ -25,6 +25,39 @@
-
"
.dockerignore"
-
"
qa/**/*"
.review:rules:mr-and-schedule:
rules
:
-
<<
:
*if-canonical-gitlab-merge-request
changes
:
*code-qa-patterns
when
:
on_success
-
<<
:
*if-canonical-dot-com-gitlab-org-group-schedule
when
:
on_success
.review:rules:mr-only-auto:
rules
:
-
<<
:
*if-canonical-gitlab-merge-request
changes
:
*code-qa-patterns
when
:
on_success
.review:rules:mr-only-manual:
rules
:
-
<<
:
*if-canonical-gitlab-merge-request
changes
:
*code-qa-patterns
when
:
manual
.review:rules:review-cleanup:
rules
:
-
<<
:
*if-canonical-gitlab-merge-request
changes
:
*code-qa-patterns
when
:
manual
-
<<
:
*if-canonical-dot-com-gitlab-org-group-schedule
when
:
on_success
.review:rules:danger:
rules
:
-
if
:
'
$DANGER_GITLAB_API_TOKEN
&&
$CI_MERGE_REQUEST_IID'
when
:
on_success
.review-docker
:
extends
:
-
.default-tags
...
...
@@ -41,5 +74,7 @@
GITLAB_EDITION
:
"
ce"
build-qa-image
:
extends
:
.review-docker
extends
:
-
.review-docker
-
.review:rules:mr-and-schedule
stage
:
prepare
...
...
@@ -45,10 +80,4 @@
stage
:
prepare
rules
:
-
<<
:
*if-canonical-gitlab-merge-request
changes
:
*code-qa-patterns
when
:
on_success
-
<<
:
*if-canonical-dot-com-gitlab-org-group-schedule
when
:
on_success
script
:
-
'
[[
!
-d
"ee/"
]]
||
export
GITLAB_EDITION="ee"'
-
export QA_MASTER_IMAGE="${CI_REGISTRY}/${CI_PROJECT_PATH}/gitlab/gitlab-${GITLAB_EDITION}-qa:master"
...
...
@@ -58,7 +87,7 @@
-
time docker build --cache-from "${QA_MASTER_IMAGE}" --tag ${QA_IMAGE} --file ./qa/Dockerfile ./
-
time docker push ${QA_IMAGE}
.base-
review-cleanup
:
review-cleanup
:
extends
:
-
.default-tags
-
.default-retry
...
...
@@ -62,7 +91,7 @@
extends
:
-
.default-tags
-
.default-retry
-
.
default-only
-
.
review:rules:review-cleanup
stage
:
prepare
image
:
registry.gitlab.com/gitlab-org/gitlab-build-images:gitlab-charts-build-base
allow_failure
:
true
...
...
@@ -75,18 +104,7 @@
script
:
-
ruby -rrubygems scripts/review_apps/automated_cleanup.rb
schedule:review-cleanup:
extends
:
-
.base-review-cleanup
-
.only-review-schedules
manual:review-cleanup:
extends
:
-
.base-review-cleanup
-
.only:changes-code-qa
when
:
manual
.review-build-cng-base
:
review-build-cng
:
extends
:
-
.default-tags
-
.default-retry
...
...
@@ -90,10 +108,10 @@
extends
:
-
.default-tags
-
.default-retry
-
.
default-only
-
.
review:rules:mr-and-schedule
image
:
ruby:2.6-alpine
stage
:
review-prepare
before_script
:
-
source scripts/utils.sh
-
install_api_client_dependencies_with_apk
-
install_gitlab_gem
...
...
@@ -94,10 +112,12 @@
image
:
ruby:2.6-alpine
stage
:
review-prepare
before_script
:
-
source scripts/utils.sh
-
install_api_client_dependencies_with_apk
-
install_gitlab_gem
dependencies
:
[]
needs
:
-
job
:
gitlab:assets:compile pull-cache
artifacts
:
false
script
:
-
BUILD_TRIGGER_TOKEN=$REVIEW_APPS_BUILD_TRIGGER_TOKEN ./scripts/trigger-build cng
...
...
@@ -101,19 +121,6 @@
script
:
-
BUILD_TRIGGER_TOKEN=$REVIEW_APPS_BUILD_TRIGGER_TOKEN ./scripts/trigger-build cng
review-build-cng
:
extends
:
-
.review-build-cng-base
-
.only-review
-
.only:changes-code-qa
needs
:
[
"
gitlab:assets:compile
pull-cache"
]
schedule:review-build-cng:
extends
:
-
.review-build-cng-base
-
.only-review-schedules
needs
:
[
"
gitlab:assets:compile
pull-cache"
]
.review-workflow-base
:
extends
:
-
.default-tags
...
...
@@ -130,8 +137,10 @@
url
:
https://gitlab-${CI_ENVIRONMENT_SLUG}.${REVIEW_APPS_DOMAIN}
on_stop
:
review-stop
.review-deploy-base
:
extends
:
.review-workflow-base
review-deploy
:
extends
:
-
.review-workflow-base
-
.review:rules:mr-and-schedule
stage
:
review
allow_failure
:
true
before_script
:
...
...
@@ -140,7 +149,7 @@
-
export GITALY_VERSION=$(<GITALY_SERVER_VERSION)
-
export GITLAB_WORKHORSE_VERSION=$(<GITLAB_WORKHORSE_VERSION)
-
echo "${CI_ENVIRONMENT_URL}" > review_app_url.txt
-
source scripts/utils.sh
-
source
./
scripts/utils.sh
-
install_api_client_dependencies_with_apk
-
source scripts/review_apps/review-apps.sh
script
:
...
...
@@ -156,19 +165,7 @@
expire_in
:
2 days
when
:
always
review-deploy
:
extends
:
.review-deploy-base
rules
:
-
<<
:
*if-canonical-gitlab-merge-request
changes
:
*code-qa-patterns
when
:
on_success
schedule:review-deploy:
extends
:
-
.review-deploy-base
-
.only-review-schedules
.base-review-stop
:
.review-stop-base
:
extends
:
.review-workflow-base
environment
:
action
:
stop
...
...
@@ -183,5 +180,7 @@
-
source ./scripts/review_apps/review-apps.sh
review-stop-failed-deployment
:
extends
:
.base-review-stop
extends
:
-
.review-stop-base
-
.review:rules:mr-only-auto
stage
:
prepare
...
...
@@ -187,9 +186,5 @@
stage
:
prepare
rules
:
-
<<
:
*if-canonical-gitlab-merge-request
changes
:
*code-qa-patterns
when
:
on_success
script
:
-
delete_failed_release
review-stop
:
...
...
@@ -192,6 +187,8 @@
script
:
-
delete_failed_release
review-stop
:
extends
:
.base-review-stop
extends
:
-
.review-stop-base
-
.review:rules:mr-only-manual
stage
:
review
...
...
@@ -197,8 +194,4 @@
stage
:
review
rules
:
-
<<
:
*if-canonical-gitlab-merge-request
changes
:
*code-qa-patterns
when
:
manual
allow_failure
:
true
script
:
-
delete_release
...
...
@@ -206,8 +199,9 @@
.review-qa-base
:
extends
:
.review-docker
stage
:
qa
needs
:
[
"
review-deploy"
]
dependencies
:
[
"
review-deploy"
]
needs
:
-
job
:
review-deploy
artifacts
:
true
allow_failure
:
true
variables
:
QA_ARTIFACTS_DIR
:
"
${CI_PROJECT_DIR}/qa"
...
...
@@ -235,12 +229,10 @@
when
:
always
review-qa-smoke
:
extends
:
.review-qa-base
rules
:
-
<<
:
*if-canonical-gitlab-merge-request
changes
:
*code-qa-patterns
when
:
on_success
extends
:
-
.review-qa-base
-
.review:rules:mr-only-auto
script
:
-
gitlab-qa Test::Instance::Smoke "${QA_IMAGE}" "${CI_ENVIRONMENT_URL}"
review-qa-all
:
...
...
@@ -243,15 +235,13 @@
script
:
-
gitlab-qa Test::Instance::Smoke "${QA_IMAGE}" "${CI_ENVIRONMENT_URL}"
review-qa-all
:
extends
:
.review-qa-base
rules
:
-
<<
:
*if-canonical-gitlab-merge-request
changes
:
*code-qa-patterns
when
:
manual
extends
:
-
.review-qa-base
-
.review:rules:mr-only-manual
parallel
:
5
script
:
-
export KNAPSACK_REPORT_PATH=knapsack/master_report.json
-
export KNAPSACK_TEST_FILE_PATTERN=qa/specs/features/**/*_spec.rb
-
gitlab-qa Test::Instance::Any "${QA_IMAGE}" "${CI_ENVIRONMENT_URL}" -- --format RspecJunitFormatter --out tmp/rspec-${CI_JOB_ID}.xml --format html --out tmp/rspec.htm --color --format documentation
...
...
@@ -252,9 +242,11 @@
parallel
:
5
script
:
-
export KNAPSACK_REPORT_PATH=knapsack/master_report.json
-
export KNAPSACK_TEST_FILE_PATTERN=qa/specs/features/**/*_spec.rb
-
gitlab-qa Test::Instance::Any "${QA_IMAGE}" "${CI_ENVIRONMENT_URL}" -- --format RspecJunitFormatter --out tmp/rspec-${CI_JOB_ID}.xml --format html --out tmp/rspec.htm --color --format documentation
.review-performance-base
:
extends
:
.review-docker
review-performance
:
extends
:
-
.review-docker
-
.review:rules:mr-and-schedule
stage
:
qa
...
...
@@ -260,4 +252,7 @@
stage
:
qa
needs
:
-
job
:
review-deploy
artifacts
:
true
allow_failure
:
true
before_script
:
-
export CI_ENVIRONMENT_URL="$(cat review_app_url.txt)"
...
...
@@ -275,37 +270,6 @@
reports
:
performance
:
performance.json
review-performance
:
extends
:
.review-performance-base
rules
:
-
<<
:
*if-canonical-gitlab-merge-request
changes
:
*code-qa-patterns
when
:
on_success
needs
:
[
"
review-deploy"
]
dependencies
:
[
"
review-deploy"
]
before_script
:
-
export CI_ENVIRONMENT_URL="$(cat review_app_url.txt)"
-
echo "${CI_ENVIRONMENT_URL}"
-
mkdir -p gitlab-exporter
-
wget -O ./gitlab-exporter/index.js https://gitlab.com/gitlab-org/gl-performance/raw/master/index.js
-
mkdir -p sitespeed-results
script
:
-
docker run --shm-size=1g --rm -v "$(pwd)":/sitespeed.io sitespeedio/sitespeed.io:6.3.1 --plugins.add ./gitlab-exporter --outputFolder sitespeed-results "${CI_ENVIRONMENT_URL}"
after_script
:
-
mv sitespeed-results/data/performance.json performance.json
artifacts
:
paths
:
-
sitespeed-results/
reports
:
performance
:
performance.json
schedule:review-performance:
extends
:
-
.review-performance-base
-
.only-review-schedules
needs
:
[
"
schedule:review-deploy"
]
dependencies
:
[
"
schedule:review-deploy"
]
parallel-spec-reports
:
extends
:
-
.default-tags
...
...
@@ -309,9 +273,7 @@
parallel-spec-reports
:
extends
:
-
.default-tags
-
.default-only
-
.only-review
-
.only:changes-code-qa
-
.review:rules:mr-only-manual
image
:
ruby:2.6-alpine
stage
:
post-qa
dependencies
:
[
"
review-qa-all"
]
...
...
@@ -315,6 +277,7 @@
image
:
ruby:2.6-alpine
stage
:
post-qa
dependencies
:
[
"
review-qa-all"
]
allow_failure
:
true
variables
:
NEW_PARALLEL_SPECS_REPORT
:
qa/report-new.html
BASE_ARTIFACT_URL
:
"
${CI_PROJECT_URL}/-/jobs/${CI_JOB_ID}/artifacts/file/qa/"
...
...
@@ -318,15 +281,6 @@
variables
:
NEW_PARALLEL_SPECS_REPORT
:
qa/report-new.html
BASE_ARTIFACT_URL
:
"
${CI_PROJECT_URL}/-/jobs/${CI_JOB_ID}/artifacts/file/qa/"
allow_failure
:
true
when
:
manual
artifacts
:
when
:
always
paths
:
-
qa/report-new.html
-
qa/gitlab-qa-run-*
reports
:
junit
:
qa/gitlab-qa-run-*/**/rspec-*.xml
script
:
-
apk add --update build-base libxml2-dev libxslt-dev && rm -rf /var/cache/apk/*
-
gem install nokogiri --no-document
...
...
@@ -335,9 +289,16 @@
-
cd -
-
'
[[
-f
$NEW_PARALLEL_SPECS_REPORT
]]
||
echo
"{}"
>
${NEW_PARALLEL_SPECS_REPORT}'
-
scripts/merge-html-reports ${NEW_PARALLEL_SPECS_REPORT} ${BASE_ARTIFACT_URL}${ARTIFACT_DIRS} qa/gitlab-qa-run-*/**/rspec.htm
artifacts
:
when
:
always
paths
:
-
qa/report-new.html
-
qa/gitlab-qa-run-*
reports
:
junit
:
qa/gitlab-qa-run-*/**/rspec-*.xml
danger-review
:
extends
:
-
.default-tags
-
.default-retry
-
.default-cache
...
...
@@ -338,11 +299,10 @@
danger-review
:
extends
:
-
.default-tags
-
.default-retry
-
.default-cache
-
.default-only
-
.except:refs-master-tags-stable-deploy
-
.review:rules:danger
image
:
registry.gitlab.com/gitlab-org/gitlab-build-images:danger
stage
:
test
dependencies
:
[]
...
...
@@ -346,9 +306,6 @@
image
:
registry.gitlab.com/gitlab-org/gitlab-build-images:danger
stage
:
test
dependencies
:
[]
only
:
variables
:
-
$DANGER_GITLAB_API_TOKEN
script
:
-
git version
-
node --version
...
...
.gitlab/ci/setup.gitlab-ci.yml
View file @
6f8c5487
# Make sure to update all the similar conditions in other CI config files if you modify these conditions
.if-not-canonical-namespace
:
&if-not-canonical-namespace
if
:
'
$CI_PROJECT_NAMESPACE
!~
/^gitlab(-org)?($|\/)/'
# Make sure to update all the similar conditions in other CI config files if you modify these conditions
.if-not-foss
:
&if-not-foss
if
:
'
$CI_PROJECT_NAME
!=
"gitlab-foss"
&&
$CI_PROJECT_NAME
!=
"gitlab-ce"
&&
$CI_PROJECT_NAME
!=
"gitlabhq"'
# Make sure to update all the similar conditions in other CI config files if you modify these conditions
.if-master-or-tag
:
&if-master-or-tag
if
:
'
$CI_COMMIT_REF_NAME
==
"master"
||
$CI_COMMIT_TAG'
# Make sure to update all the similar conditions in other CI config files if you modify these conditions
.if-default-refs
:
&if-default-refs
if
:
'
$CI_COMMIT_REF_NAME
==
"master"
||
$CI_COMMIT_REF_NAME
=~
/^[\d-]+-stable(-ee)?$/
||
$CI_COMMIT_REF_NAME
=~
/^\d+-\d+-auto-deploy-\d+$/
||
$CI_COMMIT_REF_NAME
=~
/^security\//
||
$CI_MERGE_REQUEST_IID
||
$CI_COMMIT_TAG'
# Make sure to update all the similar patterns in other CI config files if you modify these patterns
.code-backstage-patterns
:
&code-backstage-patterns
-
"
.gitlab/ci/**/*"
-
"
.{eslintignore,gitattributes,nvmrc,prettierrc,stylelintrc,yamllint}"
-
"
.{codeclimate,eslintrc,gitlab-ci,haml-lint,haml-lint_todo,rubocop,rubocop_todo,scss-lint}.yml"
-
"
.csscomb.json"
-
"
Dockerfile.assets"
-
"
*_VERSION"
-
"
Gemfile{,.lock}"
-
"
Rakefile"
-
"
{babel.config,jest.config}.js"
-
"
config.ru"
-
"
{package.json,yarn.lock}"
-
"
{,ee/}{app,bin,config,db,haml_lint,lib,locale,public,scripts,symbol,vendor}/**/*"
-
"
doc/api/graphql/reference/*"
# Files in this folder are auto-generated
# Backstage changes
-
"
Dangerfile"
-
"
danger/**/*"
-
"
{,ee/}fixtures/**/*"
-
"
{,ee/}rubocop/**/*"
-
"
{,ee/}spec/**/*"
-
"
doc/README.md"
# Some RSpec test rely on this file
# Make sure to update all the similar patterns in other CI config files if you modify these patterns
.code-backstage-qa-patterns
:
&code-backstage-qa-patterns
-
"
.gitlab/ci/**/*"
-
"
.{eslintignore,gitattributes,nvmrc,prettierrc,stylelintrc,yamllint}"
-
"
.{codeclimate,eslintrc,gitlab-ci,haml-lint,haml-lint_todo,rubocop,rubocop_todo,scss-lint}.yml"
-
"
.csscomb.json"
-
"
Dockerfile.assets"
-
"
*_VERSION"
-
"
Gemfile{,.lock}"
-
"
Rakefile"
-
"
{babel.config,jest.config}.js"
-
"
config.ru"
-
"
{package.json,yarn.lock}"
-
"
{,ee/}{app,bin,config,db,haml_lint,lib,locale,public,scripts,symbol,vendor}/**/*"
-
"
doc/api/graphql/reference/*"
# Files in this folder are auto-generated
# Backstage changes
-
"
Dangerfile"
-
"
danger/**/*"
-
"
{,ee/}fixtures/**/*"
-
"
{,ee/}rubocop/**/*"
-
"
{,ee/}spec/**/*"
-
"
doc/README.md"
# Some RSpec test rely on this file
# QA changes
-
"
.dockerignore"
-
"
qa/**/*"
.setup:rules:cache-gems:
rules
:
-
<<
:
*if-not-canonical-namespace
when
:
never
-
<<
:
*if-master-or-tag
changes
:
*code-backstage-qa-patterns
when
:
on_success
.setup:rules:gitlab_git_test:
rules
:
-
<<
:
*if-default-refs
changes
:
*code-backstage-patterns
when
:
on_success
.setup:rules:no_ee_check:
rules
:
-
<<
:
*if-not-foss
when
:
never
-
<<
:
*if-default-refs
changes
:
*code-backstage-patterns
when
:
on_success
# Insurance in case a gem needed by one of our releases gets yanked from
# rubygems.org in the future.
cache gems
:
...
...
@@ -6,6 +93,5 @@
-
.default-retry
-
.default-cache
-
.default-before_script
-
.only:variables-canonical-dot-com
-
.only:changes-code-backstage-qa
-
.setup:rules:cache-gems
stage
:
test
...
...
@@ -11,6 +97,7 @@
stage
:
test
dependencies
:
[
"
setup-test-env"
]
needs
:
[
"
setup-test-env"
]
needs
:
-
job
:
setup-test-env
artifacts
:
true
variables
:
SETUP_DB
:
"
false"
script
:
...
...
@@ -18,12 +105,8 @@
artifacts
:
paths
:
-
vendor/cache
only
:
refs
:
-
master
-
tags
.minimal-job
:
extends
:
-
.default-tags
-
.default-retry
...
...
@@ -25,10 +108,8 @@
.minimal-job
:
extends
:
-
.default-tags
-
.default-retry
-
.default-only
-
.only:changes-code-backstage
dependencies
:
[]
gitlab_git_test
:
...
...
@@ -32,8 +113,10 @@
dependencies
:
[]
gitlab_git_test
:
extends
:
.minimal-job
extends
:
-
.minimal-job
-
.setup:rules:gitlab_git_test
script
:
-
spec/support/prepare-gitlab-git-test-for-commit --check-for-changes
no_ee_check
:
...
...
@@ -36,7 +119,9 @@
script
:
-
spec/support/prepare-gitlab-git-test-for-commit --check-for-changes
no_ee_check
:
extends
:
.minimal-job
extends
:
-
.minimal-job
-
.setup:rules:no_ee_check
script
:
-
scripts/no-ee-check
...
...
@@ -41,7 +126,2 @@
script
:
-
scripts/no-ee-check
only
:
variables
:
-
$CI_PROJECT_NAME == "gitlab-foss"
-
$CI_PROJECT_NAME == "gitlab-ce"
# Support former project name for forks/mirrors
-
$CI_PROJECT_NAME == "gitlabhq"
# Support former project name for dev
.gitlab/ci/test-metadata.gitlab-ci.yml
View file @
6f8c5487
# Make sure to update all the similar conditions in other CI config files if you modify these conditions
.if-default-refs
:
&if-default-refs
if
:
'
$CI_COMMIT_REF_NAME
==
"master"
||
$CI_COMMIT_REF_NAME
=~
/^[\d-]+-stable(-ee)?$/
||
$CI_COMMIT_REF_NAME
=~
/^\d+-\d+-auto-deploy-\d+$/
||
$CI_COMMIT_REF_NAME
=~
/^security\//
||
$CI_MERGE_REQUEST_IID
||
$CI_COMMIT_TAG'
# Make sure to update all the similar conditions in other CI config files if you modify these conditions
.if-merge-request
:
&if-merge-request
if
:
'
$CI_MERGE_REQUEST_IID'
# Make sure to update all the similar conditions in other CI config files if you modify these conditions
.if-canonical-dot-com-gitlab-schedule
:
&if-canonical-dot-com-gitlab-schedule
if
:
'
$CI_SERVER_HOST
==
"gitlab.com"
&&
$CI_PROJECT_PATH
==
"gitlab-org/gitlab"
&&
$CI_PIPELINE_SOURCE
==
"schedule"'
# Make sure to update all the similar patterns in other CI config files if you modify these patterns
.code-backstage-patterns
:
&code-backstage-patterns
-
"
.gitlab/ci/**/*"
-
"
.{eslintignore,gitattributes,nvmrc,prettierrc,stylelintrc,yamllint}"
-
"
.{codeclimate,eslintrc,gitlab-ci,haml-lint,haml-lint_todo,rubocop,rubocop_todo,scss-lint}.yml"
-
"
.csscomb.json"
-
"
Dockerfile.assets"
-
"
*_VERSION"
-
"
Gemfile{,.lock}"
-
"
Rakefile"
-
"
{babel.config,jest.config}.js"
-
"
config.ru"
-
"
{package.json,yarn.lock}"
-
"
{,ee/}{app,bin,config,db,haml_lint,lib,locale,public,scripts,symbol,vendor}/**/*"