Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore: pull swagger file from `v8.next.forgejo.org` | Cyborus | 2024-07-30 | 1 | -14/+1509 |
| | |||||
* | fix!: integers are signed by default | Cyborus | 2024-07-09 | 1 | -150/+321 |
| | |||||
* | fix: null team reviews | Cyborus | 2024-07-09 | 1 | -1/+4 |
| | |||||
* | fix(swagger): `UserSettings` should not be a list | Cyborus | 2024-06-19 | 1 | -4/+1 |
| | |||||
* | make issue and pr state an enum | Cyborus | 2024-05-14 | 1 | -0/+4 |
| | |||||
* | add `object_format_name` back in | Cyborus | 2024-04-27 | 1 | -1/+12 |
| | |||||
* | add `CreateHookOptionConfig` required properties as fields | Cyborus | 2024-04-26 | 1 | -0/+9 |
| | |||||
* | format swagger file | Cyborus | 2024-04-26 | 1 | -7/+1 |
| | | | | forgot to in #48 | ||||
* | strongly type repository default merge style in swagger file | Cyborus | 2024-04-26 | 1 | -5/+12 |
| | |||||
* | fix `repo_get_raw_file{_or_lfs}` not returning `Vec<u8>` | Cyborus | 2024-04-26 | 1 | -1/+2 |
| | |||||
* | remove `object_format_name` for now | Cyborus | 2024-04-26 | 1 | -13/+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 required | Cyborus | 2024-04-25 | 1 | -1/+1 |
| | |||||
* | update swaggerfile | Cyborus | 2024-04-25 | 1 | -16/+817 |
| | |||||
* | format swagger file | Cyborus | 2024-04-25 | 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 | ||||
* | correct tag creation success status code to `201` | Cyborus | 2024-03-20 | 1 | -1/+1 |
| | | | | | Forgejo seems to have already fixed this, but not published it yet. I'll just update it here myself | ||||
* | support non-json return types | Cyborus | 2024-02-09 | 1 | -5/+5 |
| | |||||
* | rename `userGetOauth2Application` to `userGetOAuth2Applications` | Cyborus | 2024-01-18 | 1 | -1/+1 |
| | |||||
* | add openapi parsing | Cyborus | 2024-01-11 | 1 | -0/+24321 |