Tags: ietf-tools/author-tools
Tags
feat: expose --ietf, --verbose, --strict pyang options in YANG API (#698 ) Expose pyang's --ietf, --verbose, and --strict options through the /api/yang/validate endpoint and the YANG Tools web page. Options are parsed as booleans, similar to the idnits API. Defaults: --ietf on, --verbose on, --strict off. Model: claude-opus-4-8 (thinking: medium) Co-authored-by: Claude <noreply@anthropic.com>
feat: Add support for yang validation (#686) * feat: Add support for yang validation * test: Tests for yang validation Co-Authored-By: Claude (Opus 5, high) <noreply@anthropic.com> * docs: Update OpenAPI spec Co-Authored-By: Claude (Opus 5, high) <noreply@anthropic.com> * feat: Add UI for yang validation * style: black * fix: Add vaild message This adds a valid message when pyang doesn't reports errors. * build(k8s): Store YANG modules on a volume with weekly refresh Co-Authored-By: Claude <noreply@anthropic.com> Model: claude-opus-5 (thinking: high) * build(k8s): Fix persistent volume declaration Co-Authored-By: Claude <noreply@anthropic.com> Model: claude-opus-5 (thinking: high) * build(k8s): Fix yang init * build(k8s): Set safe.directory for the YANG volume Co-Authored-By: Claude <noreply@anthropic.com> Model: claude-opus-5 (thinking: high) * chore: Add a note about service status * fix: Add --strict option * chore: Use correct YANG module path for I-Ds --------- Co-authored-by: Claude (Opus 5, high) <noreply@anthropic.com>
PreviousNext