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
011b51b2
Commit
011b51b2
authored
Feb 05, 2021
by
Arturo Herrero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
GraphQL: Add descriptions to ServiceTypeEnum
- Add descriptions to values - Update schema - Update documentation
parent
03078c51
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
216 additions
and
73 deletions
+216
-73
app/graphql/types/projects/service_type_enum.rb
app/graphql/types/projects/service_type_enum.rb
+1
-1
doc/api/graphql/reference/gitlab_schema.graphql
doc/api/graphql/reference/gitlab_schema.graphql
+143
-0
doc/api/graphql/reference/gitlab_schema.json
doc/api/graphql/reference/gitlab_schema.json
+36
-36
doc/api/graphql/reference/index.md
doc/api/graphql/reference/index.md
+36
-36
No files found.
app/graphql/types/projects/service_type_enum.rb
View file @
011b51b2
...
...
@@ -6,7 +6,7 @@ module Types
graphql_name
'ServiceType'
::
Service
.
available_services_types
(
include_dev:
false
).
each
do
|
service_type
|
value
service_type
.
underscore
.
upcase
,
value:
service_type
value
service_type
.
underscore
.
upcase
,
value:
service_type
,
description:
"
#{
service_type
}
type"
end
end
end
...
...
doc/api/graphql/reference/gitlab_schema.graphql
View file @
011b51b2
...
...
@@ -23796,41 +23796,184 @@ type ServiceEdge {
}
enum
ServiceType
{
"""
AsanaService
type
"""
ASANA_SERVICE
"""
AssemblaService
type
"""
ASSEMBLA_SERVICE
"""
BambooService
type
"""
BAMBOO_SERVICE
"""
BugzillaService
type
"""
BUGZILLA_SERVICE
"""
BuildkiteService
type
"""
BUILDKITE_SERVICE
"""
CampfireService
type
"""
CAMPFIRE_SERVICE
"""
ConfluenceService
type
"""
CONFLUENCE_SERVICE
"""
CustomIssueTrackerService
type
"""
CUSTOM_ISSUE_TRACKER_SERVICE
"""
DatadogService
type
"""
DATADOG_SERVICE
"""
DiscordService
type
"""
DISCORD_SERVICE
"""
DroneCiService
type
"""
DRONE_CI_SERVICE
"""
EmailsOnPushService
type
"""
EMAILS_ON_PUSH_SERVICE
"""
EwmService
type
"""
EWM_SERVICE
"""
ExternalWikiService
type
"""
EXTERNAL_WIKI_SERVICE
"""
FlowdockService
type
"""
FLOWDOCK_SERVICE
"""
GithubService
type
"""
GITHUB_SERVICE
"""
HangoutsChatService
type
"""
HANGOUTS_CHAT_SERVICE
"""
HipchatService
type
"""
HIPCHAT_SERVICE
"""
IrkerService
type
"""
IRKER_SERVICE
"""
JenkinsService
type
"""
JENKINS_SERVICE
"""
JiraService
type
"""
JIRA_SERVICE
"""
MattermostService
type
"""
MATTERMOST_SERVICE
"""
MattermostSlashCommandsService
type
"""
MATTERMOST_SLASH_COMMANDS_SERVICE
"""
MicrosoftTeamsService
type
"""
MICROSOFT_TEAMS_SERVICE
"""
PackagistService
type
"""
PACKAGIST_SERVICE
"""
PipelinesEmailService
type
"""
PIPELINES_EMAIL_SERVICE
"""
PivotaltrackerService
type
"""
PIVOTALTRACKER_SERVICE
"""
PrometheusService
type
"""
PROMETHEUS_SERVICE
"""
PushoverService
type
"""
PUSHOVER_SERVICE
"""
RedmineService
type
"""
REDMINE_SERVICE
"""
SlackService
type
"""
SLACK_SERVICE
"""
SlackSlashCommandsService
type
"""
SLACK_SLASH_COMMANDS_SERVICE
"""
TeamcityService
type
"""
TEAMCITY_SERVICE
"""
UnifyCircuitService
type
"""
UNIFY_CIRCUIT_SERVICE
"""
WebexTeamsService
type
"""
WEBEX_TEAMS_SERVICE
"""
YoutrackService
type
"""
YOUTRACK_SERVICE
}
...
...
doc/api/graphql/reference/gitlab_schema.json
View file @
011b51b2
...
...
@@ -68889,217 +68889,217 @@
"enumValues": [
{
"name": "ASANA_SERVICE",
"description":
null
,
"description":
"AsanaService type"
,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "ASSEMBLA_SERVICE",
"description":
null
,
"description":
"AssemblaService type"
,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "BAMBOO_SERVICE",
"description":
null
,
"description":
"BambooService type"
,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "BUGZILLA_SERVICE",
"description":
null
,
"description":
"BugzillaService type"
,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "BUILDKITE_SERVICE",
"description":
null
,
"description":
"BuildkiteService type"
,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "CAMPFIRE_SERVICE",
"description":
null
,
"description":
"CampfireService type"
,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "CONFLUENCE_SERVICE",
"description":
null
,
"description":
"ConfluenceService type"
,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "CUSTOM_ISSUE_TRACKER_SERVICE",
"description":
null
,
"description":
"CustomIssueTrackerService type"
,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "DATADOG_SERVICE",
"description":
null
,
"description":
"DatadogService type"
,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "DISCORD_SERVICE",
"description":
null
,
"description":
"DiscordService type"
,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "DRONE_CI_SERVICE",
"description":
null
,
"description":
"DroneCiService type"
,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "EMAILS_ON_PUSH_SERVICE",
"description":
null
,
"description":
"EmailsOnPushService type"
,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "EWM_SERVICE",
"description":
null
,
"description":
"EwmService type"
,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "EXTERNAL_WIKI_SERVICE",
"description":
null
,
"description":
"ExternalWikiService type"
,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "FLOWDOCK_SERVICE",
"description":
null
,
"description":
"FlowdockService type"
,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "GITHUB_SERVICE",
"description":
null
,
"description":
"GithubService type"
,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "HANGOUTS_CHAT_SERVICE",
"description":
null
,
"description":
"HangoutsChatService type"
,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "HIPCHAT_SERVICE",
"description":
null
,
"description":
"HipchatService type"
,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "IRKER_SERVICE",
"description":
null
,
"description":
"IrkerService type"
,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "JENKINS_SERVICE",
"description":
null
,
"description":
"JenkinsService type"
,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "JIRA_SERVICE",
"description":
null
,
"description":
"JiraService type"
,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "MATTERMOST_SERVICE",
"description":
null
,
"description":
"MattermostService type"
,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "MATTERMOST_SLASH_COMMANDS_SERVICE",
"description":
null
,
"description":
"MattermostSlashCommandsService type"
,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "MICROSOFT_TEAMS_SERVICE",
"description":
null
,
"description":
"MicrosoftTeamsService type"
,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "PACKAGIST_SERVICE",
"description":
null
,
"description":
"PackagistService type"
,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "PIPELINES_EMAIL_SERVICE",
"description":
null
,
"description":
"PipelinesEmailService type"
,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "PIVOTALTRACKER_SERVICE",
"description":
null
,
"description":
"PivotaltrackerService type"
,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "PROMETHEUS_SERVICE",
"description":
null
,
"description":
"PrometheusService type"
,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "PUSHOVER_SERVICE",
"description":
null
,
"description":
"PushoverService type"
,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "REDMINE_SERVICE",
"description":
null
,
"description":
"RedmineService type"
,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "SLACK_SERVICE",
"description":
null
,
"description":
"SlackService type"
,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "SLACK_SLASH_COMMANDS_SERVICE",
"description":
null
,
"description":
"SlackSlashCommandsService type"
,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "TEAMCITY_SERVICE",
"description":
null
,
"description":
"TeamcityService type"
,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "UNIFY_CIRCUIT_SERVICE",
"description":
null
,
"description":
"UnifyCircuitService type"
,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "WEBEX_TEAMS_SERVICE",
"description":
null
,
"description":
"WebexTeamsService type"
,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "YOUTRACK_SERVICE",
"description":
null
,
"description":
"YoutrackService type"
,
"isDeprecated": false,
"deprecationReason": null
}
doc/api/graphql/reference/index.md
View file @
011b51b2
...
...
@@ -5210,42 +5210,42 @@ State of a Sentry error.
| Value | Description |
| ----- | ----------- |
|
`ASANA_SERVICE`
| |
|
`ASSEMBLA_SERVICE`
| |
|
`BAMBOO_SERVICE`
| |
|
`BUGZILLA_SERVICE`
| |
|
`BUILDKITE_SERVICE`
| |
|
`CAMPFIRE_SERVICE`
| |
|
`CONFLUENCE_SERVICE`
| |
|
`CUSTOM_ISSUE_TRACKER_SERVICE`
| |
|
`DATADOG_SERVICE`
| |
|
`DISCORD_SERVICE`
| |
|
`DRONE_CI_SERVICE`
| |
|
`EMAILS_ON_PUSH_SERVICE`
| |
|
`EWM_SERVICE`
| |
|
`EXTERNAL_WIKI_SERVICE`
| |
|
`FLOWDOCK_SERVICE`
| |
|
`GITHUB_SERVICE`
| |
|
`HANGOUTS_CHAT_SERVICE`
| |
|
`HIPCHAT_SERVICE`
| |
|
`IRKER_SERVICE`
| |
|
`JENKINS_SERVICE`
| |
|
`JIRA_SERVICE`
| |
|
`MATTERMOST_SERVICE`
| |
|
`MATTERMOST_SLASH_COMMANDS_SERVICE`
| |
|
`MICROSOFT_TEAMS_SERVICE`
| |
|
`PACKAGIST_SERVICE`
| |
|
`PIPELINES_EMAIL_SERVICE`
| |
|
`PIVOTALTRACKER_SERVICE`
| |
|
`PROMETHEUS_SERVICE`
| |
|
`PUSHOVER_SERVICE`
| |
|
`REDMINE_SERVICE`
| |
|
`SLACK_SERVICE`
| |
|
`SLACK_SLASH_COMMANDS_SERVICE`
| |
|
`TEAMCITY_SERVICE`
| |
|
`UNIFY_CIRCUIT_SERVICE`
| |
|
`WEBEX_TEAMS_SERVICE`
| |
|
`YOUTRACK_SERVICE`
| |
|
`ASANA_SERVICE`
|
AsanaService type
|
|
`ASSEMBLA_SERVICE`
|
AssemblaService type
|
|
`BAMBOO_SERVICE`
|
BambooService type
|
|
`BUGZILLA_SERVICE`
|
BugzillaService type
|
|
`BUILDKITE_SERVICE`
|
BuildkiteService type
|
|
`CAMPFIRE_SERVICE`
|
CampfireService type
|
|
`CONFLUENCE_SERVICE`
|
ConfluenceService type
|
|
`CUSTOM_ISSUE_TRACKER_SERVICE`
|
CustomIssueTrackerService type
|
|
`DATADOG_SERVICE`
|
DatadogService type
|
|
`DISCORD_SERVICE`
|
DiscordService type
|
|
`DRONE_CI_SERVICE`
|
DroneCiService type
|
|
`EMAILS_ON_PUSH_SERVICE`
|
EmailsOnPushService type
|
|
`EWM_SERVICE`
|
EwmService type
|
|
`EXTERNAL_WIKI_SERVICE`
|
ExternalWikiService type
|
|
`FLOWDOCK_SERVICE`
|
FlowdockService type
|
|
`GITHUB_SERVICE`
|
GithubService type
|
|
`HANGOUTS_CHAT_SERVICE`
|
HangoutsChatService type
|
|
`HIPCHAT_SERVICE`
|
HipchatService type
|
|
`IRKER_SERVICE`
|
IrkerService type
|
|
`JENKINS_SERVICE`
|
JenkinsService type
|
|
`JIRA_SERVICE`
|
JiraService type
|
|
`MATTERMOST_SERVICE`
|
MattermostService type
|
|
`MATTERMOST_SLASH_COMMANDS_SERVICE`
|
MattermostSlashCommandsService type
|
|
`MICROSOFT_TEAMS_SERVICE`
|
MicrosoftTeamsService type
|
|
`PACKAGIST_SERVICE`
|
PackagistService type
|
|
`PIPELINES_EMAIL_SERVICE`
|
PipelinesEmailService type
|
|
`PIVOTALTRACKER_SERVICE`
|
PivotaltrackerService type
|
|
`PROMETHEUS_SERVICE`
|
PrometheusService type
|
|
`PUSHOVER_SERVICE`
|
PushoverService type
|
|
`REDMINE_SERVICE`
|
RedmineService type
|
|
`SLACK_SERVICE`
|
SlackService type
|
|
`SLACK_SLASH_COMMANDS_SERVICE`
|
SlackSlashCommandsService type
|
|
`TEAMCITY_SERVICE`
|
TeamcityService type
|
|
`UNIFY_CIRCUIT_SERVICE`
|
UnifyCircuitService type
|
|
`WEBEX_TEAMS_SERVICE`
|
WebexTeamsService type
|
|
`YOUTRACK_SERVICE`
|
YoutrackService type
|
### SnippetBlobActionEnum
...
...
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