summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2026-08-28T9231: fix corner case: only consider subtrees containing full pathJohn Estabrook
2026-08-25T9231: add util subtree_values_of_pathJohn Estabrook
2026-08-25T9231: add is_terminal check on nodeJohn Estabrook
2026-08-25T9231: add util_reference_treeJohn Estabrook
2026-08-25T9231: add support for kind and dependency elementsJohn Estabrook
2026-08-25T9231: change function name for clarityJohn Estabrook
2026-08-25T9231: drop unintended restriction on signatureJohn Estabrook
2026-08-25T9231: add coarse ordering when loading reference treeJohn Estabrook
2026-08-25T9231: exclude spurious final tag value in subtree_from_partialJohn Estabrook
2026-08-25T9231: add option descent in subtree_from_partialJohn Estabrook
2026-08-25T9231: change option name from recurse to descentJohn Estabrook
2026-08-14Merge pull request #90 from jestabro/diff-functorDaniil Baturin
2026-08-09T9182: simplify lexical_numeric_compare and catch corner caseJohn Estabrook
2026-08-05T9169: remove the now refactored config_diffJohn Estabrook
2026-08-05T9169: move util subtree_from_partial to derivedJohn Estabrook
2026-08-05T9169: move clone function and values set to config_treeJohn Estabrook
2026-08-05T9169: factor out union/merge functions from config_diffJohn Estabrook
2026-08-05T9169: add mask instancesJohn Estabrook
2026-08-05T9169: add diff_show instanceJohn Estabrook
2026-08-05T9169: add diff_compare instanceJohn Estabrook
2026-08-05T9169: add diff_tree instanceJohn Estabrook
2026-08-05T9169: factor out diff calculation moduleJohn Estabrook
2026-05-27T8916: add missing descendents along paths in mask_exclusiveJohn Estabrook
2026-05-26T8916: add missing descendents along paths in subtree_from_partialJohn Estabrook
2026-04-16T8488: add read/write to string in 'internal' (yojson) formatJohn Estabrook
2026-04-16T8488: add utility subtree_from_partialJohn Estabrook
2026-04-16T8488: add mask_exclusiveJohn Estabrook
2026-04-16T8488: add utility refpath_from_partialJohn Estabrook
2026-03-11T8269: handle element constraintSilenceOutput in creation of ref treeJohn Estabrook
2026-02-24T8313: add copy and rename to completion op variantJohn Estabrook
2026-02-24T8312: add edit to completion op variantJohn Estabrook
2026-02-06T8232: functions to calculate and render config tree with defaultsJohn Estabrook
2026-02-06T8232: add extended fold over tree function to track levelJohn Estabrook
2026-02-06T8232: Config_tree.get_subtree should preserve tag attribute at rootJohn Estabrook
2026-02-06T8232: add util get_subtree for reference_treeJohn Estabrook
2026-02-06T8232: simplify return value of fold_tree_with_pathJohn Estabrook
2026-01-14T8164: add completion help hints to get_completion_envJohn Estabrook
2026-01-14T8164: add util list_of_string to split on whitespaceJohn Estabrook
2026-01-08Merge pull request #62 from jestabro/misplaced-check-in-completion-envDaniil Baturin
2026-01-07T8157: add missed case of vyconf completion, in the absence of valueHelpJohn Estabrook
2026-01-06T8156: fix misplaced check for Nonexistent_path in get completion envJohn Estabrook
2025-12-21T8113: fix logic error in show on tag nodesJohn Estabrook
2025-12-19T8109: fix show command on leaf pathJohn Estabrook
2025-12-17T8061: add function get_completion_envJohn Estabrook
2025-12-17T8061: add function get_default_valueJohn Estabrook
2025-12-17T8061: simplify allowed_edit_node with path_typeJohn Estabrook
2025-12-17T8061: extend node_type to path_type for path characteristicsJohn Estabrook
2025-12-17T8061: add boolean test for compatibility of path with reference treeJohn Estabrook
2025-12-17T8061: require strict check of existence in refpathJohn Estabrook
2025-12-17T8061: add test potential_leaf_value and refine error messagesJohn Estabrook