summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * add `/test_repos` to gitignoreCyborus2024-05-271-0/+1
| |
| * fix basic auth base64 encoding length calculationCyborus2024-05-271-4/+6
| |
| * fix follower account emailCyborus2024-05-271-1/+1
| | | | | | | | Should be a valid email, but I guess Forgejo is stricter than that
| * add delays to allow forgejo's state to settleCyborus2024-05-271-0/+7
| |
| * split tests into smaller testsCyborus2024-05-274-108/+237
| |
| * split tests into multiple filesCyborus2024-05-275-535/+544
|/
* add oauth2 testingCyborus2024-05-233-1/+178
|
* add oauth2 authenticationCyborus2024-05-221-0/+13
|
* add `POST /login/oauth/access_token`Cyborus2024-05-221-2/+66
|
* Merge pull request 'make issue and pr state an enum' (#55) from ↵Cyborus2024-05-142-6/+15
|\ | | | | | | issue-state-enum into main
| * make issue and pr state an enumCyborus2024-05-142-6/+15
| |
* | Merge pull request 'improve ssh url deserialization tests' (#54) from ↵Cyborus2024-05-143-97/+39
|\ \ | |/ |/| | | improve-ssh-test into main
| * improve ssh url deserialization testsCyborus2024-05-143-97/+39
|/
* Merge pull request 'feat: implement ssh_url deserialization to `url::Url` ↵Cyborus2024-05-115-5/+148
|\ | | | | | | | | | | | | instead of `String`' (#53) from Aviac/forgejo-api:feat/parse-ssh-url into main Reviewed-on: https://codeberg.org/Cyborus/forgejo-api/pulls/53 Reviewed-by: Cyborus <cyborus@noreply.codeberg.org>
| * chore: ✨aviac2024-05-111-2/+3
| |
| * fix: implement review comment regarding non standard ssh port scenarioaviac2024-05-111-6/+15
| |
| * test: add a small 🤏 cute 🥺 test to prove it worksaviac2024-05-102-0/+97
| |
| * feat: naive implementation of ssh_url deserializationaviac2024-05-103-5/+41
|/
* Merge pull request 'bump version to 0.2.0' (#52) from bump-0.2.0 into mainv0.2.0Cyborus2024-04-282-2/+2
|\ | | | | | | Reviewed-on: https://codeberg.org/Cyborus/forgejo-api/pulls/52
| * bump version to 0.2.0Cyborus2024-04-282-2/+2
|/
* Merge pull request 'add `object_format_name` back in' (#51) from ↵Cyborus2024-04-274-3/+26
|\ | | | | | | | | | | object-format-name into main Reviewed-on: https://codeberg.org/Cyborus/forgejo-api/pulls/51
| * include `object_format_name` in testCyborus2024-04-271-0/+1
| |
| * update ci to use forgejo 7.0.1Cyborus2024-04-271-2/+2
| |
| * add `object_format_name` back inCyborus2024-04-272-1/+23
|/
* Merge pull request 'add `CreateHookOptionConfig` required properties as ↵Cyborus2024-04-263-7/+14
|\ | | | | | | | | | | fields' (#50) from hook-config-required-fields into main Reviewed-on: https://codeberg.org/Cyborus/forgejo-api/pulls/50
| * update tests to use `CreateHookOptionConfig` fieldsCyborus2024-04-261-7/+3
| |
| * add `CreateHookOptionConfig` required properties as fieldsCyborus2024-04-262-0/+11
|/
* Merge pull request 'format swagger file' (#49) from fmt-swagger into mainCyborus2024-04-261-7/+1
|\ | | | | | | Reviewed-on: https://codeberg.org/Cyborus/forgejo-api/pulls/49
| * format swagger fileCyborus2024-04-261-7/+1
|/ | | | forgot to in #48
* Merge pull request 'strongly type repository default merge style' (#48) from ↵Cyborus2024-04-264-9/+53
|\ | | | | | | | | | | enum-repo-merge-style into main Reviewed-on: https://codeberg.org/Cyborus/forgejo-api/pulls/48
| * implement `From<DefaultMergeStyle>` for `MergePullRequestOptionDo`Cyborus2024-04-261-0/+16
| |
| * regenerate sourceCyborus2024-04-261-3/+15
| |
| * correctly generate field type names for referenced enumsCyborus2024-04-261-1/+10
| |
| * strongly type repository default merge style in swagger fileCyborus2024-04-261-5/+12
|/
* Merge pull request 'fix `repo_get_raw_file{_or_lfs}` not returning ↵Cyborus2024-04-262-5/+6
|\ | | | | | | | | | | `Vec<u8>`' (#47) from raw-file-fix into main Reviewed-on: https://codeberg.org/Cyborus/forgejo-api/pulls/47
| * fix `repo_get_raw_file{_or_lfs}` not returning `Vec<u8>`Cyborus2024-04-262-5/+6
|/
* Merge pull request 'update to Forgejo 7.0's API' (#46) from v7.0 into mainCyborus2024-04-264-31/+1211
|\ | | | | | | Reviewed-on: https://codeberg.org/Cyborus/forgejo-api/pulls/46
| * update ci api tokenCyborus2024-04-261-1/+1
| |
| * remove `object_format_name` for nowCyborus2024-04-262-35/+1
| | | | | | | | | | | | | | forgejo currently has a bug where the `object_format_name` field is always an empty string. for now, just don't include it. should be fixed in https://codeberg.org/forgejo/forgejo/pulls/3464
| * `CreateRepoOption`'s `object_format_name` field is requiredCyborus2024-04-252-2/+2
| |
| * use forgejo 7.0.0 in ciCyborus2024-04-251-1/+1
| |
| * regenerate sourceCyborus2024-04-252-13/+426
| |
| * update swaggerfileCyborus2024-04-251-16/+817
|/
* Merge pull request 'format swagger file' (#45) from format-swagger into mainCyborus2024-04-251-2658/+869
|\ | | | | | | Reviewed-on: https://codeberg.org/Cyborus/forgejo-api/pulls/45
| * format swagger fileCyborus2024-04-251-2658/+869
|/ | | | | | this has no effect on functionality, but having a common format will make it easier to bring in official changes while maintaining local modifications
* Merge pull request 'fill out `Cargo.toml`' (#44) from crates-io into mainv0.1.0Cyborus2024-04-201-0/+3
|\ | | | | | | Reviewed-on: https://codeberg.org/Cyborus/forgejo-api/pulls/44
| * fill out `Cargo.toml`Cyborus2024-04-201-0/+3
|/
* Merge pull request 'add derives for query structs' (#43) from query-derive ↵Cyborus2024-04-203-39/+122
|\ | | | | | | | | | | into main Reviewed-on: https://codeberg.org/Cyborus/forgejo-api/pulls/43
| * update tests to use `Default::default` impls for query typesCyborus2024-04-201-39/+8
| |
| * add derives for query structsCyborus2024-04-202-0/+114
|/