| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-04-16 | T8488: add utility refpath_from_partial | John Estabrook | |
| Infer the reference path from a path that may or may not contain intervening tag nodes. Return an empty list on a nonsensical path. | |||
| 2026-03-11 | T8269: handle element constraintSilenceOutput in creation of ref tree | John Estabrook | |
| 2026-02-06 | T8232: add util get_subtree for reference_tree | John Estabrook | |
| This is the direct analogue of Config_tree.get_subtree, a safe wrapper around Vytree.get. Note that the twin functions could easily have been abstracted under Tree_alg, however, for such simple functions the redundancy is preferable. | |||
| 2026-02-06 | T8232: simplify return value of fold_tree_with_path | John Estabrook | |
| The details do not need to be exposed in the function signature. | |||
| 2025-12-17 | T8061: add function get_completion_env | John Estabrook | |
| 2025-12-17 | T8061: add function get_default_value | John Estabrook | |
| 2025-12-17 | T8061: simplify allowed_edit_node with path_type | John Estabrook | |
| 2025-12-17 | T8061: extend node_type to path_type for path characteristics | John Estabrook | |
| For an arbitrary path, determine if it has the characterists of a configuration path, and return the potential node type, solely in terms of the reference tree. No validation is taking place on values. | |||
| 2025-12-17 | T8061: add boolean test for compatibility of path with reference tree | John Estabrook | |
| 2025-12-17 | T8061: require strict check of existence in refpath | John Estabrook | |
| For use in reference_path_exists, add strict check in the utility that forms the reference path from a config path. | |||
| 2025-12-17 | T8061: add test potential_leaf_value and refine error messages | John Estabrook | |
| 2025-12-17 | T8009: fix logic in test potential_tag_value | John Estabrook | |
| 2025-11-24 | T8009: add allowed_edit_level to test necessary conditions on path | John Estabrook | |
| 2025-11-20 | T8009: remove unnecessary alert on empty path for refpath | John Estabrook | |
| 2025-11-11 | T7988: move function flag to util.ml for general use | John Estabrook | |
| 2025-11-03 | T7915: add compiler alerts and annotations | John Estabrook | |
| 2025-08-13 | T7718: add revised validate_tree method | John Estabrook | |
| 2025-05-13 | deps: T7450: use PCRE2 instead of the original, outdated PCRE | Daniil Baturin | |
| 2025-04-11 | T7321: fix bug in split_path which missed tag values | John Estabrook | |
| 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: format error output | John Estabrook | |
| 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: update value_checker to return validator output on error | John Estabrook | |
| 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 | |
| 2024-03-21 | T6149: update node_data if necessary when merging nodes | John Estabrook | |
| 2023-07-20 | T5385: catch correct errors in Xml_light Xml.parse_file | 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: ignore syntaxVersion elements | John Estabrook | |
| syntaxVersion elements are post-processed in the Python reference dict | |||
| 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: allow for empty element string and child order in valueHelp | John Estabrook | |
| One needs to handle the pathological cases of an empty element string and arbitrary order of child elements. Neither are prohibited, and the former has a use case (for now). | |||
| 2023-05-10 | T5194: add render_json | John Estabrook | |
| 2023-05-10 | T5194: insert_maybe as node names exist in multiple interface-def files | John Estabrook | |
| 2023-05-10 | T5194: add priority element | John Estabrook | |
| 2023-05-10 | T5194: use empty string as name of root to avoid conflict | John Estabrook | |
| cf. 4df07f8e for details | |||
| 2023-05-10 | T5194: remove unused variables and flag | John Estabrook | |
| 2023-05-10 | T5194: add util functions for reference tree | John Estabrook | |
| 2023-05-10 | T5194: import reference_tree from vyconf | John Estabrook | |
