Skip to content

Commit

Permalink
feat: drop GHES 3.5 and many unreleased OpenAPI updates (#320)
Browse files Browse the repository at this point in the history
* feat: schema updates on 'codespaces' endpoint and other minor updates
- added 'security_and_analysis' property
- added 'geo' property
- 'line' property not required anymore
- remove 'key' property
- update descriptions
- property type updates
* feat: schema updates for gpg-key
- remove 'subkeys' subproperty for 'gpg-key'
* feat: schema updates for Check Run
- update 'url' for externalDocs for Check Runs
- update descriptions
- remove 'status' for Check Run
* feat: many unreleased OpenAPI updates
- update descriptions
- add '/orgs/{org}/actions/runners/generate-jitconfig' endpoint
- add references to 'page' and 'per-page'
- add '/repos/{owner}/{repo}/actions/runners/generate-jitconfig' endpoint
- complement responses for some endpoints (create issue, remove repo from an app installation, list repository teams)
- add 'enabledForGitHubApps' to 'x-github' header
- add 'summary' to 'merge-group-checks-requested'
- add 'domains' to 'api-overview'
- add 'html' to ruleset
- add 'c-cpp', 'java-kotlin' and 'javascript-typescript' to 'languages'
- add 'runner-jitconfig' to schema
- add new properties to 'org-ruleset-items'
- add 'actions_runner_jitconfig' to schema

BREAKING CHANGE: Drop GHES 3.5
  • Loading branch information
octokitbot authored Jun 9, 2023
1 parent 393ab40 commit 5790764
Show file tree
Hide file tree
Showing 27 changed files with 7,143 additions and 150,089 deletions.
619 changes: 537 additions & 82 deletions cache/api.github.com.json

Large diffs are not rendered by default.

914 changes: 807 additions & 107 deletions cache/ghec.json

Large diffs are not rendered by default.

103,684 changes: 0 additions & 103,684 deletions cache/ghes-3.5.json

This file was deleted.

293 changes: 196 additions & 97 deletions cache/ghes-3.6.json

Large diffs are not rendered by default.

516 changes: 224 additions & 292 deletions cache/ghes-3.7.json

Large diffs are not rendered by default.

222 changes: 153 additions & 69 deletions cache/ghes-3.8.json

Large diffs are not rendered by default.

223 changes: 159 additions & 64 deletions cache/ghes-3.9.json

Large diffs are not rendered by default.

548 changes: 265 additions & 283 deletions cache/github.ae.json

Large diffs are not rendered by default.

6 changes: 0 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,6 @@
"pkgRoot": "packages/openapi-types-ghec"
}
],
[
"@semantic-release/npm",
{
"pkgRoot": "packages/openapi-types-ghes-3.5"
}
],
[
"@semantic-release/npm",
{
Expand Down
2 changes: 1 addition & 1 deletion packages/openapi-types-ghec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"author": "Gregor Martynus (https://twitter.com/gr2m)",
"license": "MIT",
"octokit": {
"openapi-version": "11.2.0"
"openapi-version": "12.0.0"
}
}
1,429 changes: 975 additions & 454 deletions packages/openapi-types-ghec/types.d.ts

Large diffs are not rendered by default.

7 changes: 0 additions & 7 deletions packages/openapi-types-ghes-3.5/LICENSE

This file was deleted.

17 changes: 0 additions & 17 deletions packages/openapi-types-ghes-3.5/README.md

This file was deleted.

20 changes: 0 additions & 20 deletions packages/openapi-types-ghes-3.5/package.json

This file was deleted.

Loading

0 comments on commit 5790764

Please sign in to comment.