Skip to content

Commit

Permalink
Merge pull request #66 from fussybeaver/ND/ureq-3-rc3
Browse files Browse the repository at this point in the history
Peg to ureq 3.0.0-rc3
  • Loading branch information
fussybeaver authored Dec 11, 2024
2 parents a7159ee + 89d5829 commit cc56098
Show file tree
Hide file tree
Showing 9 changed files with 1,084 additions and 163 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ bytes = { version = "1", optional = true }
reqwest = { version = "0.12", optional = true, features = [] }

# ureq
ureq = { version = "3.0.0-rc2", optional = true, features = ["json"] }
ureq = { version = "3.0.0-rc3", optional = true, features = ["json"] }

# wasm
[target.'cfg(target_arch = "wasm32")'.dependencies]
Expand Down
8 changes: 6 additions & 2 deletions src/endpoints/actions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13623,6 +13623,8 @@ impl<'api, C: Client> Actions<'api, C> where AdapterError: From<<C as Client>::E
/// Anyone with read access to the repository can use this endpoint
///
/// OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint with a private repository.
///
/// This endpoint will return up to 1,000 results for each search when using the following parameters: `actor`, `branch`, `check_suite_id`, `created`, `event`, `head_sha`, `status`.
///
/// [GitHub API docs for list_workflow_runs](https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow)
///
Expand Down Expand Up @@ -13669,6 +13671,8 @@ impl<'api, C: Client> Actions<'api, C> where AdapterError: From<<C as Client>::E
/// Anyone with read access to the repository can use this endpoint
///
/// OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint with a private repository.
///
/// This endpoint will return up to 1,000 results for each search when using the following parameters: `actor`, `branch`, `check_suite_id`, `created`, `event`, `head_sha`, `status`.
///
/// [GitHub API docs for list_workflow_runs](https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow)
///
Expand Down Expand Up @@ -13718,7 +13722,7 @@ impl<'api, C: Client> Actions<'api, C> where AdapterError: From<<C as Client>::E
///
/// OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint with a private repository.
///
/// This API will return up to 1,000 results for each search when using the following parameters: `actor`, `branch`, `check_suite_id`, `created`, `event`, `head_sha`, `status`.
/// This endpoint will return up to 1,000 results for each search when using the following parameters: `actor`, `branch`, `check_suite_id`, `created`, `event`, `head_sha`, `status`.
///
/// [GitHub API docs for list_workflow_runs_for_repo](https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-repository)
///
Expand Down Expand Up @@ -13766,7 +13770,7 @@ impl<'api, C: Client> Actions<'api, C> where AdapterError: From<<C as Client>::E
///
/// OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint with a private repository.
///
/// This API will return up to 1,000 results for each search when using the following parameters: `actor`, `branch`, `check_suite_id`, `created`, `event`, `head_sha`, `status`.
/// This endpoint will return up to 1,000 results for each search when using the following parameters: `actor`, `branch`, `check_suite_id`, `created`, `event`, `head_sha`, `status`.
///
/// [GitHub API docs for list_workflow_runs_for_repo](https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-repository)
///
Expand Down
62 changes: 24 additions & 38 deletions src/endpoints/copilot.rs

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions src/endpoints/git.rs
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,7 @@ impl<'api, C: Client> Git<'api, C> where AdapterError: From<<C as Client>::Err>
/// | `reason` | `string` | The reason for verified value. Possible values and their meanings are enumerated in the table below. |
/// | `signature` | `string` | The signature that was extracted from the commit. |
/// | `payload` | `string` | The value that was signed. |
/// | `verified_at` | `string` | The date the signature was verified by GitHub. |
///
/// These are the possible values for `reason` in the `verification` object:
///
Expand Down Expand Up @@ -592,6 +593,7 @@ impl<'api, C: Client> Git<'api, C> where AdapterError: From<<C as Client>::Err>
/// | `reason` | `string` | The reason for verified value. Possible values and their meanings are enumerated in the table below. |
/// | `signature` | `string` | The signature that was extracted from the commit. |
/// | `payload` | `string` | The value that was signed. |
/// | `verified_at` | `string` | The date the signature was verified by GitHub. |
///
/// These are the possible values for `reason` in the `verification` object:
///
Expand Down Expand Up @@ -744,6 +746,7 @@ impl<'api, C: Client> Git<'api, C> where AdapterError: From<<C as Client>::Err>
/// | `reason` | `string` | The reason for verified value. Possible values and their meanings are enumerated in table below. |
/// | `signature` | `string` | The signature that was extracted from the commit. |
/// | `payload` | `string` | The value that was signed. |
/// | `verified_at` | `string` | The date the signature was verified by GitHub. |
///
/// These are the possible values for `reason` in the `verification` object:
///
Expand Down Expand Up @@ -813,6 +816,7 @@ impl<'api, C: Client> Git<'api, C> where AdapterError: From<<C as Client>::Err>
/// | `reason` | `string` | The reason for verified value. Possible values and their meanings are enumerated in table below. |
/// | `signature` | `string` | The signature that was extracted from the commit. |
/// | `payload` | `string` | The value that was signed. |
/// | `verified_at` | `string` | The date the signature was verified by GitHub. |
///
/// These are the possible values for `reason` in the `verification` object:
///
Expand Down Expand Up @@ -1158,6 +1162,7 @@ impl<'api, C: Client> Git<'api, C> where AdapterError: From<<C as Client>::Err>
/// | `reason` | `string` | The reason for verified value. Possible values and their meanings are enumerated in the table below. |
/// | `signature` | `string` | The signature that was extracted from the commit. |
/// | `payload` | `string` | The value that was signed. |
/// | `verified_at` | `string` | The date the signature was verified by GitHub. |
///
/// These are the possible values for `reason` in the `verification` object:
///
Expand Down Expand Up @@ -1229,6 +1234,7 @@ impl<'api, C: Client> Git<'api, C> where AdapterError: From<<C as Client>::Err>
/// | `reason` | `string` | The reason for verified value. Possible values and their meanings are enumerated in the table below. |
/// | `signature` | `string` | The signature that was extracted from the commit. |
/// | `payload` | `string` | The value that was signed. |
/// | `verified_at` | `string` | The date the signature was verified by GitHub. |
///
/// These are the possible values for `reason` in the `verification` object:
///
Expand Down Expand Up @@ -1384,6 +1390,7 @@ impl<'api, C: Client> Git<'api, C> where AdapterError: From<<C as Client>::Err>
/// | `reason` | `string` | The reason for verified value. Possible values and their meanings are enumerated in table below. |
/// | `signature` | `string` | The signature that was extracted from the commit. |
/// | `payload` | `string` | The value that was signed. |
/// | `verified_at` | `string` | The date the signature was verified by GitHub. |
///
/// These are the possible values for `reason` in the `verification` object:
///
Expand Down Expand Up @@ -1451,6 +1458,7 @@ impl<'api, C: Client> Git<'api, C> where AdapterError: From<<C as Client>::Err>
/// | `reason` | `string` | The reason for verified value. Possible values and their meanings are enumerated in table below. |
/// | `signature` | `string` | The signature that was extracted from the commit. |
/// | `payload` | `string` | The value that was signed. |
/// | `verified_at` | `string` | The date the signature was verified by GitHub. |
///
/// These are the possible values for `reason` in the `verification` object:
///
Expand Down
Loading

0 comments on commit cc56098

Please sign in to comment.