]> git.proxmox.com Git - proxmox.git/history - proxmox-api-macro/src
bump proxmox-acme to 0.5.1
[proxmox.git] / proxmox-api-macro / src /
2024-02-01 Lukas WagnerMerge branch proxmox-rrd
2023-12-06 Wolfgang Bumillerapi-macro: make skip_serializing_if without default...
2023-12-06 Wolfgang Bumillerapi-macro: add VariantAttrib
2023-12-06 Wolfgang Bumillerapi-macro: rename SerdeAttrib to FieldAttrib
2023-12-04 Wolfgang BumillerMerge branch 'proxmox-acme'
2023-09-29 Wolfgang Bumillerupdate to syn 2
2023-08-08 Lukas Wagnerclippy fix: this (Default) `impl` can be derived
2023-05-24 Wolfgang BumillerMerge branch 'proxmox-openid-merge'
2023-05-24 Wolfgang BumillerMerge branch 'proxmox-apt-merge'
2023-04-03 Wolfgang Bumillerapi-macro: support non-idents in serde(rename)
2022-12-13 Fabian Grünbichlerclippy fix
2022-12-12 Wolfgang Bumillerapi: support #[default] attribute
2022-10-11 Thomas LamprechtMerge remote-tracking branch 'proxmox-rest-merge/master'
2022-07-27 Wolfgang Bumillerapi-macro: clippy fixes
2022-06-29 Wolfgang Bumillerapi-macro: clippy fixes
2022-05-23 Wolfgang Bumillerapi-macro: doc update
2022-05-11 Wolfgang Bumillerapi-macro: allow overriding field attributes in the...
2022-04-12 Dominik Csapakproxmox-api-macro: add 'streaming' option
2022-02-07 Stefan Sterzapi-macro: fix "Forgerty" typo
2021-11-30 Wolfgang Bumillerapi-macro: add #[updater(type = "...")]
2021-11-30 Wolfgang Bumillerapi-macro: clippy fixes
2021-10-12 Wolfgang Bumillerdrop automatically_derived attribute for now
2021-10-11 Wolfgang Bumilleradd proxmox-schema and proxmox-router crates
2021-08-26 Wolfgang Bumillerapi-macro: allow external schemas in 'returns' specific...
2021-08-13 Wolfgang Bumillerrustfmt
2021-08-13 Wolfgang Bumillermore updater cleanups
2021-08-12 Wolfgang Bumillerput API_SCHEMA variable into ApiType trait
2021-08-10 Wolfgang Bumillerfixup schema entry for updaters with explicit types
2021-08-10 Wolfgang Bumillerchange updater derivation
2021-08-10 Wolfgang Bumillerapi macro: assume that field types are api types by...
2021-08-10 Wolfgang Bumillerrefactor serde parsing for later reuse
2021-04-14 Wolfgang Bumillerapi-macro: fix Updatable path in generated derive attribute
2021-02-24 Wolfgang BumillerUpdater: take serde renames into account
2021-02-03 Wolfgang Bumillerformatting fixups
2021-02-03 Wolfgang Bumillerupdaters: docs and exports
2021-02-03 Wolfgang Bumillerapi-macro: introduce updaters
2021-01-13 Fabian Grünbichlermove ParameterSchema from router to schema
2021-01-05 Wolfgang Bumillermacro: refactoring
2020-12-22 Wolfgang Bumillerapi-macro: support flattened parameters
2020-12-22 Wolfgang Bumillerapi-macro: factor parameter extraction into a function
2020-12-22 Wolfgang Bumillerapi-macro: more tuple refactoring
2020-12-22 Wolfgang Bumillerapi-macro: object schema entry tuple -> struct
2020-12-22 Wolfgang Bumillerapi-macro: suport AllOf on structs
2020-12-22 Wolfgang Bumillerapi-macro: add more standard Maybe methods
2020-12-22 Wolfgang Bumillerapi-macro: forbid flattened fields
2020-12-22 Wolfgang Bumillerapi-macro: add 'flatten' to SerdeAttrib
2020-12-22 Wolfgang Bumillerapi-macro: support optional return values
2020-12-07 Wolfgang Bumillerapi-macro: lower a whole bunch of errors
2020-12-07 Wolfgang Bumillerapi-macro: forbid description on incompatible schemas
2020-11-10 Wolfgang Bumillerapi-macro: support raw method parameters
2020-10-27 Thomas Lamprechtapi macro: reuse generated default const for "unwrap_or"
2020-10-14 Wolfgang Bumillerclippy fixups
2020-10-02 Wolfgang Bumillerformatting fixup
2020-09-19 Dominik Csapakapi-macro: replace ident hashmap with simple find
2020-09-17 Dominik Csapakapi-macro: relax Fieldname rules
2020-09-17 Dominik Csapakapi-macro: fix broken binary ident search
2020-07-28 Wolfgang Bumillerswitch to using mod.rs
2020-07-16 Wolfgang Bumillerapi-macro: formatting fixups
2020-07-16 Wolfgang Bumillervarious clippy lint fixes
2020-07-10 Wolfgang Bumillerapi-macro: reference consistency
2020-05-15 Wolfgang Bumillerapi-macro: remove more unnecessary parentheses
2020-05-14 Wolfgang Bumillerapi-macro: remove some unnecessary parentheses in output
2020-04-29 Wolfgang Bumillerimplement descriptions for enum variants
2020-04-17 Wolfgang Bumillerswitch from failure to anyhow
2020-04-17 Dietmar Maurerproxmox-api-macro/src/api/method.rs: fix error message
2020-04-16 Wolfgang Bumillerapi-macro: avoid duplicate output code
2020-04-16 Wolfgang Bumillerapi-macro: cleanup & test fixup
2020-04-16 Dietmar Maurermake access description optional
2020-04-15 Dietmar Maurerapi macro: support reload_timezone
2020-04-15 Wolfgang Bumillerstyle cleanup
2020-04-15 Wolfgang Bumillerrename some permission/access items
2020-04-14 Wolfgang Bumillerapi-macro: support 'access' specification for methods
2020-04-14 Wolfgang Bumillerapi-macro: error on unexpected keys
2020-04-14 Wolfgang Bumillerapi-macro: util: add join and join_debug helper
2020-04-14 Wolfgang Bumillerapi-macro: minor cleanup
2020-03-23 Wolfgang Bumillerapi-macro: started with some more documentation
2020-03-23 Wolfgang Bumillerapi-macro: add consts for defaults
2020-03-19 Wolfgang Bumillerapi-macro: add api_get_default!() macro
2020-03-19 Wolfgang Bumillerapi-macro: allow optional types without Option<T>
2020-03-06 Wolfgang Bumillerapi-macro: cleanup: warnings
2020-03-06 Wolfgang Bumillerapi-macro: cleanup: don't use try_fold for a Vec
2020-03-06 Wolfgang Bumillerapi-macro: include default minimum/maximum for integer...
2020-03-06 Wolfgang Bumillerapi-macro: replace unreachable with a panic
2020-03-06 Wolfgang Bumillerapi-macro: correctly infer newtype types
2020-03-06 Wolfgang Bumillerapi-macro: factor handle_struct differently
2020-02-27 Wolfgang Bumillerapi-macro: make API_{RETURN,PARAMETER}_SCHEMA_... ...
2020-01-30 Wolfgang Bumillerformatting fixup
2020-01-30 Wolfgang Bumillerexpose parameter schema as API_PARAMETER_SCHEMA_<method...
2020-01-30 Wolfgang Bumillerexpose return schema as API_RETURN_SCHEMA_<methodname>
2020-01-23 Wolfgang Bumillerfix property sorting
2020-01-08 Wolfgang Bumillerapi-macro: even more documentation
2020-01-08 Wolfgang Bumillerapi-macro: more documentation
2020-01-08 Wolfgang Bumillerapi-macro: support empty api macro on structs
2020-01-08 Wolfgang Bumillerapi-macro: support renamed struct fields
2020-01-07 Wolfgang Bumillerapi-macro: support rename_all in enums
2020-01-07 Wolfgang Bumillerapi-macro: start using serde attribute helpers
2020-01-07 Wolfgang Bumillerapi-macro: prepare to support serde::rename_all
2020-01-07 Wolfgang Bumillerapi-macro: more option type handling
2020-01-07 Wolfgang Bumillerapi-macro: derive optional values correctly
2020-01-07 Wolfgang Bumillerapi-macro: reorganize field iteration
next