summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-04chore: release (#581)v0.34.2github-actions[bot]
2024-03-04Update base64 requirement from 0.21.0 to 0.22.0 (#592)dependabot[bot]
2024-02-27Add Public and Release events (#589)Evan Graham
2024-02-23Adding tests for `actions().remove_selected_repo_from_org_secret()` (#586)Mike Stemle
2024-02-23Fixed the `projects().delete_project().send() function (#587)Mike Stemle
2024-02-23Added more tests, for `repos().delete()` (#585)Mike Stemle
2024-02-22Adding test for actions().actions_delete_workflow_run_logs_test() (#584)Mike Stemle
2024-02-15Fixing `snafu` version update (#580)Mike Stemle
2024-02-15Fixing the test that `wiremock@v0.6.0` breaks. (#579)Mike Stemle
2024-02-15Added some more tests (#578)Mike Stemle
2024-02-15Added a test (#577)Mike Stemle
2024-02-12chore: release (#567)v0.34.1github-actions[bot]
2024-02-09Added tests to prove `repos().secrets().delete_secret()` (#570)Mike Stemle
2024-02-09Adding test for `issues().delete_comment()` (#569)Mike Stemle
2024-02-08Fixed `issues().delete_comment_reaction()` (#566)Mike Stemle
2024-02-07chore: release (#565)v0.34.0github-actions[bot]
2024-02-07Upgrade http/hyper 1.0 (#564)Toru Ogawa
2024-02-06chore: release (#561)v0.33.4github-actions[bot]
2024-02-06Don't send Authorization headers to third-party services. (#562)Kor Nielsen
2024-02-04Added tests for `repos().merges()` (#560)Mike Stemle
2024-01-26chore: release (#558)v0.33.3github-actions[bot]
2024-01-26Handle redirects in ReleasesHandler::stream_asset(). (#556)Kor Nielsen
2024-01-26Tests for locking and unlocking issue comments (#557)Mike Stemle
2024-01-24chore: release (#554)v0.33.2github-actions[bot]
2024-01-24Resolving issue with deleting reactions from issues. (#555)Mike Stemle
2024-01-22Added a test for `repos().is_collaborator()`. The 204 case is good! (#553)Mike Stemle
2024-01-15chore: release (#520)v0.33.1github-actions[bot]
2024-01-15fixed timeout methods not being feature gated (#519)Frank Elsinga
2024-01-15chore: release (#484)v0.33.0github-actions[bot]
2024-01-15feat: add methods to builder for changing timeouts (#498)John Rinehart
2024-01-15Always set http request header `CONTENT-LENGTH` (#464)phideg
2024-01-15docs: Add link to `Content::decoded_content` (#514)Boyd Kane
2024-01-13Repairing two 204-related serde errors, and adding some simple tests. (#503)Mike Stemle
2024-01-09models: Add CheckRunOutput (#515)maflcko
2024-01-09cargo clippy --tests --examples --fix (#496)maflcko
2024-01-09models/timelines: make dismissal_message optional (#501)Joao Eduardo Luis
2024-01-09Add conclusion, completed_at and output fields to create check api (#467)Rens Rikkerink
2024-01-09Fix typo in docs (#508)Everett Pompeii
2024-01-09[docs] Improve the update_file docs (#513)Boyd Kane
2024-01-08added repos/list_contributors (#500)dmgorsky
2024-01-08Make user information optionalUlisses Albuquerque
2023-11-05examples/graphql_issues.rs: Use graphql_client to get stronger typingMartin Nordholts
2023-11-03add fields for refresh token and expiry timestamps (#477)Sebastian Rollén
2023-11-03chore: release v0.31.3 (#472)v0.32.0github-actions[bot]
2023-11-03Add actions API methods for working with self-hosted runners (#483)Sam Kearney
2023-11-01Conclusion: support eq and hash (#480)Graham Christensen
2023-11-01examples/graphql_issues.rs: Demonstrate variables and paging (#481)Martin Nordholts
2023-11-01Fix a bunch of clippy issues (#482)Martin Nordholts
2023-10-31add events for auto_merge_[disabled|enabled] (#479)Sebastian Rollén
2023-10-29Add examples/graphql_issues.rs (#478)Martin Nordholts