]> git.proxmox.com Git - proxmox.git/history - proxmox-api
proxmox-api: initial packaging
[proxmox.git] / proxmox-api /
2019-12-20 Fabian Grünbichlerproxmox-api: initial packaging
2019-12-20 Fabian Grünbichlerproxmox-api: update rustyline to 5.0.5
2019-12-20 Fabian Grünbichlerproxmox-api: update lazy_static to 1.4
2019-12-18 Wolfgang Bumillerformatting fixup
2019-12-18 Dietmar Maurersrc/cli/format.rs - print_help: by default, use verbose...
2019-12-18 Thomas Lamprechtapi/macro: add NumberSchema
2019-12-16 Dietmar Maurerimplement ApiHandler::Async
2019-12-13 Wolfgang Bumillerapi: update url crate to 2.1
2019-12-12 Wolfgang Bumillerupdate bytes to 0.5
2019-12-12 Wolfgang Bumillerformatting fixup
2019-12-12 Wolfgang Bumillerupdates for hyper 0.13 release
2019-12-09 Dietmar Maurerproxmox-api/src/cli.rs: simplify cli setup using generics.
2019-12-06 Dietmar Maurerproxmox-api/src/cli/format.rs - generate_nested_usage...
2019-12-05 Wolfgang Bumillerapi: add 'router' and 'cli' features
2019-12-05 Wolfgang Bumillerapi: use http::{Parts,Response,Method}
2019-12-05 Wolfgang Bumillermore clippy fixups
2019-12-05 Wolfgang Bumillerformatting fixup
2019-12-04 Wolfgang Bumillerapi: let ConstRegexPattern deref to Regex
2019-12-03 Dietmar Maurerproxmox_api/src/format.rs - get_property_description...
2019-12-02 Dietmar Maurerproxmox-api/src/format.rs: improve docs
2019-12-02 Dietmar Maurerproxmox-api/src/format.rs: add missing docs
2019-12-02 Dietmar Maurerproxmox-api/src/cli/shellword.rs: re-export Quote from...
2019-12-02 Dietmar Maurerproxmox-api/src/cli/completion.rs: add more tests
2019-12-02 Dietmar Maurerproxmox-api/src/cli/completion.rs: add help completion...
2019-12-02 Dietmar Maurerproxmox_api: add cli submodule (copied from proxmox...
2019-12-01 Dietmar Maurerproxmox-api: fix text_wrap() - use join instead of...
2019-11-25 Wolfgang Bumillerformatting fixup
2019-11-24 Dietmar Maurerproxmox_api: improve ApiStringFormat docs
2019-11-24 Dietmar Maurerproxmox-api: rename ApiStringFormat::Complex into ApiSt...
2019-11-23 Dietmar Maurerproxmox-api: improve schema docs
2019-11-23 Dietmar Maurerproxmox-api: improve schema docs
2019-11-23 Dietmar Maurerproxmox-api: further doc improvements
2019-11-23 Dietmar Maurerproxmox-api: improve router docs
2019-11-23 Dietmar Maurerproxmox-api - improve Router docs
2019-11-23 Dietmar Maurerproxmox-api: move impl ApiMethod to lib.rs
2019-11-23 Dietmar Maurerconst_regex: fixup for previous commit
2019-11-23 Dietmar Maurerproxmox-api: further cleanups
2019-11-23 Dietmar Maurerproxmox-api/src/lib.rs: hide modules with inlined docs
2019-11-23 Dietmar Maurerproxmox_api - ApiHandler: rename Async into AsyncHttp
2019-11-22 Dietmar Maurerapi: simplify ApiAsyncHandlerFn
2019-11-22 Wolfgang Bumillerapi: add format module
2019-11-21 Wolfgang Bumillerapi: fully qualify types in exported macros
2019-11-21 Wolfgang Bumillerapi: move ApiMethod from router to top level
2019-11-21 Wolfgang Bumillermove HttpError to separate error module
2019-11-21 Wolfgang Bumillerapi: schema: avoid an extra temp string
2019-11-21 Wolfgang Bumillerimport the new api definitions
2019-11-21 Wolfgang Bumillerdelete the old api macro stuff
2019-09-28 Wolfgang Bumillerapi: make ApiMethodInfo already require Send + Sync
2019-09-28 Wolfgang Bumillerremove async_await feature gate
2019-08-22 Wolfgang Bumiller[clippy] api: mostly noise reduction
2019-08-16 Wolfgang Bumillerapi: allow () type, but panic when used as CLI input
2019-08-15 Wolfgang Bumillerfixup tests for router change
2019-08-15 Wolfgang Bumillerapi: router: return Map on lookup
2019-08-05 Wolfgang Bumillerformatting fixup
2019-08-01 Wolfgang Bumillerapi: support HashSet<String> as api type
2019-07-30 Wolfgang Bumillerformatting fixup
2019-07-30 Wolfgang Bumillerapi, macro: implement 'format' verifier for structs
2019-07-29 Wolfgang Bumillerapi: macro: implement minimum/maximum_length checks
2019-07-29 Wolfgang Bumillerapi: verify: rename Verify to TestMinMax
2019-07-29 Wolfgang Bumillerapi: add helper module for verifiers
2019-07-19 Wolfgang Bumillermacro: support Option in deserialization
2019-07-19 Wolfgang Bumillerapi: add a meta module to help with macro impls
2019-07-19 Wolfgang Bumillerdefault to not serializing None options
2019-07-17 Wolfgang Bumillerapi: export derive_parse_cli_from_str
2019-07-01 Wolfgang Bumillerapi: split ApiHandler out of ApiMethodInfo
2019-06-23 Wolfgang Bumillerapi: WIP: don't depend on a specific Body type
2019-06-23 Wolfgang Bumillerapi: replace handler() with call()
2019-06-19 Wolfgang Bumillerapi: make method body an associated type
2019-06-18 Wolfgang Bumillertest update
2019-06-18 Wolfgang Bumillerapi: fix Option<> types, implement bools, add tests
2019-06-18 Wolfgang Bumillerformatting fixup
2019-06-17 Wolfgang Bumillerapi: set missing description of Option types
2019-06-17 Wolfgang Bumillercli: fix options with arguments, add tests
2019-06-17 Wolfgang Bumillerformatting fixup
2019-06-17 Wolfgang Bumillermacro: add `cli` property and remove specialization
2019-06-17 Wolfgang Bumillerfirst succesful CLI test
2019-06-17 Wolfgang Bumilleradd the ParseCli trait
2019-06-17 Wolfgang Bumillerstart command resolution
2019-06-17 Wolfgang Bumillerapi: started CLI layout
2019-06-13 Wolfgang Bumillerimpl ApiType for bool
2019-06-12 Wolfgang Bumilleradd 'returns' member to method info dump
2019-06-12 Wolfgang Bumillertesting a Router::api_dump method
2019-06-12 Wolfgang Bumillerapi: Parameter::type_info must be an fn
2019-06-12 Wolfgang Bumillerapi: ApiMethodInfo should be Send + Sync
2019-06-12 Wolfgang Bumillerapi: ApiFutures need to be Send
2019-06-12 Wolfgang Bumillerapi: add generic Body parameter
2019-06-12 Wolfgang Bumillerrouter: implement 'rest of the path' wildcard matching
2019-06-12 Wolfgang Bumillerapi: move router to router.rs
2019-06-12 Wolfgang Bumillerallow async api methods to return Response<Bytes>
2019-06-07 Wolfgang Bumillerformatting fixup
2019-06-06 Wolfgang Bumillertypo fixup
2019-06-06 Wolfgang BumillerAdd more documentation
2019-06-06 Wolfgang Bumillerapi: router test file
2019-06-06 Wolfgang Bumilleradd proxmox-api crate