]> git.proxmox.com Git - pve-common.git/history - src/PVE/JSONSchema.pm
JSONSchema: add idmap parser and storagepair format
[pve-common.git] / src / PVE / JSONSchema.pm
2020-04-01 Fabian GrünbichlerJSONSchema: add idmap parser and storagepair format
2020-04-01 Wolfgang LinkRegister acme-plugin-format
2020-04-01 Wolfgang LinkReuse id parse code.
2020-03-09 Dominik Csapakadd ldap-simple-attr from pmg
2020-01-27 Fabian GrünbichlerAPI schema: add 'allowtoken' property
2019-10-30 Dominik CsapakJSONSchema: add pve-tag format
2019-10-29 Wolfgang BumillerJSONSchema: add TFA-secret format; support longer secrets
2019-09-09 Thomas Lamprechttree wide trailing whitespace cleanup
2019-05-15 Thomas LamprechtJSONSchema: sort keys when dumping config for stabillity
2019-05-08 Dominik CsapakJSONSchema: add get_netmask_bits and missing netmask
2019-04-02 Stoiko IvanovJSONSchema: fix units of bwlimit
2019-03-21 Thomas LamprechtJSONSchema: register 'pve-snapshot-name' here to avoid...
2019-03-14 Thomas Lamprechtfollowup: add verbose_description to new mac-addr stand...
2019-03-14 Stoiko IvanovJSONSchema: Adapt MAC address format to unicast
2019-03-01 Oguz Bektasfix #2111: regex match for email addresses
2019-01-22 Christian EbnerJSONSchema: Add format for MAC address verification
2018-09-25 Wolfgang BumillerJSONSchema: typo fixup
2018-09-20 Thomas Lamprechtfix some erro mesage and comment typos
2018-07-26 Dietmar Maurerintrocude new output format 'yaml'
2018-07-10 Dietmar Maureroutput format options: remove 'plain', add 'json-pretty'
2018-07-03 Dietmar MaurerJSONSchema: register new standard option 'pve-output...
2018-07-03 Dietmar MaurerJSONSchema: define 'renderer' property
2018-06-29 Dietmar MaurerPVE::JSONSchema::register_renderer - allow to register...
2018-06-27 Dominik Csapakremove read_password_func from cli handler
2018-06-18 Stoiko Ivanovadd print_width property to JSONSchema definition
2018-06-07 Dietmar Maurerfix getopt when invoking without arguments
2018-03-13 Wolfgang Bumillercli: more generic interactive parameter definition
2018-02-05 Wolfgang Bumillerschema: add bwlimit standard option and format
2018-02-05 Wolfgang Bumillerschema: allow ipv6 prefix lengths up to 128
2018-01-11 Thomas LamprechtJSONSchema: add fingerprint-sha256 standard option
2017-11-08 Dietmar MaurerJSONSchema.pm - add a 'download' attribute
2017-08-18 Wolfgang BumillerJSONSchema: add parse_boolean helper
2017-05-31 Dietmar MaurerPVE::JSONSchema - add proxyto_callback property
2017-05-31 Dietmar MaurerRevert "JSONSchema.pm: register new standard option...
2017-05-08 Dietmar MaurerJSONSchema.pm: register new standard option pve-replicate
2017-05-05 Thomas Lamprechtget_options: handle array and scalar refs on decoding
2017-05-02 Dietmar Maureruse Encode::Locale to encode parameters read from conso...
2017-02-25 Dietmar MaurerJSONSchema::check_type: return success (not value)
2017-02-07 Wolfgang BumillerJSONSchema: adding skiplock option here
2017-01-18 Dietmar MaurerJSONSchema: remove formatter option
2016-11-05 Dietmar Maurerschema_get_type_text: do not always expand enums
2016-11-05 Dietmar Maurerschema_get_type_text: render generic types as <type>
2016-11-02 Wolfgang BumillerJSONSchema: named formats in parse_property_string
2016-10-28 Dominik Csapakfix typo
2016-09-29 Dietmar Maurerfix doc generator (do not convert efidisk0 to efidisk[N])
2016-09-05 Dietmar Maurerschema_get_type_text: always access values as number
2016-07-14 Wolfgang Bumillerallow Regexp objects for strings in the schema
2016-06-03 Wolfgang BumillerConsider /31 and /32 valid subnet masks.
2016-05-23 Wolfgang Bumillerprint_property_string: don't print the default key...
2016-05-19 Dietmar Maurerimprove doc generator, introduce verbose_description...
2016-05-12 Dietmar Maurerprint_property_string: correctly implement skip parameter
2016-05-11 Dietmar Maurerfix keyAlias test
2016-05-11 Dietmar MaurerJSONSchema fix property sort order
2016-05-11 Dietmar Maurerremove PodParser.pm, implement keyAlias feature
2016-04-01 Wolfgang Bumillerproperty strings: introduce key grouping feature
2016-03-23 Wolfgang Bumillercleanup: whitespace and than/then typo
2016-03-21 Wolfgang Bumilleradd the 'urlencoded' string format
2016-03-21 Wolfgang Bumillercleanup: full path package references to self
2016-03-21 Wolfgang Bumillercleanup: newlines in die/warn
2016-03-21 Wolfgang Bumillerproperty strings: check for commas in values
2016-02-18 Wolfgang Bumillerschema: error on missing keys without default keys
2016-02-15 Dominik Csapaklimit vmid with JSON format
2016-02-11 Wolfgang Bumillerschema: disable additional properties in property strings
2015-11-26 Wolfgang Bumillerprint_property_string: skip keys early
2015-10-30 Wolfgang Bumillerprint_property_string: skip undefined values
2015-10-16 Wolfgang Bumillerallow /32 ipv4 cidrs
2015-10-15 Wolfgang Bumillersupport aliases in property strings
2015-10-15 Wolfgang Bumillerprint_property_string: disk-size is a format, not a...
2015-10-09 Dietmar Maurerparse_property_string: add newline to error strings
2015-10-01 Wolfgang Bumilleradded JSONSchema::print_property_string
2015-10-01 Wolfgang BumillerJSONSchema: added disk-size format
2015-10-01 Wolfgang BumillerAdded PVE::JSONSchema::parse_size/format_size
2015-10-01 Wolfgang BumillerSupport named formats in typetext generation
2015-09-23 Wolfgang BumillerJSONSchema::generate_typetext: default_key support
2015-09-23 Wolfgang BumillerJSONSchema: verify comma-separated property strings
2015-09-23 Wolfgang BumillerAdded JSONSchema::parse_property_string
2015-09-23 Wolfgang Bumillergenerate_typetext: better handling of only-optional...
2015-09-23 Wolfgang BumillerJSONSchema::generate_typetext: raw typetext support
2015-09-22 Wolfgang BumillerJSONSchema: pve-ipv4/6-config and CIDR split
2015-09-22 Wolfgang BumillerJSONSchema::check_object_warn
2015-09-22 Wolfgang BumillerJSONSchema: format_description + generate_typetext
2015-09-17 Emmanuel KasperAllow top level devel domain name up to 63 characters...
2015-09-04 Dietmar Maureradd missing formatter property to method schema
2015-09-04 Dietmar Maurerget_options: avoid warning for -list format
2015-09-03 Wolfgang Bumillerremove + from getopt's prefix_pattern
2015-09-02 Dietmar Maureradd new property to support bash completions
2015-09-01 Wolfgang Bumilleradded 'extra-args' CLI handling
2015-08-04 Dietmar Maurerget_standard_option: do not overwrite defaults when...
2015-07-22 Wolfgang Bumillerimprove parse_config in JSONSchema and SectionConfig
2015-05-27 Wolfgang Bumillerspice-proxy format now uses new address format
2015-04-23 Dietmar Maurerfix typo
2015-04-23 Dietmar Maureradd additional methods for IP address verification
2015-04-22 Dietmar Maurercleanup: remove unnecessary prefix
2015-04-22 Dietmar Maurerregister new standard option pve-startup-order
2015-04-03 Dietmar Maurerimprove error message
2015-02-27 Dietmar Maurerrename data to src