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
2fe68603
Commit
2fe68603
authored
Feb 15, 2021
by
Marcel Amirault
Committed by
David Fernandez
Feb 15, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update NPM to npm in graphql description
parent
245fd491
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
app/graphql/types/packages/package_type_enum.rb
app/graphql/types/packages/package_type_enum.rb
+1
-1
doc/api/graphql/reference/gitlab_schema.graphql
doc/api/graphql/reference/gitlab_schema.graphql
+1
-1
doc/api/graphql/reference/gitlab_schema.json
doc/api/graphql/reference/gitlab_schema.json
+1
-1
doc/api/graphql/reference/index.md
doc/api/graphql/reference/index.md
+1
-1
No files found.
app/graphql/types/packages/package_type_enum.rb
View file @
2fe68603
...
@@ -5,7 +5,7 @@ module Types
...
@@ -5,7 +5,7 @@ module Types
class
PackageTypeEnum
<
BaseEnum
class
PackageTypeEnum
<
BaseEnum
PACKAGE_TYPE_NAMES
=
{
PACKAGE_TYPE_NAMES
=
{
pypi:
'PyPI'
,
pypi:
'PyPI'
,
npm:
'
NPM
'
npm:
'
npm
'
}.
freeze
}.
freeze
::
Packages
::
Package
.
package_types
.
keys
.
each
do
|
package_type
|
::
Packages
::
Package
.
package_types
.
keys
.
each
do
|
package_type
|
...
...
doc/api/graphql/reference/gitlab_schema.graphql
View file @
2fe68603
...
@@ -18179,7 +18179,7 @@ enum PackageTypeEnum {
...
@@ -18179,7 +18179,7 @@ enum PackageTypeEnum {
MAVEN
MAVEN
"""
"""
Packages
from
the
NPM
package
manager
Packages
from
the
npm
package
manager
"""
"""
NPM
NPM
...
...
doc/api/graphql/reference/gitlab_schema.json
View file @
2fe68603
...
@@ -53370,7 +53370,7 @@
...
@@ -53370,7 +53370,7 @@
},
},
{
{
"name": "NPM",
"name": "NPM",
"description": "Packages from the
NPM
package manager",
"description": "Packages from the
npm
package manager",
"isDeprecated": false,
"isDeprecated": false,
"deprecationReason": null
"deprecationReason": null
},
},
doc/api/graphql/reference/index.md
View file @
2fe68603
...
@@ -5203,7 +5203,7 @@ Rotation length unit of an on-call rotation.
...
@@ -5203,7 +5203,7 @@ Rotation length unit of an on-call rotation.
|
`GENERIC`
| Packages from the Generic package manager |
|
`GENERIC`
| Packages from the Generic package manager |
|
`GOLANG`
| Packages from the Golang package manager |
|
`GOLANG`
| Packages from the Golang package manager |
|
`MAVEN`
| Packages from the Maven package manager |
|
`MAVEN`
| Packages from the Maven package manager |
|
`NPM`
| Packages from the
NPM
package manager |
|
`NPM`
| Packages from the
npm
package manager |
|
`NUGET`
| Packages from the Nuget package manager |
|
`NUGET`
| Packages from the Nuget package manager |
|
`PYPI`
| Packages from the PyPI package manager |
|
`PYPI`
| Packages from the PyPI package manager |
|
`RUBYGEMS`
| Packages from the Rubygems package manager |
|
`RUBYGEMS`
| Packages from the Rubygems package manager |
...
...
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