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.
headOid will be removed. Use headCommit instead.
headOid will be removed.
hasJumpedQueue will be removed. Use jump instead.
baseOid will be removed. Use baseCommit instead.
baseOid will be removed.
pendingRemovalEntries will be removed.
headOid will be removed. Use headCommit instead.
headOid will be removed.
hasJumpedQueue will be removed. Use jump instead.
baseOid will be removed. Use baseCommit instead.
baseOid will be removed.
pendingRemovalEntries will be removed.
headOid will be removed. Use headCommit instead.
headOid will be removed.
hasJumpedQueue will be removed. Use jump instead.
baseOid will be removed. Use baseCommit instead.
baseOid will be removed.
pendingRemovalEntries will be removed.