-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add support for 10 new APIs and drop enterprise-level SCIM APIs which are only in GitHub Enterprise Server #471
Open
timrogers
wants to merge
6
commits into
main
Choose a base branch
from
timrogers/manual-update
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Sep 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9550ae9 - Browse repository at this point
Copy the full SHA 9550ae9View commit details
Commits on Sep 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 945d8c3 - Browse repository at this point
Copy the full SHA 945d8c3View commit details -
fix(build): don't show Enterprise Cloud in the documentation URLs now…
… we're using the Enterprise Cloud schema
Configuration menu - View commit details
-
Copy full SHA for a5370ca - Browse repository at this point
Copy the full SHA a5370caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a1ec1e - Browse repository at this point
Copy the full SHA 7a1ec1eView commit details -
feat: add support for 10 new APIs and drop enterprise-level SCIM APIs…
… which are only in GitHub Enterprise Server * feat: add support for new "Delete an organization secret" (`DELETE /organizations/{org}/codespaces/secrets/{secret_name}`) Codespaces API * feat: add support for new "Remove selected repository from an organization secret" (`DELETE /organizations/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id}`) Codespaces API * feat: add support for new "List organization secrets" (`GET /organizations/{org}/codespaces/secrets`) Codespaces API * feat: add support for new "Get an organization public key" (`GET /organizations/{org}/codespaces/secrets/public-key`) Codespaces API * feat: add support for new "Get an organization secret" (`GET /organizations/{org}/codespaces/secrets/{secret_name}` ) Codespaces API * feat: add support for new "List selected repositories for an organization secret" (`GET /organizations/{org}/codespaces/secrets/{secret_name}/repositories`) Codespaces API * * feat: add support for new "Get a Dependabot alert" API (`GET /repos/{owner}/{repo}/dependabot/alerts/{alert_number}`) * feat: add support for new "List Dependabot alerts for a repository" API (`GET /repos/{owner}/{repo}/dependabot/alerts`) * feat: add support for new "Update a Dependabot alert" API (`PATCH /repos/{owner}/{repo}/dependabot/alerts/{alert_number}`) * feat: adds support for new "Create or update an organization secret" (`PUT /organizations/{org}/codespaces/secrets/{secret_name}` ) Codespaces API * feat: add support for new "List selected repositories for an organization secret" (`GET /organizations/{org}/codespaces/secrets/{secret_name}/repositories`) Codespaces API * feat: add support for new "Add selected repository to an organization secret" (`PUT /organizations/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id}`) Codespaces API BREAKING CHANGE: Removes support for enterprise-level SCIM APIs which are only available in GitHub Enterprise Server (`DELETE /scim/v2/enterprises/{enterprise}/Groups/{scim_group_id}`, `DELETE /scim/v2/enterprises/{enterprise}/Users/{scim_user_id}`, `GET /scim/v2/enterprises/{enterprise}/Groups`, `GET /scim/v2/enterprises/{enterprise}/Groups/{scim_group_id}`, `GET /scim/v2/enterprises/{enterprise}/Users`, `GET /scim/v2/enterprises/{enterprise}/Users/{scim_user_id}`, `PATCH /scim/v2/enterprises/{enterprise}/Groups/{scim_group_id}`, `PATCH /scim/v2/enterprises/{enterprise}/Users/{scim_user_id}`, `POST /scim/v2/enterprises/{enterprise}/Groups`, `POST /scim/v2/enterprises/{enterprise}/Users`, `PUT /scim/v2/enterprises/{enterprise}/Groups/{scim_group_id}`, `PUT /scim/v2/enterprises/{enterprise}/Users/{scim_user_id}`) # Please enter the commit message for your changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # # On branch timrogers/manual-update
Configuration menu - View commit details
-
Copy full SHA for e3bb815 - Browse repository at this point
Copy the full SHA e3bb815View commit details -
fix(deps): switch from
@octokit/openapi-types
to `@octokit/openapi-……types-ghec` This switches this package's dependency from `@octokit/openapi-types` to `@octokit/openapi-types-ghec`. This means that we still have access to and can expose types only relevant to GitHub Enterprise Server. These are now find in the `-ghec` package, whereas before they were in the basic package.
Configuration menu - View commit details
-
Copy full SHA for 3af70ba - Browse repository at this point
Copy the full SHA 3af70baView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.