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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v17.0.0
Choose a base ref
...
head repository: octokit/openapi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v17.1.0
Choose a head ref
  • 2 commits
  • 37 files changed
  • 3 contributors

Commits on Jan 3, 2025

  1. build: add GHES 3.14, 3.15 (#472)

    Co-authored-by: Gregor Martynus <39992+gr2m@users.noreply.github.com>
    wolfy1339 and gr2m authored Jan 3, 2025
    Configuration menu
    Copy the full SHA
    741c106 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2025

  1. feat: new action runner groups endpoints, new code scanning alerts au…

    …tofix endpoints, new sub-issues endpoints, new private registries enpoints, new code security endpoints, various description updates (#474)
    
    - Description updates
    - New `/enterprises/{enterprise}/copilot/billing/seats`
    - New `/enterprises/{enterprise}/settings/billing/cost-centers`
    - New `/enterprises/{enterprise}/settings/billing/usage`
    - New `/enterprises/{enterprise}/code-security/configurations/defaults`
    - New `/enterprises/{enterprise}/code-security/configurations/{configuration_id}`
    - New `/enterprises/{enterprise}/code-security/configurations/{configuration_id}/attach`
    - New `/orgs/{org}/actions/runner-groups`
    - New `/orgs/{org}/actions/runner-groups/{runner_group_id}`
    - New `/orgs/{org}/actions/runner-groups/{runner_group_id}/repositories`
    - New `/orgs/{org}/actions/runner-groups/{runner_group_id}/repositories/{repository_id}`
    - New `/orgs/{org}/actions/runner-groups/{runner_group_id}/runners`
    - New `/orgs/{org}/actions/runner-groups/{runner_group_id}/runners/{runner_id}`
    - New `/orgs/{org}/copilot/metrics`
    - New `/orgs/{org}/insights/api/route-stats/{actor_type}/{actor_id}`
    - New `/orgs/{org}/insights/api/subject-stats`
    - New `/orgs/{org}/insights/api/summary-stats`
    - New `/orgs/{org}/insights/api/summary-stats/users/{user_id}`
    - New `/orgs/{org}/insights/api/summary-stats/{actor_type}/{actor_id}`
    - New `/orgs/{org}/insights/api/time-stats`
    - New `/orgs/{org}/insights/api/time-stats/users/{user_id}`
    - New `/orgs/{org}/insights/api/time-stats/{actor_type}/{actor_id}`
    - New `/orgs/{org}/insights/api/user-stats/{user_id}`
    - New `/orgs/{org}/private-registries`
    - New `/orgs/{org}/private-registries/public-key`
    - New `/orgs/{org}/private-registries/{secret_name}`
    - New `/orgs/{org}/team/{team_slug}/copilot/metrics`
    - New `/orgs/{org}/team/{team_slug}/copilot/usage`
    - **Deprecate `/orgs/{org}/{security_product}/{enablement}`**
    - New `/repos/{owner}/{repo}/code-scanning/alerts/{alert_number}/autofix`
    - New `/repos/{owner}/{repo}/code-scanning/alerts/{alert_number}/autofix/commits`
    - New `/repos/{owner}/{repo}/code-security-configuration`
    - Add discriminators for various properties
    - New `/repos/{owner}/{repo}/issues/{issue_number}/sub_issues`
    - New `/repos/{owner}/{repo}/issues/{issue_number}/sub_issues/priority`
    - New `/repos/{owner}/{repo}/secret-scanning/push-protection-bypasses`
    - New `/repos/{owner}/{repo}/secret-scanning/scan-history`
    octokitbot authored Jan 8, 2025
    Configuration menu
    Copy the full SHA
    31fb854 View commit details
    Browse the repository at this point in the history
Loading