summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-25 Update crate version in readme (#213)RoadRoller01
2022-04-27Release 0.16.0v0.16.0octocrab@0.16.0Erin Power
2022-04-27Add request for list repos for current user (#209)Kafji
2022-04-24Update dependencies to fix some warnings from cargo audit (#208)Dave Rolsky
2022-04-22adjust JWT token issuance and expiration times to allow drift (#207)MCHSL
2022-04-21Ensure nullable user on pull request comments can be parsed (#206)DerMagischeBier
2022-04-20Make gist commit user and change status nullable (#204)Evan Graham
2022-04-19use secrecy to harden tokens (#192)Lucius Hu
2022-04-19Add public key to repos api (#188)Shane Price
2022-04-19Bump jsonwebtoken to version 8. (#193)Kyle Huey
2022-04-19Fixed compilation issue with the stream feature enabled (#199)Bjorn Ove Hay Andersen
2022-04-19Support for Updating gists via PATCH (#195)Matthias Wahl
2022-04-19Add gist commits and revisions (#202)Evan Graham
2022-04-19fix issues::get documentation (#203)Marco Ieni
2022-04-18Make gist description and gist file language nullable (#201)Evan Graham
2022-04-12feat: Implement update branch call for pull request (#200)Liberatys
2022-02-28fix: unified to use raw identifier instead of rename (#194)Junya Kono
2022-02-28Update repos.rsXAMPPRocky
2022-01-26Release 0.15.4v0.15.4octocrab@0.15.4Erin Power
2022-01-26correct owner and repo order in workflow dispatch (#189)David Cumps
2022-01-17Add request to list repositories starred by the authenticated user (#181)Kafji
2022-01-16Add missing keys in Repository model (#183)Kafji
2022-01-16repos: get file content (#186)Marco Ieni
2022-01-15Add workflow dispatch functionality (#185)Juha Komulainen
2022-01-04Upgrade SNAFU to 0.7 (#180)Jake Goulding
2021-12-27Release 0.15.3v0.15.3octocrab@0.15.3Erin Power
2021-12-27Add endpoint for getting repo metrics (#173)Olamilekan Wahab
2021-12-20Update crate version in readme (#172)Richard Steinmetz
2021-12-18Release 0.15.2v0.15.2octocrab@0.15.2Erin Power
2021-12-17Fix request_installation_auth_token (#170)Sunyeop Lee
2021-11-26Release 0.15.1v0.15.1octocrab@0.15.1Erin Power
2021-11-25add issue_url in Comment model (#166)谭巍
2021-11-25fix list all issues/pulls example (#165)谭巍
2021-11-25Fix a typo in the docs (#164)Quanyi Ma
2021-11-22Support listing all workflow runs in a repository (#147)Hayley James
2021-11-22Release 0.15.0v0.15.0octocrab@0.15.0Erin Power
2021-11-22Add getter for workflow runs (#163)Robert O'Callahan
2021-11-22Don't read pull_requests in the workflow run since it's not a full PullReques...Robert O'Callahan
2021-11-22Add RepoHandler::list_pulls (#160)Robert O'Callahan
2021-11-22Accept null started_at times (#161)Robert O'Callahan
2021-11-22Add support to get repositories content (#119)João Cerqueira
2021-11-22Add method to create organization webhook (#154)Mikkel Kroman
2021-11-22List all artifacts for a workflow run (#153)Jasper Bekkers
2021-11-22Some minor fixes to CreateStatusBuilder (#157)Robert O'Callahan
2021-11-22Add Status::description (#158)Robert O'Callahan
2021-11-22Add support for listing commit statuses (#159)Robert O'Callahan
2021-11-21Release 0.14.0v0.14.0octocrab@0.14.0Erin Power
2021-11-15Add org hook models (#150)Mikkel Kroman
2021-11-13Box large fields in PullRequest (#148)Stephen O'Brien
2021-11-06Fix clippy lints (#145)Mikkel Kroman