summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Decisions.py
Commit message (Collapse)AuthorAgeFilesLines
* Handle FAM monitor failures more gracefully:Chris St. Pierre2013-03-251-11/+2
| | | | | | | | | * Where possible, create the file or directory that is about to be monitored. This ensures that content can be added later without need to restart Bcfg2. (Otherwise, adding the monitor would fail, and so when you did create the file in question, bcfg2-server would never be notified of it.) * When not possible, give better error messages.
* Decisions: fix thinkoChris St. Pierre2013-01-251-1/+1
|
* wrote sphinx docs for base server CoreChris St. Pierre2012-10-151-44/+44
|
* fixed handling of regex filename patterns in GroupSpool/EntrySetChris St. Pierre2012-08-221-2/+3
|
* added unit tests for EntrySetChris St. Pierre2012-08-141-3/+3
|
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+66
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>