index
:
forgejo-api
main
forgejo-api
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
generator
/
src
/
main.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
refactor!: use `format` field instead of names for special parsing
Cyborus
2024-08-04
1
-0
/
+1
*
fix!: integers are signed by default
Cyborus
2024-07-09
1
-2
/
+4
*
correctly generate field type names for referenced enums
Cyborus
2024-04-26
1
-1
/
+10
*
two small `BTreeMap`-related changes
Cyborus
2024-03-20
1
-2
/
+2
*
remove structs that only exist for their `additional` field
Cyborus
2024-03-15
1
-3
/
+14
*
remove debug
Cyborus
2024-03-15
1
-3
/
+0
*
default to `serde_json::Value` for empty schemas
Cyborus
2024-03-15
1
-1
/
+1
*
don't implement `as_str` for enums that don't need it
Cyborus
2024-03-15
1
-1
/
+1
*
split generation into method and struct files
Cyborus
2024-02-10
1
-11
/
+19
*
fix warnings
Cyborus
2024-02-10
1
-1
/
+1
*
format
Cyborus
2024-02-10
1
-1
/
+1
*
even more strongly typed returns
Cyborus
2024-02-10
1
-1
/
+86
*
more general dereferencing
Cyborus
2024-01-30
1
-23
/
+7
*
fix warnings
Cyborus
2024-01-30
1
-1
/
+1
*
improve openapi verification
Cyborus
2024-01-30
1
-0
/
+1
*
split generator into modules
Cyborus
2024-01-27
1
-898
/
+6
*
remove debug panic
Cyborus
2024-01-27
1
-2
/
+0
*
format
Cyborus
2024-01-24
1
-1
/
+2
*
fix errors/warnings in generated code
Cyborus
2024-01-24
1
-10
/
+9
*
fix(mistake): order of statements
aviac
2024-01-24
1
-1
/
+1
*
fix(list): adjust broken generated code
aviac
2024-01-23
1
-1
/
+1
*
chore(cleanup): remove comment
aviac
2024-01-23
1
-2
/
+0
*
feat(formatting): auto run rustfmt on generated file
aviac
2024-01-22
1
-6
/
+17
*
chore(cleanup): consolidate `writeln`s
aviac
2024-01-22
1
-12
/
+15
*
feat(definitions): impl `Display`
aviac
2024-01-22
1
-21
/
+46
*
fix(typo?): remove weird line
aviac
2024-01-22
1
-1
/
+0
*
special-case `ssh_url` to not be a `url::Url`
Cyborus
2024-01-21
1
-1
/
+1
*
support returning header values
Cyborus
2024-01-21
1
-44
/
+118
*
handle datetime (de)serialization
Cyborus
2024-01-19
1
-0
/
+6
*
strip leading slash
Cyborus
2024-01-18
1
-0
/
+3
*
add additional properties support
Cyborus
2024-01-18
1
-0
/
+8
*
derive `PartialEq` for generated structs
Cyborus
2024-01-18
1
-1
/
+1
*
make generated fields public
Cyborus
2024-01-17
1
-0
/
+2
*
put structs in a module
Cyborus
2024-01-17
1
-2
/
+5
*
praise rustfmt
Cyborus
2024-01-17
1
-13
/
+32
*
guess which types are url by field name
Cyborus
2024-01-17
1
-6
/
+13
*
make `*Query::to_string` take `self`
Cyborus
2024-01-17
1
-1
/
+1
*
remove unnecessary enumeration
Cyborus
2024-01-17
1
-1
/
+1
*
use `OffsetDateTime::format` instead of `format_into`
Cyborus
2024-01-17
1
-2
/
+2
*
use `write!` instead of `.write_fmt`
Cyborus
2024-01-17
1
-2
/
+3
*
`RequestBuilder::json` takes reference, doesn't return result
Cyborus
2024-01-17
1
-1
/
+1
*
only check 200 responses for if optional
Cyborus
2024-01-17
1
-2
/
+5
*
add derives to generated structs
Cyborus
2024-01-17
1
-1
/
+6
*
simple recursion prevention
Cyborus
2024-01-17
1
-4
/
+5
*
add missing arg to `UnexpectedStatusCode`
Cyborus
2024-01-17
1
-1
/
+1
*
add type parameters to `serde_json::Map`
Cyborus
2024-01-16
1
-1
/
+1
*
convert to snake case inside of `sanitize_ident`
Cyborus
2024-01-16
1
-7
/
+8
*
sanitize body arg
Cyborus
2024-01-16
1
-3
/
+4
*
impl on `crate::Forgejo` instead of `Forgejo`
Cyborus
2024-01-16
1
-1
/
+1
*
generate query structs
Cyborus
2024-01-16
1
-27
/
+312
[next]