Commit 4d37c86b authored by Douglas Barbosa Alexandre's avatar Douglas Barbosa Alexandre

Merge branch '299489-graphql-description-for-service-type-enum' into 'master'

GraphQL: Add descriptions to ServiceTypeEnum

See merge request gitlab-org/gitlab!53515
parents 590d9566 011b51b2
...@@ -6,7 +6,7 @@ module Types ...@@ -6,7 +6,7 @@ module Types
graphql_name 'ServiceType' graphql_name 'ServiceType'
::Service.available_services_types(include_dev: false).each do |service_type| ::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 end
end end
......
...@@ -23796,41 +23796,184 @@ type ServiceEdge { ...@@ -23796,41 +23796,184 @@ type ServiceEdge {
} }
enum ServiceType { enum ServiceType {
"""
AsanaService type
"""
ASANA_SERVICE ASANA_SERVICE
"""
AssemblaService type
"""
ASSEMBLA_SERVICE ASSEMBLA_SERVICE
"""
BambooService type
"""
BAMBOO_SERVICE BAMBOO_SERVICE
"""
BugzillaService type
"""
BUGZILLA_SERVICE BUGZILLA_SERVICE
"""
BuildkiteService type
"""
BUILDKITE_SERVICE BUILDKITE_SERVICE
"""
CampfireService type
"""
CAMPFIRE_SERVICE CAMPFIRE_SERVICE
"""
ConfluenceService type
"""
CONFLUENCE_SERVICE CONFLUENCE_SERVICE
"""
CustomIssueTrackerService type
"""
CUSTOM_ISSUE_TRACKER_SERVICE CUSTOM_ISSUE_TRACKER_SERVICE
"""
DatadogService type
"""
DATADOG_SERVICE DATADOG_SERVICE
"""
DiscordService type
"""
DISCORD_SERVICE DISCORD_SERVICE
"""
DroneCiService type
"""
DRONE_CI_SERVICE DRONE_CI_SERVICE
"""
EmailsOnPushService type
"""
EMAILS_ON_PUSH_SERVICE EMAILS_ON_PUSH_SERVICE
"""
EwmService type
"""
EWM_SERVICE EWM_SERVICE
"""
ExternalWikiService type
"""
EXTERNAL_WIKI_SERVICE EXTERNAL_WIKI_SERVICE
"""
FlowdockService type
"""
FLOWDOCK_SERVICE FLOWDOCK_SERVICE
"""
GithubService type
"""
GITHUB_SERVICE GITHUB_SERVICE
"""
HangoutsChatService type
"""
HANGOUTS_CHAT_SERVICE HANGOUTS_CHAT_SERVICE
"""
HipchatService type
"""
HIPCHAT_SERVICE HIPCHAT_SERVICE
"""
IrkerService type
"""
IRKER_SERVICE IRKER_SERVICE
"""
JenkinsService type
"""
JENKINS_SERVICE JENKINS_SERVICE
"""
JiraService type
"""
JIRA_SERVICE JIRA_SERVICE
"""
MattermostService type
"""
MATTERMOST_SERVICE MATTERMOST_SERVICE
"""
MattermostSlashCommandsService type
"""
MATTERMOST_SLASH_COMMANDS_SERVICE MATTERMOST_SLASH_COMMANDS_SERVICE
"""
MicrosoftTeamsService type
"""
MICROSOFT_TEAMS_SERVICE MICROSOFT_TEAMS_SERVICE
"""
PackagistService type
"""
PACKAGIST_SERVICE PACKAGIST_SERVICE
"""
PipelinesEmailService type
"""
PIPELINES_EMAIL_SERVICE PIPELINES_EMAIL_SERVICE
"""
PivotaltrackerService type
"""
PIVOTALTRACKER_SERVICE PIVOTALTRACKER_SERVICE
"""
PrometheusService type
"""
PROMETHEUS_SERVICE PROMETHEUS_SERVICE
"""
PushoverService type
"""
PUSHOVER_SERVICE PUSHOVER_SERVICE
"""
RedmineService type
"""
REDMINE_SERVICE REDMINE_SERVICE
"""
SlackService type
"""
SLACK_SERVICE SLACK_SERVICE
"""
SlackSlashCommandsService type
"""
SLACK_SLASH_COMMANDS_SERVICE SLACK_SLASH_COMMANDS_SERVICE
"""
TeamcityService type
"""
TEAMCITY_SERVICE TEAMCITY_SERVICE
"""
UnifyCircuitService type
"""
UNIFY_CIRCUIT_SERVICE UNIFY_CIRCUIT_SERVICE
"""
WebexTeamsService type
"""
WEBEX_TEAMS_SERVICE WEBEX_TEAMS_SERVICE
"""
YoutrackService type
"""
YOUTRACK_SERVICE YOUTRACK_SERVICE
} }
......
...@@ -68885,217 +68885,217 @@ ...@@ -68885,217 +68885,217 @@
"enumValues": [ "enumValues": [
{ {
"name": "ASANA_SERVICE", "name": "ASANA_SERVICE",
"description": null, "description": "AsanaService type",
"isDeprecated": false, "isDeprecated": false,
"deprecationReason": null "deprecationReason": null
}, },
{ {
"name": "ASSEMBLA_SERVICE", "name": "ASSEMBLA_SERVICE",
"description": null, "description": "AssemblaService type",
"isDeprecated": false, "isDeprecated": false,
"deprecationReason": null "deprecationReason": null
}, },
{ {
"name": "BAMBOO_SERVICE", "name": "BAMBOO_SERVICE",
"description": null, "description": "BambooService type",
"isDeprecated": false, "isDeprecated": false,
"deprecationReason": null "deprecationReason": null
}, },
{ {
"name": "BUGZILLA_SERVICE", "name": "BUGZILLA_SERVICE",
"description": null, "description": "BugzillaService type",
"isDeprecated": false, "isDeprecated": false,
"deprecationReason": null "deprecationReason": null
}, },
{ {
"name": "BUILDKITE_SERVICE", "name": "BUILDKITE_SERVICE",
"description": null, "description": "BuildkiteService type",
"isDeprecated": false, "isDeprecated": false,
"deprecationReason": null "deprecationReason": null
}, },
{ {
"name": "CAMPFIRE_SERVICE", "name": "CAMPFIRE_SERVICE",
"description": null, "description": "CampfireService type",
"isDeprecated": false, "isDeprecated": false,
"deprecationReason": null "deprecationReason": null
}, },
{ {
"name": "CONFLUENCE_SERVICE", "name": "CONFLUENCE_SERVICE",
"description": null, "description": "ConfluenceService type",
"isDeprecated": false, "isDeprecated": false,
"deprecationReason": null "deprecationReason": null
}, },
{ {
"name": "CUSTOM_ISSUE_TRACKER_SERVICE", "name": "CUSTOM_ISSUE_TRACKER_SERVICE",
"description": null, "description": "CustomIssueTrackerService type",
"isDeprecated": false, "isDeprecated": false,
"deprecationReason": null "deprecationReason": null
}, },
{ {
"name": "DATADOG_SERVICE", "name": "DATADOG_SERVICE",
"description": null, "description": "DatadogService type",
"isDeprecated": false, "isDeprecated": false,
"deprecationReason": null "deprecationReason": null
}, },
{ {
"name": "DISCORD_SERVICE", "name": "DISCORD_SERVICE",
"description": null, "description": "DiscordService type",
"isDeprecated": false, "isDeprecated": false,
"deprecationReason": null "deprecationReason": null
}, },
{ {
"name": "DRONE_CI_SERVICE", "name": "DRONE_CI_SERVICE",
"description": null, "description": "DroneCiService type",
"isDeprecated": false, "isDeprecated": false,
"deprecationReason": null "deprecationReason": null
}, },
{ {
"name": "EMAILS_ON_PUSH_SERVICE", "name": "EMAILS_ON_PUSH_SERVICE",
"description": null, "description": "EmailsOnPushService type",
"isDeprecated": false, "isDeprecated": false,
"deprecationReason": null "deprecationReason": null
}, },
{ {
"name": "EWM_SERVICE", "name": "EWM_SERVICE",
"description": null, "description": "EwmService type",
"isDeprecated": false, "isDeprecated": false,
"deprecationReason": null "deprecationReason": null
}, },
{ {
"name": "EXTERNAL_WIKI_SERVICE", "name": "EXTERNAL_WIKI_SERVICE",
"description": null, "description": "ExternalWikiService type",
"isDeprecated": false, "isDeprecated": false,
"deprecationReason": null "deprecationReason": null
}, },
{ {
"name": "FLOWDOCK_SERVICE", "name": "FLOWDOCK_SERVICE",
"description": null, "description": "FlowdockService type",
"isDeprecated": false, "isDeprecated": false,
"deprecationReason": null "deprecationReason": null
}, },
{ {
"name": "GITHUB_SERVICE", "name": "GITHUB_SERVICE",
"description": null, "description": "GithubService type",
"isDeprecated": false, "isDeprecated": false,
"deprecationReason": null "deprecationReason": null
}, },
{ {
"name": "HANGOUTS_CHAT_SERVICE", "name": "HANGOUTS_CHAT_SERVICE",
"description": null, "description": "HangoutsChatService type",
"isDeprecated": false, "isDeprecated": false,
"deprecationReason": null "deprecationReason": null
}, },
{ {
"name": "HIPCHAT_SERVICE", "name": "HIPCHAT_SERVICE",
"description": null, "description": "HipchatService type",
"isDeprecated": false, "isDeprecated": false,
"deprecationReason": null "deprecationReason": null
}, },
{ {
"name": "IRKER_SERVICE", "name": "IRKER_SERVICE",
"description": null, "description": "IrkerService type",
"isDeprecated": false, "isDeprecated": false,
"deprecationReason": null "deprecationReason": null
}, },
{ {
"name": "JENKINS_SERVICE", "name": "JENKINS_SERVICE",
"description": null, "description": "JenkinsService type",
"isDeprecated": false, "isDeprecated": false,
"deprecationReason": null "deprecationReason": null
}, },
{ {
"name": "JIRA_SERVICE", "name": "JIRA_SERVICE",
"description": null, "description": "JiraService type",
"isDeprecated": false, "isDeprecated": false,
"deprecationReason": null "deprecationReason": null
}, },
{ {
"name": "MATTERMOST_SERVICE", "name": "MATTERMOST_SERVICE",
"description": null, "description": "MattermostService type",
"isDeprecated": false, "isDeprecated": false,
"deprecationReason": null "deprecationReason": null
}, },
{ {
"name": "MATTERMOST_SLASH_COMMANDS_SERVICE", "name": "MATTERMOST_SLASH_COMMANDS_SERVICE",
"description": null, "description": "MattermostSlashCommandsService type",
"isDeprecated": false, "isDeprecated": false,
"deprecationReason": null "deprecationReason": null
}, },
{ {
"name": "MICROSOFT_TEAMS_SERVICE", "name": "MICROSOFT_TEAMS_SERVICE",
"description": null, "description": "MicrosoftTeamsService type",
"isDeprecated": false, "isDeprecated": false,
"deprecationReason": null "deprecationReason": null
}, },
{ {
"name": "PACKAGIST_SERVICE", "name": "PACKAGIST_SERVICE",
"description": null, "description": "PackagistService type",
"isDeprecated": false, "isDeprecated": false,
"deprecationReason": null "deprecationReason": null
}, },
{ {
"name": "PIPELINES_EMAIL_SERVICE", "name": "PIPELINES_EMAIL_SERVICE",
"description": null, "description": "PipelinesEmailService type",
"isDeprecated": false, "isDeprecated": false,
"deprecationReason": null "deprecationReason": null
}, },
{ {
"name": "PIVOTALTRACKER_SERVICE", "name": "PIVOTALTRACKER_SERVICE",
"description": null, "description": "PivotaltrackerService type",
"isDeprecated": false, "isDeprecated": false,
"deprecationReason": null "deprecationReason": null
}, },
{ {
"name": "PROMETHEUS_SERVICE", "name": "PROMETHEUS_SERVICE",
"description": null, "description": "PrometheusService type",
"isDeprecated": false, "isDeprecated": false,
"deprecationReason": null "deprecationReason": null
}, },
{ {
"name": "PUSHOVER_SERVICE", "name": "PUSHOVER_SERVICE",
"description": null, "description": "PushoverService type",
"isDeprecated": false, "isDeprecated": false,
"deprecationReason": null "deprecationReason": null
}, },
{ {
"name": "REDMINE_SERVICE", "name": "REDMINE_SERVICE",
"description": null, "description": "RedmineService type",
"isDeprecated": false, "isDeprecated": false,
"deprecationReason": null "deprecationReason": null
}, },
{ {
"name": "SLACK_SERVICE", "name": "SLACK_SERVICE",
"description": null, "description": "SlackService type",
"isDeprecated": false, "isDeprecated": false,
"deprecationReason": null "deprecationReason": null
}, },
{ {
"name": "SLACK_SLASH_COMMANDS_SERVICE", "name": "SLACK_SLASH_COMMANDS_SERVICE",
"description": null, "description": "SlackSlashCommandsService type",
"isDeprecated": false, "isDeprecated": false,
"deprecationReason": null "deprecationReason": null
}, },
{ {
"name": "TEAMCITY_SERVICE", "name": "TEAMCITY_SERVICE",
"description": null, "description": "TeamcityService type",
"isDeprecated": false, "isDeprecated": false,
"deprecationReason": null "deprecationReason": null
}, },
{ {
"name": "UNIFY_CIRCUIT_SERVICE", "name": "UNIFY_CIRCUIT_SERVICE",
"description": null, "description": "UnifyCircuitService type",
"isDeprecated": false, "isDeprecated": false,
"deprecationReason": null "deprecationReason": null
}, },
{ {
"name": "WEBEX_TEAMS_SERVICE", "name": "WEBEX_TEAMS_SERVICE",
"description": null, "description": "WebexTeamsService type",
"isDeprecated": false, "isDeprecated": false,
"deprecationReason": null "deprecationReason": null
}, },
{ {
"name": "YOUTRACK_SERVICE", "name": "YOUTRACK_SERVICE",
"description": null, "description": "YoutrackService type",
"isDeprecated": false, "isDeprecated": false,
"deprecationReason": null "deprecationReason": null
} }
...@@ -5210,42 +5210,42 @@ State of a Sentry error. ...@@ -5210,42 +5210,42 @@ State of a Sentry error.
| Value | Description | | Value | Description |
| ----- | ----------- | | ----- | ----------- |
| `ASANA_SERVICE` | | | `ASANA_SERVICE` | AsanaService type |
| `ASSEMBLA_SERVICE` | | | `ASSEMBLA_SERVICE` | AssemblaService type |
| `BAMBOO_SERVICE` | | | `BAMBOO_SERVICE` | BambooService type |
| `BUGZILLA_SERVICE` | | | `BUGZILLA_SERVICE` | BugzillaService type |
| `BUILDKITE_SERVICE` | | | `BUILDKITE_SERVICE` | BuildkiteService type |
| `CAMPFIRE_SERVICE` | | | `CAMPFIRE_SERVICE` | CampfireService type |
| `CONFLUENCE_SERVICE` | | | `CONFLUENCE_SERVICE` | ConfluenceService type |
| `CUSTOM_ISSUE_TRACKER_SERVICE` | | | `CUSTOM_ISSUE_TRACKER_SERVICE` | CustomIssueTrackerService type |
| `DATADOG_SERVICE` | | | `DATADOG_SERVICE` | DatadogService type |
| `DISCORD_SERVICE` | | | `DISCORD_SERVICE` | DiscordService type |
| `DRONE_CI_SERVICE` | | | `DRONE_CI_SERVICE` | DroneCiService type |
| `EMAILS_ON_PUSH_SERVICE` | | | `EMAILS_ON_PUSH_SERVICE` | EmailsOnPushService type |
| `EWM_SERVICE` | | | `EWM_SERVICE` | EwmService type |
| `EXTERNAL_WIKI_SERVICE` | | | `EXTERNAL_WIKI_SERVICE` | ExternalWikiService type |
| `FLOWDOCK_SERVICE` | | | `FLOWDOCK_SERVICE` | FlowdockService type |
| `GITHUB_SERVICE` | | | `GITHUB_SERVICE` | GithubService type |
| `HANGOUTS_CHAT_SERVICE` | | | `HANGOUTS_CHAT_SERVICE` | HangoutsChatService type |
| `HIPCHAT_SERVICE` | | | `HIPCHAT_SERVICE` | HipchatService type |
| `IRKER_SERVICE` | | | `IRKER_SERVICE` | IrkerService type |
| `JENKINS_SERVICE` | | | `JENKINS_SERVICE` | JenkinsService type |
| `JIRA_SERVICE` | | | `JIRA_SERVICE` | JiraService type |
| `MATTERMOST_SERVICE` | | | `MATTERMOST_SERVICE` | MattermostService type |
| `MATTERMOST_SLASH_COMMANDS_SERVICE` | | | `MATTERMOST_SLASH_COMMANDS_SERVICE` | MattermostSlashCommandsService type |
| `MICROSOFT_TEAMS_SERVICE` | | | `MICROSOFT_TEAMS_SERVICE` | MicrosoftTeamsService type |
| `PACKAGIST_SERVICE` | | | `PACKAGIST_SERVICE` | PackagistService type |
| `PIPELINES_EMAIL_SERVICE` | | | `PIPELINES_EMAIL_SERVICE` | PipelinesEmailService type |
| `PIVOTALTRACKER_SERVICE` | | | `PIVOTALTRACKER_SERVICE` | PivotaltrackerService type |
| `PROMETHEUS_SERVICE` | | | `PROMETHEUS_SERVICE` | PrometheusService type |
| `PUSHOVER_SERVICE` | | | `PUSHOVER_SERVICE` | PushoverService type |
| `REDMINE_SERVICE` | | | `REDMINE_SERVICE` | RedmineService type |
| `SLACK_SERVICE` | | | `SLACK_SERVICE` | SlackService type |
| `SLACK_SLASH_COMMANDS_SERVICE` | | | `SLACK_SLASH_COMMANDS_SERVICE` | SlackSlashCommandsService type |
| `TEAMCITY_SERVICE` | | | `TEAMCITY_SERVICE` | TeamcityService type |
| `UNIFY_CIRCUIT_SERVICE` | | | `UNIFY_CIRCUIT_SERVICE` | UnifyCircuitService type |
| `WEBEX_TEAMS_SERVICE` | | | `WEBEX_TEAMS_SERVICE` | WebexTeamsService type |
| `YOUTRACK_SERVICE` | | | `YOUTRACK_SERVICE` | YoutrackService type |
### SnippetBlobActionEnum ### SnippetBlobActionEnum
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment