summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/GroupPatterns.py
Commit message (Collapse)AuthorAgeFilesLines
* doc: added devel docs for bcfg2-lint pluginsChris St. Pierre2013-05-141-1/+6
|
* testsuite: fixed issues found by latest version of pylintChris St. Pierre2013-03-261-2/+2
|
* testsuite: fixed issues found by latest version of pep8Chris St. Pierre2013-03-261-2/+2
|
* Handle FAM monitor failures more gracefully:Chris St. Pierre2013-03-251-2/+1
| | | | | | | | | * 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.
* abstracted similar digit range classes in POSIXUsers/GroupPatterns into ↵Chris St. Pierre2013-02-141-22/+1
| | | | Bcfg2.Utils
* GroupPatterns: improved PackedDigitRange and testsChris St. Pierre2013-01-181-4/+3
|
* added unit tests for GroupPatternsChris St. Pierre2012-12-181-4/+5
|
* more pylint checksChris St. Pierre2012-09-251-19/+32
|
* added server-side client metadata object cachingChris St. Pierre2012-09-051-2/+10
|
* GroupPatterns improvementsChris St. Pierre2012-07-241-2/+5
| | | | | Use re.search() instead of re.match() for more flexible regex Better stringification of pattern objects
* fixed missing os import in GroupPatternsChris St. Pierre2012-07-241-0/+1
|
* unified [Single]XMLFileBacked, enabled xinclude pretty much everywhereChris St. Pierre2012-06-251-6/+7
|
* made bcfg2-lint load lint plugins from server plugins where appropriateChris St. Pierre2012-06-141-0/+32
|
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+124
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>