Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-03-20 12:09:22 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-03-20 12:09:22 +0300
commit196ada0844fff7642463fbd08a44609a1e1fa713 (patch)
tree7160cacde0b36d73a35e84d685824dd8633dfc0a /doc/api
parente380e59ef5d1aa03922df49626c302da5eb30699 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/graphql/reference/gitlab_schema.graphql26
-rw-r--r--doc/api/graphql/reference/gitlab_schema.json26
-rw-r--r--doc/api/graphql/reference/index.md14
3 files changed, 33 insertions, 33 deletions
diff --git a/doc/api/graphql/reference/gitlab_schema.graphql b/doc/api/graphql/reference/gitlab_schema.graphql
index 65934e53260..6d02b2905e2 100644
--- a/doc/api/graphql/reference/gitlab_schema.graphql
+++ b/doc/api/graphql/reference/gitlab_schema.graphql
@@ -306,7 +306,7 @@ type Commit {
id: ID!
"""
- Latest pipeline of the commit
+ Latest pipeline of the commit. Deprecated in 12.5: Use `pipelines`
"""
latestPipeline(
"""
@@ -323,7 +323,7 @@ type Commit {
Filter pipelines by their status
"""
status: PipelineStatusEnum
- ): Pipeline @deprecated(reason: "Use pipelines")
+ ): Pipeline @deprecated(reason: "Use `pipelines`. Deprecated in 12.5")
"""
Raw commit message
@@ -2493,9 +2493,9 @@ type EpicIssue implements Noteable {
designCollection: DesignCollection
"""
- Deprecated. Use `designCollection`
+ The designs associated with this issue. Deprecated in 12.2: Use `designCollection`
"""
- designs: DesignCollection @deprecated(reason: "Use designCollection")
+ designs: DesignCollection @deprecated(reason: "Use `designCollection`. Deprecated in 12.2")
"""
Indicates discussion is locked on the issue
@@ -2548,7 +2548,7 @@ type EpicIssue implements Noteable {
epicIssueId: ID!
"""
- Current health status. Available only when feature flag `save_issuable_health_status` is enabled.
+ Current health status. Available only when feature flag `save_issuable_health_status` is enabled
"""
healthStatus: HealthStatus
@@ -2984,9 +2984,9 @@ type GrafanaIntegration {
id: ID!
"""
- API token for the Grafana integration. Field is permanently masked.
+ API token for the Grafana integration. Deprecated in 12.7: Plain text token has been masked for security reasons
"""
- token: String! @deprecated(reason: "Plain text token has been masked for security reasons")
+ token: String! @deprecated(reason: "Plain text token has been masked for security reasons. Deprecated in 12.7")
"""
Timestamp of the issue's last activity
@@ -3489,9 +3489,9 @@ type Issue implements Noteable {
designCollection: DesignCollection
"""
- Deprecated. Use `designCollection`
+ The designs associated with this issue. Deprecated in 12.2: Use `designCollection`
"""
- designs: DesignCollection @deprecated(reason: "Use designCollection")
+ designs: DesignCollection @deprecated(reason: "Use `designCollection`. Deprecated in 12.2")
"""
Indicates discussion is locked on the issue
@@ -3539,7 +3539,7 @@ type Issue implements Noteable {
epic: Epic
"""
- Current health status. Available only when feature flag `save_issuable_health_status` is enabled.
+ Current health status. Available only when feature flag `save_issuable_health_status` is enabled
"""
healthStatus: HealthStatus
@@ -4242,9 +4242,9 @@ type MergeRequest implements Noteable {
): LabelConnection
"""
- Deprecated - renamed to defaultMergeCommitMessage
+ Default merge commit message of the merge request. Deprecated in 11.8: Use `defaultMergeCommitMessage`
"""
- mergeCommitMessage: String @deprecated(reason: "Renamed to defaultMergeCommitMessage")
+ mergeCommitMessage: String @deprecated(reason: "Use `defaultMergeCommitMessage`. Deprecated in 11.8")
"""
SHA of the merge request commit (set once merged)
@@ -6191,7 +6191,7 @@ type Project {
visibility: String
"""
- Vulnerabilities reported on the project. Available only when feature flag `first_class_vulnerabilities` is enabled.
+ Vulnerabilities reported on the project. Available only when feature flag `first_class_vulnerabilities` is enabled
"""
vulnerabilities(
"""
diff --git a/doc/api/graphql/reference/gitlab_schema.json b/doc/api/graphql/reference/gitlab_schema.json
index 6da44c36cae..40053199d72 100644
--- a/doc/api/graphql/reference/gitlab_schema.json
+++ b/doc/api/graphql/reference/gitlab_schema.json
@@ -968,7 +968,7 @@
},
{
"name": "latestPipeline",
- "description": "Latest pipeline of the commit",
+ "description": "Latest pipeline of the commit. Deprecated in 12.5: Use `pipelines`",
"args": [
{
"name": "status",
@@ -1007,7 +1007,7 @@
"ofType": null
},
"isDeprecated": true,
- "deprecationReason": "Use pipelines"
+ "deprecationReason": "Use `pipelines`. Deprecated in 12.5"
},
{
"name": "message",
@@ -7244,7 +7244,7 @@
},
{
"name": "designs",
- "description": "Deprecated. Use `designCollection`",
+ "description": "The designs associated with this issue. Deprecated in 12.2: Use `designCollection`",
"args": [
],
@@ -7254,7 +7254,7 @@
"ofType": null
},
"isDeprecated": true,
- "deprecationReason": "Use designCollection"
+ "deprecationReason": "Use `designCollection`. Deprecated in 12.2"
},
{
"name": "discussionLocked",
@@ -7397,7 +7397,7 @@
},
{
"name": "healthStatus",
- "description": "Current health status. Available only when feature flag `save_issuable_health_status` is enabled.",
+ "description": "Current health status. Available only when feature flag `save_issuable_health_status` is enabled",
"args": [
],
@@ -8659,7 +8659,7 @@
},
{
"name": "token",
- "description": "API token for the Grafana integration. Field is permanently masked.",
+ "description": "API token for the Grafana integration. Deprecated in 12.7: Plain text token has been masked for security reasons",
"args": [
],
@@ -8673,7 +8673,7 @@
}
},
"isDeprecated": true,
- "deprecationReason": "Plain text token has been masked for security reasons"
+ "deprecationReason": "Plain text token has been masked for security reasons. Deprecated in 12.7"
},
{
"name": "updatedAt",
@@ -9990,7 +9990,7 @@
},
{
"name": "designs",
- "description": "Deprecated. Use `designCollection`",
+ "description": "The designs associated with this issue. Deprecated in 12.2: Use `designCollection`",
"args": [
],
@@ -10000,7 +10000,7 @@
"ofType": null
},
"isDeprecated": true,
- "deprecationReason": "Use designCollection"
+ "deprecationReason": "Use `designCollection`. Deprecated in 12.2"
},
{
"name": "discussionLocked",
@@ -10125,7 +10125,7 @@
},
{
"name": "healthStatus",
- "description": "Current health status. Available only when feature flag `save_issuable_health_status` is enabled.",
+ "description": "Current health status. Available only when feature flag `save_issuable_health_status` is enabled",
"args": [
],
@@ -12105,7 +12105,7 @@
},
{
"name": "mergeCommitMessage",
- "description": "Deprecated - renamed to defaultMergeCommitMessage",
+ "description": "Default merge commit message of the merge request. Deprecated in 11.8: Use `defaultMergeCommitMessage`",
"args": [
],
@@ -12115,7 +12115,7 @@
"ofType": null
},
"isDeprecated": true,
- "deprecationReason": "Renamed to defaultMergeCommitMessage"
+ "deprecationReason": "Use `defaultMergeCommitMessage`. Deprecated in 11.8"
},
{
"name": "mergeCommitSha",
@@ -18522,7 +18522,7 @@
},
{
"name": "vulnerabilities",
- "description": "Vulnerabilities reported on the project. Available only when feature flag `first_class_vulnerabilities` is enabled.",
+ "description": "Vulnerabilities reported on the project. Available only when feature flag `first_class_vulnerabilities` is enabled",
"args": [
{
"name": "after",
diff --git a/doc/api/graphql/reference/index.md b/doc/api/graphql/reference/index.md
index 2acb4822e95..cce8603a54f 100644
--- a/doc/api/graphql/reference/index.md
+++ b/doc/api/graphql/reference/index.md
@@ -82,7 +82,7 @@ Represents a project or group board
| `authoredDate` | Time | Timestamp of when the commit was authored |
| `description` | String | Description of the commit message |
| `id` | ID! | ID (global ID) of the commit |
-| `latestPipeline` **{warning-solid}** | Pipeline | **Deprecated:** Use pipelines |
+| `latestPipeline` **{warning-solid}** | Pipeline | **Deprecated:** Use `pipelines`. Deprecated in 12.5 |
| `message` | String | Raw commit message |
| `sha` | String! | SHA1 ID of the commit |
| `signatureHtml` | String | Rendered HTML of the commit signature |
@@ -413,13 +413,13 @@ Relationship between an epic and an issue
| `description` | String | Description of the issue |
| `descriptionHtml` | String | The GitLab Flavored Markdown rendering of `description` |
| `designCollection` | DesignCollection | Collection of design images associated with this issue |
-| `designs` **{warning-solid}** | DesignCollection | **Deprecated:** Use designCollection |
+| `designs` **{warning-solid}** | DesignCollection | **Deprecated:** Use `designCollection`. Deprecated in 12.2 |
| `discussionLocked` | Boolean! | Indicates discussion is locked on the issue |
| `downvotes` | Int! | Number of downvotes the issue has received |
| `dueDate` | Time | Due date of the issue |
| `epic` | Epic | Epic to which this issue belongs |
| `epicIssueId` | ID! | ID of the epic-issue relation |
-| `healthStatus` | HealthStatus | Current health status. Available only when feature flag `save_issuable_health_status` is enabled. |
+| `healthStatus` | HealthStatus | Current health status. Available only when feature flag `save_issuable_health_status` is enabled |
| `id` | ID | Global ID of the epic-issue relation |
| `iid` | ID! | Internal ID of the issue |
| `milestone` | Milestone | Milestone of the issue |
@@ -483,7 +483,7 @@ Autogenerated return type of EpicTreeReorder
| `enabled` | Boolean! | Indicates whether Grafana integration is enabled |
| `grafanaUrl` | String! | Url 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 |
+| `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 |
## Group
@@ -535,12 +535,12 @@ Autogenerated return type of EpicTreeReorder
| `description` | String | Description of the issue |
| `descriptionHtml` | String | The GitLab Flavored Markdown rendering of `description` |
| `designCollection` | DesignCollection | Collection of design images associated with this issue |
-| `designs` **{warning-solid}** | DesignCollection | **Deprecated:** Use designCollection |
+| `designs` **{warning-solid}** | DesignCollection | **Deprecated:** Use `designCollection`. Deprecated in 12.2 |
| `discussionLocked` | Boolean! | Indicates discussion is locked on the issue |
| `downvotes` | Int! | Number of downvotes the issue has received |
| `dueDate` | Time | Due date of the issue |
| `epic` | Epic | Epic to which this issue belongs |
-| `healthStatus` | HealthStatus | Current health status. Available only when feature flag `save_issuable_health_status` is enabled. |
+| `healthStatus` | HealthStatus | Current health status. Available only when feature flag `save_issuable_health_status` is enabled |
| `iid` | ID! | Internal ID of the issue |
| `milestone` | Milestone | Milestone of the issue |
| `reference` | String! | Internal reference of the issue. Returned in shortened format by default |
@@ -644,7 +644,7 @@ Autogenerated return type of MarkAsSpamSnippet
| `id` | ID! | ID of the merge request |
| `iid` | String! | Internal ID of the merge request |
| `inProgressMergeCommitSha` | String | Commit SHA of the merge request if merge is in progress |
-| `mergeCommitMessage` **{warning-solid}** | String | **Deprecated:** Renamed to defaultMergeCommitMessage |
+| `mergeCommitMessage` **{warning-solid}** | String | **Deprecated:** Use `defaultMergeCommitMessage`. Deprecated in 11.8 |
| `mergeCommitSha` | String | SHA of the merge request commit (set once merged) |
| `mergeError` | String | Error message due to a merge error |
| `mergeOngoing` | Boolean! | Indicates if a merge is currently occurring |