Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-19 | fix for bug 6448 | An-Cheng Huang | |
* fix leaf node value diff output. | |||
2010-11-19 | 0.18.31debian/0.18.31 | An-Cheng Huang | |
2010-11-19 | fix existence check in "syntax" when builtin expression is used. | An-Cheng Huang | |
2010-11-19 | 0.18.30debian/0.18.30 | An-Cheng Huang | |
2010-11-19 | remove parser debug output and move existence check. | An-Cheng Huang | |
2010-11-18 | 0.18.29debian/0.18.29 | Stig Thormodsrud | |
2010-11-18 | Merge branch 'mendocino' of http://git.vyatta.com/vyatta-cfg into mendocino | Stig Thormodsrud | |
2010-11-18 | Add --show-working-only option to showCfg. | Stig Thormodsrud | |
2010-11-18 | 1) Ordered evaluation of these scripts similar to what is found in | Michael Larson | |
/etc/rc* system. An integer at the beginning of the script identifies the order in which the script is executed (i.e. 01test is run before 55monkey). 2) There is now a pre-commit hook that can be used. These scripts are located at: /etc/precommit and are invoked before commit has started processing actions. 3) A success/failure environment flag set before a process has run has been changed to a tri-state: SUCCESS = all priority groups succeeded FAILURE = all priority groups failed PARTIAL = mixed success/failed | |||
2010-11-18 | 0.18.28debian/0.18.28 | An-Cheng Huang | |
2010-11-18 | rebuild to test autobuild scripts | An-Cheng Huang | |
2010-11-18 | 0.18.27debian/0.18.27 | An-Cheng Huang | |
2010-11-18 | change error message when showing non-existing paths. | An-Cheng Huang | |
2010-11-17 | 0.18.26debian/0.18.26 | An-Cheng Huang | |
2010-11-17 | continue work on parser/output framework | An-Cheng Huang | |
* handle empty and leaf typeless nodes from parsed nodes. * fix bug 6436 show level issue. | |||
2010-11-16 | 0.18.25debian/0.18.25 | Michael Larson | |
2010-11-16 | modified output to match spec on error location. | Michael Larson | |
2010-11-16 | allow error location to be set via environmental variable. update commit ↵ | Michael Larson | |
check to preserve key when flag is set. | |||
2010-11-16 | 0.18.24debian/0.18.24 | Michael Larson | |
2010-11-16 | remove error flag now that error locations will be exposed by default. | Michael Larson | |
2010-11-16 | 0.18.23debian/0.18.23 | Michael Larson | |
2010-11-16 | Merge branch 'mendocino' of http://git.vyatta.com/vyatta-cfg into mendocino | Michael Larson | |
2010-11-16 | update to perl error location support. | Michael Larson | |
2010-11-15 | 0.18.22debian/0.18.22 | An-Cheng Huang | |
2010-11-15 | continue config file parser work | An-Cheng Huang | |
2010-11-15 | 0.18.21debian/0.18.21 | An-Cheng Huang | |
2010-11-15 | fix for bug 6427 | An-Cheng Huang | |
* also show non-existing nodes for "edit" completion. | |||
2010-11-12 | 0.18.20debian/0.18.20 | Michael Larson | |
2010-11-12 | remove extra process layer--required before this command is expanded to ↵ | Michael Larson | |
handle other commit actions (i.e. ones that rely on consistent parent process id in scripts). | |||
2010-11-12 | 0.18.19debian/0.18.19 | An-Cheng Huang | |
2010-11-12 | initial work to parse config file into data structure. | An-Cheng Huang | |
2010-11-11 | 0.18.18debian/0.18.18 | An-Cheng Huang | |
2010-11-11 | continue config parser work | An-Cheng Huang | |
* add parser to package build. * add prefix, error handling, etc. * fix handling of empty and 1-char values in lex. * add API function. | |||
2010-11-11 | 0.18.17debian/0.18.17 | Stig Thormodsrud | |
2010-11-11 | Add warning when saving if there are uncommitted changes. | Stig Thormodsrud | |
2010-11-11 | 0.18.16debian/0.18.16 | Stig Thormodsrud | |
2010-11-11 | Add completion for commit and commit-confirm. | Stig Thormodsrud | |
2010-11-11 | 0.18.15debian/0.18.15 | Stig Thormodsrud | |
2010-11-11 | Add tab completion for "compare" command. | Stig Thormodsrud | |
2010-11-11 | 0.18.14debian/0.18.14 | Stig Thormodsrud | |
2010-11-11 | Add completion for rollback. | Stig Thormodsrud | |
2010-11-10 | 0.18.13debian/0.18.13 | An-Cheng Huang | |
2010-11-10 | consolidate similar logic and simplify code | An-Cheng Huang | |
2010-11-10 | 0.18.12debian/0.18.12 | An-Cheng Huang | |
2010-11-10 | switch to new output framework | An-Cheng Huang | |
* change showCfg to use new code. * remove old files. | |||
2010-11-10 | fix typo in comment | An-Cheng Huang | |
2010-11-09 | 0.18.11debian/0.18.11 | An-Cheng Huang | |
2010-11-09 | initial rework of config output framework | An-Cheng Huang | |
* separate data from algorithm. * prepare for unified input/output framework. | |||
2010-11-09 | 0.18.10debian/0.18.10 | Stig Thormodsrud | |
2010-11-09 | Merge branch 'mendocino' of http://git.vyatta.com/vyatta-cfg into mendocino | Stig Thormodsrud | |