summaryrefslogtreecommitdiffstats
path: root/Cargo.toml (unfollow)
Commit message (Expand)AuthorFilesLines
2024-05-31bump version to 0.3.0Cyborus2-2/+2
2024-05-27add `/test_repos` to gitignoreCyborus1-0/+1
2024-05-27fix basic auth base64 encoding length calculationCyborus1-4/+6
2024-05-27fix follower account emailCyborus1-1/+1
2024-05-27add delays to allow forgejo's state to settleCyborus1-0/+7
2024-05-27split tests into smaller testsCyborus4-108/+237
2024-05-27split tests into multiple filesCyborus5-535/+544
2024-05-23add oauth2 testingCyborus3-1/+178
2024-05-22add oauth2 authenticationCyborus1-0/+13
2024-05-22add `POST /login/oauth/access_token`Cyborus1-2/+66
2024-05-14make issue and pr state an enumCyborus2-6/+15
2024-05-14improve ssh url deserialization testsCyborus3-97/+39
2024-05-11chore: ✨aviac1-2/+3
2024-05-11fix: implement review comment regarding non standard ssh port scenarioaviac1-6/+15
2024-05-10test: add a small 🤏 cute 🥺 test to prove it worksaviac2-0/+97
2024-05-10feat: naive implementation of ssh_url deserializationaviac3-5/+41
2024-04-28bump version to 0.2.0Cyborus2-2/+2
2024-04-27include `object_format_name` in testCyborus1-0/+1
2024-04-27update ci to use forgejo 7.0.1Cyborus1-2/+2
2024-04-27add `object_format_name` back inCyborus2-1/+23
2024-04-26update tests to use `CreateHookOptionConfig` fieldsCyborus1-7/+3
2024-04-26add `CreateHookOptionConfig` required properties as fieldsCyborus2-0/+11
2024-04-26format swagger fileCyborus1-7/+1
2024-04-26implement `From<DefaultMergeStyle>` for `MergePullRequestOptionDo`Cyborus1-0/+16
2024-04-26regenerate sourceCyborus1-3/+15
2024-04-26correctly generate field type names for referenced enumsCyborus1-1/+10
2024-04-26strongly type repository default merge style in swagger fileCyborus1-5/+12
2024-04-26fix `repo_get_raw_file{_or_lfs}` not returning `Vec<u8>`Cyborus2-5/+6
2024-04-26update ci api tokenCyborus1-1/+1
2024-04-26remove `object_format_name` for nowCyborus2-35/+1
2024-04-25`CreateRepoOption`'s `object_format_name` field is requiredCyborus2-2/+2
2024-04-25use forgejo 7.0.0 in ciCyborus1-1/+1
2024-04-25regenerate sourceCyborus2-13/+426
2024-04-25update swaggerfileCyborus1-16/+817
2024-04-25format swagger fileCyborus1-2658/+869
2024-04-20fill out `Cargo.toml`Cyborus1-0/+3
2024-04-20update tests to use `Default::default` impls for query typesCyborus1-39/+8
2024-04-20add derives for query structsCyborus2-0/+114
2024-04-18regenerate for 201 status code for tagsCyborus1-1/+1
2024-04-18fix release attachment download urlCyborus1-4/+6
2024-03-20correct tag creation success status code to `201`Cyborus1-1/+1
2024-03-20two small `BTreeMap`-related changesCyborus5-13/+17
2024-03-15remove structs that only exist for their `additional` fieldCyborus3-67/+23
2024-03-15adjust created user's email in testCyborus1-2/+2
2024-03-15set enum variant serialization namesCyborus2-0/+122
2024-03-15update testsCyborus1-4/+4
2024-03-15remove debugCyborus1-3/+0
2024-03-15default to `serde_json::Value` for empty schemasCyborus2-5/+5
2024-03-15derive `Copy` and `Eq` for enumsCyborus2-25/+25
2024-03-15don't implement `as_str` for enums that don't need itCyborus3-138/+18