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
ca739797
Commit
ca739797
authored
May 09, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
7fe33dcc
ab37a664
Changes
14
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
26 additions
and
20 deletions
+26
-20
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
.gitlab/ci/cng.gitlab-ci.yml
.gitlab/ci/cng.gitlab-ci.yml
+1
-1
.gitlab/ci/frontend.gitlab-ci.yml
.gitlab/ci/frontend.gitlab-ci.yml
+1
-1
.gitlab/ci/global.gitlab-ci.yml
.gitlab/ci/global.gitlab-ci.yml
+2
-2
.gitlab/ci/qa.gitlab-ci.yml
.gitlab/ci/qa.gitlab-ci.yml
+1
-1
.gitlab/ci/rails.gitlab-ci.yml
.gitlab/ci/rails.gitlab-ci.yml
+4
-3
.gitlab/ci/review.gitlab-ci.yml
.gitlab/ci/review.gitlab-ci.yml
+1
-1
.gitlab/ci/test-metadata.gitlab-ci.yml
.gitlab/ci/test-metadata.gitlab-ci.yml
+1
-1
.ruby-version
.ruby-version
+1
-1
changelogs/unreleased/sh-upgrade-ruby-2-6-3-ce.yml
changelogs/unreleased/sh-upgrade-ruby-2-6-3-ce.yml
+5
-0
doc/ci/caching/index.md
doc/ci/caching/index.md
+1
-1
doc/install/installation.md
doc/install/installation.md
+3
-3
doc/update/upgrading_from_source.md
doc/update/upgrading_from_source.md
+3
-3
qa/Dockerfile
qa/Dockerfile
+1
-1
No files found.
.gitlab-ci.yml
View file @
ca739797
image
:
"
dev.gitlab.org:5005/gitlab/gitlab-build-images:ruby-2.
5
.3-golang-1.11-git-2.21-chrome-73.0-node-10.x-yarn-1.12-postgresql-9.6-graphicsmagick-1.3.29"
image
:
"
dev.gitlab.org:5005/gitlab/gitlab-build-images:ruby-2.
6
.3-golang-1.11-git-2.21-chrome-73.0-node-10.x-yarn-1.12-postgresql-9.6-graphicsmagick-1.3.29"
variables
:
variables
:
MYSQL_ALLOW_EMPTY_PASSWORD
:
"
1"
MYSQL_ALLOW_EMPTY_PASSWORD
:
"
1"
...
...
.gitlab/ci/cng.gitlab-ci.yml
View file @
ca739797
cloud-native-image
:
cloud-native-image
:
image
:
ruby:2.
5
-alpine
image
:
ruby:2.
6
-alpine
before_script
:
[]
before_script
:
[]
dependencies
:
[]
dependencies
:
[]
stage
:
post-test
stage
:
post-test
...
...
.gitlab/ci/frontend.gitlab-ci.yml
View file @
ca739797
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
gitlab:assets:compile:
gitlab:assets:compile:
<<
:
*assets-compile-cache
<<
:
*assets-compile-cache
extends
:
.dedicated-no-docs-pull-cache-job
extends
:
.dedicated-no-docs-pull-cache-job
image
:
dev.gitlab.org:5005/gitlab/gitlab-build-images:ruby-2.
5
.3-git-2.21-chrome-73.0-node-8.x-yarn-1.12-graphicsmagick-1.3.29-docker-18.06.1
image
:
dev.gitlab.org:5005/gitlab/gitlab-build-images:ruby-2.
6
.3-git-2.21-chrome-73.0-node-8.x-yarn-1.12-graphicsmagick-1.3.29-docker-18.06.1
dependencies
:
dependencies
:
-
setup-test-env
-
setup-test-env
services
:
services
:
...
...
.gitlab/ci/global.gitlab-ci.yml
View file @
ca739797
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
-
gitlab-org
-
gitlab-org
.default-cache
:
&default-cache
.default-cache
:
&default-cache
key
:
"
debian-stretch-ruby-2.
5
.3-node-10.x"
key
:
"
debian-stretch-ruby-2.
6
.3-node-10.x"
paths
:
paths
:
-
vendor/ruby
-
vendor/ruby
-
.yarn-cache/
-
.yarn-cache/
...
@@ -47,7 +47,7 @@
...
@@ -47,7 +47,7 @@
.single-script-job-dedicated-runner
:
.single-script-job-dedicated-runner
:
extends
:
.dedicated-runner
extends
:
.dedicated-runner
image
:
ruby:2.
5
-alpine
image
:
ruby:2.
6
-alpine
stage
:
test
stage
:
test
cache
:
{}
cache
:
{}
dependencies
:
[]
dependencies
:
[]
...
...
.gitlab/ci/qa.gitlab-ci.yml
View file @
ca739797
package-and-qa
:
package-and-qa
:
image
:
ruby:2.
5
-alpine
image
:
ruby:2.
6
-alpine
stage
:
qa
stage
:
qa
when
:
manual
when
:
manual
before_script
:
[]
before_script
:
[]
...
...
.gitlab/ci/rails.gitlab-ci.yml
View file @
ca739797
...
@@ -87,7 +87,7 @@
...
@@ -87,7 +87,7 @@
.rspec-metadata-pg-10
:
&rspec-metadata-pg-10
.rspec-metadata-pg-10
:
&rspec-metadata-pg-10
<<
:
*rspec-metadata
<<
:
*rspec-metadata
<<
:
*use-pg-10
<<
:
*use-pg-10
image
:
"
dev.gitlab.org:5005/gitlab/gitlab-build-images:ruby-2.
5
.3-golang-1.11-git-2.21-chrome-73.0-node-10.x-yarn-1.12-postgresql-10-graphicsmagick-1.3.29"
image
:
"
dev.gitlab.org:5005/gitlab/gitlab-build-images:ruby-2.
6
.3-golang-1.11-git-2.21-chrome-73.0-node-10.x-yarn-1.12-postgresql-10-graphicsmagick-1.3.29"
.rspec-metadata-mysql
:
&rspec-metadata-mysql
.rspec-metadata-mysql
:
&rspec-metadata-mysql
<<
:
*rspec-metadata
<<
:
*rspec-metadata
...
@@ -109,7 +109,8 @@
...
@@ -109,7 +109,8 @@
-
git fetch https://gitlab.com/gitlab-org/gitlab-ee.git v9.3.0-ee
-
git fetch https://gitlab.com/gitlab-org/gitlab-ee.git v9.3.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
-
bundle update google-protobuf grpc
-
sed -i "s/gem 'bootsnap', '~> 1.0.0'/gem 'bootsnap'/" Gemfile
-
bundle update google-protobuf grpc bootsnap
-
bundle install $BUNDLE_INSTALL_FLAGS
-
bundle install $BUNDLE_INSTALL_FLAGS
-
date
-
date
-
cp config/gitlab.yml.example config/gitlab.yml
-
cp config/gitlab.yml.example config/gitlab.yml
...
@@ -184,7 +185,7 @@ static-analysis:
...
@@ -184,7 +185,7 @@ static-analysis:
script
:
script
:
-
scripts/static-analysis
-
scripts/static-analysis
cache
:
cache
:
key
:
"
debian-stretch-ruby-2.
5
.3-node-10.x-and-rubocop"
key
:
"
debian-stretch-ruby-2.
6
.3-node-10.x-and-rubocop"
paths
:
paths
:
-
vendor/ruby
-
vendor/ruby
-
.yarn-cache/
-
.yarn-cache/
...
...
.gitlab/ci/review.gitlab-ci.yml
View file @
ca739797
...
@@ -54,7 +54,7 @@ build-qa-image:
...
@@ -54,7 +54,7 @@ build-qa-image:
-
time docker push ${QA_IMAGE}
-
time docker push ${QA_IMAGE}
.review-build-cng-base
:
&review-build-cng-base
.review-build-cng-base
:
&review-build-cng-base
image
:
ruby:2.
5
-alpine
image
:
ruby:2.
6
-alpine
stage
:
test
stage
:
test
when
:
manual
when
:
manual
before_script
:
before_script
:
...
...
.gitlab/ci/test-metadata.gitlab-ci.yml
View file @
ca739797
...
@@ -60,7 +60,7 @@ update-tests-metadata:
...
@@ -60,7 +60,7 @@ update-tests-metadata:
flaky-examples-check
:
flaky-examples-check
:
extends
:
.dedicated-runner
extends
:
.dedicated-runner
image
:
ruby:2.
5
-alpine
image
:
ruby:2.
6
-alpine
services
:
[]
services
:
[]
before_script
:
[]
before_script
:
[]
variables
:
variables
:
...
...
.ruby-version
View file @
ca739797
2.
5
.3
2.
6
.3
changelogs/unreleased/sh-upgrade-ruby-2-6-3-ce.yml
0 → 100644
View file @
ca739797
---
title
:
Upgrade Ruby version to 2.6.3
merge_request
:
28117
author
:
type
:
performance
doc/ci/caching/index.md
View file @
ca739797
...
@@ -289,7 +289,7 @@ jobs inherit it. Gems are installed in `vendor/ruby/` and are cached per-branch:
...
@@ -289,7 +289,7 @@ jobs inherit it. Gems are installed in `vendor/ruby/` and are cached per-branch:
#
#
# https://gitlab.com/gitlab-org/gitlab-ce/tree/master/lib/gitlab/ci/templates/Ruby.gitlab-ci.yml
# https://gitlab.com/gitlab-org/gitlab-ce/tree/master/lib/gitlab/ci/templates/Ruby.gitlab-ci.yml
#
#
image
:
ruby:2.
5
image
:
ruby:2.
6
# Cache gems in between builds
# Cache gems in between builds
cache
:
cache
:
...
...
doc/install/installation.md
View file @
ca739797
...
@@ -163,9 +163,9 @@ Download Ruby and compile it:
...
@@ -163,9 +163,9 @@ Download Ruby and compile it:
```
sh
```
sh
mkdir
/tmp/ruby
&&
cd
/tmp/ruby
mkdir
/tmp/ruby
&&
cd
/tmp/ruby
curl
--remote-name
--progress
https://cache.ruby-lang.org/pub/ruby/2.
5/ruby-2.5
.3.tar.gz
curl
--remote-name
--progress
https://cache.ruby-lang.org/pub/ruby/2.
6/ruby-2.6
.3.tar.gz
echo
'
f919a9fbcdb7abecd887157b49833663c5c15fda ruby-2.5.3.tar.gz'
| shasum
-c
-
&&
tar
xzf ruby-2.5
.3.tar.gz
echo
'
2347ed6ca5490a104ebd5684d2b9b5eefa6cd33c ruby-2.6.3.tar.gz'
| shasum
-c
-
&&
tar
xzf ruby-2.6
.3.tar.gz
cd
ruby-2.
5
.3
cd
ruby-2.
6
.3
./configure
--disable-install-rdoc
./configure
--disable-install-rdoc
make
make
...
...
doc/update/upgrading_from_source.md
View file @
ca739797
...
@@ -52,9 +52,9 @@ Download Ruby and compile it:
...
@@ -52,9 +52,9 @@ Download Ruby and compile it:
```
bash
```
bash
mkdir
/tmp/ruby
&&
cd
/tmp/ruby
mkdir
/tmp/ruby
&&
cd
/tmp/ruby
curl
--remote-name
--progress
https://cache.ruby-lang.org/pub/ruby/2.
5/ruby-2.5
.3.tar.gz
curl
--remote-name
--progress
https://cache.ruby-lang.org/pub/ruby/2.
6/ruby-2.6
.3.tar.gz
echo
'
f919a9fbcdb7abecd887157b49833663c5c15fda ruby-2.5.3.tar.gz'
| shasum
-c
-
&&
tar
xzf ruby-2.5
.3.tar.gz
echo
'
2347ed6ca5490a104ebd5684d2b9b5eefa6cd33c ruby-2.6.3.tar.gz'
| shasum
-c
-
&&
tar
xzf ruby-2.6
.3.tar.gz
cd
ruby-2.
5
.3
cd
ruby-2.
6
.3
./configure
--disable-install-rdoc
./configure
--disable-install-rdoc
make
make
...
...
qa/Dockerfile
View file @
ca739797
FROM
ruby:2.
5
-stretch
FROM
ruby:2.
6
-stretch
LABEL
maintainer "Grzegorz Bizon <grzegorz@gitlab.com>"
LABEL
maintainer "Grzegorz Bizon <grzegorz@gitlab.com>"
ENV
DEBIAN_FRONTEND noninteractive
ENV
DEBIAN_FRONTEND noninteractive
...
...
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