Merge branch 'main' into 21159-Improvement-add-link-to-copilot-docs
This commit is contained in:
@@ -13,9 +13,9 @@ topics:
|
||||
- Infrastructure
|
||||
- Performance
|
||||
---
|
||||
## Enabling rate limits for {% data variables.product.prodname_enterprise_api %}
|
||||
## Enabling rate limits for the {% data variables.product.prodname_enterprise_api %}
|
||||
|
||||
Enabling rate limits on {% data variables.product.prodname_enterprise_api %} can prevent overuse of resources by individual or unauthenticated users. For more information, see "[Resources in the REST API](/rest/overview/resources-in-the-rest-api#rate-limiting)."
|
||||
Enabling rate limits on the {% data variables.product.prodname_enterprise_api %} can prevent overuse of resources by individual or unauthenticated users. For more information, see "[Resources in the REST API](/rest/overview/resources-in-the-rest-api#rate-limiting)."
|
||||
|
||||
{% ifversion ghes %}
|
||||
You can exempt a list of users from API rate limits using the `ghe-config` utility in the administrative shell. For more information, see "[Command-line utilities](/enterprise/admin/configuration/command-line-utilities#ghe-config)."
|
||||
|
||||
@@ -84,9 +84,9 @@ You can also use a command-line utility to configure the IP exception list. For
|
||||
|
||||
{% endif %}
|
||||
|
||||
## Scheduling maintenance mode with {% data variables.product.prodname_enterprise_api %}
|
||||
## Scheduling maintenance mode with the {% data variables.product.prodname_enterprise_api %}
|
||||
|
||||
You can schedule maintenance for different times or dates with {% data variables.product.prodname_enterprise_api %}. For more information, see "[Management Console](/enterprise/user/rest/reference/enterprise-admin#enable-or-disable-maintenance-mode)."
|
||||
You can schedule maintenance for different times or dates with the {% data variables.product.prodname_enterprise_api %}. For more information, see "[Management Console](/enterprise/user/rest/reference/enterprise-admin#enable-or-disable-maintenance-mode)."
|
||||
|
||||
## Enabling or disabling maintenance mode for all nodes in a cluster
|
||||
|
||||
|
||||
@@ -33,7 +33,7 @@ To thoroughly test {% data variables.product.product_name %} and recreate an env
|
||||
- Authentication, especially if you use an external authentication provider like SAML
|
||||
- Integration with an external ticketing system
|
||||
- Integration with a continuous integration server
|
||||
- External scripts or software that use {% data variables.product.prodname_enterprise_api %}
|
||||
- External scripts or software that use the {% data variables.product.prodname_enterprise_api %}
|
||||
- External SMTP server for email notifications
|
||||
|
||||
## Setting up a staging instance
|
||||
|
||||
@@ -24,4 +24,4 @@ With the APIs, you can automate many administrative tasks. Some examples include
|
||||
- Collect statistics about your enterprise. For more information, see "[Admin stats](/rest/reference/enterprise-admin#admin-stats)."
|
||||
- Manage your enterprise account. For more information, see "[Enterprise accounts](/graphql/guides/managing-enterprise-accounts)."
|
||||
|
||||
For the complete documentation for {% data variables.product.prodname_enterprise_api %}, see [{% data variables.product.prodname_dotcom %} REST API](/rest) and [{% data variables.product.prodname_dotcom%} GraphQL API](/graphql).
|
||||
For the complete documentation for the {% data variables.product.prodname_enterprise_api %}, see [{% data variables.product.prodname_dotcom %} REST API](/rest) and [{% data variables.product.prodname_dotcom%} GraphQL API](/graphql).
|
||||
|
||||
@@ -29,5 +29,5 @@ You can authorize an existing personal access token, or [create a new personal a
|
||||
|
||||
## Further reading
|
||||
|
||||
- "[Creating a personal access token](/github/authenticating-to-github/creating-a-personal-access-token)"
|
||||
- "[Creating a personal access token](/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token)"
|
||||
- "[About authentication with SAML single sign-on](/articles/about-authentication-with-saml-single-sign-on)"
|
||||
|
||||
@@ -54,7 +54,7 @@ updates:
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
# Check for updates to GitHub Actions every weekday
|
||||
# Check for updates to GitHub Actions every week
|
||||
interval: "weekly"
|
||||
```
|
||||
|
||||
|
||||
@@ -386,7 +386,7 @@ If you're wondering where the Terminal output above is coming from, it's written
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
Here are a few common problems and some suggested solutions. If you run into any other trouble, you can ask for help or advice in the {% data variables.product.prodname_support_forum_with_url %}.
|
||||
Here are a few common problems and some suggested solutions. If you run into any other trouble, you can ask for help or advice in the {% data reusables.support.prodname_support_forum_with_url %}.
|
||||
|
||||
* **Q:** When I try to install the Smee command-line client, I get the following error:
|
||||
|
||||
|
||||
@@ -714,7 +714,7 @@ end
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
Here are a few common problems and some suggested solutions. If you run into any other trouble, you can ask for help or advice in the {% data variables.product.prodname_support_forum_with_url %}.
|
||||
Here are a few common problems and some suggested solutions. If you run into any other trouble, you can ask for help or advice in the {% data reusables.support.prodname_support_forum_with_url %}.
|
||||
|
||||
* **Q:** My app isn't pushing code to GitHub. I don't see the fixes that RuboCop automatically makes!
|
||||
|
||||
|
||||
@@ -201,7 +201,7 @@ See "[Next steps](#next-steps)" for ideas about where you can go from here.
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
Here are a few common problems and some suggested solutions. If you run into any other trouble, you can ask for help or advice in the {% data variables.product.prodname_support_forum_with_url %}.
|
||||
Here are a few common problems and some suggested solutions. If you run into any other trouble, you can ask for help or advice in the {% data reusables.support.prodname_support_forum_with_url %}.
|
||||
|
||||
* **Q:** My server isn't listening to events! The Smee client is running in a Terminal window, and I'm sending events on GitHub.com by opening new issues, but I don't see any output in the Terminal window where I'm running the server.
|
||||
|
||||
@@ -234,5 +234,5 @@ Here are some ideas for what you can do next:
|
||||
* When the bot successfully adds the label, show a message in the Terminal. (Hint: compare the `needs-response` label ID with the ID of the label in the payload as a condition for your message, so that the message only displays when the relevant label is added and not some other label.)
|
||||
* Add a landing page to your app and hook up a [Sinatra route](https://github.com/sinatra/sinatra#routes) for it.
|
||||
* Move your code to a hosted server (like Heroku). Don't forget to update your app settings with the new domain.
|
||||
* Share your project or get advice in the {% data variables.product.prodname_support_forum_with_url %}{% ifversion fpt or ghec %}
|
||||
* Share your project or get advice in the {% data reusables.support.prodname_support_forum_with_url %}{% ifversion fpt or ghec %}
|
||||
* Have you built a shiny new app you think others might find useful? [Add it to GitHub Marketplace](/apps/marketplace/creating-and-submitting-your-app-for-approval/)!{% endif %}
|
||||
|
||||
@@ -26,7 +26,7 @@ The SCIM API is used by SCIM-enabled Identity Providers (IdPs) to automate provi
|
||||
|
||||
### Authenticating calls to the SCIM API
|
||||
|
||||
You must authenticate as an owner of a {% data variables.product.product_name %} organization to use its SCIM API. The API expects an [OAuth 2.0 Bearer](/developers/apps/authenticating-with-github-apps) token to be included in the `Authorization` header. You may also use a personal access token, but you must first [authorize it for use with your SAML SSO organization](/github/authenticating-to-github/authorizing-a-personal-access-token-for-use-with-saml-single-sign-on).
|
||||
You must authenticate as an owner of a {% data variables.product.product_name %} organization to use its SCIM API. The API expects an [OAuth 2.0 Bearer](/developers/apps/authenticating-with-github-apps) token to be included in the `Authorization` header. If you use a personal access token for authentication, it must have the `admin:org` scope and you must also [authorize it for use with your SAML SSO organization](/github/authenticating-to-github/authorizing-a-personal-access-token-for-use-with-saml-single-sign-on).
|
||||
|
||||
### Mapping of SAML and SCIM data
|
||||
|
||||
|
||||
@@ -166,7 +166,6 @@ Individual words might be small, but together they can create community, belongi
|
||||
### Resources about inclusive language
|
||||
|
||||
GitHub Brand Guide:
|
||||
- [People and communities](https://brand.github.com/content/grammar#people-and-communities)
|
||||
|
||||
The Microsoft Style Guide offers resources on bias-free communication, accessibility terms, and writing for all abilities:
|
||||
- [Bias-free communication](https://docs.microsoft.com/style-guide/bias-free-communication)
|
||||
|
||||
@@ -2,3 +2,5 @@
|
||||
# Documentation for audit log streaming to a Datadog endpoint
|
||||
versions:
|
||||
ghec: '*'
|
||||
ghes: '>= 3.8'
|
||||
ghae: '>= 3.8'
|
||||
|
||||
@@ -1 +1 @@
|
||||
You can also use {% data variables.product.prodname_enterprise_api %} to manage global webhooks. For a complete list of actions, see "[Global webhooks](/rest/reference/enterprise-admin#global-webhooks)."
|
||||
You can also use the {% data variables.product.prodname_enterprise_api %} to manage global webhooks. For a complete list of actions, see "[Global webhooks](/rest/reference/enterprise-admin#global-webhooks)."
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
For questions, bug reports, and discussions about {% data variables.product.prodname_github_apps %}, {% data variables.product.prodname_oauth_apps %}, and API development, explore the {% data variables.product.prodname_support_forum_with_url %}. The discussions are moderated and maintained by {% data variables.product.company_short %} staff, but questions posted to the forum are not guaranteed to receive a reply from {% data variables.product.company_short %} staff.
|
||||
For questions, bug reports, and discussions about {% data variables.product.prodname_github_apps %}, {% data variables.product.prodname_oauth_apps %}, and API development, explore the {% data reusables.support.prodname_support_forum_with_url %}. The discussions are moderated and maintained by {% data variables.product.company_short %} staff, but questions posted to the forum are not guaranteed to receive a reply from {% data variables.product.company_short %} staff.
|
||||
|
||||
Consider reaching out to [GitHub Support](https://support.github.com/) directly using the contact form for:
|
||||
- guaranteed response from {% data variables.product.product_name %} staff
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
[APIs and Integrations discussions on GitHub Community](https://github.com/orgs/community/discussions/categories/apis-and-integrations)
|
||||
@@ -104,8 +104,7 @@ prodname_oauth_app: 'OAuth App'
|
||||
prodname_oauth_apps: 'OAuth Apps'
|
||||
|
||||
# API and developer docs
|
||||
prodname_enterprise_api: 'the {% ifversion ghes %}GitHub Enterprise Server{% elsif ghae %}GitHub AE{% endif %} APIs'
|
||||
prodname_support_forum_with_url: '[APIs and Integrations discussions on GitHub Community](https://github.com/orgs/community/discussions/categories/apis-and-integrations)'
|
||||
prodname_enterprise_api: '{% ifversion ghes %}GitHub Enterprise Server{% elsif ghae %}GitHub AE{% endif %} APIs'
|
||||
prodname_unfurls: 'Content Attachments'
|
||||
|
||||
# Azure AD
|
||||
|
||||
@@ -208397,7 +208397,7 @@
|
||||
{
|
||||
"name": "ecosystem",
|
||||
"in": "query",
|
||||
"description": "<p>A comma-separated list of ecosystems. If specified, only alerts for these ecosystems will be returned.</p>\n<p>Can be: <code>composer</code>, <code>go</code>, <code>maven</code>, <code>npm</code>, <code>nuget</code>, <code>pip</code>, <code>rubygems</code>, <code>rust</code></p>",
|
||||
"description": "<p>A comma-separated list of ecosystems. If specified, only alerts for these ecosystems will be returned.</p>\n<p>Can be: <code>composer</code>, <code>go</code>, <code>maven</code>, <code>npm</code>, <code>nuget</code>, <code>pip</code>, <code>pub</code>, <code>rubygems</code>, <code>rust</code></p>",
|
||||
"schema": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -208459,7 +208459,8 @@
|
||||
},
|
||||
{
|
||||
"name": "page",
|
||||
"description": "<p>Page number of the results to fetch.</p>",
|
||||
"description": "<p><strong>Deprecated</strong>. Page number of the results to fetch. Use cursor-based pagination with <code>before</code> or <code>after</code> instead.</p>",
|
||||
"deprecated": true,
|
||||
"in": "query",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
@@ -208468,12 +208469,54 @@
|
||||
},
|
||||
{
|
||||
"name": "per_page",
|
||||
"description": "<p>The number of results per page (max 100).</p>",
|
||||
"description": "<p><strong>Deprecated</strong>. The number of results per page (max 100). Use cursor-based pagination with <code>first</code> or <code>last</code> instead.</p>",
|
||||
"deprecated": true,
|
||||
"in": "query",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"default": 30
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "before",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for results before this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "after",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for results after this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "first",
|
||||
"description": "<p>The number of results per page (max 100), starting from the first matching result.\nThis parameter must not be used in combination with <code>last</code>.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"minimum": 1,
|
||||
"maximum": 100,
|
||||
"default": 30
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "last",
|
||||
"description": "<p>The number of results per page (max 100), starting from the last matching result.\nThis parameter must not be used in combination with <code>first</code>.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"minimum": 1,
|
||||
"maximum": 100
|
||||
}
|
||||
}
|
||||
],
|
||||
"bodyParameters": [],
|
||||
@@ -209393,6 +209436,10 @@
|
||||
"httpStatusCode": "304",
|
||||
"description": "<p>Not modified</p>"
|
||||
},
|
||||
{
|
||||
"httpStatusCode": "400",
|
||||
"description": "<p>Bad Request</p>"
|
||||
},
|
||||
{
|
||||
"httpStatusCode": "403",
|
||||
"description": "<p>Forbidden</p>"
|
||||
@@ -345458,7 +345505,7 @@
|
||||
"type": "array of strings",
|
||||
"name": "events",
|
||||
"in": "body",
|
||||
"description": "<p>Determines what <a href=\"https://docs.github.com/webhooks/event-payloads\">events</a> the hook is triggered for.</p>",
|
||||
"description": "<p>Determines what <a href=\"https://docs.github.com/webhooks/event-payloads\">events</a> the hook is triggered for. Set to <code>[\"*\"]</code> to receive all possible events.</p>",
|
||||
"default": [
|
||||
"push"
|
||||
]
|
||||
|
||||
@@ -208824,7 +208824,7 @@
|
||||
{
|
||||
"name": "ecosystem",
|
||||
"in": "query",
|
||||
"description": "<p>A comma-separated list of ecosystems. If specified, only alerts for these ecosystems will be returned.</p>\n<p>Can be: <code>composer</code>, <code>go</code>, <code>maven</code>, <code>npm</code>, <code>nuget</code>, <code>pip</code>, <code>rubygems</code>, <code>rust</code></p>",
|
||||
"description": "<p>A comma-separated list of ecosystems. If specified, only alerts for these ecosystems will be returned.</p>\n<p>Can be: <code>composer</code>, <code>go</code>, <code>maven</code>, <code>npm</code>, <code>nuget</code>, <code>pip</code>, <code>pub</code>, <code>rubygems</code>, <code>rust</code></p>",
|
||||
"schema": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -208886,7 +208886,8 @@
|
||||
},
|
||||
{
|
||||
"name": "page",
|
||||
"description": "<p>Page number of the results to fetch.</p>",
|
||||
"description": "<p><strong>Deprecated</strong>. Page number of the results to fetch. Use cursor-based pagination with <code>before</code> or <code>after</code> instead.</p>",
|
||||
"deprecated": true,
|
||||
"in": "query",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
@@ -208895,12 +208896,54 @@
|
||||
},
|
||||
{
|
||||
"name": "per_page",
|
||||
"description": "<p>The number of results per page (max 100).</p>",
|
||||
"description": "<p><strong>Deprecated</strong>. The number of results per page (max 100). Use cursor-based pagination with <code>first</code> or <code>last</code> instead.</p>",
|
||||
"deprecated": true,
|
||||
"in": "query",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"default": 30
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "before",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-cloud@latest//rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for results before this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "after",
|
||||
"description": "<p>A cursor, as given in the <a href=\"https://docs.github.com/enterprise-cloud@latest//rest/overview/resources-in-the-rest-api#link-header\">Link header</a>. If specified, the query only searches for results after this cursor.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "first",
|
||||
"description": "<p>The number of results per page (max 100), starting from the first matching result.\nThis parameter must not be used in combination with <code>last</code>.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"minimum": 1,
|
||||
"maximum": 100,
|
||||
"default": 30
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "last",
|
||||
"description": "<p>The number of results per page (max 100), starting from the last matching result.\nThis parameter must not be used in combination with <code>first</code>.</p>",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"minimum": 1,
|
||||
"maximum": 100
|
||||
}
|
||||
}
|
||||
],
|
||||
"bodyParameters": [],
|
||||
@@ -209820,6 +209863,10 @@
|
||||
"httpStatusCode": "304",
|
||||
"description": "<p>Not modified</p>"
|
||||
},
|
||||
{
|
||||
"httpStatusCode": "400",
|
||||
"description": "<p>Bad Request</p>"
|
||||
},
|
||||
{
|
||||
"httpStatusCode": "403",
|
||||
"description": "<p>Forbidden</p>"
|
||||
@@ -347393,7 +347440,7 @@
|
||||
"type": "array of strings",
|
||||
"name": "events",
|
||||
"in": "body",
|
||||
"description": "<p>Determines what <a href=\"https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads\">events</a> the hook is triggered for.</p>",
|
||||
"description": "<p>Determines what <a href=\"https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads\">events</a> the hook is triggered for. Set to <code>[\"*\"]</code> to receive all possible events.</p>",
|
||||
"default": [
|
||||
"push"
|
||||
]
|
||||
|
||||
@@ -280745,7 +280745,7 @@
|
||||
"type": "array of strings",
|
||||
"name": "events",
|
||||
"in": "body",
|
||||
"description": "<p>Determines what <a href=\"https://docs.github.com/enterprise-server@3.2/webhooks/event-payloads\">events</a> the hook is triggered for.</p>",
|
||||
"description": "<p>Determines what <a href=\"https://docs.github.com/enterprise-server@3.2/webhooks/event-payloads\">events</a> the hook is triggered for. Set to <code>[\"*\"]</code> to receive all possible events.</p>",
|
||||
"default": [
|
||||
"push"
|
||||
]
|
||||
|
||||
@@ -282097,7 +282097,7 @@
|
||||
"type": "array of strings",
|
||||
"name": "events",
|
||||
"in": "body",
|
||||
"description": "<p>Determines what <a href=\"https://docs.github.com/enterprise-server@3.3/webhooks/event-payloads\">events</a> the hook is triggered for.</p>",
|
||||
"description": "<p>Determines what <a href=\"https://docs.github.com/enterprise-server@3.3/webhooks/event-payloads\">events</a> the hook is triggered for. Set to <code>[\"*\"]</code> to receive all possible events.</p>",
|
||||
"default": [
|
||||
"push"
|
||||
]
|
||||
|
||||
@@ -300298,7 +300298,7 @@
|
||||
"type": "array of strings",
|
||||
"name": "events",
|
||||
"in": "body",
|
||||
"description": "<p>Determines what <a href=\"https://docs.github.com/enterprise-server@3.4/webhooks/event-payloads\">events</a> the hook is triggered for.</p>",
|
||||
"description": "<p>Determines what <a href=\"https://docs.github.com/enterprise-server@3.4/webhooks/event-payloads\">events</a> the hook is triggered for. Set to <code>[\"*\"]</code> to receive all possible events.</p>",
|
||||
"default": [
|
||||
"push"
|
||||
]
|
||||
|
||||
@@ -307460,7 +307460,7 @@
|
||||
"type": "array of strings",
|
||||
"name": "events",
|
||||
"in": "body",
|
||||
"description": "<p>Determines what <a href=\"https://docs.github.com/enterprise-server@3.5/webhooks/event-payloads\">events</a> the hook is triggered for.</p>",
|
||||
"description": "<p>Determines what <a href=\"https://docs.github.com/enterprise-server@3.5/webhooks/event-payloads\">events</a> the hook is triggered for. Set to <code>[\"*\"]</code> to receive all possible events.</p>",
|
||||
"default": [
|
||||
"push"
|
||||
]
|
||||
|
||||
@@ -314132,7 +314132,7 @@
|
||||
"type": "array of strings",
|
||||
"name": "events",
|
||||
"in": "body",
|
||||
"description": "<p>Determines what <a href=\"https://docs.github.com/enterprise-server@3.6/webhooks/event-payloads\">events</a> the hook is triggered for.</p>",
|
||||
"description": "<p>Determines what <a href=\"https://docs.github.com/enterprise-server@3.6/webhooks/event-payloads\">events</a> the hook is triggered for. Set to <code>[\"*\"]</code> to receive all possible events.</p>",
|
||||
"default": [
|
||||
"push"
|
||||
]
|
||||
|
||||
@@ -257936,7 +257936,7 @@
|
||||
"type": "array of strings",
|
||||
"name": "events",
|
||||
"in": "body",
|
||||
"description": "<p>Determines what <a href=\"https://docs.github.com/github-ae@latest/webhooks/event-payloads\">events</a> the hook is triggered for.</p>",
|
||||
"description": "<p>Determines what <a href=\"https://docs.github.com/github-ae@latest/webhooks/event-payloads\">events</a> the hook is triggered for. Set to <code>[\"*\"]</code> to receive all possible events.</p>",
|
||||
"default": [
|
||||
"push"
|
||||
]
|
||||
|
||||
@@ -82137,7 +82137,7 @@
|
||||
},
|
||||
"events": {
|
||||
"type": "array",
|
||||
"description": "Determines what [events](https://docs.github.com/webhooks/event-payloads) the hook is triggered for.",
|
||||
"description": "Determines what [events](https://docs.github.com/webhooks/event-payloads) the hook is triggered for. Set to `[\"*\"]` to receive all possible events.",
|
||||
"default": [
|
||||
"push"
|
||||
],
|
||||
@@ -243337,7 +243337,7 @@
|
||||
{
|
||||
"name": "ecosystem",
|
||||
"in": "query",
|
||||
"description": "A comma-separated list of ecosystems. If specified, only alerts for these ecosystems will be returned.\n\nCan be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `rubygems`, `rust`",
|
||||
"description": "A comma-separated list of ecosystems. If specified, only alerts for these ecosystems will be returned.\n\nCan be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust`",
|
||||
"schema": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -243399,7 +243399,8 @@
|
||||
},
|
||||
{
|
||||
"name": "page",
|
||||
"description": "Page number of the results to fetch.",
|
||||
"description": "**Deprecated**. Page number of the results to fetch. Use cursor-based pagination with `before` or `after` instead.",
|
||||
"deprecated": true,
|
||||
"in": "query",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
@@ -243408,12 +243409,54 @@
|
||||
},
|
||||
{
|
||||
"name": "per_page",
|
||||
"description": "The number of results per page (max 100).",
|
||||
"description": "**Deprecated**. The number of results per page (max 100). Use cursor-based pagination with `first` or `last` instead.",
|
||||
"deprecated": true,
|
||||
"in": "query",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"default": 30
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "before",
|
||||
"description": "A cursor, as given in the [Link header](https://docs.github.com/rest/overview/resources-in-the-rest-api#link-header). If specified, the query only searches for results before this cursor.",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "after",
|
||||
"description": "A cursor, as given in the [Link header](https://docs.github.com/rest/overview/resources-in-the-rest-api#link-header). If specified, the query only searches for results after this cursor.",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "first",
|
||||
"description": "The number of results per page (max 100), starting from the first matching result.\nThis parameter must not be used in combination with `last`.",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"minimum": 1,
|
||||
"maximum": 100,
|
||||
"default": 30
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "last",
|
||||
"description": "The number of results per page (max 100), starting from the last matching result.\nThis parameter must not be used in combination with `first`.",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"minimum": 1,
|
||||
"maximum": 100
|
||||
}
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
@@ -244317,6 +244360,74 @@
|
||||
"304": {
|
||||
"description": "Not modified"
|
||||
},
|
||||
"400": {
|
||||
"description": "Bad Request",
|
||||
"content": {
|
||||
"application/json": {
|
||||
"schema": {
|
||||
"title": "Basic Error",
|
||||
"description": "Basic Error",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"message": {
|
||||
"type": "string"
|
||||
},
|
||||
"documentation_url": {
|
||||
"type": "string"
|
||||
},
|
||||
"url": {
|
||||
"type": "string"
|
||||
},
|
||||
"status": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"application/scim+json": {
|
||||
"schema": {
|
||||
"title": "Scim Error",
|
||||
"description": "Scim Error",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"message": {
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"documentation_url": {
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"detail": {
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"status": {
|
||||
"type": "integer"
|
||||
},
|
||||
"scimType": {
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"schemas": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"403": {
|
||||
"description": "Forbidden",
|
||||
"content": {
|
||||
|
||||
@@ -84340,7 +84340,7 @@
|
||||
},
|
||||
"events": {
|
||||
"type": "array",
|
||||
"description": "Determines what [events](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads) the hook is triggered for.",
|
||||
"description": "Determines what [events](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads) the hook is triggered for. Set to `[\"*\"]` to receive all possible events.",
|
||||
"default": [
|
||||
"push"
|
||||
],
|
||||
@@ -246796,7 +246796,7 @@
|
||||
{
|
||||
"name": "ecosystem",
|
||||
"in": "query",
|
||||
"description": "A comma-separated list of ecosystems. If specified, only alerts for these ecosystems will be returned.\n\nCan be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `rubygems`, `rust`",
|
||||
"description": "A comma-separated list of ecosystems. If specified, only alerts for these ecosystems will be returned.\n\nCan be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust`",
|
||||
"schema": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -246858,7 +246858,8 @@
|
||||
},
|
||||
{
|
||||
"name": "page",
|
||||
"description": "Page number of the results to fetch.",
|
||||
"description": "**Deprecated**. Page number of the results to fetch. Use cursor-based pagination with `before` or `after` instead.",
|
||||
"deprecated": true,
|
||||
"in": "query",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
@@ -246867,12 +246868,54 @@
|
||||
},
|
||||
{
|
||||
"name": "per_page",
|
||||
"description": "The number of results per page (max 100).",
|
||||
"description": "**Deprecated**. The number of results per page (max 100). Use cursor-based pagination with `first` or `last` instead.",
|
||||
"deprecated": true,
|
||||
"in": "query",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"default": 30
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "before",
|
||||
"description": "A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/overview/resources-in-the-rest-api#link-header). If specified, the query only searches for results before this cursor.",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "after",
|
||||
"description": "A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/overview/resources-in-the-rest-api#link-header). If specified, the query only searches for results after this cursor.",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "first",
|
||||
"description": "The number of results per page (max 100), starting from the first matching result.\nThis parameter must not be used in combination with `last`.",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"minimum": 1,
|
||||
"maximum": 100,
|
||||
"default": 30
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "last",
|
||||
"description": "The number of results per page (max 100), starting from the last matching result.\nThis parameter must not be used in combination with `first`.",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"minimum": 1,
|
||||
"maximum": 100
|
||||
}
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
@@ -247776,6 +247819,74 @@
|
||||
"304": {
|
||||
"description": "Not modified"
|
||||
},
|
||||
"400": {
|
||||
"description": "Bad Request",
|
||||
"content": {
|
||||
"application/json": {
|
||||
"schema": {
|
||||
"title": "Basic Error",
|
||||
"description": "Basic Error",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"message": {
|
||||
"type": "string"
|
||||
},
|
||||
"documentation_url": {
|
||||
"type": "string"
|
||||
},
|
||||
"url": {
|
||||
"type": "string"
|
||||
},
|
||||
"status": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"application/scim+json": {
|
||||
"schema": {
|
||||
"title": "Scim Error",
|
||||
"description": "Scim Error",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"message": {
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"documentation_url": {
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"detail": {
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"status": {
|
||||
"type": "integer"
|
||||
},
|
||||
"scimType": {
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"schemas": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"403": {
|
||||
"description": "Forbidden",
|
||||
"content": {
|
||||
|
||||
@@ -80814,7 +80814,7 @@
|
||||
},
|
||||
"events": {
|
||||
"type": "array",
|
||||
"description": "Determines what [events](https://docs.github.com/enterprise-server@3.2/webhooks/event-payloads) the hook is triggered for.",
|
||||
"description": "Determines what [events](https://docs.github.com/enterprise-server@3.2/webhooks/event-payloads) the hook is triggered for. Set to `[\"*\"]` to receive all possible events.",
|
||||
"default": [
|
||||
"push"
|
||||
],
|
||||
|
||||
@@ -81556,7 +81556,7 @@
|
||||
},
|
||||
"events": {
|
||||
"type": "array",
|
||||
"description": "Determines what [events](https://docs.github.com/enterprise-server@3.3/webhooks/event-payloads) the hook is triggered for.",
|
||||
"description": "Determines what [events](https://docs.github.com/enterprise-server@3.3/webhooks/event-payloads) the hook is triggered for. Set to `[\"*\"]` to receive all possible events.",
|
||||
"default": [
|
||||
"push"
|
||||
],
|
||||
|
||||
@@ -84398,7 +84398,7 @@
|
||||
},
|
||||
"events": {
|
||||
"type": "array",
|
||||
"description": "Determines what [events](https://docs.github.com/enterprise-server@3.4/webhooks/event-payloads) the hook is triggered for.",
|
||||
"description": "Determines what [events](https://docs.github.com/enterprise-server@3.4/webhooks/event-payloads) the hook is triggered for. Set to `[\"*\"]` to receive all possible events.",
|
||||
"default": [
|
||||
"push"
|
||||
],
|
||||
|
||||
@@ -86758,7 +86758,7 @@
|
||||
},
|
||||
"events": {
|
||||
"type": "array",
|
||||
"description": "Determines what [events](https://docs.github.com/enterprise-server@3.5/webhooks/event-payloads) the hook is triggered for.",
|
||||
"description": "Determines what [events](https://docs.github.com/enterprise-server@3.5/webhooks/event-payloads) the hook is triggered for. Set to `[\"*\"]` to receive all possible events.",
|
||||
"default": [
|
||||
"push"
|
||||
],
|
||||
|
||||
@@ -88439,7 +88439,7 @@
|
||||
},
|
||||
"events": {
|
||||
"type": "array",
|
||||
"description": "Determines what [events](https://docs.github.com/enterprise-server@3.6/webhooks/event-payloads) the hook is triggered for.",
|
||||
"description": "Determines what [events](https://docs.github.com/enterprise-server@3.6/webhooks/event-payloads) the hook is triggered for. Set to `[\"*\"]` to receive all possible events.",
|
||||
"default": [
|
||||
"push"
|
||||
],
|
||||
|
||||
@@ -55608,7 +55608,7 @@
|
||||
},
|
||||
"events": {
|
||||
"type": "array",
|
||||
"description": "Determines what [events](https://docs.github.com/github-ae@latest/webhooks/event-payloads) the hook is triggered for.",
|
||||
"description": "Determines what [events](https://docs.github.com/github-ae@latest/webhooks/event-payloads) the hook is triggered for. Set to `[\"*\"]` to receive all possible events.",
|
||||
"default": [
|
||||
"push"
|
||||
],
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bd397d9e1e2d0d8dd3bf2166faf6beb2a76d906539ed53243c0fd06972a14020
|
||||
size 786905
|
||||
oid sha256:546753d5d8c805af66540777f4d215976812112ff54ffeddf5eba625e1df34c5
|
||||
size 786887
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:638e18997c9c792d98f577ec3a9e441ee7a24abce2a090d9219c608b12c1a2f5
|
||||
size 1551947
|
||||
oid sha256:4a0e62ab38622a8aa496bf4c0eb41e11e5acb3b817604cbef2ba5d45db62c1ce
|
||||
size 1557045
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:92753b84280364a686af7c174c2456b72b15418eee38a7d7ebceb5ab2bf6d07f
|
||||
size 1104227
|
||||
oid sha256:b26f32640a69b72428f3d4f91df51667a4b96c1cdbb7c3e8ffc6db7498f47224
|
||||
size 1104865
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a7db15c860970bf32961fb37974d246e7a0fcd08fd56efbb3dfd105aa185247a
|
||||
size 4476914
|
||||
oid sha256:a1845e065f3b02b469e8febb58a019aed01a892cc4fb645c65d0d53d15afe89c
|
||||
size 4478020
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4e8026d236b0dbb222edc87a20bb09f742128bebeff957f168fd35060aa92aee
|
||||
size 740944
|
||||
oid sha256:0036291486c66a0e60d07048a1a563c49a509e7fb524124be32ee73844f3bac4
|
||||
size 740566
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:33c530c2db699156741423dd3a61b36b7d220feba9d119923738eb5a66ee99db
|
||||
size 3099561
|
||||
oid sha256:b34f162e5c3065c8486fc223e877173f23e2d30c3ba07c79dc57462c83098fe6
|
||||
size 3102088
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5d2d6de3d309d4e78e4a850b66bf61f425c9c2955d07556fb9fd3b5f49d963aa
|
||||
size 828622
|
||||
oid sha256:125be72ef6ee7c9d01008da3c6c9d0d8122548d77dac756f9a37969a2fbf3a15
|
||||
size 828423
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1be59e6d5d140a717c92f02a01957033f1b7e99fcfa1bf76bfa91ddd17370611
|
||||
size 4378086
|
||||
oid sha256:b67ff8902e594be5edac49bf4fcc70c24448ee8a3745a6d45065f3e8c689339e
|
||||
size 4379281
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d72527c9431864ea8afaf2a5467cd1ef9713b6e6695846237c417535bd1857c6
|
||||
size 727933
|
||||
oid sha256:0521b7be79b53d162a864211f08bc0dc7e65ac27e7e4c3a927ac5e0e1fd71cc5
|
||||
size 727712
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:41e9dafc67569a5acc21eb0eb2f3bf325fa9abee41004b61deb3ace84cb3310a
|
||||
size 3081914
|
||||
oid sha256:37378422f0642e2dddf9c98a2881df5e94b345649041fd82f5ab91c8bee95b7a
|
||||
size 3084586
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e0c4e20cf67f304d53c767d9672133aa4d297978271494dc022cb94c13e6f733
|
||||
size 811988
|
||||
oid sha256:317bfe55e481ec5c97ee92c21153ebfe40a5cf7e4ce3b492cd5851431118625b
|
||||
size 811755
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7e65c286c3cd001b7f8f72a81fa568744a7aa111c2c88e1fa52021dd2b28ac14
|
||||
size 1606082
|
||||
oid sha256:174b22f6c4296d17b366b95192bfa6056d66bb006a04db7645cb3749bc6366e7
|
||||
size 1611116
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b8cee03f5909030234367801930caef3b2032e376a9fce06d02071fd8d96360d
|
||||
size 1139821
|
||||
oid sha256:d9098dd49a9536ee588f8ff02686bf40789630ec6c9b2ff20f783d6a90d24118
|
||||
size 1140488
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:999d9545d4782f4b60eaf3eb2389d01f258ec65b40208dc4c7875ac6d5225bc5
|
||||
size 4580269
|
||||
oid sha256:1d11680763f177f1dea54cadd2ea65b10e38e86dd96cec596eb9afd9ee2a322a
|
||||
size 4581776
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:04676de71f527a0ab54348e4d360347a44fe3440d4be38a91548eb0cab052aa7
|
||||
size 762825
|
||||
oid sha256:93924984856b2fa13e52f462aa122399b05a0c6d7352f70e9e8a2d53d3a40998
|
||||
size 762444
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8934bc52de879b116b906ed8982bf3a087b04e1b5fe573438f3417e077276103
|
||||
size 3193626
|
||||
oid sha256:bc52b7c9cea341e6e933ab9552c6891767012f91fcba06d86794e070f5504011
|
||||
size 3196573
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:68d83f2a1fb20e53355832380f655ccdd7a8abc07e25471cd6f131a13dc0dc98
|
||||
size 852698
|
||||
oid sha256:19acce7173d36296a0eadf8559d481fc542d4feaf143344753cf62cf5c62e8b6
|
||||
size 852580
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f054cc0d2deb635f5cf5b59de6a703852e008638beceffb19e0a109e5be2cc07
|
||||
size 4508498
|
||||
oid sha256:ac9feb64a6998c5d0fea3f916385aa6540e32be96a4d86ec07e8b9cd33e42a4b
|
||||
size 4509080
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:741790cc0bde4f7810f85d1c81ac528cfd996741cd987d2ff18fe3ff6edae04e
|
||||
size 749641
|
||||
oid sha256:4db979c2b7e12a1ff5b7187dfb75a52822593ce9c4d6cb74bb446d2b02afbb63
|
||||
size 749646
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9e6da28fba34dc6464d033a266604f24dde0720957477f51e18803ed41f8639e
|
||||
size 3177608
|
||||
oid sha256:62f0e2413a84f564a95df241898f19391fadde81ce622aff593401037ae49d55
|
||||
size 3179778
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b166b7b7527eb44d137c16d94c1de1dc3f6d89e2a6fdabb9609c9e2fabc5a666
|
||||
size 813757
|
||||
oid sha256:79f2d7cf28cad46956bac7a831c0c2c8f5477955a0a4f8797b1c7eb3a6abe6e2
|
||||
size 814019
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3dd8c53117e3aa23cbc4df10be8910d2d3321db35c46050da4d961986a168163
|
||||
size 1618245
|
||||
oid sha256:32f83b7029037af7be75b2a3daad3971333ca0bc6fc907474ad8c749e7acc5f7
|
||||
size 1623359
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4424d523d173ce12946473ff848545eae01d0ab9ffd9f77804240a8ad798ea00
|
||||
size 1151291
|
||||
oid sha256:19eb57eb2e36c7c1136544798c0768deadcd9a74d6bf56fdaed854d6b37c52de
|
||||
size 1151886
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:57a0872770487b69b0535e77475e0e5f3f1021c73d070c53a783271673642f54
|
||||
size 4641023
|
||||
oid sha256:01eff65d49805ddf3b7dd5d7cd04daa66e9adc52830c1a693a2d6bd201a0ee21
|
||||
size 4641825
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bda80be8fa0090d6c734e339d5e1137e88b2a095feaf3d693f87ba067a8b6ca9
|
||||
size 767096
|
||||
oid sha256:be867cbb7f8eb3962535f646cbdea4bb6c7b8f3b3944bf5dbecf0a33110b860f
|
||||
size 766785
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:04067b24034ba3ad394d84936f5994ad7ffbcc8e90b13eb606e8dd1e91391196
|
||||
size 3220960
|
||||
oid sha256:c527ff666d6a94ce9cffce082268719be277bb27d33703a71be491ab67438229
|
||||
size 3222575
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:60fc798e9e48a4402eef29b6f1aecabbe79418b5ed8a55a86f65afaec3456f97
|
||||
size 855048
|
||||
oid sha256:401e6bd79436ae5b784e0be913d58b415525f5698ea358eb86b1509106986571
|
||||
size 854844
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fded22df881705d495e29e2fb376be841e92f9ef3f4877c53ad1b8b0f4dacd9f
|
||||
size 4536486
|
||||
oid sha256:050f08996c0abb689ea74cebb5340d1f894e83b5aac1751cbefdf13052586b30
|
||||
size 4536772
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dc16f7af2810563afed9bbcf3fed38ad5d7fdd90ecc1c0e3a3e7b868c96183a8
|
||||
size 754033
|
||||
oid sha256:215e25f3f4d88023d7b19f6e3545595ac89be8b2586b0038c893b9db76853cfd
|
||||
size 753936
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7fa8d3f8b629a43f9f4ff95fa1fbf2629b8bbf268be59cc7ef93ff12d7307e2a
|
||||
size 3203501
|
||||
oid sha256:f868555d181aa9d5ec33ac950be31294440d9a4a05621d56a1a15332169aad80
|
||||
size 3206449
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:172be125c6b3eb2d4d3f4ccce3ee70d6af5e41dc3ad2d95052db5d538a688253
|
||||
size 844286
|
||||
oid sha256:c3d61d7f81e99bd9c40b841d79c14c2c2f215c913141ec269b3ca7964e6208ad
|
||||
size 844261
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0170297dceea6aadbb0fa6eddd502f1b266a20a395c7abedbe964f7d45497dcf
|
||||
size 1679770
|
||||
oid sha256:26ccd8fa7121bb353b30205983346fd50d7311050ac568c60690d775b9fdfba6
|
||||
size 1686521
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c71e69702fd584ddf8202cf5fd3f6fd1d15dc6bc594d4b938767a588ec59ff31
|
||||
size 1192284
|
||||
oid sha256:1979e5d63905a735378c58b120d8bf98a5847056bdda2616d940e3b9aadeeaf6
|
||||
size 1192504
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:add0abcf928bb5fbfe79110c8af077a6afcd29b805317123169be37ca85998e6
|
||||
size 4809042
|
||||
oid sha256:08ab88b6793f13cd4f31acf57cc07ce5da43c59c54420ff3166c41397752227f
|
||||
size 4810774
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:37f1783044ce20432aba3614ef847d52eddb5f15056e77bb5db50892716388c5
|
||||
size 792289
|
||||
oid sha256:41d89373747824ba6243e37421e52f2427ea023d00db4aa2f79decd0fc63a3bb
|
||||
size 791849
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f6a96e0556eafeacdaa7e71211bfa7e31344b1a558629b3f9b390aeaf118b0a8
|
||||
size 3334450
|
||||
oid sha256:c75888e0b5b8aefd1fc971cb90bd036e0ff2569d6efb3a505d14d12cfec2b0fb
|
||||
size 3337357
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bcc56d95085c1e5409c2f50970c4b6d5fe22e65153bcbaa54b5a575c9d8f9cdb
|
||||
size 885283
|
||||
oid sha256:7eba117cf000f00d616c358e7d2e83ad519c9086f09a3255e46a401b86e1213b
|
||||
size 885154
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5fc07f492b9b80890d8401d56397b7fcea71ba12a9cfce9d751402a01f7f6383
|
||||
size 4708624
|
||||
oid sha256:b8fbfb2cfde1100ab4dadf0fd3a6401d635aa2f648a83c35ba5cffb08a57a0ba
|
||||
size 4708653
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ac5df00c3a85464ee0ffe6ee07b73c28a00ec04258ca610eead474ff9120d4b8
|
||||
size 779063
|
||||
oid sha256:7575dc28401b53bdeda9f02d20a550d4fe67123d34c85531f0245f5f7f227955
|
||||
size 778814
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5e6c1b1e53b9f98895f9b89b8b01e3a800e1344a316808d2d640620335293669
|
||||
size 3319346
|
||||
oid sha256:f69c43f0bc1626a853d2907318983eed0cfd65d88cbf3cc3f47e66fbe7681d04
|
||||
size 3321526
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c01b1bb7d8435af1f4d581913405d4a3ea66becbf3c3fb9d42d987a3d90cca61
|
||||
size 866845
|
||||
oid sha256:172c4ff85f77f21a6e72884829dcb074146948a0646cc8d6b60c2b51b6d6fc71
|
||||
size 866800
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2676b48bc38c47ef1d47806f32d80efddc069eb760e95457efbd48bb23e2d707
|
||||
size 1721677
|
||||
oid sha256:aaf17915adc037791202dbf0595173470c711347400dbc076ce9f4faf32cf50f
|
||||
size 1727994
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6084639d6a28c3794c175f536d4a579ad950bde4d91845d1ebb83e8550cafdf4
|
||||
size 1225624
|
||||
oid sha256:186a3a72179ef5fdaf7ac7026ce833a0d1661b8bec3ba53d944482793aad6819
|
||||
size 1225570
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:abc87586ebc1c062ef406b7e8bace4ff5dec138934c09df10b1beddeb625dca1
|
||||
size 4941386
|
||||
oid sha256:79a0ac3f62bce6315ed9ce483f8bca1a0d730e29cc1f8c420fdebbbad0a1ef6e
|
||||
size 4941688
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1c010e5e6173f7b56d632fe286ce3ae2c7ba19e23b713269afa5dfa06c62c68e
|
||||
size 815340
|
||||
oid sha256:70e46e4c2bece6a43490378ac2333581830a3d6837008a838d05e1cdead95ca3
|
||||
size 814772
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a96abcea5037775ca16a7d88ab1180a4682571e4de0f7ea606eee293ed36c11f
|
||||
size 3437958
|
||||
oid sha256:46ebde24135d967008c211c46615e1fc38d2c06379b85ce6382998b388a36784
|
||||
size 3440883
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e52bc4de36f1b622263cfcdf4bea70f5122634fef41acaa4a102403cac503c1c
|
||||
size 910233
|
||||
oid sha256:9e1a0e40921d0bdde10b83445766e8fb8d336a2c873b93f16a0740f5963690e1
|
||||
size 910143
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4cd1041f2a04b34eefc339773713a922b32e46d7e2c759676f53f901df1b8590
|
||||
size 4847353
|
||||
oid sha256:59e20ab44298104727df43224773180cf65a139a245c0020a17cc51c0c50942c
|
||||
size 4845702
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a34a6d40732aa2defbc03292ea5887bda35344e3bcbb95da952cf06a0fa9ae67
|
||||
size 801072
|
||||
oid sha256:903d99660efc43ada8e3f89e5af568e567df766d4c8c0b0febf5973822e5024f
|
||||
size 801006
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:96c0a52c0d1e492b4863aab3c637b5eb5a8c88f86286504bf208d21616bd1db0
|
||||
size 3420138
|
||||
oid sha256:bd595dc0da219520d1ecb65546358ddcbaba2158086c31da9c9cdfe26714ba51
|
||||
size 3422226
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0dfeab53cbf4c1a219eede7c5dc220fcc3bb345e5adfba968958d56ae83a1aed
|
||||
size 1014377
|
||||
oid sha256:852d1647bef5fba9a2f0edda3206fc23ebfb169e55b1d0413cf5a61cc6f19b88
|
||||
size 1018851
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d9a9adcdaae70cfed70a087f96b62de2467bddcddc03b18d5cecbc24cf0f15c1
|
||||
size 1825614
|
||||
oid sha256:aed5bc219d0b248db0834c49ceb9fba72c0fe955023729fbb6705c3739810827
|
||||
size 1821294
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fcf983ca993f3ff623b82192c596da7324ce2aaee2c7f90e800f9a03baa5a76f
|
||||
size 1476530
|
||||
oid sha256:9280532d1318ae77eae3117d6d2aea15d7891d8796d03d0c0f53e7e6577ef426
|
||||
size 1477235
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:116c8403b81baf2ae3ec7834b96e0bd4899021738ece15795509b20f1c186909
|
||||
size 5692359
|
||||
oid sha256:53c2f807f15d4ff6468bbbe683ef419f78ee7cfe01b5e615d70b948c10530179
|
||||
size 5695412
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d69b9be4baa6754cc83eb064e4d512ddad7948501f8936b23bbf06c550a1d866
|
||||
size 945709
|
||||
oid sha256:a714962d2a6b3567ef9812340c06ea6b1ad9082e7754fdaf5dc69da479610f9f
|
||||
size 944046
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:160705b34b81024a2b173d263cb646fecd7bb14e4759bb37282ebe6a30d2c13a
|
||||
size 3913380
|
||||
oid sha256:2add8facb8aa18095b62eb211ea4d9cf2998a3bcd486627e75f30a7409e4bef7
|
||||
size 3907770
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d5076fa7ddbcf9bd8ea54f0bfdc341fb3342b17aa1e9ae723b7d70babb9255db
|
||||
size 1064088
|
||||
oid sha256:8dcf362d0b1843074c19237a350f5452c12fe7dd5b72a4bf824b5e96c3f6d289
|
||||
size 1065584
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4018cdde43f046af7a1bb9913c395bfb7d1805681906dc6c5f6db61d81dc051c
|
||||
size 5508668
|
||||
oid sha256:7e87e1c1bf072cf063cafc7905b9c149ff9cfd7f477c537daf8842fcf856b175
|
||||
size 5513424
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4ab8b3a3b1578a5dba46a663906777c1bd13a7609c5a5ebee1fdb994f9bb60f2
|
||||
size 928674
|
||||
oid sha256:b438dbe40db91321d541b688841a3d727852f98240b4cf9d0a5fa52d8f826b7d
|
||||
size 927024
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6087f6074fd9e7ec9ad0a5631b19b6e8a64fc326cdc758cace83fe13874fe467
|
||||
size 3869308
|
||||
oid sha256:4490dd6435b7045d34e323b1e58d7b4ff14b07078e284c5450030dcc67c70261
|
||||
size 3864082
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0a281eb3d061be9bad597895fd0de5b7c98f9504538b10ac957e8ff0e478c0fa
|
||||
size 651878
|
||||
oid sha256:e080cd7b3a3d2c7208d29a3cc8c3de411c5e54fd3afdef24df7a1fc9ee776ce2
|
||||
size 652625
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:07940fdb9cd7b4466c5e724c016201a08cfc11ef1ec6e4ec8f1ad61e9be67795
|
||||
size 1305307
|
||||
oid sha256:c2204aea99d88e655d68da11f5a6b3b4d445ee87a9d4de08f7cbc68ce3308c85
|
||||
size 1309894
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:194e72bcfcd4307b72fa5b0edd6229e93ede7faaf8c877365af0e36eca2cba95
|
||||
size 949860
|
||||
oid sha256:cff71a9fdae9937effac0c2febb85531715320a5496545dbcc95d3d4c2491b79
|
||||
size 950227
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:23ac315414ad81c18d1f61cb7d978db50744f258755c0195a38b1a680f0bc268
|
||||
size 3767632
|
||||
oid sha256:53e4b77483117b10b1b51863be8319a8ea394762664c931b47ad0ee63991d5b0
|
||||
size 3767235
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d96fcb5828ba4aaf89b509fdf81916f1875d81dafc240d7dc43d7c3df96a41cf
|
||||
size 623261
|
||||
oid sha256:fa9623483574aaa397c048cc7d8511d0bf8ab4554563eca1b65c6b2e40ca3ae7
|
||||
size 623217
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4f75ab67c1e7bba20b145edec88154cdf1a30c0056bf5898f72739ae25748c57
|
||||
size 2535161
|
||||
oid sha256:6e0d625e76e5e53e4fdc924a658606cf30209a2727a9322c77695618289188e8
|
||||
size 2536883
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5611b45dd71165436be5a423d3e26ae1fdb4eda15a3b43c7f59baef31adce53d
|
||||
size 685508
|
||||
oid sha256:88d3b176803da52c2ff9523173fcdf25269a523ab270ea7368be5802cea72b81
|
||||
size 685555
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:010c604f266d5782e2b77f11be1bb85833e0f478b56808793a09fbe7cbdba3e5
|
||||
size 3544591
|
||||
oid sha256:9bb2dbbcf792bed0772f85bab1236ad25a6a6cb212cd1e5ce391dc5ae0d8922a
|
||||
size 3545324
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user