You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gitlab::AppLogger.info(format(_("User %{current_user_username} has started impersonating %{username}"),current_user_username: current_user.username,username: user.username))
Copy file name to clipboardexpand all lines: data/deprecations/15-7-deprecate-gitlab-runner-exec-cmd.yml
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
- title: "The `gitlab-runner exec` command is deprecated"# (required) The name of the feature to be deprecated
2
2
announcement_milestone: "15.7"# (required) The milestone when this feature was first announced as deprecated.
3
-
removal_milestone: "16.0"# (required) The milestone when this feature is planned to be removed
3
+
removal_milestone: "17.0"# (required) The milestone when this feature is planned to be removed
4
4
breaking_change: true # (required) If this deprecation is a breaking change, set this value to true
5
5
reporter: DarrenEastman # (required) GitLab username of the person reporting the deprecation
6
6
stage: Verify # (required) String value of the stage that the feature was created in. e.g., Growth
7
7
issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/385235 # (required) Link to the deprecation issue in GitLab
8
8
body: | # (required) Do not modify this line, instead modify the lines below.
9
9
The [`gitlab-runner exec`](https://docs.gitlab.com/runner/commands/#gitlab-runner-exec) command is deprecated and will be fully removed from GitLab Runner in 16.0. The `gitlab-runner exec` feature was initially developed to provide the ability to validate a GitLab CI pipeline on a local system without needing to commit the updates to a GitLab instance. However, with the continued evolution of GitLab CI, replicating all GitLab CI features into `gitlab-runner exec` was no longer viable. Pipeline syntax and validation [simulation](https://docs.gitlab.com/ee/ci/pipeline_editor/#simulate-a-cicd-pipeline) are available in the GitLab pipeline editor.
10
-
end_of_support_milestone: "16.0"# (optional) Use "XX.YY" format. The milestone when support for this feature will end.
10
+
end_of_support_milestone: "17.0"# (optional) Use "XX.YY" format. The milestone when support for this feature will end.
Copy file name to clipboardexpand all lines: doc/api/graphql/reference/index.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -13202,7 +13202,7 @@ Relationship between an epic and an issue.
13202
13202
| <a id="epicissueescalationstatus"></a>`escalationStatus` | [`IssueEscalationStatus`](#issueescalationstatus) | Escalation status of the issue. |
13203
13203
| <a id="epicissuehasepic"></a>`hasEpic` | [`Boolean!`](#boolean) | Indicates if the issue belongs to an epic. Can return true and not show an associated epic when the user has no access to the epic. |
13204
13204
| <a id="epicissuehealthstatus"></a>`healthStatus` | [`HealthStatus`](#healthstatus) | Current health status. |
13205
-
| <a id="epicissuehidden"></a>`hidden` | [`Boolean`](#boolean) | Indicates the issue is hidden because the author has been banned. Will always return `null` if `ban_user_feature_flag` feature flag is disabled. |
13205
+
| <a id="epicissuehidden"></a>`hidden` | [`Boolean`](#boolean) | Indicates the issue is hidden because the author has been banned. |
13206
13206
| <a id="epicissuehumantimeestimate"></a>`humanTimeEstimate` | [`String`](#string) | Human-readable time estimate of the issue. |
13207
13207
| <a id="epicissuehumantotaltimespent"></a>`humanTotalTimeSpent` | [`String`](#string) | Human-readable total time reported as spent on the issue. |
13208
13208
| <a id="epicissueid"></a>`id` | [`ID`](#id) | Global ID of the epic-issue relation. |
@@ -14948,7 +14948,7 @@ Describes an issuable resource link for incident issues.
14948
14948
| <a id="issueescalationstatus"></a>`escalationStatus` | [`IssueEscalationStatus`](#issueescalationstatus) | Escalation status of the issue. |
14949
14949
| <a id="issuehasepic"></a>`hasEpic` | [`Boolean!`](#boolean) | Indicates if the issue belongs to an epic. Can return true and not show an associated epic when the user has no access to the epic. |
14950
14950
| <a id="issuehealthstatus"></a>`healthStatus` | [`HealthStatus`](#healthstatus) | Current health status. |
14951
-
| <a id="issuehidden"></a>`hidden` | [`Boolean`](#boolean) | Indicates the issue is hidden because the author has been banned. Will always return `null` if `ban_user_feature_flag` feature flag is disabled. |
14951
+
| <a id="issuehidden"></a>`hidden` | [`Boolean`](#boolean) | Indicates the issue is hidden because the author has been banned. |
14952
14952
| <a id="issuehumantimeestimate"></a>`humanTimeEstimate` | [`String`](#string) | Human-readable time estimate of the issue. |
14953
14953
| <a id="issuehumantotaltimespent"></a>`humanTotalTimeSpent` | [`String`](#string) | Human-readable total time reported as spent on the issue. |
14954
14954
| <a id="issueid"></a>`id` | [`ID!`](#id) | ID of the issue. |
0 commit comments