Skip to content

Commit 6c33ba9

Browse files
authored
Merge pull request #821 from php-api-clients/GitHub/from-1.1.4-ccc564dcaf5c45cb45d1357e6167f804-from-1.1.4-ccc564dcaf5c45cb45d1357e6167f804
2 parents 655d00a + 91ee5ae commit 6c33ba9

File tree

2 files changed

+16
-35
lines changed

2 files changed

+16
-35
lines changed

clients/GitHub/etc/openapi-client-generator.state

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"specHash": "4f80dcc6a78db54088c637e415d9d564",
2+
"specHash": "ccc564dcaf5c45cb45d1357e6167f804",
33
"generatedFiles": {
44
"files": [
55
{
@@ -5784,7 +5784,7 @@
57845784
},
57855785
{
57865786
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Operation\/Orgs.php",
5787-
"hash": "77e852c4d998f7ecd11f7024685cf5d4"
5787+
"hash": "ed49ea811c30ba9a96131bdfb8f604f1"
57885788
},
57895789
{
57905790
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Operation\/Actions.php",
@@ -5820,7 +5820,7 @@
58205820
},
58215821
{
58225822
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Operation\/Repos.php",
5823-
"hash": "a2fb2024bb44da7153c11141efa8959a"
5823+
"hash": "7a49630e6f58c2525f8f4fe42bc49776"
58245824
},
58255825
{
58265826
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Operation\/Billing.php",

etc/specs/GitHub/current.spec.yaml

Lines changed: 13 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -27223,10 +27223,7 @@ paths:
2722327223
description: |-
2722427224
View the progress of an import.
2722527225

27226-
**Warnings:**
27227-
27228-
- Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the [changelog](https://gh.io/source-imports-api-deprecation).
27229-
- Support for importing Mercurial, Subversion and Team Foundation Version Control repositories will end on October 17, 2023. For more details, see the [changelog](https://gh.io/github-importer-non-git-eol).
27226+
**Warning:** Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the [changelog](https://gh.io/source-imports-api-deprecation).
2723027227

2723127228
**Import status**
2723227229

@@ -27293,10 +27290,12 @@ paths:
2729327290
deprecated: true
2729427291
put:
2729527292
summary: Start an import
27296-
description: |-
27297-
Start a source import to a GitHub repository using GitHub Importer. Importing into a GitHub repository with GitHub Actions enabled is not supported and will return a status `422 Unprocessable Entity` response.
27298-
**Warnings:**
27299-
- Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the [changelog](https://gh.io/source-imports-api-deprecation). - Support for importing Mercurial, Subversion and Team Foundation Version Control repositories will end on October 17, 2023. For more details, see the [changelog](https://gh.io/github-importer-non-git-eol).
27293+
description: |
27294+
Start a source import to a GitHub repository using GitHub Importer.
27295+
Importing into a GitHub repository with GitHub Actions enabled is not supported and will
27296+
return a status `422 Unprocessable Entity` response.
27297+
27298+
**Warning:** Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the [changelog](https://gh.io/source-imports-api-deprecation).
2730027299
tags:
2730127300
- migrations
2730227301
operationId: migrations/start-import
@@ -27387,10 +27386,7 @@ paths:
2738727386
have the status `detection_found_multiple` and the Import Progress response will include a `project_choices` array.
2738827387
You can select the project to import by providing one of the objects in the `project_choices` array in the update request.
2738927388

27390-
**Warnings:**
27391-
27392-
- Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the [changelog](https://gh.io/source-imports-api-deprecation).
27393-
- Support for importing Mercurial, Subversion and Team Foundation Version Control repositories will end on October 17, 2023. For more details, see the [changelog](https://gh.io/github-importer-non-git-eol).
27389+
**Warning:** Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the [changelog](https://gh.io/source-imports-api-deprecation).
2739427390
tags:
2739527391
- migrations
2739627392
operationId: migrations/update-import
@@ -27475,10 +27471,7 @@ paths:
2747527471
description: |
2747627472
Stop an import for a repository.
2747727473

27478-
**Warnings:**
27479-
27480-
- Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the [changelog](https://gh.io/source-imports-api-deprecation).
27481-
- Support for importing Mercurial, Subversion and Team Foundation Version Control repositories will end on October 17, 2023. For more details, see the [changelog](https://gh.io/github-importer-non-git-eol).
27474+
**Warning:** Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the [changelog](https://gh.io/source-imports-api-deprecation).
2748227475
tags:
2748327476
- migrations
2748427477
operationId: migrations/cancel-import
@@ -27509,10 +27502,7 @@ paths:
2750927502

2751027503
This endpoint and the [Map a commit author](https://docs.github.com/rest/migrations/source-imports#map-a-commit-author) endpoint allow you to provide correct Git author information.
2751127504

27512-
**Warnings:**
27513-
27514-
- Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the [changelog](https://gh.io/source-imports-api-deprecation).
27515-
- Support for importing Mercurial, Subversion and Team Foundation Version Control repositories will end on October 17, 2023. For more details, see the [changelog](https://gh.io/github-importer-non-git-eol).
27505+
**Warning:** Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the [changelog](https://gh.io/source-imports-api-deprecation).
2751627506
tags:
2751727507
- migrations
2751827508
operationId: migrations/get-commit-authors
@@ -27554,10 +27544,7 @@ paths:
2755427544
Update an author's identity for the import. Your application can continue updating authors any time before you push
2755527545
new commits to the repository.
2755627546

27557-
**Warnings:**
27558-
27559-
- Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the [changelog](https://gh.io/source-imports-api-deprecation).
27560-
- Support for importing Mercurial, Subversion and Team Foundation Version Control repositories will end on October 17, 2023. For more details, see the [changelog](https://gh.io/github-importer-non-git-eol).
27547+
**Warning:** Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the [changelog](https://gh.io/source-imports-api-deprecation).
2756127548
tags:
2756227549
- migrations
2756327550
operationId: migrations/map-commit-author
@@ -27621,10 +27608,7 @@ paths:
2762127608
description: |
2762227609
List files larger than 100MB found during the import
2762327610

27624-
**Warnings:**
27625-
27626-
- Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the [changelog](https://gh.io/source-imports-api-deprecation).
27627-
- Support for importing Mercurial, Subversion and Team Foundation Version Control repositories will end on October 17, 2023. For more details, see the [changelog](https://gh.io/github-importer-non-git-eol).
27611+
**Warning:** Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the [changelog](https://gh.io/source-imports-api-deprecation).
2762827612
tags:
2762927613
- migrations
2763027614
operationId: migrations/get-large-files
@@ -27666,10 +27650,7 @@ paths:
2766627650
You can learn more about our LFS feature and working with large files [on our help
2766727651
site](https://docs.github.com/repositories/working-with-files/managing-large-files).
2766827652

27669-
**Warnings:**
27670-
27671-
- Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the [changelog](https://gh.io/source-imports-api-deprecation).
27672-
- Support for importing Mercurial, Subversion and Team Foundation Version Control repositories will end on October 17, 2023. For more details, see the [changelog](https://gh.io/github-importer-non-git-eol).
27653+
**Warning:** Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the [changelog](https://gh.io/source-imports-api-deprecation).
2767327654
tags:
2767427655
- migrations
2767527656
operationId: migrations/set-lfs-preference

0 commit comments

Comments
 (0)