summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2025-12-17T8009: fix logic in test potential_tag_valueJohn Estabrook
2025-11-26T8032: add file_compare utility for comparing files up to whitespaceJohn Estabrook
2025-11-24T8009: add allowed_edit_level to test necessary conditions on pathJohn Estabrook
2025-11-20T8009: remove unnecessary alert on empty path for refpathJohn Estabrook
2025-11-11T7988: add diff function for show configJohn Estabrook
2025-11-11T7988: enforce lexical-numeric order for option tuple compareJohn Estabrook
2025-11-11T7988: move function flag to util.ml for general useJohn Estabrook
2025-11-11T7988: add util is_sublistJohn Estabrook
2025-11-11T7988: adjust/normalize function namesJohn Estabrook
2025-11-11T7988: change type name to avoid collision with standard result typeJohn Estabrook
2025-11-11T7988: drop Config_diff type as no longer neededJohn Estabrook
2025-11-11T7988: expose finer grained render commandsJohn Estabrook
2025-11-03T7915: add compiler alerts and annotationsJohn Estabrook
2025-11-03T7969: add boolean test value_existsJohn Estabrook
2025-11-01T7980: add write_internal_atomic to cache config in presence of readersJohn Estabrook
2025-11-01T7980: add module descriptionJohn Estabrook
2025-09-15T7737: add util replace_or_cons for prepending to list if not elementJohn Estabrook
2025-09-15T7737: support for logging of vyconf cfg_opJohn Estabrook
2025-08-13T7718: add revised validate_tree methodJohn Estabrook
2025-08-06T7694: insert paths lexico-numerically in config_tree setJohn Estabrook
2025-07-18T7605: add string sanitization functions for direct load of config fileJohn Estabrook
2025-07-06T7499: set appropriate permissions on write cacheJohn Estabrook