summaryrefslogtreecommitdiff
path: root/cloudinit/config/schema.py
AgeCommit message (Expand)Author
2022-01-18Single JSON schema validation in early boot (#1175)Chad Smith
2022-01-10pylint: silence errors on compat code for old jsonschema (#1172)Paride Legovini
2022-01-06Don't throw exceptions for empty cloud config (#1130)Brett Holman
2021-12-15Adopt Black and isort (SC-700) (#1157)James Falcon
2021-12-13Schema processing changes (SC-676) (#1144)James Falcon
2021-12-06Add Strict Metaschema Validation (#1101)Brett Holman
2020-11-18cli: add --system param to allow validating system user-data on a machine (#575)Chad Smith
2020-08-25tox: bump the pylint version to 2.6.0 in the default run (#544)Paride Legovini
2020-05-14cloudinit: remove unneeded __future__ imports (#362)Daniel Watkins
2020-05-13Add schema to apt configure config (#357)lucasmoura
2020-04-27schema: ignore spurious pylint error (#332)Daniel Watkins
2020-04-24schema: add json schema for write_files module (#152)Chad Smith
2019-01-30Resolve flake8 comparison and pycodestyle over-ident issuesParide Legovini
2018-05-23yaml_load/schema: Add invalid line and column nums to error messageChad Smith
2018-05-17read_file_or_url: move to url_helper, fix bug in its FileResponse.Scott Moser
2018-04-19pylint: pay attention to unused variable warnings.Scott Moser
2017-10-18schema: Log debug instead of warning when jsonschema is not available.Scott Moser
2017-09-20docs: fix sphinx module schema documentationChad Smith
2017-09-13schema and docs: Add jsonschema to resizefs and bootcmd modulesChad Smith
2017-08-22schema cli: Add schema subcommand to cloud-init cli and cc_runcmd schemaChad Smith
2017-05-31ntp: Add schema definition and passive schema validation.Chad Smith