]> git.proxmox.com Git - proxmox.git/history - proxmox-api-macro
router: Use safe wrapper for libc::isatty
[proxmox.git] / proxmox-api-macro /
2020-07-10 Wolfgang Bumillerapi-macro: reference consistency
2020-05-18 Dietmar Maurerproxmox/src/api/rpc_environment.rs: use Value to store...
2020-05-18 Wolfgang Bumillerapi-macro: bump version to 0.1.9-1
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 Bumillerbump api macro to 0.1.8
2020-04-29 Wolfgang Bumillerimplement descriptions for enum variants
2020-04-17 Wolfgang Bumillerbump proxmox-api-macro to 0.1.7-1
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: add test for access w/o a description
2020-04-16 Wolfgang Bumillerapi-macro: avoid duplicate output code
2020-04-16 Wolfgang Bumillerapi-macro: cleanup & test fixup
2020-04-16 Dietmar Maurerbump rust-proxmox-api-macro version to 0.1.6-1
2020-04-16 Dietmar Maurerproxmox-api-macro/tests/api1.rs: fix test case
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-23 Fabian Grünbichlerapi-macro: explicitly enable syn's visit-mut feature
2020-03-19 Wolfgang Bumillerapi-macro: add api_get_default!() macro
2020-03-19 Wolfgang Bumillerapi-macro: tests for optional non-Option parameters
2020-03-19 Wolfgang Bumillerapi-macro: allow optional types without Option<T>
2020-03-19 Wolfgang Bumillerbump api-macro to 0.1.5
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: add integer limit test cases
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 Bumillerbump proxmox-api-macro to 0.1.4
2020-02-27 Wolfgang Bumillerapi-macro: make API_{RETURN,PARAMETER}_SCHEMA_... ...
2020-01-30 Wolfgang Bumillerformatting fixup
2020-01-30 Wolfgang Bumillerbump api-macro to 0.1.3
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 Bumillerbump api-macro
2020-01-23 Wolfgang Bumillerfix property sorting
2020-01-21 Wolfgang BumillerMerge remote-tracking branch 'proxdev/master'
2020-01-21 Wolfgang Bumillermerge api, sys and tools into proxmox directly
2020-01-15 Wolfgang Bumillermacro: silence some warnings in tests
2020-01-15 Fabian Grünbichlerbuild: switch to debcargo
2020-01-08 Wolfgang Bumillerbump api-macro to 0.1.1
2020-01-08 Wolfgang Bumillerapi-macro: even more documentation
2020-01-08 Wolfgang Bumillerapi-macro: more documentation
2020-01-08 Wolfgang Bumillerapi-macro: schema tests for async fns
2020-01-08 Wolfgang Bumillerapi-macro: more tests
2020-01-08 Wolfgang Bumillerapi-macro: more invocation tests for api methods
2020-01-08 Wolfgang Bumillerapi-macro: add expanded data to tests for verification
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
2020-01-07 Wolfgang Bumillerapi-macro: error on extraneous fields
2020-01-07 Wolfgang Bumillerapi-macro: add basic struct handling
2020-01-07 Wolfgang Bumillerapi-macro: factor out type inference for reuse with...
2020-01-07 Wolfgang Bumillerapi-macro: split struct handling into newtype, regular...
2020-01-07 Wolfgang Bumillerapi-macro: derive descriptions for structs
2020-01-02 Wolfgang Bumillerapi-macro: drop unused dev-dependencies
2020-01-02 Wolfgang Bumillerapi-macro: bump bytes to 0.5
2019-12-20 Fabian Grünbichlerproxmox-api-macro: initial packaging
2019-12-18 Wolfgang Bumillerformatting fixup
2019-12-18 Thomas Lamprechtapi/macro: add NumberSchema
2019-12-18 Wolfgang Bumillerdrop derive-builder dependency
2019-12-18 Wolfgang Bumillerremove old router macro documentation
2019-12-16 Wolfgang Bumillerapi-macro: remove now-unnecessary PropertySchema type
2019-12-16 Wolfgang Bumillerapi-macro: generalized '{ schema: PATH }' schemas
2019-12-16 Wolfgang Bumillerapi-macro: support 'async fn' with new async api method
2019-12-12 Wolfgang Bumillerupdates for hyper 0.13 release
2019-12-05 Wolfgang Bumillerclippy fixups
2019-12-05 Wolfgang Bumillerformatting fixup
2019-12-04 Wolfgang Bumillerapi-macro: allow methods without return types
2019-12-04 Wolfgang Bumillerapi-macro: don't return Null without return schema
2019-12-04 Wolfgang Bumillerapi-macro: get enum description from doc comments
2019-12-04 Wolfgang Bumillerapi-macro: move doc-comment reading to util
2019-12-04 Wolfgang Bumillerapi-macro: rename SimpleIdent to FieldName
2019-12-03 Wolfgang Bumillerapi-macro: support hyphenated parameter names
2019-12-03 Wolfgang Bumillerapi-macro: drop ToTokens for SimpleIdent
2019-12-03 Wolfgang Bumillerapi-macro: drop Deref of SimpleIdent
2019-12-03 Wolfgang Bumillerapi-macro: fixup idents in SimpleIdent
2019-12-03 Wolfgang Bumillerapi-macro: remove Into<Ident> for SimpleIdent
2019-12-03 Wolfgang Bumillerapi-macro: allow referencing external schemas in properties
2019-12-02 Wolfgang Bumillerapi-macro: allow inferring some types automatically
2019-12-02 Wolfgang Bumillerapi-macro: test optional value invocation
2019-12-02 Wolfgang Bumillerapi-macro: allow skipping `input` schema
2019-12-02 Wolfgang Bumillerapi-macro: add test with no parameters
2019-12-02 Wolfgang Bumillerapi-macro: allow 'bool' and rust int types
2019-12-02 Wolfgang Bumillerapi-macro: make return schema optional
2019-11-28 Wolfgang Bumillerapi-macro: some more test code
next