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
140a40eb
Commit
140a40eb
authored
Aug 20, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
f49c43e6
260b1fac
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
29 additions
and
24 deletions
+29
-24
changelogs/unreleased/update-babel-to-7-5-5.yml
changelogs/unreleased/update-babel-to-7-5-5.yml
+5
-0
doc/ci/ssh_keys/README.md
doc/ci/ssh_keys/README.md
+1
-1
doc/user/project/repository/img/repository_languages.png
doc/user/project/repository/img/repository_languages.png
+0
-0
doc/user/project/repository/img/repository_languages_v12_2.gif
...ser/project/repository/img/repository_languages_v12_2.gif
+0
-0
doc/user/project/repository/index.md
doc/user/project/repository/index.md
+1
-1
package.json
package.json
+4
-4
yarn.lock
yarn.lock
+18
-18
No files found.
changelogs/unreleased/update-babel-to-7-5-5.yml
0 → 100644
View file @
140a40eb
---
title
:
Upgrade babel to 7.5.5
merge_request
:
31819
author
:
Takuya Noguchi
type
:
other
doc/ci/ssh_keys/README.md
View file @
140a40eb
...
@@ -76,7 +76,7 @@ to access it. This is where an SSH key pair comes in handy.
...
@@ -76,7 +76,7 @@ to access it. This is where an SSH key pair comes in handy.
## without extra base64 encoding.
## without extra base64 encoding.
## https://gitlab.com/gitlab-examples/ssh-private-key/issues/1#note_48526556
## https://gitlab.com/gitlab-examples/ssh-private-key/issues/1#note_48526556
##
##
-
echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add -
> /dev/null
-
echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add -
##
##
## Create the SSH directory and give it the right permissions
## Create the SSH directory and give it the right permissions
...
...
doc/user/project/repository/img/repository_languages.png
deleted
100644 → 0
View file @
f49c43e6
25.9 KB
doc/user/project/repository/img/repository_languages_v12_2.gif
0 → 100644
View file @
140a40eb
155 KB
doc/user/project/repository/index.md
View file @
140a40eb
...
@@ -182,7 +182,7 @@ were used and display this on the projects pages. If this information is missing
...
@@ -182,7 +182,7 @@ were used and display this on the projects pages. If this information is missing
be added after updating the default branch on the project. This process can take up to 5
be added after updating the default branch on the project. This process can take up to 5
minutes.
minutes.
![
Repository Languages bar
](
img/repository_languages
.png
)
![
Repository Languages bar
](
img/repository_languages
_v12_2.gif
)
Not all files are detected, among others; documentation,
Not all files are detected, among others; documentation,
vendored code, and most markup languages are excluded. This behaviour can be
vendored code, and most markup languages are excluded. This behaviour can be
...
...
package.json
View file @
140a40eb
...
@@ -30,13 +30,13 @@
...
@@ -30,13 +30,13 @@
"webpack-vrt"
:
"NODE_OPTIONS=
\"
--max-old-space-size=3584
\"
NODE_ENV=production webpack --config config/webpack.config.review_toolbar.js"
"webpack-vrt"
:
"NODE_OPTIONS=
\"
--max-old-space-size=3584
\"
NODE_ENV=production webpack --config config/webpack.config.review_toolbar.js"
},
},
"dependencies"
:
{
"dependencies"
:
{
"
@babel/core
"
:
"
^7.
4.4
"
,
"
@babel/core
"
:
"
^7.
5.5
"
,
"
@babel/plugin-proposal-class-properties
"
:
"
^7.
4.4
"
,
"
@babel/plugin-proposal-class-properties
"
:
"
^7.
5.5
"
,
"
@babel/plugin-proposal-json-strings
"
:
"
^7.2.0
"
,
"
@babel/plugin-proposal-json-strings
"
:
"
^7.2.0
"
,
"
@babel/plugin-proposal-private-methods
"
:
"
^7.4.4
"
,
"
@babel/plugin-proposal-private-methods
"
:
"
^7.4.4
"
,
"
@babel/plugin-syntax-dynamic-import
"
:
"
^7.2.0
"
,
"
@babel/plugin-syntax-dynamic-import
"
:
"
^7.2.0
"
,
"
@babel/plugin-syntax-import-meta
"
:
"
^7.2.0
"
,
"
@babel/plugin-syntax-import-meta
"
:
"
^7.2.0
"
,
"
@babel/preset-env
"
:
"
^7.
4.4
"
,
"
@babel/preset-env
"
:
"
^7.
5.5
"
,
"
@gitlab/csslab
"
:
"
^1.9.0
"
,
"
@gitlab/csslab
"
:
"
^1.9.0
"
,
"
@gitlab/svgs
"
:
"
^1.68.0
"
,
"
@gitlab/svgs
"
:
"
^1.68.0
"
,
"
@gitlab/ui
"
:
"
5.15.0
"
,
"
@gitlab/ui
"
:
"
5.15.0
"
,
...
@@ -145,7 +145,7 @@
...
@@ -145,7 +145,7 @@
"
xterm
"
:
"
^3.5.0
"
"
xterm
"
:
"
^3.5.0
"
},
},
"devDependencies"
:
{
"devDependencies"
:
{
"
@babel/plugin-transform-modules-commonjs
"
:
"
^7.
2
.0
"
,
"
@babel/plugin-transform-modules-commonjs
"
:
"
^7.
5
.0
"
,
"
@gitlab/eslint-config
"
:
"
^1.6.0
"
,
"
@gitlab/eslint-config
"
:
"
^1.6.0
"
,
"
@gitlab/eslint-plugin-i18n
"
:
"
^1.1.0
"
,
"
@gitlab/eslint-plugin-i18n
"
:
"
^1.1.0
"
,
"
@gitlab/eslint-plugin-vue-i18n
"
:
"
^1.2.0
"
,
"
@gitlab/eslint-plugin-vue-i18n
"
:
"
^1.2.0
"
,
...
...
yarn.lock
View file @
140a40eb
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
dependencies:
dependencies:
"@babel/highlight" "^7.0.0"
"@babel/highlight" "^7.0.0"
"@babel/core@>=7.2.2", "@babel/core@^7.1.0", "@babel/core@^7.1.2", "@babel/core@^7.
4.4
":
"@babel/core@>=7.2.2", "@babel/core@^7.1.0", "@babel/core@^7.1.2", "@babel/core@^7.
5.5
":
version "7.5.5"
version "7.5.5"
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.5.5.tgz#17b2686ef0d6bc58f963dddd68ab669755582c30"
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.5.5.tgz#17b2686ef0d6bc58f963dddd68ab669755582c30"
integrity sha512-i4qoSr2KTtce0DmkuuQBV4AuQgGPUcPXMr9L5MyYAtk06z068lQ10a4O009fe5OB/DfNV+h+qqT7ddNV8UnRjg==
integrity sha512-i4qoSr2KTtce0DmkuuQBV4AuQgGPUcPXMr9L5MyYAtk06z068lQ10a4O009fe5OB/DfNV+h+qqT7ddNV8UnRjg==
...
@@ -139,16 +139,16 @@
...
@@ -139,16 +139,16 @@
"@babel/types" "^7.0.0"
"@babel/types" "^7.0.0"
"@babel/helper-module-transforms@^7.1.0", "@babel/helper-module-transforms@^7.4.4":
"@babel/helper-module-transforms@^7.1.0", "@babel/helper-module-transforms@^7.4.4":
version "7.
4.4
"
version "7.
5.5
"
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.
4.4.tgz#96115ea42a2f139e619e98ed46df6019b94414b8
"
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.
5.5.tgz#f84ff8a09038dcbca1fd4355661a500937165b4a
"
integrity sha512-
3Z1yp8TVQf+B4ynN7WoHPKS8EkdTbgAEy0nU0rs/1Kw4pDgmvYH3rz3aI11KgxKCba2cn7N+tqzV1mY2HMN96
w==
integrity sha512-
jBeCvETKuJqeiaCdyaheF40aXnnU1+wkSiUs/IQg3tB85up1LyL8x77ClY8qJpuRJUcXQo+ZtdNESmZl4j56P
w==
dependencies:
dependencies:
"@babel/helper-module-imports" "^7.0.0"
"@babel/helper-module-imports" "^7.0.0"
"@babel/helper-simple-access" "^7.1.0"
"@babel/helper-simple-access" "^7.1.0"
"@babel/helper-split-export-declaration" "^7.4.4"
"@babel/helper-split-export-declaration" "^7.4.4"
"@babel/template" "^7.4.4"
"@babel/template" "^7.4.4"
"@babel/types" "^7.
4.4
"
"@babel/types" "^7.
5.5
"
lodash "^4.17.1
1
"
lodash "^4.17.1
3
"
"@babel/helper-optimise-call-expression@^7.0.0":
"@babel/helper-optimise-call-expression@^7.0.0":
version "7.0.0"
version "7.0.0"
...
@@ -163,11 +163,11 @@
...
@@ -163,11 +163,11 @@
integrity sha512-CYAOUCARwExnEixLdB6sDm2dIJ/YgEAKDM1MOeMeZu9Ld/bDgVo8aiWrXwcY7OBh+1Ea2uUcVRcxKk0GJvW7QA==
integrity sha512-CYAOUCARwExnEixLdB6sDm2dIJ/YgEAKDM1MOeMeZu9Ld/bDgVo8aiWrXwcY7OBh+1Ea2uUcVRcxKk0GJvW7QA==
"@babel/helper-regex@^7.0.0", "@babel/helper-regex@^7.4.4":
"@babel/helper-regex@^7.0.0", "@babel/helper-regex@^7.4.4":
version "7.
4.4
"
version "7.
5.5
"
resolved "https://registry.yarnpkg.com/@babel/helper-regex/-/helper-regex-7.
4.4.tgz#a47e02bc91fb259d2e6727c2a30013e3ac13c4a2
"
resolved "https://registry.yarnpkg.com/@babel/helper-regex/-/helper-regex-7.
5.5.tgz#0aa6824f7100a2e0e89c1527c23936c152cab351
"
integrity sha512-
Y5nuB/kESmR3tKjU8Nkn1wMGEx1tjJX076HBMeL3XLQCu6vA/YRzuTW0bbb+qRnXvQGn+d6Rx953yffl8vEy7Q
==
integrity sha512-
CkCYQLkfkiugbRDO8eZn6lRuR8kzZoGXCg3149iTk5se7g6qykSpy3+hELSwquhu+TgHn8nkLiBwHvNX8Hofcw
==
dependencies:
dependencies:
lodash "^4.17.1
1
"
lodash "^4.17.1
3
"
"@babel/helper-remap-async-to-generator@^7.1.0":
"@babel/helper-remap-async-to-generator@^7.1.0":
version "7.1.0"
version "7.1.0"
...
@@ -225,9 +225,9 @@
...
@@ -225,9 +225,9 @@
"@babel/types" "^7.5.5"
"@babel/types" "^7.5.5"
"@babel/highlight@^7.0.0":
"@babel/highlight@^7.0.0":
version "7.
0
.0"
version "7.
5
.0"
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.
0.0.tgz#f710c38c8d458e6dd9a201afb637fcb781ce99e4
"
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.
5.0.tgz#56d11312bd9248fa619591d02472be6e8cb32540
"
integrity sha512-
UFMC4ZeFC48Tpvj7C8UgLvtkaUuovQX+5xNWrsIoMG8o2z+XFKjKaN9iVmS84dPwVN00W4wPmqvYoZF3EGAsfw
==
integrity sha512-
7dV4eu9gBxoM0dAnj/BCFDW9LFU0zvTrkq0ugM7pnHEgguOEeOz1so2ZghEdzviYzQEED0r4EAgpsBChKy1TRQ
==
dependencies:
dependencies:
chalk "^2.0.0"
chalk "^2.0.0"
esutils "^2.0.2"
esutils "^2.0.2"
...
@@ -252,7 +252,7 @@
...
@@ -252,7 +252,7 @@
"@babel/helper-remap-async-to-generator" "^7.1.0"
"@babel/helper-remap-async-to-generator" "^7.1.0"
"@babel/plugin-syntax-async-generators" "^7.2.0"
"@babel/plugin-syntax-async-generators" "^7.2.0"
"@babel/plugin-proposal-class-properties@^7.1.0", "@babel/plugin-proposal-class-properties@^7.
4.4
":
"@babel/plugin-proposal-class-properties@^7.1.0", "@babel/plugin-proposal-class-properties@^7.
5.5
":
version "7.5.5"
version "7.5.5"
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.5.5.tgz#a974cfae1e37c3110e71f3c6a2e48b8e71958cd4"
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.5.5.tgz#a974cfae1e37c3110e71f3c6a2e48b8e71958cd4"
integrity sha512-AF79FsnWFxjlaosgdi421vmYG6/jg79bVD0dpD44QdgobzHKuLZ6S3vl8la9qIeSwGi8i1fS0O1mfuDAAdo1/A==
integrity sha512-AF79FsnWFxjlaosgdi421vmYG6/jg79bVD0dpD44QdgobzHKuLZ6S3vl8la9qIeSwGi8i1fS0O1mfuDAAdo1/A==
...
@@ -833,7 +833,7 @@
...
@@ -833,7 +833,7 @@
"@babel/helper-regex" "^7.4.4"
"@babel/helper-regex" "^7.4.4"
regexpu-core "^4.5.4"
regexpu-core "^4.5.4"
"@babel/preset-env@^7.1.0", "@babel/preset-env@^7.
4.4
":
"@babel/preset-env@^7.1.0", "@babel/preset-env@^7.
5.5
":
version "7.5.5"
version "7.5.5"
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.5.5.tgz#bc470b53acaa48df4b8db24a570d6da1fef53c9a"
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.5.5.tgz#bc470b53acaa48df4b8db24a570d6da1fef53c9a"
integrity sha512-GMZQka/+INwsMz1A5UEql8tG015h5j/qjptpKY2gJ7giy8ohzU710YciJB5rcKsWGWHiW3RUnHib0E5/m3Tp3A==
integrity sha512-GMZQka/+INwsMz1A5UEql8tG015h5j/qjptpKY2gJ7giy8ohzU710YciJB5rcKsWGWHiW3RUnHib0E5/m3Tp3A==
...
@@ -914,9 +914,9 @@
...
@@ -914,9 +914,9 @@
integrity sha512-FBMd0IiARPtH5aaOFUVki6evHiJQiY0pFy7fizyRF7dtwc+el3nwpzvhb9qBNzceG1OIJModG1xpE0DDFjPXwA==
integrity sha512-FBMd0IiARPtH5aaOFUVki6evHiJQiY0pFy7fizyRF7dtwc+el3nwpzvhb9qBNzceG1OIJModG1xpE0DDFjPXwA==
"@babel/standalone@^7.0.0":
"@babel/standalone@^7.0.0":
version "7.
3.4
"
version "7.
5.5
"
resolved "https://registry.yarnpkg.com/@babel/standalone/-/standalone-7.
3.4.tgz#b622c1e522acef91b2a14f22bdcdd4f935a1a474
"
resolved "https://registry.yarnpkg.com/@babel/standalone/-/standalone-7.
5.5.tgz#9d3143f6078ff408db694a4254bd6f03c5c33962
"
integrity sha512-
4L9c5i4WlGqbrjOVX0Yp8TIR5cEiw1/tPYYZENW/iuO2uI6viY38U7zALidzNfGdZIwNc+A/AWqMEWKeScWkBg
==
integrity sha512-
YIp5taErC4uvp4d5urJtWMui3cpvZt83x57l4oVJNvFtDzumf3pMgRmoTSpGuEzh1yzo7jHhg3mbQmMhmKPbjA
==
"@babel/template@^7.1.0", "@babel/template@^7.4.0", "@babel/template@^7.4.4":
"@babel/template@^7.1.0", "@babel/template@^7.4.0", "@babel/template@^7.4.4":
version "7.4.4"
version "7.4.4"
...
...
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