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
fb2f8a56
Commit
fb2f8a56
authored
Apr 30, 2020
by
Evan Read
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix capitalization of URL in a GraphQL description
parent
6e6df8ab
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
app/graphql/types/grafana_integration_type.rb
app/graphql/types/grafana_integration_type.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/grafana_integration_type.rb
View file @
fb2f8a56
...
...
@@ -9,7 +9,7 @@ module Types
field
:id
,
GraphQL
::
ID_TYPE
,
null:
false
,
description:
'Internal ID of the Grafana integration'
field
:grafana_url
,
GraphQL
::
STRING_TYPE
,
null:
false
,
description:
'U
rl
for the Grafana host for the Grafana integration'
description:
'U
RL
for the Grafana host for the Grafana integration'
field
:enabled
,
GraphQL
::
BOOLEAN_TYPE
,
null:
false
,
description:
'Indicates whether Grafana integration is enabled'
field
:created_at
,
Types
::
TimeType
,
null:
false
,
...
...
doc/api/graphql/reference/gitlab_schema.graphql
View file @
fb2f8a56
...
...
@@ -3553,7 +3553,7 @@ type GrafanaIntegration {
enabled
:
Boolean
!
"""
U
rl
for
the
Grafana
host
for
the
Grafana
integration
U
RL
for
the
Grafana
host
for
the
Grafana
integration
"""
grafanaUrl
:
String
!
...
...
doc/api/graphql/reference/gitlab_schema.json
View file @
fb2f8a56
...
...
@@ -10207,7 +10207,7 @@
},
{
"name"
:
"grafanaUrl"
,
"description"
:
"U
rl
for the Grafana host for the Grafana integration"
,
"description"
:
"U
RL
for the Grafana host for the Grafana integration"
,
"args"
:
[
],
...
...
doc/api/graphql/reference/index.md
View file @
fb2f8a56
...
...
@@ -577,7 +577,7 @@ Autogenerated return type of EpicTreeReorder
| --- | ---- | ---------- |
|
`createdAt`
| Time! | Timestamp of the issue's creation |
|
`enabled`
| Boolean! | Indicates whether Grafana integration is enabled |
|
`grafanaUrl`
| String! | U
rl
for the Grafana host for the Grafana integration |
|
`grafanaUrl`
| String! | U
RL
for the Grafana host for the Grafana integration |
|
`id`
| ID! | Internal ID of the Grafana integration |
|
`token`
**{warning-solid}**
| String! |
**Deprecated:**
Plain text token has been masked for security reasons. Deprecated in 12.7 |
|
`updatedAt`
| Time! | Timestamp of the issue's last activity |
...
...
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