Skip to content
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

fix(deps): update rust crate octocrab to 0.38 #1100

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 7, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
octocrab dependencies minor 0.8 -> 0.38

Release Notes

XAMPPRocky/octocrab (octocrab)

v0.38.0

Compare Source

Added
  • Add generate_release_notes: (#​588)
Other
  • Unify diff entry models (#​624)
  • Added tests for .delete_thread_subscriptions() (#​620)
  • Adding tests, and fixing missing error code. (#​619)

v0.37.0

Compare Source

Fixed
  • [breaking] Change Rate::reset to u64 (#​615)
Other
  • Update graphql_client requirement from 0.13.0 to 0.14.0 (#​617)
  • Added basic support for getting user profiles (#​616)
  • Update manual github app authentication example (#​610)

v0.36.0

Compare Source

Added
Other
  • fix some comments (#​611)
  • Add status code to GithubError (#​607)
  • Add Pending variant to octocrab::models::workflows::Status (#​604)
  • Fix personal token auth for pagination (#​602)
  • Fixed some .gists() functions, and wrote tests. (#​606)
  • Allow directly passing SecretString (#​601)

v0.35.0

Compare Source

Added
  • add repository list language support (#​595)
Other
  • Added test for actions().create_workflow_dispatch() (#​603)
  • added "Create a new Git commit object" (#​600)
  • Added check-suites endpoints (#​596)
  • Adding org secrets tests (#​599)

v0.34.3

Compare Source

Other
  • Add delete_ref in RepoHandler (#​573)
  • Adding tests to orgs().secrets().create_or_update_secret() (#​590)

v0.34.2

Compare Source

Other
  • Update base64 requirement from 0.21.0 to 0.22.0 (#​592)
  • Add Public and Release events (#​589)
  • Adding tests for actions().remove_selected_repo_from_org_secret() (#​586)
  • Fixed the `projects().delete_project().send() function (#​587)
  • Added more tests, for repos().delete() (#​585)
  • Adding test for actions().actions_delete_workflow_run_logs_test() (#​584)
  • Fixing snafu version update (#​580)
  • Fixing the test that wiremock@v0.6.0 breaks. (#​579)
  • Added some more tests (#​578)
  • Added a test (#​577)

v0.34.1

Compare Source

Other
  • Added tests to prove repos().secrets().delete_secret() (#​570)
  • Adding test for issues().delete_comment() (#​569)
  • Fixed issues().delete_comment_reaction() (#​566)

v0.34.0

Compare Source

Other

v0.33.4

Compare Source

Other
  • Don't send Authorization headers to third-party services. (#​562)
  • Added tests for repos().merges() (#​560)

v0.33.3

Compare Source

Other
  • Handle redirects in ReleasesHandler::stream_asset(). (#​556)
  • Tests for locking and unlocking issue comments (#​557)

v0.33.2

Compare Source

Other
  • Resolving issue with deleting reactions from issues. (#​555)
  • Added a test for repos().is_collaborator(). The 204 case is good! (#​553)
Other
  • Added a test case for repos().is_collaborator() to cover both 204 and 404 cases.

v0.33.1

Compare Source

Fixed
  • fixed timeout methods not being feature gated (#​519)

v0.33.0

Compare Source

Added
  • add methods to builder for changing timeouts (#​498)
Other
  • Always set http request header CONTENT-LENGTH (#​464)
  • Add link to Content::decoded_content (#​514)
  • Repairing two 204-related serde errors, and adding some simple tests. (#​503)
  • Add CheckRunOutput (#​515)
  • cargo clippy --tests --examples --fix (#​496)
  • make dismissal_message optional (#​501)
  • Add conclusion, completed_at and output fields to create check api (#​467)
  • Fix typo in docs (#​508)
  • [docs] Improve the update_file docs (#​513)
  • added repos/list_contributors (#​500)
  • Make user information optional
  • Use graphql_client to get stronger typing
  • add fields for refresh token and expiry timestamps (#​477)
Fixed
  • Fixed two functions which return 204s and have no body, which throws serde errors
    • octocrab.issues().delete_label()
    • octocrab.teams().repos().remove()
Other
  • Added tests for the above functions
  • Also added tests for octocrab.teams().repos().add_or_update()
  • Also added tests for octocrab.issues().remove_label()

v0.32.0

Compare Source

Other
  • support eq and hash (#​480)
  • Demonstrate variables and paging (#​481)
  • Fix a bunch of clippy issues (#​482)
  • add events for auto_merge_[disabled|enabled] (#​479)
  • Add examples/graphql_issues.rs (#​478)
  • Document the PullRequest number field (#​476)
  • Update jsonwebtoken requirement from 8 to 9 (#​471)

v0.31.2

Compare Source

Other
  • Add follow-redirect feature (#​469)

v0.31.1

Compare Source

Other
  • add get_readme for RepoHandler (#​465)

v0.31.0

Compare Source

Other

v0.30.1

Compare Source

Other
  • add tracing debug only when tracing feature is enabled (#​454)

v0.30.0

Compare Source

Other
  • Fix commit_comment webhook event parsing (#​453)
  • Add Octocrab::users() and UsersHandler::repos (#​451)
  • Add CommitHandler::associated_check_runs (#​450)
  • Fix installation token cache issue (#​442)
  • Add projects Api (#​447)
  • Enhance installation webhook events
  • Add test for push webhook event
  • Implement custom deserialization for hybrid Github API timestamps
  • Make webhook_events deserialization tests more robust

v0.29.3

Compare Source

Other
  • add WebhookEventType::Schedule variant

v0.29.2

Compare Source

Fixed
  • fix get_asset url
Other
  • Add optional email field to Author
  • Add get_org_installation to AppsRequestHandler
  • Update CHANGELOG.md

v0.29.1

Compare Source

Other
  • Make models::webhook_events::payload public

v0.29.0

Compare Source

Other
  • Add webhook event deserialization (#​427)
  • Update changelog for v0.28.0 (#​428)
  • Add associated pull requests and commit compare functionality (#​413)
  • Fix clippy 1.71 warnings (#​424)

v0.28.0

Compare Source

Other

v0.27.0

Compare Source

Other

v0.26.0

Compare Source

Other
  • Pass through hyper-rustls/webpki-tokio (#​392)

v0.25.1

Compare Source

Other
  • Pass through hyper-rustls/webpki-tokio (#​392)

v0.25.0

Compare Source

Other
  • Add User Access Authentication (#​375)
  • Add allow_forking & allow_update_branch in Repository model (#​379)
  • added org secrets api (#​384)

v0.24.0

Compare Source

Fixed
  • the API returns one reviewer not reviewers (#​390)
  • wrap pull_request_review_id in an Option (#​388)
Other
  • Add Issue Timeline API (#​389)
  • add some of the missing fields to PullRequest (#​386)
  • Builder for list_reviews for pulls (#​387)
  • Link to gists documentation in README (#​383)

v0.23.0

Compare Source

Other
  • Add "updated since" support to ListIssuesBuilder (#​373)
  • Gists API: Complete support (#​371)
  • Add more fields (#​369)

v0.22.0

Compare Source

Other
  • Add leading / to NotificationsHandler.lists() (#​364)
  • Alter graphql method to pass arbitrarily complex payloads (variables and graphql-client support) (#​332)
  • Fix authentication endpoints (#​354)
  • Handle redirects for download_tarball (#​359)
  • Make building without the retry feature work. (#​358)
  • Add list_org_memberships_for_authenticated_user (#​357)
  • add Uploader struct for Asset uploader field (#​355)

v0.21.0

Other
  • Add an example showing gist creation (#​329)
  • Use CommitAuthor for Commit.author (#​353)
  • Create release-plz.toml
  • Sort deps in cargo.toml (#​352)
  • Enable rustls(and use as default client) (#​351)
  • (ci) update release-plz version (#​350)
  • Add missing pub to struct ListCheckRuns 😅 (#​347)
  • Add Checks API skeleton (#​345)
  • cargo fmt (#​343)
  • Remove reqwest (#​342)

v0.20.0

Other
  • Handle DELETE /gists/{gist_id} (#​333)

v0.19.0

Compare Source

v0.18.1

Compare Source

v0.18.0

Compare Source

v0.17.0

Compare Source

v0.16.0

Compare Source

v0.15.4

Compare Source

v0.15.3

Compare Source

v0.15.2

Compare Source

v0.15.1

Compare Source

v0.15.0

Compare Source

v0.14.0

Compare Source

v0.13.0

Compare Source

v0.12.0

Compare Source

v0.11.0

Compare Source

v0.10.2

Compare Source

v0.10.1

Compare Source

v0.10.0

Compare Source

v0.8.13

Compare Source

v0.8.12

Compare Source

v0.8.11

Compare Source

v0.8.10

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@ti-chi-bot
Copy link
Member

ti-chi-bot commented Dec 7, 2022

[REVIEW NOTIFICATION]

This pull request has been approved by:

  • wuhuizuo

To complete the pull request process, please ask the reviewers in the list to review by filling /cc @reviewer in the comment.
After your PR has acquired the required number of LGTMs, you can assign this pull request to the committer in the list by filling /assign @committer in the comment to help you merge this pull request.

The full list of commands accepted by this bot can be found here.

Reviewer can indicate their review by submitting an approval review.
Reviewer can cancel approval by submitting a request changes review.

@ti-chi-bot ti-chi-bot added dco-signoff: yes Indicates the PR's author has signed the dco. contribution Indicates that the PR was contributed by an external member. labels Dec 7, 2022
@ti-chi-bot ti-chi-bot added size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Dec 7, 2022
@ti-chi-bot
Copy link
Member

Hi @renovate[bot]. Thanks for your PR.

I'm waiting for a ti-community-infra member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@github-actions
Copy link

github-actions bot commented Dec 7, 2022

🎊 PR Preview b42e09f has been successfully built and deployed to https://ti-community-infra-tichi-preview-pr-1100.surge.sh

🕐 Build time: 0.014s

🤖 By surge-preview

Copy link
Contributor

@wuhuizuo wuhuizuo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/ok-to-test

@ti-chi-bot ti-chi-bot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. status/LGT1 Indicates that a PR has LGTM 1. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Dec 8, 2022
@codecov
Copy link

codecov bot commented Dec 8, 2022

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.51%. Comparing base (5e828be) to head (b42e09f).
Report is 5 commits behind head on master.

❗ Current head b42e09f differs from pull request most recent head 24561bf. Consider uploading reports for the commit 24561bf to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1100      +/-   ##
==========================================
+ Coverage   80.48%   80.51%   +0.03%     
==========================================
  Files          21       21              
  Lines        3326     3321       -5     
==========================================
- Hits         2677     2674       -3     
+ Misses        419      418       -1     
+ Partials      230      229       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot changed the title fix(deps): update rust crate octocrab to 0.17 Update Rust crate octocrab to 0.17 Dec 17, 2022
@renovate renovate bot changed the title Update Rust crate octocrab to 0.17 fix(deps): update rust crate octocrab to 0.17 Dec 17, 2022
@renovate renovate bot changed the title fix(deps): update rust crate octocrab to 0.17 fix(deps): update rust crate octocrab to 0.18 Dec 27, 2022
@renovate renovate bot changed the title fix(deps): update rust crate octocrab to 0.18 fix(deps): update rust crate octocrab to 0.19 Apr 3, 2023
@renovate renovate bot changed the title fix(deps): update rust crate octocrab to 0.19 fix(deps): update rust crate octocrab to 0.23 May 30, 2023
@ti-chi-bot ti-chi-bot bot added approved size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. and removed size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. labels May 30, 2023
@ti-chi-bot ti-chi-bot bot deleted a comment from ti-chi-bot May 30, 2023
@renovate renovate bot changed the title fix(deps): update rust crate octocrab to 0.26 fix(deps): update rust crate octocrab to 0.27 Jul 18, 2023
@renovate renovate bot changed the title fix(deps): update rust crate octocrab to 0.27 fix(deps): update rust crate octocrab to 0.28 Jul 19, 2023
@renovate renovate bot changed the title fix(deps): update rust crate octocrab to 0.28 fix(deps): update rust crate octocrab to 0.29 Jul 31, 2023
@renovate renovate bot changed the title fix(deps): update rust crate octocrab to 0.29 fix(deps): update rust crate octocrab to 0.30 Sep 1, 2023
@renovate renovate bot changed the title fix(deps): update rust crate octocrab to 0.30 fix(deps): update rust crate octocrab to 0.31 Oct 2, 2023
@renovate renovate bot changed the title fix(deps): update rust crate octocrab to 0.31 fix(deps): update rust crate octocrab to 0.32 Nov 3, 2023
@renovate renovate bot changed the title fix(deps): update rust crate octocrab to 0.32 fix(deps): update rust crate octocrab to 0.33 Jan 15, 2024
@renovate renovate bot changed the title fix(deps): update rust crate octocrab to 0.33 fix(deps): update rust crate octocrab to 0.34 Feb 7, 2024
@renovate renovate bot changed the title fix(deps): update rust crate octocrab to 0.34 fix(deps): update rust crate octocrab to 0.35 Mar 11, 2024
@renovate renovate bot changed the title fix(deps): update rust crate octocrab to 0.35 fix(deps): update rust crate octocrab to 0.36 Mar 19, 2024
@renovate renovate bot changed the title fix(deps): update rust crate octocrab to 0.36 fix(deps): update rust crate octocrab to 0.37 Mar 27, 2024
@renovate renovate bot changed the title fix(deps): update rust crate octocrab to 0.37 fix(deps): update rust crate octocrab to 0.38 Apr 9, 2024
@renovate renovate bot force-pushed the renovate/octocrab-0.x branch from a2700da to dc288b2 Compare May 1, 2024 14:18
@renovate renovate bot changed the title fix(deps): update rust crate octocrab to 0.38 fix(deps): update rust crate octocrab to 0.38.0 May 1, 2024
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/octocrab-0.x branch from dc288b2 to 24561bf Compare May 5, 2024 11:21
@renovate renovate bot changed the title fix(deps): update rust crate octocrab to 0.38.0 fix(deps): update rust crate octocrab to 0.38 May 5, 2024
Copy link
Contributor

ti-chi-bot bot commented May 5, 2024

@renovate[bot]: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-tichi-label-dumpling-checks 24561bf link true /test pull-tichi-label-dumpling-checks

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved contribution Indicates that the PR was contributed by an external member. dco-signoff: yes Indicates the PR's author has signed the dco. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. status/LGT1 Indicates that a PR has LGTM 1.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants