GraphQL schema update (#34569)
Co-authored-by: rachmari <rachmari@users.noreply.github.com>
This commit is contained in:
@@ -196,6 +196,12 @@ upcoming_changes:
|
||||
date: '2023-07-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: github/merge_queue
|
||||
- location: MergeQueueEntry.baseOid
|
||||
description: '`baseOid` will be removed. Use `baseCommit` instead.'
|
||||
reason: '`baseOid` will be removed.'
|
||||
date: '2023-07-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: github/merge_queue
|
||||
- location: MergeQueueEntry.blockedByMergeConflicts
|
||||
description: '`blockedByMergeConflicts` will be removed. Use `state` instead.'
|
||||
reason: '`blockedByMergeConflicts` will be removed.'
|
||||
@@ -214,6 +220,12 @@ upcoming_changes:
|
||||
date: '2023-07-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: github/merge_queue
|
||||
- location: MergeQueueEntry.headOid
|
||||
description: '`headOid` will be removed. Use `headCommit` instead.'
|
||||
reason: '`headOid` will be removed.'
|
||||
date: '2023-07-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: github/merge_queue
|
||||
- location: MergeQueueEntry.isSolo
|
||||
description: '`isSolo` will be removed. Use `solo` instead.'
|
||||
reason: '`isSolo` will be removed.'
|
||||
|
||||
@@ -216,6 +216,12 @@ upcoming_changes:
|
||||
date: '2023-07-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: github/merge_queue
|
||||
- location: MergeQueueEntry.baseOid
|
||||
description: '`baseOid` will be removed. Use `baseCommit` instead.'
|
||||
reason: '`baseOid` will be removed.'
|
||||
date: '2023-07-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: github/merge_queue
|
||||
- location: MergeQueueEntry.blockedByMergeConflicts
|
||||
description: '`blockedByMergeConflicts` will be removed. Use `state` instead.'
|
||||
reason: '`blockedByMergeConflicts` will be removed.'
|
||||
@@ -234,6 +240,12 @@ upcoming_changes:
|
||||
date: '2023-07-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: github/merge_queue
|
||||
- location: MergeQueueEntry.headOid
|
||||
description: '`headOid` will be removed. Use `headCommit` instead.'
|
||||
reason: '`headOid` will be removed.'
|
||||
date: '2023-07-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: github/merge_queue
|
||||
- location: MergeQueueEntry.isSolo
|
||||
description: '`isSolo` will be removed. Use `solo` instead.'
|
||||
reason: '`isSolo` will be removed.'
|
||||
|
||||
@@ -216,6 +216,12 @@ upcoming_changes:
|
||||
date: '2023-07-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: github/merge_queue
|
||||
- location: MergeQueueEntry.baseOid
|
||||
description: '`baseOid` will be removed. Use `baseCommit` instead.'
|
||||
reason: '`baseOid` will be removed.'
|
||||
date: '2023-07-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: github/merge_queue
|
||||
- location: MergeQueueEntry.blockedByMergeConflicts
|
||||
description: '`blockedByMergeConflicts` will be removed. Use `state` instead.'
|
||||
reason: '`blockedByMergeConflicts` will be removed.'
|
||||
@@ -234,6 +240,12 @@ upcoming_changes:
|
||||
date: '2023-07-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: github/merge_queue
|
||||
- location: MergeQueueEntry.headOid
|
||||
description: '`headOid` will be removed. Use `headCommit` instead.'
|
||||
reason: '`headOid` will be removed.'
|
||||
date: '2023-07-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: github/merge_queue
|
||||
- location: MergeQueueEntry.isSolo
|
||||
description: '`isSolo` will be removed. Use `solo` instead.'
|
||||
reason: '`isSolo` will be removed.'
|
||||
|
||||
@@ -1,4 +1,23 @@
|
||||
[
|
||||
{
|
||||
"schemaChanges": [
|
||||
{
|
||||
"title": "The GraphQL schema includes these changes:",
|
||||
"changes": []
|
||||
}
|
||||
],
|
||||
"previewChanges": [],
|
||||
"upcomingChanges": [
|
||||
{
|
||||
"title": "The following changes will be made to the schema:",
|
||||
"changes": [
|
||||
"<p>On member <code>MergeQueueEntry.baseOid</code>:<code>baseOid</code> will be removed. Use <code>baseCommit</code> instead. <strong>Effective 2023-07-01</strong>.</p>",
|
||||
"<p>On member <code>MergeQueueEntry.headOid</code>:<code>headOid</code> will be removed. Use <code>headCommit</code> instead. <strong>Effective 2023-07-01</strong>.</p>"
|
||||
]
|
||||
}
|
||||
],
|
||||
"date": "2023-02-08"
|
||||
},
|
||||
{
|
||||
"schemaChanges": [
|
||||
{
|
||||
|
||||
@@ -17,6 +17,14 @@
|
||||
"criticality": "breaking",
|
||||
"owner": "github/merge_queue"
|
||||
},
|
||||
{
|
||||
"location": "MergeQueueEntry.headOid",
|
||||
"description": "<p><code>headOid</code> will be removed. Use <code>headCommit</code> instead.</p>",
|
||||
"reason": "<p><code>headOid</code> will be removed.</p>",
|
||||
"date": "2023-07-01",
|
||||
"criticality": "breaking",
|
||||
"owner": "github/merge_queue"
|
||||
},
|
||||
{
|
||||
"location": "MergeQueueEntry.hasJumpedQueue",
|
||||
"description": "<p><code>hasJumpedQueue</code> will be removed. Use <code>jump</code> instead.</p>",
|
||||
@@ -41,6 +49,14 @@
|
||||
"criticality": "breaking",
|
||||
"owner": "github/merge_queue"
|
||||
},
|
||||
{
|
||||
"location": "MergeQueueEntry.baseOid",
|
||||
"description": "<p><code>baseOid</code> will be removed. Use <code>baseCommit</code> instead.</p>",
|
||||
"reason": "<p><code>baseOid</code> will be removed.</p>",
|
||||
"date": "2023-07-01",
|
||||
"criticality": "breaking",
|
||||
"owner": "github/merge_queue"
|
||||
},
|
||||
{
|
||||
"location": "MergeQueue.pendingRemovalEntries",
|
||||
"description": "<p><code>pendingRemovalEntries</code> will be removed.</p>",
|
||||
@@ -321,6 +337,14 @@
|
||||
"criticality": "breaking",
|
||||
"owner": "github/merge_queue"
|
||||
},
|
||||
{
|
||||
"location": "MergeQueueEntry.headOid",
|
||||
"description": "<p><code>headOid</code> will be removed. Use <code>headCommit</code> instead.</p>",
|
||||
"reason": "<p><code>headOid</code> will be removed.</p>",
|
||||
"date": "2023-07-01",
|
||||
"criticality": "breaking",
|
||||
"owner": "github/merge_queue"
|
||||
},
|
||||
{
|
||||
"location": "MergeQueueEntry.hasJumpedQueue",
|
||||
"description": "<p><code>hasJumpedQueue</code> will be removed. Use <code>jump</code> instead.</p>",
|
||||
@@ -345,6 +369,14 @@
|
||||
"criticality": "breaking",
|
||||
"owner": "github/merge_queue"
|
||||
},
|
||||
{
|
||||
"location": "MergeQueueEntry.baseOid",
|
||||
"description": "<p><code>baseOid</code> will be removed. Use <code>baseCommit</code> instead.</p>",
|
||||
"reason": "<p><code>baseOid</code> will be removed.</p>",
|
||||
"date": "2023-07-01",
|
||||
"criticality": "breaking",
|
||||
"owner": "github/merge_queue"
|
||||
},
|
||||
{
|
||||
"location": "MergeQueue.pendingRemovalEntries",
|
||||
"description": "<p><code>pendingRemovalEntries</code> will be removed.</p>",
|
||||
@@ -1555,6 +1587,14 @@
|
||||
"criticality": "breaking",
|
||||
"owner": "github/merge_queue"
|
||||
},
|
||||
{
|
||||
"location": "MergeQueueEntry.headOid",
|
||||
"description": "<p><code>headOid</code> will be removed. Use <code>headCommit</code> instead.</p>",
|
||||
"reason": "<p><code>headOid</code> will be removed.</p>",
|
||||
"date": "2023-07-01",
|
||||
"criticality": "breaking",
|
||||
"owner": "github/merge_queue"
|
||||
},
|
||||
{
|
||||
"location": "MergeQueueEntry.hasJumpedQueue",
|
||||
"description": "<p><code>hasJumpedQueue</code> will be removed. Use <code>jump</code> instead.</p>",
|
||||
@@ -1579,6 +1619,14 @@
|
||||
"criticality": "breaking",
|
||||
"owner": "github/merge_queue"
|
||||
},
|
||||
{
|
||||
"location": "MergeQueueEntry.baseOid",
|
||||
"description": "<p><code>baseOid</code> will be removed. Use <code>baseCommit</code> instead.</p>",
|
||||
"reason": "<p><code>baseOid</code> will be removed.</p>",
|
||||
"date": "2023-07-01",
|
||||
"criticality": "breaking",
|
||||
"owner": "github/merge_queue"
|
||||
},
|
||||
{
|
||||
"location": "MergeQueue.pendingRemovalEntries",
|
||||
"description": "<p><code>pendingRemovalEntries</code> will be removed.</p>",
|
||||
|
||||
Reference in New Issue
Block a user