Skip to content

Commit df0c5f9

Browse files
authored
[GitHubEnterpriseCloud] Update to 1.1.4-ed2ad47934595d65c986860f76f5c5e1 from 1.1.4-10c30043555d174ea360e7142e9a5627
Detected Schema changes: ERROR: error: Error thrown when comparing: local lookups are not permitted, please set AllowFileLookup to true in the configuration ERROR: local lookups are not permitted, please set AllowFileLookup to true in the configuration ERROR: component 'server-statistics-actions.yaml' does not exist in the specification ERROR: local lookups are not permitted, please set AllowFileLookup to true in the configuration ERROR: component 'server-statistics-packages.yaml' does not exist in the specification ERROR: cannot resolve reference `server-statistics-actions.yaml`, it's missing: [217668:11] ERROR: cannot resolve reference `server-statistics-packages.yaml`, it's missing: [217670:11] ERROR: local lookups are not permitted, please set AllowFileLookup to true in the configuration ERROR: component 'server-statistics-actions.yaml' does not exist in the specification ERROR: local lookups are not permitted, please set AllowFileLookup to true in the configuration ERROR: component 'server-statistics-packages.yaml' does not exist in the specification ERROR: cannot resolve reference `server-statistics-actions.yaml`, it's missing: [217377:11] ERROR: cannot resolve reference `server-statistics-packages.yaml`, it's missing: [217379:11]
1 parent 541aa1f commit df0c5f9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+4451
-36
lines changed

README.md

Lines changed: 178 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8456,6 +8456,92 @@ $client->operations()->repos()->createOrgRuleset( org: 'generated',
84568456
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/orgs/rules#create-an-organization-repository-ruleset).
84578457

84588458

8459+
### repos/get-org-rule-suites
8460+
8461+
List organization rule suites
8462+
8463+
Using the `call` method:
8464+
```php
8465+
$client->call('GET /orgs/{org}/rulesets/rule-suites', [
8466+
'org' => 'generated',
8467+
'repository_name' => 15,
8468+
'actor_name' => 'generated',
8469+
'time_period' => 'generated',
8470+
'rule_suite_result' => 'generated',
8471+
'per_page' => 8,
8472+
'page' => 1,
8473+
]);
8474+
```
8475+
8476+
Operations method:
8477+
```php
8478+
$client->operations()->repos()->getOrgRuleSuites( org: 'generated',
8479+
repository_name: 15,
8480+
actor_name: 'generated',
8481+
time_period: 'generated',
8482+
rule_suite_result: 'generated',
8483+
per_page: 8,
8484+
page: 1,
8485+
);
8486+
```
8487+
8488+
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites).
8489+
8490+
8491+
### repos/get-org-rule-suites
8492+
8493+
List organization rule suites
8494+
8495+
Using the `call` method:
8496+
```php
8497+
$client->call('LIST /orgs/{org}/rulesets/rule-suites', [
8498+
'org' => 'generated',
8499+
'repository_name' => 15,
8500+
'actor_name' => 'generated',
8501+
'time_period' => 'generated',
8502+
'rule_suite_result' => 'generated',
8503+
'per_page' => 8,
8504+
'page' => 1,
8505+
]);
8506+
```
8507+
8508+
Operations method:
8509+
```php
8510+
$client->operations()->repos()->getOrgRuleSuitesListing( org: 'generated',
8511+
repository_name: 15,
8512+
actor_name: 'generated',
8513+
time_period: 'generated',
8514+
rule_suite_result: 'generated',
8515+
per_page: 8,
8516+
page: 1,
8517+
);
8518+
```
8519+
8520+
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites).
8521+
8522+
8523+
### repos/get-org-rule-suite
8524+
8525+
Get an organization rule suite
8526+
8527+
Using the `call` method:
8528+
```php
8529+
$client->call('GET /orgs/{org}/rulesets/rule-suites/{rule_suite_id}', [
8530+
'org' => 'generated',
8531+
'rule_suite_id' => 13,
8532+
]);
8533+
```
8534+
8535+
Operations method:
8536+
```php
8537+
$client->operations()->repos()->getOrgRuleSuite( org: 'generated',
8538+
rule_suite_id: 13,
8539+
);
8540+
```
8541+
8542+
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite).
8543+
8544+
84598545
### repos/get-org-ruleset
84608546

84618547
Get an organization repository ruleset
@@ -21655,6 +21741,98 @@ $client->operations()->repos()->createRepoRuleset( owner: 'generated',
2165521741
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#create-a-repository-ruleset).
2165621742

2165721743

21744+
### repos/get-repo-rule-suites
21745+
21746+
List repository rule suites
21747+
21748+
Using the `call` method:
21749+
```php
21750+
$client->call('GET /repos/{owner}/{repo}/rulesets/rule-suites', [
21751+
'owner' => 'generated',
21752+
'repo' => 'generated',
21753+
'ref' => 'generated',
21754+
'actor_name' => 'generated',
21755+
'time_period' => 'generated',
21756+
'rule_suite_result' => 'generated',
21757+
'per_page' => 8,
21758+
'page' => 1,
21759+
]);
21760+
```
21761+
21762+
Operations method:
21763+
```php
21764+
$client->operations()->repos()->getRepoRuleSuites( owner: 'generated',
21765+
repo: 'generated',
21766+
ref: 'generated',
21767+
actor_name: 'generated',
21768+
time_period: 'generated',
21769+
rule_suite_result: 'generated',
21770+
per_page: 8,
21771+
page: 1,
21772+
);
21773+
```
21774+
21775+
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#list-repository-rule-suites).
21776+
21777+
21778+
### repos/get-repo-rule-suites
21779+
21780+
List repository rule suites
21781+
21782+
Using the `call` method:
21783+
```php
21784+
$client->call('LIST /repos/{owner}/{repo}/rulesets/rule-suites', [
21785+
'owner' => 'generated',
21786+
'repo' => 'generated',
21787+
'ref' => 'generated',
21788+
'actor_name' => 'generated',
21789+
'time_period' => 'generated',
21790+
'rule_suite_result' => 'generated',
21791+
'per_page' => 8,
21792+
'page' => 1,
21793+
]);
21794+
```
21795+
21796+
Operations method:
21797+
```php
21798+
$client->operations()->repos()->getRepoRuleSuitesListing( owner: 'generated',
21799+
repo: 'generated',
21800+
ref: 'generated',
21801+
actor_name: 'generated',
21802+
time_period: 'generated',
21803+
rule_suite_result: 'generated',
21804+
per_page: 8,
21805+
page: 1,
21806+
);
21807+
```
21808+
21809+
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#list-repository-rule-suites).
21810+
21811+
21812+
### repos/get-repo-rule-suite
21813+
21814+
Get a repository rule suite
21815+
21816+
Using the `call` method:
21817+
```php
21818+
$client->call('GET /repos/{owner}/{repo}/rulesets/rule-suites/{rule_suite_id}', [
21819+
'owner' => 'generated',
21820+
'repo' => 'generated',
21821+
'rule_suite_id' => 13,
21822+
]);
21823+
```
21824+
21825+
Operations method:
21826+
```php
21827+
$client->operations()->repos()->getRepoRuleSuite( owner: 'generated',
21828+
repo: 'generated',
21829+
rule_suite_id: 13,
21830+
);
21831+
```
21832+
21833+
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#get-a-repository-rule-suite).
21834+
21835+
2165821836
### repos/get-repo-ruleset
2165921837

2166021838
Get a repository ruleset

0 commit comments

Comments
 (0)