]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
python: modeling: parsing: added support for YAML '!include' tag docs-python-refac-hoq9jw/deployments/8894 python-refactoring-modeling
authorAleš Mrázek <ales.mrazek@nic.cz>
Thu, 19 Mar 2026 14:56:17 +0000 (15:56 +0100)
committerAleš Mrázek <ales.mrazek@nic.cz>
Mon, 20 Apr 2026 22:25:58 +0000 (00:25 +0200)
commit09445b003356d78b6b355fa6637eaf9aa74399a3
treef4a7692ed0e24084ac3590c76189eafbcb1bf060
parent6813d49715105275329c0570de3557af964a51b7
python: modeling: parsing: added support for YAML '!include' tag
15 files changed:
python/knot_resolver/utils/modeling/errors.py
python/knot_resolver/utils/modeling/parsing.py
tests/python/knot_resolver/utils/modeling/test_parsing.py
tests/python/knot_resolver/utils/modeling/test_parsing/data.json [new file with mode: 0644]
tests/python/knot_resolver/utils/modeling/test_parsing/data.yaml [new file with mode: 0644]
tests/python/knot_resolver/utils/modeling/test_parsing/duplicity.inner.json [new file with mode: 0644]
tests/python/knot_resolver/utils/modeling/test_parsing/duplicity.inner.yaml [new file with mode: 0644]
tests/python/knot_resolver/utils/modeling/test_parsing/duplicity.json [new file with mode: 0644]
tests/python/knot_resolver/utils/modeling/test_parsing/duplicity.yaml [new file with mode: 0644]
tests/python/knot_resolver/utils/modeling/test_parsing/include-key.yaml [new file with mode: 0644]
tests/python/knot_resolver/utils/modeling/test_parsing/include.inner.yaml [new file with mode: 0644]
tests/python/knot_resolver/utils/modeling/test_parsing/include.object.yaml [new file with mode: 0644]
tests/python/knot_resolver/utils/modeling/test_parsing/include.root.yaml [new file with mode: 0644]
tests/python/knot_resolver/utils/modeling/test_parsing/include1.yaml [new file with mode: 0644]
tests/python/knot_resolver/utils/modeling/test_parsing/include2.yaml [new file with mode: 0644]