Skip to content

Commit

Permalink
Merge pull request #25765 from github/repo-sync
Browse files Browse the repository at this point in the history
repo sync
  • Loading branch information
Octomerger authored May 31, 2023
2 parents 339a8e4 + 26fc201 commit c629c31
Showing 7 changed files with 98 additions and 0 deletions.
12 changes: 12 additions & 0 deletions data/graphql/ghae/schema.docs-ghae.graphql
Original file line number Diff line number Diff line change
@@ -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!
}

"""
@@ -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!
}

"""
12 changes: 12 additions & 0 deletions data/graphql/ghec/schema.docs.graphql
Original file line number Diff line number Diff line change
@@ -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!
}

"""
@@ -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!
}

"""
12 changes: 12 additions & 0 deletions data/graphql/schema.docs.graphql
Original file line number Diff line number Diff line change
@@ -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!
}

"""
@@ -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!
}

"""
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": [
{
16 changes: 16 additions & 0 deletions src/graphql/data/fpt/schema.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
},
@@ -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"
}
]
},
16 changes: 16 additions & 0 deletions src/graphql/data/ghae/schema.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
},
@@ -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"
}
]
},
16 changes: 16 additions & 0 deletions src/graphql/data/ghec/schema.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
},
@@ -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"
}
]
},

0 comments on commit c629c31

Please sign in to comment.