Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-04-02 | T7292: add utility functions to set tag/leaf data on newly defined path | John Estabrook | |
The vyconfd set operation requires configuration of tag and leaf fields from reference_tree data. | |||
2025-01-30 | T6946: add utilities for commit algorithm | John Estabrook | |
2025-01-13 | T6342: formating and delete trailing whitespace | rebortg | |
2025-01-08 | T6342: add parsing of docs element | rebortg | |
2024-10-24 | T6718: validate_path returns unit instead of (path, value) | John Estabrook | |
Splitting of path arg into (path, value), as originally returned by validate_path, is now handled by a utility function. validate_path returns unit on success and raises error with output on failure. | |||
2024-10-24 | T6718: add function refpath: config path -> reference_tree path | John Estabrook | |
2024-10-24 | T6718: add functor for internal rep | John Estabrook | |
2024-10-24 | T6718: minor changes to support vyconf tests | John Estabrook | |
2024-10-24 | T6718: move validate_path from vyconf | John Estabrook | |
2024-05-26 | T6404: add constraintGroup element to reference tree | John Estabrook | |
2023-05-10 | T5194: drop keep_order field | John Estabrook | |
This is not applicable under the current node sorting; drop for now. | |||
2023-05-10 | T5194: override json serialization for node_type variant | John Estabrook | |
2023-05-10 | T5194: add default_value | John Estabrook | |
2023-05-10 | T5194: add completion_help | John Estabrook | |
2023-05-10 | T5194: add render_json | John Estabrook | |
2023-05-10 | T5194: add priority element | John Estabrook | |
2023-05-10 | T5194: import reference_tree from vyconf | John Estabrook | |