]> git.proxmox.com Git - proxmox.git/history - proxmox-schema/src
add `proxmox-rrd` to workspace
[proxmox.git] / proxmox-schema / src /
2024-02-01 Lukas WagnerMerge branch proxmox-rrd
2023-12-04 Wolfgang BumillerMerge branch 'proxmox-acme'
2023-11-20 Dietmar Maurerproxmox-schema: derive PartialEq for UPID (for GUI)
2023-10-23 Gabriel Gollerschema: beautify parameter error output
2023-09-07 Hannes Laimerschema: serialize enum unit variants
2023-08-08 Lukas Wagnerclippy fix: complex type definitions
2023-08-08 Lukas Wagnerclippy fix: the following explicit lifetimes could...
2023-08-08 Lukas Wagnerclippy fix: useless use of `format!`
2023-08-08 Lukas Wagnerclippy fix: warning: this let-binding has unit value
2023-08-08 Lukas Wagnerclippy fix: redundant closure
2023-08-08 Lukas Wagnerclippy fix: needless borrow
2023-08-08 Lukas Wagnerclippy fix: the borrowed expression implements the...
2023-07-24 Lukas Wagnerschema: add schema/format for comments
2023-07-13 Wolfgang Bumillerschema: verify property strings w/ new serde code
2023-07-13 Wolfgang Bumillerschema: predictable order of errors for tests
2023-07-13 Wolfgang Bumillerschema: fixup empty error list handling
2023-07-13 Wolfgang Bumillerschema: guard property string constraint checking
2023-07-13 Wolfgang Bumillerschema: get rid of some unsafe code
2023-07-13 Wolfgang Bumillerschema: use schema when serializing property strings
2023-07-13 Wolfgang Bumillerschema: convenience accessors to schema subtypes
2023-07-13 Wolfgang Bumillerschema: serde based property string de- and serialization
2023-05-24 Wolfgang BumillerMerge branch 'proxmox-openid-merge'
2023-05-24 Wolfgang BumillerMerge branch 'proxmox-apt-merge'
2023-03-02 Wolfgang Bumillerschema: add basic api types feature
2022-12-05 Fabian Grünbichlerclippy 1.65 fixes
2022-10-11 Thomas LamprechtMerge remote-tracking branch 'proxmox-rest-merge/master'
2022-10-11 Fabian Grünbichlerclippy fixes
2022-08-19 Fabian Grünbichlerschema: update to textwrap 0.15
2022-06-02 Wolfgang Bumillerupdate proxmox-schema to nix 0.24.1
2022-06-02 Wolfgang Bumillerschema: drop some commented out lines
2022-05-31 Wolfgang Bumillerschema: clippy fixups
2022-05-05 Thomas Lamprechtschema: doc comment format/slight-expansion
2022-04-10 Thomas Lamprechtschema: rustfmt
2022-03-09 Wolfgang Bumillerschema: add another test case
2022-03-09 Wolfgang Bumillerschema: don't accept unterminated quoted strings
2022-03-04 Wolfgang Bumillerschema: factor out string verify fn and improve docs
2022-03-04 Dominik Csapakproxmox-schema: add convenience macros for ParameterError
2022-03-01 Wolfgang Bumillermake property_string module public
2022-02-22 Wolfgang Bumillerschema: add const fn unwrap_*_schema/format methods
2022-02-17 Wolfgang Bumillersupport quoted strings in property strings
2022-02-14 Wolfgang Bumillerschema: FromIterator lifetime fixup
2022-02-14 Wolfgang Bumillerschema: impl FromIterator for ParameterError
2022-02-14 Wolfgang Bumillerschema: bump edition to 2021
2022-02-11 Wolfgang Bumillerschema: ParameterError convenience
2021-12-16 Wolfgang Bumillerschema: deny unsafe_op_in_unsafe_fn
2021-12-16 Wolfgang Bumillerschema: make verification functions methods
2021-12-07 Wolfgang Bumillerschema: formatting
2021-12-02 Fabian Grünbichlerclippy: collapse match/if let/..
2021-12-02 Fabian Grünbichlerclippy: misc fixes
2021-12-02 Fabian Grünbichlerclippy: remove unnecessary reference taking
2021-11-09 Fabian Grünbichlerupdater: impl UpdaterType for Vec
2021-10-11 Wolfgang Bumilleradd proxmox-schema and proxmox-router crates