Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
4fe2bdc9
Commit
4fe2bdc9
authored
Sep 14, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add latest changes from gitlab-org/gitlab@master
parent
a93dfc1b
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
46 additions
and
46 deletions
+46
-46
.gitlab/ci/cng.gitlab-ci.yml
.gitlab/ci/cng.gitlab-ci.yml
+2
-2
.gitlab/ci/docs.gitlab-ci.yml
.gitlab/ci/docs.gitlab-ci.yml
+7
-7
.gitlab/ci/frontend.gitlab-ci.yml
.gitlab/ci/frontend.gitlab-ci.yml
+10
-10
.gitlab/ci/global.gitlab-ci.yml
.gitlab/ci/global.gitlab-ci.yml
+2
-2
.gitlab/ci/pages.gitlab-ci.yml
.gitlab/ci/pages.gitlab-ci.yml
+2
-2
.gitlab/ci/qa.gitlab-ci.yml
.gitlab/ci/qa.gitlab-ci.yml
+6
-6
.gitlab/ci/rails.gitlab-ci.yml
.gitlab/ci/rails.gitlab-ci.yml
+8
-8
.gitlab/ci/review.gitlab-ci.yml
.gitlab/ci/review.gitlab-ci.yml
+4
-4
.gitlab/ci/setup.gitlab-ci.yml
.gitlab/ci/setup.gitlab-ci.yml
+3
-3
.gitlab/ci/test-metadata.gitlab-ci.yml
.gitlab/ci/test-metadata.gitlab-ci.yml
+2
-2
No files found.
.gitlab/ci/cng.gitlab-ci.yml
View file @
4fe2bdc9
...
@@ -11,5 +11,5 @@ cloud-native-image:
...
@@ -11,5 +11,5 @@ cloud-native-image:
-
CNG_PROJECT_PATH="gitlab-org/build/CNG" BUILD_TRIGGER_TOKEN=$CI_JOB_TOKEN ./scripts/trigger-build cng
-
CNG_PROJECT_PATH="gitlab-org/build/CNG" BUILD_TRIGGER_TOKEN=$CI_JOB_TOKEN ./scripts/trigger-build cng
only
:
only
:
refs
:
refs
:
-
tags@gitlab-org/gitlab-
ce
-
tags@gitlab-org/gitlab-
foss
-
tags@gitlab-org/gitlab
-ee
-
tags@gitlab-org/gitlab
.gitlab/ci/docs.gitlab-ci.yml
View file @
4fe2bdc9
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
environment
:
environment
:
name
:
review-docs/$CI_COMMIT_REF_SLUG
name
:
review-docs/$CI_COMMIT_REF_SLUG
# DOCS_REVIEW_APPS_DOMAIN and DOCS_GITLAB_REPO_SUFFIX are CI variables
# DOCS_REVIEW_APPS_DOMAIN and DOCS_GITLAB_REPO_SUFFIX are CI variables
# Discussion: https://gitlab.com/gitlab-org/gitlab-
ce
/merge_requests/14236/diffs#note_40140693
# Discussion: https://gitlab.com/gitlab-org/gitlab-
foss
/merge_requests/14236/diffs#note_40140693
url
:
http://$CI_ENVIRONMENT_SLUG.$DOCS_REVIEW_APPS_DOMAIN/$DOCS_GITLAB_REPO_SUFFIX
url
:
http://$CI_ENVIRONMENT_SLUG.$DOCS_REVIEW_APPS_DOMAIN/$DOCS_GITLAB_REPO_SUFFIX
on_stop
:
review-docs-cleanup
on_stop
:
review-docs-cleanup
before_script
:
before_script
:
...
@@ -31,8 +31,8 @@ review-docs-deploy-manual:
...
@@ -31,8 +31,8 @@ review-docs-deploy-manual:
-
./trigger-build-docs deploy
-
./trigger-build-docs deploy
when
:
manual
when
:
manual
only
:
only
:
-
branches@gitlab-org/gitlab-
ce
-
branches@gitlab-org/gitlab-
foss
-
branches@gitlab-org/gitlab
-ee
-
branches@gitlab-org/gitlab
# Always trigger a docs build in gitlab-docs only on docs-only branches.
# Always trigger a docs build in gitlab-docs only on docs-only branches.
# Useful to preview the docs changes live.
# Useful to preview the docs changes live.
...
@@ -44,8 +44,8 @@ review-docs-deploy:
...
@@ -44,8 +44,8 @@ review-docs-deploy:
-
gem install gitlab --no-document
-
gem install gitlab --no-document
-
./trigger-build-docs deploy
-
./trigger-build-docs deploy
only
:
only
:
-
/(^docs[\/-].+|.+-docs$)/@gitlab-org/gitlab-
ce
-
/(^docs[\/-].+|.+-docs$)/@gitlab-org/gitlab-
foss
-
/(^docs[\/-].+|.+-docs$)/@gitlab-org/gitlab
-ee
-
/(^docs[\/-].+|.+-docs$)/@gitlab-org/gitlab
# Cleanup remote environment of gitlab-docs
# Cleanup remote environment of gitlab-docs
review-docs-cleanup
:
review-docs-cleanup
:
...
@@ -60,8 +60,8 @@ review-docs-cleanup:
...
@@ -60,8 +60,8 @@ review-docs-cleanup:
-
./trigger-build-docs cleanup
-
./trigger-build-docs cleanup
when
:
manual
when
:
manual
only
:
only
:
-
branches@gitlab-org/gitlab-
ce
-
branches@gitlab-org/gitlab-
foss
-
branches@gitlab-org/gitlab
-ee
-
branches@gitlab-org/gitlab
docs lint
:
docs lint
:
extends
:
extends
:
...
...
.gitlab/ci/frontend.gitlab-ci.yml
View file @
4fe2bdc9
...
@@ -45,8 +45,8 @@
...
@@ -45,8 +45,8 @@
-
scripts/clean-old-cached-assets
-
scripts/clean-old-cached-assets
-
rm -f /etc/apt/sources.list.d/google*.list
# We don't need to update Chrome here
-
rm -f /etc/apt/sources.list.d/google*.list
# We don't need to update Chrome here
only
:
only
:
-
/.+/@gitlab-org/gitlab-
ce
-
/.+/@gitlab-org/gitlab-
foss
-
/.+/@gitlab-org/gitlab
-ee
-
/.+/@gitlab-org/gitlab
-
/.+/@gitlab/gitlabhq
-
/.+/@gitlab/gitlabhq
-
/.+/@gitlab/gitlab-ee
-
/.+/@gitlab/gitlab-ee
tags
:
tags
:
...
@@ -57,8 +57,8 @@ gitlab:assets:compile:
...
@@ -57,8 +57,8 @@ gitlab:assets:compile:
extends
:
.gitlab:assets:compile-metadata
extends
:
.gitlab:assets:compile-metadata
only
:
only
:
refs
:
refs
:
-
master@gitlab-org/gitlab-
ce
-
master@gitlab-org/gitlab-
foss
-
master@gitlab-org/gitlab
-ee
-
master@gitlab-org/gitlab
cache
:
cache
:
policy
:
pull-push
policy
:
pull-push
...
@@ -66,8 +66,8 @@ gitlab:assets:compile pull-cache:
...
@@ -66,8 +66,8 @@ gitlab:assets:compile pull-cache:
extends
:
.gitlab:assets:compile-metadata
extends
:
.gitlab:assets:compile-metadata
except
:
except
:
refs
:
refs
:
-
master@gitlab-org/gitlab-
ce
-
master@gitlab-org/gitlab-
foss
-
master@gitlab-org/gitlab
-ee
-
master@gitlab-org/gitlab
-
/(^docs[\/-].+|.+-docs$)/
-
/(^docs[\/-].+|.+-docs$)/
cache
:
cache
:
policy
:
pull
policy
:
pull
...
@@ -102,8 +102,8 @@ compile-assets:
...
@@ -102,8 +102,8 @@ compile-assets:
-
.compile-assets-metadata
-
.compile-assets-metadata
only
:
only
:
refs
:
refs
:
-
master@gitlab-org/gitlab-
ce
-
master@gitlab-org/gitlab-
foss
-
master@gitlab-org/gitlab
-ee
-
master@gitlab-org/gitlab
cache
:
cache
:
policy
:
pull-push
policy
:
pull-push
...
@@ -111,8 +111,8 @@ compile-assets pull-cache:
...
@@ -111,8 +111,8 @@ compile-assets pull-cache:
extends
:
.compile-assets-metadata
extends
:
.compile-assets-metadata
except
:
except
:
refs
:
refs
:
-
master@gitlab-org/gitlab-
ce
-
master@gitlab-org/gitlab-
foss
-
master@gitlab-org/gitlab
-ee
-
master@gitlab-org/gitlab
-
/(^docs[\/-].+|.+-docs$)/
-
/(^docs[\/-].+|.+-docs$)/
cache
:
cache
:
policy
:
pull
policy
:
pull
...
...
.gitlab/ci/global.gitlab-ci.yml
View file @
4fe2bdc9
...
@@ -53,8 +53,8 @@
...
@@ -53,8 +53,8 @@
.review-only
:
.review-only
:
only
:
only
:
refs
:
refs
:
-
branches@gitlab-org/gitlab-
ce
-
branches@gitlab-org/gitlab-
foss
-
branches@gitlab-org/gitlab
-ee
-
branches@gitlab-org/gitlab
kubernetes
:
active
kubernetes
:
active
except
:
except
:
refs
:
refs
:
...
...
.gitlab/ci/pages.gitlab-ci.yml
View file @
4fe2bdc9
...
@@ -6,8 +6,8 @@ pages:
...
@@ -6,8 +6,8 @@ pages:
-
.except-docs
-
.except-docs
only
:
only
:
refs
:
refs
:
-
master@gitlab-org/gitlab-
ce
-
master@gitlab-org/gitlab-
foss
-
master@gitlab-org/gitlab
-ee
-
master@gitlab-org/gitlab
stage
:
pages
stage
:
pages
dependencies
:
[
"
coverage"
,
"
karma"
,
"
gitlab:assets:compile"
]
dependencies
:
[
"
coverage"
,
"
karma"
,
"
gitlab:assets:compile"
]
script
:
script
:
...
...
.gitlab/ci/qa.gitlab-ci.yml
View file @
4fe2bdc9
...
@@ -11,8 +11,8 @@
...
@@ -11,8 +11,8 @@
-
./scripts/trigger-build omnibus
-
./scripts/trigger-build omnibus
only
:
only
:
refs
:
refs
:
-
branches@gitlab-org/gitlab-
ce
-
branches@gitlab-org/gitlab-
foss
-
branches@gitlab-org/gitlab
-ee
-
branches@gitlab-org/gitlab
package-and-qa-manual
:
package-and-qa-manual
:
extends
:
.package-and-qa-base
extends
:
.package-and-qa-base
...
@@ -28,8 +28,8 @@ package-and-qa-manual:master:
...
@@ -28,8 +28,8 @@ package-and-qa-manual:master:
extends
:
.package-and-qa-base
extends
:
.package-and-qa-base
only
:
only
:
refs
:
refs
:
-
master@gitlab-org/gitlab-
ce
-
master@gitlab-org/gitlab-
foss
-
master@gitlab-org/gitlab
-ee
-
master@gitlab-org/gitlab
when
:
manual
when
:
manual
needs
:
[
"
build-qa-image"
,
"
gitlab:assets:compile"
]
needs
:
[
"
build-qa-image"
,
"
gitlab:assets:compile"
]
...
@@ -37,7 +37,7 @@ package-and-qa:
...
@@ -37,7 +37,7 @@ package-and-qa:
extends
:
.package-and-qa-base
extends
:
.package-and-qa-base
only
:
only
:
refs
:
refs
:
-
/(^qa[\/-].*|.*-qa$)/@gitlab-org/gitlab-
ce
-
/(^qa[\/-].*|.*-qa$)/@gitlab-org/gitlab-
foss
-
/(^qa[\/-].*|.*-qa$)/@gitlab-org/gitlab
-ee
-
/(^qa[\/-].*|.*-qa$)/@gitlab-org/gitlab
needs
:
[
"
build-qa-image"
,
"
gitlab:assets:compile
pull-cache"
]
needs
:
[
"
build-qa-image"
,
"
gitlab:assets:compile
pull-cache"
]
allow_failure
:
true
allow_failure
:
true
.gitlab/ci/rails.gitlab-ci.yml
View file @
4fe2bdc9
.only-schedules-master
:
.only-schedules-master
:
only
:
only
:
refs
:
refs
:
-
schedules@gitlab-org/gitlab-
ce
-
schedules@gitlab-org/gitlab-
foss
-
schedules@gitlab-org/gitlab
-ee
-
schedules@gitlab-org/gitlab
-
master@gitlab-org/gitlab-
ce
-
master@gitlab-org/gitlab-
foss
-
master@gitlab-org/gitlab
-ee
-
master@gitlab-org/gitlab
-
master@gitlab/gitlabhq
-
master@gitlab/gitlabhq
-
master@gitlab/gitlab-ee
-
master@gitlab/gitlab-ee
.only-gitlab-ee
:
.only-gitlab-ee
:
only
:
only
:
-
branches@gitlab-org/gitlab
-ee
-
branches@gitlab-org/gitlab
-
tags@gitlab-org/gitlab
-ee
-
tags@gitlab-org/gitlab
.rake-exec
:
.rake-exec
:
extends
:
extends
:
...
@@ -181,7 +181,7 @@ ee_compat_check:
...
@@ -181,7 +181,7 @@ ee_compat_check:
refs
:
refs
:
-
master
-
master
-
tags
-
tags
-
branches@gitlab-org/gitlab
-ee
-
branches@gitlab-org/gitlab
-
branches@gitlab/gitlab-ee
-
branches@gitlab/gitlab-ee
-
/^[\d-]+-stable(-ee)?$/
-
/^[\d-]+-stable(-ee)?$/
-
/(^docs[\/-].+|.+-docs$)/
-
/(^docs[\/-].+|.+-docs$)/
...
@@ -236,7 +236,7 @@ db:migrate-from-v11.11.0:
...
@@ -236,7 +236,7 @@ db:migrate-from-v11.11.0:
variables
:
variables
:
SETUP_DB
:
"
false"
SETUP_DB
:
"
false"
script
:
script
:
-
git fetch https://gitlab.com/gitlab-org/gitlab
-ee
.git v11.11.0-ee
-
git fetch https://gitlab.com/gitlab-org/gitlab.git v11.11.0-ee
-
git checkout -f FETCH_HEAD
-
git checkout -f FETCH_HEAD
-
sed -i "s/gem 'oj', '~> 2.17.4'//" Gemfile
-
sed -i "s/gem 'oj', '~> 2.17.4'//" Gemfile
-
sed -i "s/gem 'bootsnap', '~> 1.0.0'/gem 'bootsnap'/" Gemfile
-
sed -i "s/gem 'bootsnap', '~> 1.0.0'/gem 'bootsnap'/" Gemfile
...
...
.gitlab/ci/review.gitlab-ci.yml
View file @
4fe2bdc9
.review-schedules-only
:
.review-schedules-only
:
only
:
only
:
refs
:
refs
:
-
schedules@gitlab-org/gitlab-
ce
-
schedules@gitlab-org/gitlab-
foss
-
schedules@gitlab-org/gitlab
-ee
-
schedules@gitlab-org/gitlab
kubernetes
:
active
kubernetes
:
active
variables
:
variables
:
-
$REVIEW_APP_CLEANUP
-
$REVIEW_APP_CLEANUP
...
@@ -43,8 +43,8 @@ build-qa-image:
...
@@ -43,8 +43,8 @@ build-qa-image:
-
.except-docs
-
.except-docs
only
:
only
:
refs
:
refs
:
-
branches@gitlab-org/gitlab-
ce
-
branches@gitlab-org/gitlab-
foss
-
branches@gitlab-org/gitlab
-ee
-
branches@gitlab-org/gitlab
stage
:
test
stage
:
test
script
:
script
:
-
time docker build --cache-from ${LATEST_QA_IMAGE} --tag ${QA_IMAGE} --file ./qa/Dockerfile ./
-
time docker build --cache-from ${LATEST_QA_IMAGE} --tag ${QA_IMAGE} --file ./qa/Dockerfile ./
...
...
.gitlab/ci/setup.gitlab-ci.yml
View file @
4fe2bdc9
...
@@ -19,8 +19,8 @@ cache gems:
...
@@ -19,8 +19,8 @@ cache gems:
-
vendor/cache
-
vendor/cache
only
:
only
:
refs
:
refs
:
-
master@gitlab-org/gitlab-
ce
-
master@gitlab-org/gitlab-
foss
-
master@gitlab-org/gitlab
-ee
-
master@gitlab-org/gitlab
-
tags
-
tags
.minimal-job
:
.minimal-job
:
...
@@ -41,4 +41,4 @@ no_ee_check:
...
@@ -41,4 +41,4 @@ no_ee_check:
-
scripts/no-ee-check
-
scripts/no-ee-check
only
:
only
:
refs
:
refs
:
-
branches@gitlab-org/gitlab-
ce
-
branches@gitlab-org/gitlab-
foss
.gitlab/ci/test-metadata.gitlab-ci.yml
View file @
4fe2bdc9
...
@@ -54,8 +54,8 @@ update-tests-metadata:
...
@@ -54,8 +54,8 @@ update-tests-metadata:
-
scripts/insert-rspec-profiling-data
-
scripts/insert-rspec-profiling-data
only
:
only
:
refs
:
refs
:
-
master@gitlab-org/gitlab-
ce
-
master@gitlab-org/gitlab-
foss
-
master@gitlab-org/gitlab
-ee
-
master@gitlab-org/gitlab
-
master@gitlab/gitlabhq
-
master@gitlab/gitlabhq
-
master@gitlab/gitlab-ee
-
master@gitlab/gitlab-ee
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment