Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

repo sync #25765

Merged
merged 1 commit into from
May 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions data/graphql/ghae/schema.docs-ghae.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -17947,6 +17947,12 @@ interface Migration {
The migration state.
"""
state: MigrationState!

"""
The number of warnings encountered for this migration. To review the warnings,
check the [Migration Log](https://docs.github.com/en/migrations/using-github-enterprise-importer/completing-your-migration-with-github-enterprise-importer/accessing-your-migration-logs-for-github-enterprise-importer).
"""
warningsCount: Int!
}

"""
Expand Down Expand Up @@ -36172,6 +36178,12 @@ type RepositoryMigration implements Migration & Node {
The migration state.
"""
state: MigrationState!

"""
The number of warnings encountered for this migration. To review the warnings,
check the [Migration Log](https://docs.github.com/en/migrations/using-github-enterprise-importer/completing-your-migration-with-github-enterprise-importer/accessing-your-migration-logs-for-github-enterprise-importer).
"""
warningsCount: Int!
}

"""
Expand Down
12 changes: 12 additions & 0 deletions data/graphql/ghec/schema.docs.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -20579,6 +20579,12 @@ interface Migration {
The migration state.
"""
state: MigrationState!

"""
The number of warnings encountered for this migration. To review the warnings,
check the [Migration Log](https://docs.github.com/en/migrations/using-github-enterprise-importer/completing-your-migration-with-github-enterprise-importer/accessing-your-migration-logs-for-github-enterprise-importer).
"""
warningsCount: Int!
}

"""
Expand Down Expand Up @@ -43623,6 +43629,12 @@ type RepositoryMigration implements Migration & Node {
The migration state.
"""
state: MigrationState!

"""
The number of warnings encountered for this migration. To review the warnings,
check the [Migration Log](https://docs.github.com/en/migrations/using-github-enterprise-importer/completing-your-migration-with-github-enterprise-importer/accessing-your-migration-logs-for-github-enterprise-importer).
"""
warningsCount: Int!
}

"""
Expand Down
12 changes: 12 additions & 0 deletions data/graphql/schema.docs.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -20579,6 +20579,12 @@ interface Migration {
The migration state.
"""
state: MigrationState!

"""
The number of warnings encountered for this migration. To review the warnings,
check the [Migration Log](https://docs.github.com/en/migrations/using-github-enterprise-importer/completing-your-migration-with-github-enterprise-importer/accessing-your-migration-logs-for-github-enterprise-importer).
"""
warningsCount: Int!
}

"""
Expand Down Expand Up @@ -43623,6 +43629,12 @@ type RepositoryMigration implements Migration & Node {
The migration state.
"""
state: MigrationState!

"""
The number of warnings encountered for this migration. To review the warnings,
check the [Migration Log](https://docs.github.com/en/migrations/using-github-enterprise-importer/completing-your-migration-with-github-enterprise-importer/accessing-your-migration-logs-for-github-enterprise-importer).
"""
warningsCount: Int!
}

"""
Expand Down
14 changes: 14 additions & 0 deletions src/graphql/data/fpt/changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
[
{
"schemaChanges": [
{
"title": "The GraphQL schema includes these changes:",
"changes": [
"<p>Field <code>warningsCount</code> was added to interface <code>Migration</code></p>",
"<p>Field <code>warningsCount</code> was added to object type <code>RepositoryMigration</code></p>"
]
}
],
"previewChanges": [],
"upcomingChanges": [],
"date": "2023-05-31"
},
{
"schemaChanges": [
{
Expand Down
16 changes: 16 additions & 0 deletions src/graphql/data/fpt/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -60156,6 +60156,14 @@
"id": "migrationstate",
"kind": "enums",
"href": "/graphql/reference/enums#migrationstate"
},
{
"name": "warningsCount",
"description": "<p>The number of warnings encountered for this migration. To review the warnings,\ncheck the <a href=\"https://docs.github.com/en/migrations/using-github-enterprise-importer/completing-your-migration-with-github-enterprise-importer/accessing-your-migration-logs-for-github-enterprise-importer\">Migration Log</a>.</p>",
"type": "Int!",
"id": "int",
"kind": "scalars",
"href": "/graphql/reference/scalars#int"
}
]
},
Expand Down Expand Up @@ -74654,6 +74662,14 @@
"id": "migrationstate",
"kind": "enums",
"href": "/graphql/reference/enums#migrationstate"
},
{
"name": "warningsCount",
"description": "<p>The number of warnings encountered for this migration. To review the warnings,\ncheck the <a href=\"https://docs.github.com/en/migrations/using-github-enterprise-importer/completing-your-migration-with-github-enterprise-importer/accessing-your-migration-logs-for-github-enterprise-importer\">Migration Log</a>.</p>",
"type": "Int!",
"id": "int",
"kind": "scalars",
"href": "/graphql/reference/scalars#int"
}
]
},
Expand Down
16 changes: 16 additions & 0 deletions src/graphql/data/ghae/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -50498,6 +50498,14 @@
"id": "migrationstate",
"kind": "enums",
"href": "/graphql/reference/enums#migrationstate"
},
{
"name": "warningsCount",
"description": "<p>The number of warnings encountered for this migration. To review the warnings,\ncheck the <a href=\"https://docs.github.com/en/migrations/using-github-enterprise-importer/completing-your-migration-with-github-enterprise-importer/accessing-your-migration-logs-for-github-enterprise-importer\">Migration Log</a>.</p>",
"type": "Int!",
"id": "int",
"kind": "scalars",
"href": "/graphql/reference/scalars#int"
}
]
},
Expand Down Expand Up @@ -62432,6 +62440,14 @@
"id": "migrationstate",
"kind": "enums",
"href": "/graphql/reference/enums#migrationstate"
},
{
"name": "warningsCount",
"description": "<p>The number of warnings encountered for this migration. To review the warnings,\ncheck the <a href=\"https://docs.github.com/en/migrations/using-github-enterprise-importer/completing-your-migration-with-github-enterprise-importer/accessing-your-migration-logs-for-github-enterprise-importer\">Migration Log</a>.</p>",
"type": "Int!",
"id": "int",
"kind": "scalars",
"href": "/graphql/reference/scalars#int"
}
]
},
Expand Down
16 changes: 16 additions & 0 deletions src/graphql/data/ghec/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -60156,6 +60156,14 @@
"id": "migrationstate",
"kind": "enums",
"href": "/graphql/reference/enums#migrationstate"
},
{
"name": "warningsCount",
"description": "<p>The number of warnings encountered for this migration. To review the warnings,\ncheck the <a href=\"https://docs.github.com/en/migrations/using-github-enterprise-importer/completing-your-migration-with-github-enterprise-importer/accessing-your-migration-logs-for-github-enterprise-importer\">Migration Log</a>.</p>",
"type": "Int!",
"id": "int",
"kind": "scalars",
"href": "/graphql/reference/scalars#int"
}
]
},
Expand Down Expand Up @@ -74654,6 +74662,14 @@
"id": "migrationstate",
"kind": "enums",
"href": "/graphql/reference/enums#migrationstate"
},
{
"name": "warningsCount",
"description": "<p>The number of warnings encountered for this migration. To review the warnings,\ncheck the <a href=\"https://docs.github.com/en/migrations/using-github-enterprise-importer/completing-your-migration-with-github-enterprise-importer/accessing-your-migration-logs-for-github-enterprise-importer\">Migration Log</a>.</p>",
"type": "Int!",
"id": "int",
"kind": "scalars",
"href": "/graphql/reference/scalars#int"
}
]
},
Expand Down