-
Notifications
You must be signed in to change notification settings - Fork 14
Comparing changes
Open a pull request
base repository: octokit/openapi-types.ts
base: v12.11.0
head repository: octokit/openapi-types.ts
compare: v13.0.0
- 11 commits
- 26 files changed
- 2 contributors
Commits on Jul 29, 2022
-
ci(action): update github/codeql-action digest to 0c670bb
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e382998 - Browse repository at this point
Copy the full SHA e382998View commit details
Commits on Aug 1, 2022
-
build(deps): lock file maintenance (#217)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0b4cfe5 - Browse repository at this point
Copy the full SHA 0b4cfe5View commit details
Commits on Aug 3, 2022
-
ci(action): update github/codeql-action digest to 2ca79b6
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 29a97a9 - Browse repository at this point
Copy the full SHA 29a97a9View commit details
Commits on Aug 8, 2022
-
build(deps): lock file maintenance (#219)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 43c441f - Browse repository at this point
Copy the full SHA 43c441fView commit details
Commits on Aug 15, 2022
-
build(deps): lock file maintenance (#221)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 63179f7 - Browse repository at this point
Copy the full SHA 63179f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe0449a - Browse repository at this point
Copy the full SHA fe0449aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f1e2dc - Browse repository at this point
Copy the full SHA 2f1e2dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 13ecfd3 - Browse repository at this point
Copy the full SHA 13ecfd3View commit details -
fix: remove now-defunkt OAuth Authorizations APIs
BREAKING CHANGE: This removes support for the now-defunkt OAuth Authorizations APIs. These were disabled on GitHub.com at the end of 2020, but the OpenAPI specs were not updated so this code was not cleaned up.
Configuration menu - View commit details
-
Copy full SHA for 48294fa - Browse repository at this point
Copy the full SHA 48294faView commit details -
feat: add 9 new APIs and a bunch of parameters, and fix some bugs (se…
…e commit message and PR body) * fix: document the required scopes to use `GET /orgs/{org}/code-scanning/alerts` with public repos * feat: add new Security Managers APIs (`GET /orgs/{org}/security-managers`, `PUT /orgs/{org}/security-managers/teams/{team_slug}` and `DELETE /orgs/{org}/security-managers/teams/{team_slug}`) * feat: add new deployment branch policy APIs (`GET /repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies`, `POST /repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies`, `GET /repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies/{branch_policy_id}` , `PUT /repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies/{branch_policy_id}`, `DELETE /repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies/{branch_policy_id}`) * feat: add new GitHub Pages API (`POST /repos/{owner}/{repo}/pages/deployment`) * fix: correct types for `GET /enterprise-installation/{enterprise_or_org}/server-statistics` to reflect that it returns an array of results * feat: add new `retention_period_minutes` and `retention_expires_at` fields returned on Codespaces * fix: correct types for Commit Statuses in the API (e.g. returned by `POST /repos/{owner}/{repo}/statuses/{sha}`) to reflect that `target_url` and `description` can be `null` * fix: correct describe the `type` of items returned by the `GET /repos/d` attributes on Deploy Keys returned across the API * fix: correct type of `permission` request body parameter for `PUT /orgs/{org}/teams/{team_slug}/repos/{owner}/{repo}` and `PUT /repos/{owner}/{repo}/collaborators/{username}` to reflect that custom role names can be specified, not just values in a GitHub-set enum * fix: remove `page` and `per_page` parameters for `GET /repos/{owner}/{repo}/pulls/{}/{repo}/pulls/{pull_number}/reviews` to reflect that `event` must be sent to `DISMISS`Configuration menu - View commit details
-
Copy full SHA for f3d4ca6 - Browse repository at this point
Copy the full SHA f3d4ca6View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf5f91a - Browse repository at this point
Copy the full SHA bf5f91aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v12.11.0...v13.0.0