Skip to content

Commit c090948

Browse files
WyriHaximusgithub-actions[bot]
authored andcommitted
[GitHubEnterprise-3.8] Update to 1.1.4-75cae343d05ec275c00b3c7e009d6cd0 from 1.1.4-6e16f9d48773023a9ee73b54b6afc059
Detected Schema changes: starting work. Building original model for commit 51e02e SPEC: extracted 2 commits from history ├─┬Paths │ └─┬/repos/{owner}/{repo}/compare/{basehead} │ └─┬GET │ └──[M] description (23309:20) └─┬Components └─┬webhook-push └─┬commits └──[M] description (179337:24) Date: 02/28/24 | Commit: New: etc/specs/GitHubEnterprise-3.8/previous.spec.yaml, Original: etc/specs/GitHubEnterprise-3.8/current.spec.yaml Document Element | Total Changes | Breaking Changes paths | 1 | 0 components | 1 | 0 INFO: Total Changes: 2 INFO: Modifications: 2 DONE: completed
1 parent b6daf76 commit c090948

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

clients/GitHubEnterprise-3.8/etc/openapi-client-generator.state

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"specHash": "6e16f9d48773023a9ee73b54b6afc059",
2+
"specHash": "75cae343d05ec275c00b3c7e009d6cd0",
33
"generatedFiles": {
44
"files": [
55
{
@@ -2112,7 +2112,7 @@
21122112
},
21132113
{
21142114
"name": ".\/clients\/GitHubEnterprise-3.8\/etc\/..\/\/src\/\/Schema\/WebhookPush.php",
2115-
"hash": "a4bbbf189a4eab2d7f8bd563c629c696"
2115+
"hash": "6b4145fe4060562395ef2382b9bf932b"
21162116
},
21172117
{
21182118
"name": ".\/clients\/GitHubEnterprise-3.8\/etc\/..\/\/src\/\/Schema\/WebhookRegistryPackagePublished.php",

clients/GitHubEnterprise-3.8/src/Schema/WebhookPush.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
}
163163
}
164164
},
165-
"description": "An array of commit objects describing the pushed commits. (Pushed commits are all commits that are included in the `compare` between the `before` commit and the `after` commit.) The array includes a maximum of 20 commits. If necessary, you can use the [Commits API](https:\\/\\/docs.github.com\\/[email protected]\\/rest\\/commits) to fetch additional commits. This limit is applied to timeline events only and isn\'t applied to webhook deliveries."
165+
"description": "An array of commit objects describing the pushed commits. (Pushed commits are all commits that are included in the `compare` between the `before` commit and the `after` commit.) The array includes a maximum of 2048 commits. If necessary, you can use the [Commits API](https:\\/\\/docs.github.com\\/[email protected]\\/rest\\/commits) to fetch additional commits."
166166
},
167167
"compare": {
168168
"type": "string",
@@ -1634,7 +1634,7 @@
16341634
/**
16351635
* after: The SHA of the most recent commit on `ref` after the push.
16361636
* before: The SHA of the most recent commit on `ref` before the push.
1637-
* commits: An array of commit objects describing the pushed commits. (Pushed commits are all commits that are included in the `compare` between the `before` commit and the `after` commit.) The array includes a maximum of 20 commits. If necessary, you can use the [Commits API](https://docs.github.com/[email protected]/rest/commits) to fetch additional commits. This limit is applied to timeline events only and isn't applied to webhook deliveries.
1637+
* commits: An array of commit objects describing the pushed commits. (Pushed commits are all commits that are included in the `compare` between the `before` commit and the `after` commit.) The array includes a maximum of 2048 commits. If necessary, you can use the [Commits API](https://docs.github.com/[email protected]/rest/commits) to fetch additional commits.
16381638
* compare: URL that shows the changes in this `ref` update, from the `before` commit to the `after` commit. For a newly created `ref` that is directly based on the default branch, this is the comparison between the head of the default branch and the `after` commit. Otherwise, this shows all commits until the `after` commit.
16391639
* created: Whether this push created the `ref`.
16401640
* deleted: Whether this push deleted the `ref`.

etc/specs/GitHubEnterprise-3.8/current.spec.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23307,7 +23307,7 @@ paths:
2330723307
get:
2330823308
summary: Compare two commits
2330923309
description: |-
23310-
Compares two commits against one another. You can compare branches in the same repository, or you can compare branches that exist in different repositories within the same repository network, including fork branches. For more information about how to view a repository's network, see "[Understanding connections between repositories](https://docs.github.com/[email protected]/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories)."
23310+
Compares two commits against one another. You can compare refs (branches or tags) and commit SHAs in the same repository, or you can compare refs and commit SHAs that exist in different repositories within the same repository network, including fork branches. For more information about how to view a repository's network, see "[Understanding connections between repositories](https://docs.github.com/[email protected]/repositories/viewing-activity-and-data-for-your-repository/understanding-connections-between-repositories)."
2331123311

2331223312
This endpoint is equivalent to running the `git log BASE..HEAD` command, but it returns commits in a different order. The `git log BASE..HEAD` command returns commits in reverse chronological order, whereas the API returns commits in chronological order.
2331323313

@@ -179337,9 +179337,8 @@ components:
179337179337
description: An array of commit objects describing the pushed commits. (Pushed
179338179338
commits are all commits that are included in the `compare` between the
179339179339
`before` commit and the `after` commit.) The array includes a maximum
179340-
of 20 commits. If necessary, you can use the [Commits API](https://docs.github.com/[email protected]/rest/commits)
179341-
to fetch additional commits. This limit is applied to timeline events
179342-
only and isn't applied to webhook deliveries.
179340+
of 2048 commits. If necessary, you can use the [Commits API](https://docs.github.com/[email protected]/rest/commits)
179341+
to fetch additional commits.
179343179342
type: array
179344179343
items:
179345179344
title: Commit

0 commit comments

Comments
 (0)