Github API - Test Config

RepositoryMigration [object]

A GitHub Enterprise Importer (GEI) repository migration.

Implements
Migration

Migration [interface]

Represents a GitHub Enterprise Importer (GEI) migration.

Attributes
continueOnError Boolean

The migration flag to continue on error.

createdAt DateTime

Identifies the date and time when the object was created.

databaseId String

Identifies the primary key from the database.

failureReason String

The reason the migration failed.

id ID

The Node ID of the Migration object

migrationLogUrl URI

The URL for the migration log (expires 1 day after migration completes).

migrationSource MigrationSource

The migration source.

repositoryName String

The target repository name.

sourceUrl URI

The migration source URL, for example https://github.com or https://monalisa.ghe.com.

The migration state.

warningsCount Int

The number of warnings encountered for this migration. To review the warnings,
check the Migration Log.

API:
Github GraphQL API
Node

Node [interface]

An object with an ID.

Attributes
id ID

ID of the object.

API:
Github GraphQL API
Attributes
continueOnError Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

The migration flag to continue on error.

createdAt DateTime

DateTime [scalar]

An ISO-8601 encoded UTC date string.

API:
Github GraphQL API

Identifies the date and time when the object was created.

databaseId String

String [scalar]

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.

API:
Github GraphQL API

Identifies the primary key from the database.

failureReason String

String [scalar]

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.

API:
Github GraphQL API

The reason the migration failed.

id ID

ID [scalar]

The ID scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as "4") or integer (such as 4) input value will be accepted as an ID.

API:
Github GraphQL API

The Node ID of the RepositoryMigration object

migrationLogUrl URI

URI [scalar]

An RFC 3986, RFC 3987, and RFC 6570 (level 4) compliant URI string.

API:
Github GraphQL API

The URL for the migration log (expires 1 day after migration completes).

migrationSource MigrationSource

MigrationSource [object]

A GitHub Enterprise Importer (GEI) migration source.

Implements
Node
Attributes
id ID

The Node ID of the MigrationSource object

name String

The migration source name.

The migration source type.

url URI

The migration source URL, for example https://github.com or https://monalisa.ghe.com.

API:
Github GraphQL API

The migration source.

repositoryName String

String [scalar]

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.

API:
Github GraphQL API

The target repository name.

sourceUrl URI

URI [scalar]

An RFC 3986, RFC 3987, and RFC 6570 (level 4) compliant URI string.

API:
Github GraphQL API

The migration source URL, for example https://github.com or https://monalisa.ghe.com.

state MigrationState

MigrationState [enum]

The GitHub Enterprise Importer (GEI) migration state.

Possible values
FAILED

The migration has failed.

FAILED_VALIDATION

The migration has invalid credentials.

IN_PROGRESS

The migration is in progress.

NOT_STARTED

The migration has not started.

PENDING_VALIDATION

The migration needs to have its credentials validated.

QUEUED

The migration has been queued.

SUCCEEDED

The migration has succeeded.

API:
Github GraphQL API

The migration state.

warningsCount Int

Int [scalar]

The Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.

API:
Github GraphQL API

The number of warnings encountered for this migration. To review the warnings,
check the Migration Log.

API:
Github GraphQL API