Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-05-31 | bump version to 0.3.0 | Cyborus | 2 | -2/+2 | |
2024-05-27 | add `/test_repos` to gitignore | Cyborus | 1 | -0/+1 | |
2024-05-27 | fix basic auth base64 encoding length calculation | Cyborus | 1 | -4/+6 | |
2024-05-27 | fix follower account email | Cyborus | 1 | -1/+1 | |
Should be a valid email, but I guess Forgejo is stricter than that | |||||
2024-05-27 | add delays to allow forgejo's state to settle | Cyborus | 1 | -0/+7 | |
2024-05-27 | split tests into smaller tests | Cyborus | 4 | -108/+237 | |
2024-05-27 | split tests into multiple files | Cyborus | 5 | -535/+544 | |
2024-05-23 | add oauth2 testing | Cyborus | 3 | -1/+178 | |
2024-05-22 | add oauth2 authentication | Cyborus | 1 | -0/+13 | |
2024-05-22 | add `POST /login/oauth/access_token` | Cyborus | 1 | -2/+66 | |
2024-05-14 | make issue and pr state an enum | Cyborus | 2 | -6/+15 | |
2024-05-14 | improve ssh url deserialization tests | Cyborus | 3 | -97/+39 | |
2024-05-11 | chore: ✨ | aviac | 1 | -2/+3 | |
2024-05-11 | fix: implement review comment regarding non standard ssh port scenario | aviac | 1 | -6/+15 | |
2024-05-10 | test: add a small 🤏 cute 🥺 test to prove it works | aviac | 2 | -0/+97 | |
2024-05-10 | feat: naive implementation of ssh_url deserialization | aviac | 3 | -5/+41 | |
2024-04-28 | bump version to 0.2.0 | Cyborus | 2 | -2/+2 | |
2024-04-27 | include `object_format_name` in test | Cyborus | 1 | -0/+1 | |
2024-04-27 | update ci to use forgejo 7.0.1 | Cyborus | 1 | -2/+2 | |
2024-04-27 | add `object_format_name` back in | Cyborus | 2 | -1/+23 | |
2024-04-26 | update tests to use `CreateHookOptionConfig` fields | Cyborus | 1 | -7/+3 | |
2024-04-26 | add `CreateHookOptionConfig` required properties as fields | Cyborus | 2 | -0/+11 | |
2024-04-26 | format swagger file | Cyborus | 1 | -7/+1 | |
forgot to in #48 | |||||
2024-04-26 | implement `From<DefaultMergeStyle>` for `MergePullRequestOptionDo` | Cyborus | 1 | -0/+16 | |
2024-04-26 | regenerate source | Cyborus | 1 | -3/+15 | |
2024-04-26 | correctly generate field type names for referenced enums | Cyborus | 1 | -1/+10 | |
2024-04-26 | strongly type repository default merge style in swagger file | Cyborus | 1 | -5/+12 | |
2024-04-26 | fix `repo_get_raw_file{_or_lfs}` not returning `Vec<u8>` | Cyborus | 2 | -5/+6 | |
2024-04-26 | update ci api token | Cyborus | 1 | -1/+1 | |
2024-04-26 | remove `object_format_name` for now | Cyborus | 2 | -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 | |||||
2024-04-25 | `CreateRepoOption`'s `object_format_name` field is required | Cyborus | 2 | -2/+2 | |
2024-04-25 | use forgejo 7.0.0 in ci | Cyborus | 1 | -1/+1 | |
2024-04-25 | regenerate source | Cyborus | 2 | -13/+426 | |
2024-04-25 | update swaggerfile | Cyborus | 1 | -16/+817 | |
2024-04-25 | format swagger file | Cyborus | 1 | -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 | |||||
2024-04-20 | fill out `Cargo.toml` | Cyborus | 1 | -0/+3 | |
2024-04-20 | update tests to use `Default::default` impls for query types | Cyborus | 1 | -39/+8 | |
2024-04-20 | add derives for query structs | Cyborus | 2 | -0/+114 | |
2024-04-18 | regenerate for 201 status code for tags | Cyborus | 1 | -1/+1 | |
2024-04-18 | fix release attachment download url | Cyborus | 1 | -4/+6 | |
2024-03-20 | correct tag creation success status code to `201` | Cyborus | 1 | -1/+1 | |
Forgejo seems to have already fixed this, but not published it yet. I'll just update it here myself | |||||
2024-03-20 | two small `BTreeMap`-related changes | Cyborus | 5 | -13/+17 | |
import `BTreeMap` instead of qualified path use `BTreeMap` instead of `serde_json::Map` | |||||
2024-03-15 | remove structs that only exist for their `additional` field | Cyborus | 3 | -67/+23 | |
2024-03-15 | adjust created user's email in test | Cyborus | 1 | -2/+2 | |
2024-03-15 | set enum variant serialization names | Cyborus | 2 | -0/+122 | |
2024-03-15 | update tests | Cyborus | 1 | -4/+4 | |
2024-03-15 | remove debug | Cyborus | 1 | -3/+0 | |
2024-03-15 | default to `serde_json::Value` for empty schemas | Cyborus | 2 | -5/+5 | |
2024-03-15 | derive `Copy` and `Eq` for enums | Cyborus | 2 | -25/+25 | |
2024-03-15 | don't implement `as_str` for enums that don't need it | Cyborus | 3 | -138/+18 | |