Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-26 | remove unneeded stderr message | An-Cheng Huang | |
2011-05-16 | reimplement commit hooks mechanism | An-Cheng Huang | |
* do NOT reinvent the wheel (directory traversal, sorting, script execution, etc.) when the functionality is already provided by the system. * eliminate hard-coded hook directory in various feastures. everyone should obtain the directory path from the config backend. | |||
2011-05-10 | preliminary implementation of new commit | An-Cheng Huang | |
(cherry picked from commit 1b2a0fd1ae1e6dfc18e4f75f73cd7befb47cf538) | |||
2011-04-15 | add validation to config file API | An-Cheng Huang | |
2011-04-15 | initial implementation of "config file" shell API | An-Cheng Huang | |
* this API allows shell scripts to "query" the "config" represented by a config file in a way similar to how they query the active/working config. | |||
2011-04-13 | fix for bug 6996 | An-Cheng Huang | |
* add "ignore-edit" option for config output. * ignore "edit level" when saving config file. | |||
2011-03-17 | remove debug output | An-Cheng Huang | |
2011-03-17 | add config path abstraction and high-level caching | An-Cheng Huang | |
* part of the config backend cleanup/optimization work. * improves the performance of "load" (w/o commit) by ~55% and "show" by ~15%. | |||
2011-02-18 | namespace reorg | An-Cheng Huang | |
2011-01-20 | add comments for showConfig | An-Cheng Huang | |
2011-01-20 | export config output algorithms through shell API | An-Cheng Huang | |
2011-01-18 | have caller handle edit level for context diff | An-Cheng Huang | |
2011-01-18 | initial implementation of context diff | An-Cheng Huang | |
2011-01-05 | fix for bug 6641 | An-Cheng Huang | |
* change shell API to only use "edit level" when needed. * add factory functions for cstore creation to simplify code. (cherry picked from commit 2208bfef1004295d3227492c6a3e9d7b36903db5) | |||
2010-12-02 | implement load function in new config input/output infrastructure. | An-Cheng Huang | |
* add "commands diff" functionality to config input/output infrastructure. * consolidate similar logic in "commands diff" and "show diff". * add loadFile functionality to cstore using "commands diff". * export loadFile through shell API. | |||
2010-11-24 | use exit code 1 to ease init script usage | An-Cheng Huang | |
2010-11-18 | Add --show-working-only option to showCfg. | Stig Thormodsrud | |
2010-11-10 | switch to new output framework | An-Cheng Huang | |
* change showCfg to use new code. * remove old files. | |||
2010-08-26 | new implementation for config output | An-Cheng Huang | |
* replace the original ConfigOutput perl module. * simplify logic and fix bugs in original code. | |||
2010-08-12 | add more functions to shell API | An-Cheng Huang | |
2010-08-12 | add more functions to shell API | An-Cheng Huang | |
2010-08-11 | document equivalent perl API functions for shell API. | An-Cheng Huang | |
2010-08-11 | add comments to document shell API usage | An-Cheng Huang | |
2010-08-11 | add functions to shell API | An-Cheng Huang | |
2010-08-10 | further simplify shell API extension and add more functions. | An-Cheng Huang | |
2010-08-10 | simplify extension of shell API | An-Cheng Huang | |
2010-08-10 | add functions to shell API | An-Cheng Huang | |
2010-07-28 | add cstore-specific header file | An-Cheng Huang | |
2010-07-28 | add new cstore library | An-Cheng Huang | |