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
2f11e7b8
Commit
2f11e7b8
authored
Mar 29, 2022
by
Pedro Pombeiro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move 'paused' removal milestone to 16.0
parent
0fce8e36
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
data/deprecations/14-5-runner-api-status-does-contain-paused.yml
...precations/14-5-runner-api-status-does-contain-paused.yml
+3
-3
doc/update/deprecations.md
doc/update/deprecations.md
+3
-3
No files found.
data/deprecations/14-5-runner-api-status-does-contain-paused.yml
View file @
2f11e7b8
-
name
:
"
REST
and
GraphQL
API
Runner
status
will
not
return
`paused`"
announcement_milestone
:
"
14.5"
# The milestone when this feature was first announced as deprecated.
announcement_date
:
"
2021-11-22"
removal_milestone
:
"
1
5
.0"
# the milestone when this feature is planned to be removed
removal_date
:
"
202
2-05
-22"
# the date of the milestone release when this feature is planned to be removed
removal_milestone
:
"
1
6
.0"
# the milestone when this feature is planned to be removed
removal_date
:
"
202
3-04
-22"
# the date of the milestone release when this feature is planned to be removed
breaking_change
:
true
body
:
|
# Do not modify this line, instead modify the lines below.
The GitLab Runner REST and GraphQL API endpoints will not return `paused` or `active` as a status in GitLab 1
5
.0.
The GitLab Runner REST and GraphQL API endpoints will not return `paused` or `active` as a status in GitLab 1
6
.0.
A runner's status will only relate to runner contact status, such as:
`online`, `offline`, or `not_connected`. Status `paused` or `active` will no longer appear.
...
...
doc/update/deprecations.md
View file @
2f11e7b8
...
...
@@ -1315,12 +1315,12 @@ In milestone 15.0, we will remove the `pipelines` attribute from the API respons
### REST and GraphQL API Runner status will not return `paused`
WARNING:
This feature will be changed or removed in 1
5
.0
This feature will be changed or removed in 1
6
.0
as a
[
breaking change
](
https://docs.gitlab.com/ee/development/contributing/#breaking-changes
)
.
Before updating GitLab, review the details carefully to determine if you need to make any
changes to your code, settings, or workflow.
The GitLab Runner REST and GraphQL API endpoints will not return
`paused`
or
`active`
as a status in GitLab 1
5
.0.
The GitLab Runner REST and GraphQL API endpoints will not return
`paused`
or
`active`
as a status in GitLab 1
6
.0.
A runner's status will only relate to runner contact status, such as:
`online`
,
`offline`
, or
`not_connected`
. Status
`paused`
or
`active`
will no longer appear.
...
...
@@ -1328,7 +1328,7 @@ A runner's status will only relate to runner contact status, such as:
When checking if a runner is
`paused`
, API users are advised to check the boolean attribute
`paused`
to be
`true`
instead. When checking if a runner is
`active`
, check if
`paused`
is
`false`
.
**Planned removal milestone: 1
5.0 (2022-05
-22)**
**Planned removal milestone: 1
6.0 (2023-04
-22)**
### Support for SLES 12 SP2
...
...
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