这是indexloc提供的服务,不要输入任何密码
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: octokit/openapi-types.ts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v10.6.4
Choose a base ref
...
head repository: octokit/openapi-types.ts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v11.0.0
Choose a head ref
  • 3 commits
  • 16 files changed
  • 3 contributors

Commits on Oct 3, 2021

  1. Configuration menu
    Copy the full SHA
    8425dac View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

  1. build(deps): lock file maintenance

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Oct 4, 2021
    Configuration menu
    Copy the full SHA
    d8ec36c View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

  1. feat: `GET /repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{atte…

    …mpt_num}`, `GET /repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_num}/logs`, `POST /repos/{owner}/{repo}/releases/generate-notes`, `POST /repos/{owner}/{repo}/check-runs/{check_run_id}/rerequest`. Graduate `nebula`, `zzzax`, `switcheroo`, `baptiste` previews. Removes defunkt `/repos/{owner}/{repo}/actions/runs/{run_id}/retry` endpoint. Renames operation IDs to normalize `-authenticated-user` suffix (#172)
    
    BREAKING CHANGE: Operation ID `users/list-blocked-by-authenticated` is now `users/list-blocked-by-authenticated-user`
    
    BREAKING CHANGE: Operation ID `users/set-primary-email-visibility-for-authenticated` is now `users/set-primary-email-visibility-for-authenticated-user`
    
    BREAKING CHANGE: Operation ID `users/list-emails-for-authenticated` is now `users/list-emails-for-authenticated-user`
    
    BREAKING CHANGE: Operation ID `users/add-email-for-authenticated` is now `users/add-email-for-authenticated-user`
    
    BREAKING CHANGE: Operation ID `users/delete-email-for-authenticated` is now `users/delete-email-for-authenticated-user`
    
    BREAKING CHANGE: Operation ID `users/list-followed-by-authenticated` is now `users/list-followed-by-authenticated-user`
    
    BREAKING CHANGE: Operation ID `users/list-gpg-keys-for-authenticated` is now `users/list-gpg-keys-for-authenticated-user`
    
    BREAKING CHANGE: Operation ID `users/create-gpg-key-for-authenticated` is now `users/create-gpg-key-for-authenticated-user`
    
    BREAKING CHANGE: Operation ID `users/get-gpg-key-for-authenticated` is now `users/get-gpg-key-for-authenticated-user`
    
    BREAKING CHANGE: Operation ID `users/delete-gpg-key-for-authenticated` is now `users/delete-gpg-key-for-authenticated-user`
    
    BREAKING CHANGE: Operation ID `apps/add-repo-to-installation` is now `apps/add-repo-to-installation-for-authenticated-user`
    
    BREAKING CHANGE: Operation ID `apps/remove-repo-from-installation` is now `apps/remove-repo-from-installation-for-authenticated-user`
    
    BREAKING CHANGE: Operation ID `users/list-public-ssh-keys-for-authenticated` is now `users/list-public-ssh-keys-for-authenticated-user`
    
    BREAKING CHANGE: Operation ID `users/create-public-ssh-key-for-authenticated` is now `users/create-public-ssh-key-for-authenticated-user`
    
    BREAKING CHANGE: Operation ID `users/get-public-ssh-key-for-authenticated` is now `users/get-public-ssh-key-for-authenticated-user`
    
    BREAKING CHANGE: Operation ID `users/delete-public-ssh-key-for-authenticated` is now `users/delete-public-ssh-key-for-authenticated-user`
    
    BREAKING CHANGE: Operation ID `migrations/list-repos-for-user` is now `migrations/list-repos-for-authenticated-user`
    
    BREAKING CHANGE: Operation ID `users/list-public-emails-for-authenticated` is now `users/list-public-emails-for-authenticated-user`
    
    BREAKING CHANGE: Operation ID `repos/accept-invitation` is now `repos/accept-invitation-for-authenticated-user`
    
    BREAKING CHANGE: Operation ID `repos/decline-invitation` is now `repos/decline-invitation-for-authenticated-user`
    octokitbot authored Oct 7, 2021
    Configuration menu
    Copy the full SHA
    ae60215 View commit details
    Browse the repository at this point in the history
Loading