зеркало из https://github.com/github/docs.git
GraphQL schema update (#37641)
Co-authored-by: rachmari <rachmari@users.noreply.github.com>
This commit is contained in:
Родитель
6f9209dc69
Коммит
dd0f476d49
|
@ -24917,6 +24917,11 @@ enum OrganizationMigrationState {
|
|||
"""
|
||||
FAILED
|
||||
|
||||
"""
|
||||
The Octoshift migration has invalid credentials.
|
||||
"""
|
||||
FAILED_VALIDATION
|
||||
|
||||
"""
|
||||
The Octoshift migration is in progress.
|
||||
"""
|
||||
|
@ -24927,6 +24932,11 @@ enum OrganizationMigrationState {
|
|||
"""
|
||||
NOT_STARTED
|
||||
|
||||
"""
|
||||
The Octoshift migration needs to have its credentials validated.
|
||||
"""
|
||||
PENDING_VALIDATION
|
||||
|
||||
"""
|
||||
The Octoshift migration is performing post repository migrations.
|
||||
"""
|
||||
|
|
|
@ -28691,6 +28691,11 @@ enum OrganizationMigrationState {
|
|||
"""
|
||||
FAILED
|
||||
|
||||
"""
|
||||
The Octoshift migration has invalid credentials.
|
||||
"""
|
||||
FAILED_VALIDATION
|
||||
|
||||
"""
|
||||
The Octoshift migration is in progress.
|
||||
"""
|
||||
|
@ -28701,6 +28706,11 @@ enum OrganizationMigrationState {
|
|||
"""
|
||||
NOT_STARTED
|
||||
|
||||
"""
|
||||
The Octoshift migration needs to have its credentials validated.
|
||||
"""
|
||||
PENDING_VALIDATION
|
||||
|
||||
"""
|
||||
The Octoshift migration is performing post repository migrations.
|
||||
"""
|
||||
|
|
|
@ -28691,6 +28691,11 @@ enum OrganizationMigrationState {
|
|||
"""
|
||||
FAILED
|
||||
|
||||
"""
|
||||
The Octoshift migration has invalid credentials.
|
||||
"""
|
||||
FAILED_VALIDATION
|
||||
|
||||
"""
|
||||
The Octoshift migration is in progress.
|
||||
"""
|
||||
|
@ -28701,6 +28706,11 @@ enum OrganizationMigrationState {
|
|||
"""
|
||||
NOT_STARTED
|
||||
|
||||
"""
|
||||
The Octoshift migration needs to have its credentials validated.
|
||||
"""
|
||||
PENDING_VALIDATION
|
||||
|
||||
"""
|
||||
The Octoshift migration is performing post repository migrations.
|
||||
"""
|
||||
|
|
|
@ -1,4 +1,18 @@
|
|||
[
|
||||
{
|
||||
"schemaChanges": [
|
||||
{
|
||||
"title": "The GraphQL schema includes these changes:",
|
||||
"changes": [
|
||||
"<p>Enum value 'FAILED_VALIDATION<code>was added to enum</code>OrganizationMigrationState'</p>",
|
||||
"<p>Enum value 'PENDING_VALIDATION<code>was added to enum</code>OrganizationMigrationState'</p>"
|
||||
]
|
||||
}
|
||||
],
|
||||
"previewChanges": [],
|
||||
"upcomingChanges": [],
|
||||
"date": "2023-06-07"
|
||||
},
|
||||
{
|
||||
"schemaChanges": [
|
||||
{
|
||||
|
|
|
@ -79672,6 +79672,10 @@
|
|||
"name": "FAILED",
|
||||
"description": "<p>The Octoshift migration has failed.</p>"
|
||||
},
|
||||
{
|
||||
"name": "FAILED_VALIDATION",
|
||||
"description": "<p>The Octoshift migration has invalid credentials.</p>"
|
||||
},
|
||||
{
|
||||
"name": "IN_PROGRESS",
|
||||
"description": "<p>The Octoshift migration is in progress.</p>"
|
||||
|
@ -79680,6 +79684,10 @@
|
|||
"name": "NOT_STARTED",
|
||||
"description": "<p>The Octoshift migration has not started.</p>"
|
||||
},
|
||||
{
|
||||
"name": "PENDING_VALIDATION",
|
||||
"description": "<p>The Octoshift migration needs to have its credentials validated.</p>"
|
||||
},
|
||||
{
|
||||
"name": "POST_REPO_MIGRATION",
|
||||
"description": "<p>The Octoshift migration is performing post repository migrations.</p>"
|
||||
|
|
|
@ -66256,6 +66256,10 @@
|
|||
"name": "FAILED",
|
||||
"description": "<p>The Octoshift migration has failed.</p>"
|
||||
},
|
||||
{
|
||||
"name": "FAILED_VALIDATION",
|
||||
"description": "<p>The Octoshift migration has invalid credentials.</p>"
|
||||
},
|
||||
{
|
||||
"name": "IN_PROGRESS",
|
||||
"description": "<p>The Octoshift migration is in progress.</p>"
|
||||
|
@ -66264,6 +66268,10 @@
|
|||
"name": "NOT_STARTED",
|
||||
"description": "<p>The Octoshift migration has not started.</p>"
|
||||
},
|
||||
{
|
||||
"name": "PENDING_VALIDATION",
|
||||
"description": "<p>The Octoshift migration needs to have its credentials validated.</p>"
|
||||
},
|
||||
{
|
||||
"name": "POST_REPO_MIGRATION",
|
||||
"description": "<p>The Octoshift migration is performing post repository migrations.</p>"
|
||||
|
|
|
@ -79672,6 +79672,10 @@
|
|||
"name": "FAILED",
|
||||
"description": "<p>The Octoshift migration has failed.</p>"
|
||||
},
|
||||
{
|
||||
"name": "FAILED_VALIDATION",
|
||||
"description": "<p>The Octoshift migration has invalid credentials.</p>"
|
||||
},
|
||||
{
|
||||
"name": "IN_PROGRESS",
|
||||
"description": "<p>The Octoshift migration is in progress.</p>"
|
||||
|
@ -79680,6 +79684,10 @@
|
|||
"name": "NOT_STARTED",
|
||||
"description": "<p>The Octoshift migration has not started.</p>"
|
||||
},
|
||||
{
|
||||
"name": "PENDING_VALIDATION",
|
||||
"description": "<p>The Octoshift migration needs to have its credentials validated.</p>"
|
||||
},
|
||||
{
|
||||
"name": "POST_REPO_MIGRATION",
|
||||
"description": "<p>The Octoshift migration is performing post repository migrations.</p>"
|
||||
|
|
Загрузка…
Ссылка в новой задаче