Commit 2501495a authored by James Fargher's avatar James Fargher

Merge branch 'ld-fix-deprecation-milestones' into 'master'

Fix deprecation.milestone for timeframe arguments

See merge request gitlab-org/gitlab!45228
parents 038e238b 8dabb9c8
......@@ -9,12 +9,12 @@ module TimeFrameArguments
argument :start_date, Types::TimeType,
required: false,
description: OVERLAPPING_TIMEFRAME_DESC,
deprecated: { reason: 'Use timeframe.start', milestone: '14.0' }
deprecated: { reason: 'Use timeframe.start', milestone: '13.5' }
argument :end_date, Types::TimeType,
required: false,
description: OVERLAPPING_TIMEFRAME_DESC,
deprecated: { reason: 'Use timeframe.end', milestone: '14.0' }
deprecated: { reason: 'Use timeframe.end', milestone: '13.5' }
argument :timeframe, Types::TimeframeInputType,
required: false,
......
......@@ -1228,7 +1228,7 @@ type BoardEpic implements CurrentUserTodos & Noteable {
"""
List items overlapping a time frame defined by startDate..endDate (if one
date is provided, both must be present). Deprecated in 14.0: Use timeframe.end
date is provided, both must be present). Deprecated in 13.5: Use timeframe.end
"""
endDate: Time
......@@ -1279,7 +1279,7 @@ type BoardEpic implements CurrentUserTodos & Noteable {
"""
List items overlapping a time frame defined by startDate..endDate (if one
date is provided, both must be present). Deprecated in 14.0: Use
date is provided, both must be present). Deprecated in 13.5: Use
timeframe.start
"""
startDate: Time
......@@ -6075,7 +6075,7 @@ type Epic implements CurrentUserTodos & Noteable {
"""
List items overlapping a time frame defined by startDate..endDate (if one
date is provided, both must be present). Deprecated in 14.0: Use timeframe.end
date is provided, both must be present). Deprecated in 13.5: Use timeframe.end
"""
endDate: Time
......@@ -6126,7 +6126,7 @@ type Epic implements CurrentUserTodos & Noteable {
"""
List items overlapping a time frame defined by startDate..endDate (if one
date is provided, both must be present). Deprecated in 14.0: Use
date is provided, both must be present). Deprecated in 13.5: Use
timeframe.start
"""
startDate: Time
......@@ -7569,7 +7569,7 @@ type Group {
"""
List items overlapping a time frame defined by startDate..endDate (if one
date is provided, both must be present). Deprecated in 14.0: Use timeframe.end
date is provided, both must be present). Deprecated in 13.5: Use timeframe.end
"""
endDate: Time
......@@ -7610,7 +7610,7 @@ type Group {
"""
List items overlapping a time frame defined by startDate..endDate (if one
date is provided, both must be present). Deprecated in 14.0: Use
date is provided, both must be present). Deprecated in 13.5: Use
timeframe.start
"""
startDate: Time
......@@ -7647,7 +7647,7 @@ type Group {
"""
List items overlapping a time frame defined by startDate..endDate (if one
date is provided, both must be present). Deprecated in 14.0: Use timeframe.end
date is provided, both must be present). Deprecated in 13.5: Use timeframe.end
"""
endDate: Time
......@@ -7698,7 +7698,7 @@ type Group {
"""
List items overlapping a time frame defined by startDate..endDate (if one
date is provided, both must be present). Deprecated in 14.0: Use
date is provided, both must be present). Deprecated in 13.5: Use
timeframe.start
"""
startDate: Time
......@@ -7915,7 +7915,7 @@ type Group {
"""
List items overlapping a time frame defined by startDate..endDate (if one
date is provided, both must be present). Deprecated in 14.0: Use timeframe.end
date is provided, both must be present). Deprecated in 13.5: Use timeframe.end
"""
endDate: Time
......@@ -7946,7 +7946,7 @@ type Group {
"""
List items overlapping a time frame defined by startDate..endDate (if one
date is provided, both must be present). Deprecated in 14.0: Use
date is provided, both must be present). Deprecated in 13.5: Use
timeframe.start
"""
startDate: Time
......@@ -8123,7 +8123,7 @@ type Group {
"""
List items overlapping a time frame defined by startDate..endDate (if one
date is provided, both must be present). Deprecated in 14.0: Use timeframe.end
date is provided, both must be present). Deprecated in 13.5: Use timeframe.end
"""
endDate: Time
......@@ -8154,7 +8154,7 @@ type Group {
"""
List items overlapping a time frame defined by startDate..endDate (if one
date is provided, both must be present). Deprecated in 14.0: Use
date is provided, both must be present). Deprecated in 13.5: Use
timeframe.start
"""
startDate: Time
......@@ -13989,7 +13989,7 @@ type Project {
"""
List items overlapping a time frame defined by startDate..endDate (if one
date is provided, both must be present). Deprecated in 14.0: Use timeframe.end
date is provided, both must be present). Deprecated in 13.5: Use timeframe.end
"""
endDate: Time
......@@ -14020,7 +14020,7 @@ type Project {
"""
List items overlapping a time frame defined by startDate..endDate (if one
date is provided, both must be present). Deprecated in 14.0: Use
date is provided, both must be present). Deprecated in 13.5: Use
timeframe.start
"""
startDate: Time
......@@ -14249,7 +14249,7 @@ type Project {
"""
List items overlapping a time frame defined by startDate..endDate (if one
date is provided, both must be present). Deprecated in 14.0: Use timeframe.end
date is provided, both must be present). Deprecated in 13.5: Use timeframe.end
"""
endDate: Time
......@@ -14280,7 +14280,7 @@ type Project {
"""
List items overlapping a time frame defined by startDate..endDate (if one
date is provided, both must be present). Deprecated in 14.0: Use
date is provided, both must be present). Deprecated in 13.5: Use
timeframe.start
"""
startDate: Time
......
......@@ -3191,7 +3191,7 @@
"args": [
{
"name": "startDate",
"description": "List items overlapping a time frame defined by startDate..endDate (if one date is provided, both must be present). Deprecated in 14.0: Use timeframe.start",
"description": "List items overlapping a time frame defined by startDate..endDate (if one date is provided, both must be present). Deprecated in 13.5: Use timeframe.start",
"type": {
"kind": "SCALAR",
"name": "Time",
......@@ -3201,7 +3201,7 @@
},
{
"name": "endDate",
"description": "List items overlapping a time frame defined by startDate..endDate (if one date is provided, both must be present). Deprecated in 14.0: Use timeframe.end",
"description": "List items overlapping a time frame defined by startDate..endDate (if one date is provided, both must be present). Deprecated in 13.5: Use timeframe.end",
"type": {
"kind": "SCALAR",
"name": "Time",
......@@ -16726,7 +16726,7 @@
"args": [
{
"name": "startDate",
"description": "List items overlapping a time frame defined by startDate..endDate (if one date is provided, both must be present). Deprecated in 14.0: Use timeframe.start",
"description": "List items overlapping a time frame defined by startDate..endDate (if one date is provided, both must be present). Deprecated in 13.5: Use timeframe.start",
"type": {
"kind": "SCALAR",
"name": "Time",
......@@ -16736,7 +16736,7 @@
},
{
"name": "endDate",
"description": "List items overlapping a time frame defined by startDate..endDate (if one date is provided, both must be present). Deprecated in 14.0: Use timeframe.end",
"description": "List items overlapping a time frame defined by startDate..endDate (if one date is provided, both must be present). Deprecated in 13.5: Use timeframe.end",
"type": {
"kind": "SCALAR",
"name": "Time",
......@@ -20810,7 +20810,7 @@
"args": [
{
"name": "startDate",
"description": "List items overlapping a time frame defined by startDate..endDate (if one date is provided, both must be present). Deprecated in 14.0: Use timeframe.start",
"description": "List items overlapping a time frame defined by startDate..endDate (if one date is provided, both must be present). Deprecated in 13.5: Use timeframe.start",
"type": {
"kind": "SCALAR",
"name": "Time",
......@@ -20820,7 +20820,7 @@
},
{
"name": "endDate",
"description": "List items overlapping a time frame defined by startDate..endDate (if one date is provided, both must be present). Deprecated in 14.0: Use timeframe.end",
"description": "List items overlapping a time frame defined by startDate..endDate (if one date is provided, both must be present). Deprecated in 13.5: Use timeframe.end",
"type": {
"kind": "SCALAR",
"name": "Time",
......@@ -20959,7 +20959,7 @@
"args": [
{
"name": "startDate",
"description": "List items overlapping a time frame defined by startDate..endDate (if one date is provided, both must be present). Deprecated in 14.0: Use timeframe.start",
"description": "List items overlapping a time frame defined by startDate..endDate (if one date is provided, both must be present). Deprecated in 13.5: Use timeframe.start",
"type": {
"kind": "SCALAR",
"name": "Time",
......@@ -20969,7 +20969,7 @@
},
{
"name": "endDate",
"description": "List items overlapping a time frame defined by startDate..endDate (if one date is provided, both must be present). Deprecated in 14.0: Use timeframe.end",
"description": "List items overlapping a time frame defined by startDate..endDate (if one date is provided, both must be present). Deprecated in 13.5: Use timeframe.end",
"type": {
"kind": "SCALAR",
"name": "Time",
......@@ -21600,7 +21600,7 @@
"args": [
{
"name": "startDate",
"description": "List items overlapping a time frame defined by startDate..endDate (if one date is provided, both must be present). Deprecated in 14.0: Use timeframe.start",
"description": "List items overlapping a time frame defined by startDate..endDate (if one date is provided, both must be present). Deprecated in 13.5: Use timeframe.start",
"type": {
"kind": "SCALAR",
"name": "Time",
......@@ -21610,7 +21610,7 @@
},
{
"name": "endDate",
"description": "List items overlapping a time frame defined by startDate..endDate (if one date is provided, both must be present). Deprecated in 14.0: Use timeframe.end",
"description": "List items overlapping a time frame defined by startDate..endDate (if one date is provided, both must be present). Deprecated in 13.5: Use timeframe.end",
"type": {
"kind": "SCALAR",
"name": "Time",
......@@ -22056,7 +22056,7 @@
"args": [
{
"name": "startDate",
"description": "List items overlapping a time frame defined by startDate..endDate (if one date is provided, both must be present). Deprecated in 14.0: Use timeframe.start",
"description": "List items overlapping a time frame defined by startDate..endDate (if one date is provided, both must be present). Deprecated in 13.5: Use timeframe.start",
"type": {
"kind": "SCALAR",
"name": "Time",
......@@ -22066,7 +22066,7 @@
},
{
"name": "endDate",
"description": "List items overlapping a time frame defined by startDate..endDate (if one date is provided, both must be present). Deprecated in 14.0: Use timeframe.end",
"description": "List items overlapping a time frame defined by startDate..endDate (if one date is provided, both must be present). Deprecated in 13.5: Use timeframe.end",
"type": {
"kind": "SCALAR",
"name": "Time",
......@@ -40745,7 +40745,7 @@
"args": [
{
"name": "startDate",
"description": "List items overlapping a time frame defined by startDate..endDate (if one date is provided, both must be present). Deprecated in 14.0: Use timeframe.start",
"description": "List items overlapping a time frame defined by startDate..endDate (if one date is provided, both must be present). Deprecated in 13.5: Use timeframe.start",
"type": {
"kind": "SCALAR",
"name": "Time",
......@@ -40755,7 +40755,7 @@
},
{
"name": "endDate",
"description": "List items overlapping a time frame defined by startDate..endDate (if one date is provided, both must be present). Deprecated in 14.0: Use timeframe.end",
"description": "List items overlapping a time frame defined by startDate..endDate (if one date is provided, both must be present). Deprecated in 13.5: Use timeframe.end",
"type": {
"kind": "SCALAR",
"name": "Time",
......@@ -41327,7 +41327,7 @@
"args": [
{
"name": "startDate",
"description": "List items overlapping a time frame defined by startDate..endDate (if one date is provided, both must be present). Deprecated in 14.0: Use timeframe.start",
"description": "List items overlapping a time frame defined by startDate..endDate (if one date is provided, both must be present). Deprecated in 13.5: Use timeframe.start",
"type": {
"kind": "SCALAR",
"name": "Time",
......@@ -41337,7 +41337,7 @@
},
{
"name": "endDate",
"description": "List items overlapping a time frame defined by startDate..endDate (if one date is provided, both must be present). Deprecated in 14.0: Use timeframe.end",
"description": "List items overlapping a time frame defined by startDate..endDate (if one date is provided, both must be present). Deprecated in 13.5: Use timeframe.end",
"type": {
"kind": "SCALAR",
"name": "Time",
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