From f5a4a1768b2286f33a1cc757f770171b51af217f Mon Sep 17 00:00:00 2001 From: Octomerger Bot <63058869+Octomerger@users.noreply.github.com> Date: Wed, 8 Feb 2023 08:40:06 -0800 Subject: [PATCH] GraphQL schema update (#34569) Co-authored-by: rachmari --- .../graphql_upcoming_changes.public-ghae.yml | 12 +++++ .../ghec/graphql_upcoming_changes.public.yml | 12 +++++ .../graphql_upcoming_changes.public.yml | 12 +++++ lib/graphql/static/changelog.json | 19 ++++++++ lib/graphql/static/upcoming-changes.json | 48 +++++++++++++++++++ 5 files changed, 103 insertions(+) diff --git a/data/graphql/ghae/graphql_upcoming_changes.public-ghae.yml b/data/graphql/ghae/graphql_upcoming_changes.public-ghae.yml index 3cd779c189..565120a9d7 100644 --- a/data/graphql/ghae/graphql_upcoming_changes.public-ghae.yml +++ b/data/graphql/ghae/graphql_upcoming_changes.public-ghae.yml @@ -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.' diff --git a/data/graphql/ghec/graphql_upcoming_changes.public.yml b/data/graphql/ghec/graphql_upcoming_changes.public.yml index a654de7fc9..dd8b2fd0dc 100644 --- a/data/graphql/ghec/graphql_upcoming_changes.public.yml +++ b/data/graphql/ghec/graphql_upcoming_changes.public.yml @@ -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.' diff --git a/data/graphql/graphql_upcoming_changes.public.yml b/data/graphql/graphql_upcoming_changes.public.yml index a654de7fc9..dd8b2fd0dc 100644 --- a/data/graphql/graphql_upcoming_changes.public.yml +++ b/data/graphql/graphql_upcoming_changes.public.yml @@ -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.' diff --git a/lib/graphql/static/changelog.json b/lib/graphql/static/changelog.json index cf1bb63bc0..d0f26b60e6 100644 --- a/lib/graphql/static/changelog.json +++ b/lib/graphql/static/changelog.json @@ -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": [ + "

On member MergeQueueEntry.baseOid:baseOid will be removed. Use baseCommit instead. Effective 2023-07-01.

", + "

On member MergeQueueEntry.headOid:headOid will be removed. Use headCommit instead. Effective 2023-07-01.

" + ] + } + ], + "date": "2023-02-08" + }, { "schemaChanges": [ { diff --git a/lib/graphql/static/upcoming-changes.json b/lib/graphql/static/upcoming-changes.json index d1943e3f34..648e15b5bd 100644 --- a/lib/graphql/static/upcoming-changes.json +++ b/lib/graphql/static/upcoming-changes.json @@ -17,6 +17,14 @@ "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-01", + "criticality": "breaking", + "owner": "github/merge_queue" + }, { "location": "MergeQueueEntry.hasJumpedQueue", "description": "

hasJumpedQueue will be removed. Use jump instead.

", @@ -41,6 +49,14 @@ "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-01", + "criticality": "breaking", + "owner": "github/merge_queue" + }, { "location": "MergeQueue.pendingRemovalEntries", "description": "

pendingRemovalEntries will be removed.

", @@ -321,6 +337,14 @@ "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-01", + "criticality": "breaking", + "owner": "github/merge_queue" + }, { "location": "MergeQueueEntry.hasJumpedQueue", "description": "

hasJumpedQueue will be removed. Use jump instead.

", @@ -345,6 +369,14 @@ "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-01", + "criticality": "breaking", + "owner": "github/merge_queue" + }, { "location": "MergeQueue.pendingRemovalEntries", "description": "

pendingRemovalEntries will be removed.

", @@ -1555,6 +1587,14 @@ "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-01", + "criticality": "breaking", + "owner": "github/merge_queue" + }, { "location": "MergeQueueEntry.hasJumpedQueue", "description": "

hasJumpedQueue will be removed. Use jump instead.

", @@ -1579,6 +1619,14 @@ "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-01", + "criticality": "breaking", + "owner": "github/merge_queue" + }, { "location": "MergeQueue.pendingRemovalEntries", "description": "

pendingRemovalEntries will be removed.

",