summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/GroupLogic.py
Commit message (Collapse)AuthorAgeFilesLines
* GroupLogic: Expire metadata cache on config file changesAlexander Sulfrian2015-07-271-1/+12
|
* Plugins: refactored out unnecessary datastore constructor argumentChris St. Pierre2013-10-291-2/+2
|
* Merge branch 'maint'Chris St. Pierre2013-10-281-11/+13
|\ | | | | | | | | | | | | | | | | | | | | Conflicts: doc/development/lint.txt misc/bcfg2.spec src/lib/Bcfg2/Reporting/Collector.py src/lib/Bcfg2/Server/Core.py src/lib/Bcfg2/Server/Plugins/Metadata.py src/lib/Bcfg2/Server/models.py testsuite/install.sh
| * GroupLogic: fixed thread-local variable initializationChris St. Pierre2013-09-271-11/+13
| |
* | Merge branch 'maint'Chris St. Pierre2013-09-231-0/+20
|\| | | | | | | | | | | | | Conflicts: src/lib/Bcfg2/Server/Plugins/GroupLogic.py src/lib/Bcfg2/Server/Plugins/Metadata.py tools/posixusers_baseline.py
| * GroupLogic: avoid infinite recursion when using metadata.query in GroupLogicChris St. Pierre2013-09-231-0/+17
| |
| * GroupLogic: sort after other plugins so GroupLogic can use, e.g., Probe groupsChris St. Pierre2013-09-231-0/+3
| |
* | Merge branch 'maint'Chris St. Pierre2013-09-051-2/+9
|\| | | | | | | | | | | Conflicts: src/lib/Bcfg2/Server/Core.py src/lib/Bcfg2/Server/Plugins/GroupLogic.py
| * Allow Connector to create new groupsChris St. Pierre2013-09-051-2/+9
| | | | | | | | | | Connector plugins can now create new groups, including the full range of options on those groups (profile, public, category, etc.).
* | GroupLogic: fixed for 1.4Chris St. Pierre2013-09-051-2/+9
| |
* | GroupLogic: Updated for new module-level setup objectChris St. Pierre2013-05-201-11/+3
| |
* | cleaned up old references to BundleTemplateFileChris St. Pierre2013-05-201-11/+6
|/
* GroupLogic: added docstringsChris St. Pierre2013-03-281-0/+8
|
* new GroupLogic pluginChris St. Pierre2013-03-281-0/+39