summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-11-19Merge branch 'mendocino' of suva.vyatta.com:/git/vyatta-cfg into mendocinoStephen Hemminger
2010-11-19Fix typo's in logging printfStephen Hemminger
Had wrong version, want to get config command in log, not whole string.
2010-11-19Merge branch 'mendocino' of suva.vyatta.com:/git/vyatta-cfg into mendocinoStephen Hemminger
2010-11-19Merge branch 'mendocino' of vm:rel/vyatta-cfg into mendocinoStephen Hemminger
2010-11-19Cleanup config loaderStephen Hemminger
1. Get rid of all perl warnings (and perl critic warnings) 2. use Syslog package rather than running logger 3. put config log in /tmt/vyatta-config-load.log rather than /tmp/bar 4. Don't do another transaction for deactivated nodes unless necessary 5. Use exec as a tail optimization for end step.
2010-11-190.18.32debian/0.18.32An-Cheng Huang
2010-11-19fix for bug 6448An-Cheng Huang
* fix leaf node value diff output.
2010-11-190.18.31debian/0.18.31An-Cheng Huang
2010-11-19fix existence check in "syntax" when builtin expression is used.An-Cheng Huang
2010-11-190.18.30debian/0.18.30An-Cheng Huang
2010-11-19remove parser debug output and move existence check.An-Cheng Huang
2010-11-190.18.33debian/0.18.33Michael
2010-11-19proper exit on failure.Michael
2010-11-180.18.29debian/0.18.29Stig Thormodsrud
2010-11-18Merge branch 'mendocino' of http://git.vyatta.com/vyatta-cfg into mendocinoStig Thormodsrud
2010-11-18Add --show-working-only option to showCfg.Stig Thormodsrud
2010-11-181) Ordered evaluation of these scripts similar to what is found inMichael 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-180.18.28debian/0.18.28An-Cheng Huang
2010-11-18rebuild to test autobuild scriptsAn-Cheng Huang
2010-11-180.18.27debian/0.18.27An-Cheng Huang
2010-11-18change error message when showing non-existing paths.An-Cheng Huang
2010-11-170.18.26debian/0.18.26An-Cheng Huang
2010-11-17continue work on parser/output frameworkAn-Cheng Huang
* handle empty and leaf typeless nodes from parsed nodes. * fix bug 6436 show level issue.
2010-11-160.18.25debian/0.18.25Michael Larson
2010-11-16modified output to match spec on error location.Michael Larson
2010-11-16allow error location to be set via environmental variable. update commit ↵Michael Larson
check to preserve key when flag is set.
2010-11-160.18.24debian/0.18.24Michael Larson
2010-11-16remove error flag now that error locations will be exposed by default.Michael Larson
2010-11-160.18.23debian/0.18.23Michael Larson
2010-11-16Merge branch 'mendocino' of http://git.vyatta.com/vyatta-cfg into mendocinoMichael Larson
2010-11-16update to perl error location support.Michael Larson
2010-11-150.18.22debian/0.18.22An-Cheng Huang
2010-11-15continue config file parser workAn-Cheng Huang
2010-11-150.18.21debian/0.18.21An-Cheng Huang
2010-11-15fix for bug 6427An-Cheng Huang
* also show non-existing nodes for "edit" completion.
2010-11-120.18.20debian/0.18.20Michael Larson
2010-11-12remove 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-120.18.19debian/0.18.19An-Cheng Huang
2010-11-12initial work to parse config file into data structure.An-Cheng Huang
2010-11-110.18.18debian/0.18.18An-Cheng Huang
2010-11-11continue config parser workAn-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-110.18.17debian/0.18.17Stig Thormodsrud
2010-11-11Add warning when saving if there are uncommitted changes.Stig Thormodsrud
2010-11-110.18.16debian/0.18.16Stig Thormodsrud
2010-11-11Add completion for commit and commit-confirm.Stig Thormodsrud
2010-11-110.18.15debian/0.18.15Stig Thormodsrud
2010-11-11Add tab completion for "compare" command.Stig Thormodsrud
2010-11-110.18.14debian/0.18.14Stig Thormodsrud
2010-11-11Add completion for rollback.Stig Thormodsrud
2010-11-100.18.13debian/0.18.13An-Cheng Huang