1
0
Fork 0
Commit graph

72 commits

Author SHA1 Message Date
Cyborus 63c6dc9f7f
fix http methods 2024-01-18 18:15:09 -05:00
Cyborus 194a1b5e36
handle datetime (de)serialization 2024-01-18 18:10:05 -05:00
Cyborus bfb31fc296
add trailing slash to api prefix 2024-01-18 17:53:11 -05:00
Cyborus ec3a9e74c4
strip leading slash
a leading slash causes `url::Url` to replace the entire existing path
2024-01-18 17:45:03 -05:00
Cyborus ac25339cf6
formatting 2024-01-18 16:51:09 -05:00
Cyborus cfd12a6306
add additional properties support 2024-01-18 16:27:05 -05:00
Cyborus d9f51681df
add back download_release_attachment 2024-01-18 15:45:47 -05:00
Cyborus 1c57c2d70b
derive PartialEq for generated structs 2024-01-18 14:54:11 -05:00
Cyborus 6ee958ce86
simpler error handling 2024-01-18 14:48:31 -05:00
Cyborus 81b17abc8a
replace with generated api 2024-01-18 13:44:07 -05:00
Cyborus 470ef04f7c
add missing parent field to Repository 2024-01-10 13:08:42 -05:00
Cyborus ff203285b3
fix archive url 2024-01-01 19:20:16 -05:00
Cyborus ce08cb4d7f
format 2024-01-01 17:56:03 -05:00
Cyborus d022f4f1bd
fix archive download methods 2024-01-01 17:46:06 -05:00
Cyborus 9908d5086c
add more auth options 2023-12-20 13:42:33 -05:00
Cyborus 96124821ba
format 2023-12-15 12:02:39 -05:00
Cyborus 2e50a93f1e
add release download methods 2023-12-15 11:44:21 -05:00
Cyborus c6b0757272
format 2023-12-12 16:43:51 -05:00
Cyborus 6ce8aa731a
running cron should call post_unit 2023-12-12 14:05:23 -05:00
Cyborus d3f75f67ee
renaming user should call post_unit 2023-12-12 14:02:44 -05:00
Cyborus 1bb146d8f6
PublicKey.read_only is optional 2023-12-12 13:58:23 -05:00
Cyborus 75d19e77db
admin_add_key should use post 2023-12-12 13:40:08 -05:00
Cyborus bd6d92f6b6
format 2023-12-12 13:08:32 -05:00
Cyborus d9b360ac66
add admin methods 2023-12-12 11:31:32 -05:00
Cyborus 051f18eddc
praise rustfmt 2023-12-11 21:40:23 -05:00
Cyborus 02e6eb6c60
deletions do not return bodies 2023-12-11 15:52:45 -05:00
Cyborus a2ff083f71
fix release attachments 2023-12-11 15:52:45 -05:00
Cyborus 5da7e69f82
checking if a pr exists does not return a body 2023-12-11 15:50:39 -05:00
Cyborus e732034aea
merging a pr does not return a body 2023-12-11 15:50:39 -05:00
Cyborus 32d93ff878
api error message optional 2023-12-11 15:50:38 -05:00
Cyborus 3c1675976c
PullRequest's merge_commit_sha and merged_by can be null 2023-12-11 15:50:38 -05:00
Cyborus 0a07502dbc
PullRequest.requested_reviewers can be null 2023-12-11 15:50:38 -05:00
Cyborus b952e1108a
include body in ForgejoError::BadStructure 2023-12-11 15:50:38 -05:00
Cyborus 31a53eb88a
make PullRequest's milestone field optional 2023-12-11 15:50:38 -05:00
Cyborus f53b5cf97c
add package methods 2023-11-27 12:56:14 -05:00
Cyborus 4dbceb8317
add notification methods 2023-11-26 20:02:32 -05:00
Cyborus d0df13ce08
add miscellaneous methods 2023-11-26 15:50:02 -05:00
Cyborus 39707c0054
make CreateIssueCommentOption and EditIssueCommentOption fields pub 2023-11-19 15:25:03 -05:00
Cyborus 7d180be124
starts_count -> stars_count 2023-11-19 14:52:39 -05:00
Cyborus 571ce049b4
open_issue_count -> open_issues_count 2023-11-19 14:51:13 -05:00
Cyborus 9f5a1982b5
has_pull_request -> has_pull_requests 2023-11-19 14:34:26 -05:00
Cyborus 56b8557501
original_url should be optional 2023-11-19 14:31:28 -05:00
Cyborus e8ac2a4815
ssh url is not parseable as Url, don't try to 2023-11-19 14:24:08 -05:00
Cyborus ed4984d54a
fill in Repository struct fields 2023-11-19 14:08:45 -05:00
Cyborus 315b69aee4
actually it should be Optional 2023-11-19 13:16:21 -05:00
Cyborus 6728bc0b11
add source reqwest error to ForgejoError::BadStructure 2023-11-19 13:09:32 -05:00
Cyborus 686223a3d0
fix Issue pull_request field 2023-11-19 12:21:15 -05:00
Cyborus 81a4472304
set authorization header to sensitive 2023-11-19 12:07:29 -05:00
Cyborus 753dc34b5a
remove dbgs 2023-11-19 12:04:57 -05:00
Cyborus 65c41f1e48
add tag functionality 2023-11-18 14:08:46 -05:00