summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugin/helpers.py
Commit message (Expand)AuthorAgeFilesLines
* InfoXML: <Path> filter should match on realpathAlexander Sulfrian2014-10-141-1/+1
* Merge branch 'maint'Sol Jerome2014-06-101-1/+7
|\
| * XMLFileBacked: Watch XIncluded files that do not existChris St. Pierre2014-05-151-1/+7
* | Merge branch 'maint'Chris St. Pierre2014-04-251-13/+9
|\|
* | Merge branch 'maint' into masterSol Jerome2014-04-161-1/+2
|\|
| * cleared pylint error on PluginDatabaseModel metadata optionsChris St. Pierre2014-03-031-1/+2
| * helpers: better error message when failing to read FileBackedChris St. Pierre2014-02-251-1/+2
* | Merge branch 'maint'Chris St. Pierre2013-12-091-6/+15
|\|
| * XMLSrc: Load XML in one step instead of separate read and parseChris St. Pierre2013-12-091-9/+2
| * testsuite: fixed unit tests for database fixesChris St. Pierre2013-11-251-4/+5
| * Core: Avoid starting server if database is enabled but cannot be usedChris St. Pierre2013-11-251-4/+13
* | Plugins: Added TemplateDataProvider plugin interfaceChris St. Pierre2013-10-301-5/+79
* | Plugins: refactored out unnecessary datastore constructor argumentChris St. Pierre2013-10-291-4/+4
* | Merge branch 'maint'Chris St. Pierre2013-09-161-11/+8
|\|
| * XMLFileBacked: removed unused variableChris St. Pierre2013-09-111-1/+1
| * XMLFileBacked: Fixed multiple identical XIncludes in one fileChris St. Pierre2013-09-111-12/+9
| * XMLFileBacked: Monitor XIncludes whenever a FAM is availableChris St. Pierre2013-09-041-3/+4
* | Pylint/PEP8 fixesSol Jerome2013-09-061-1/+1
* | XMLFileBacked: always watch xincludesChris St. Pierre2013-08-301-5/+2
* | Rewrote arbitrary data cache systemChris St. Pierre2013-08-161-0/+2
* | PrioDir: Fixed event handlerChris St. Pierre2013-08-141-7/+6
* | testsuite: fixed unit tests for new SSLCA stuffChris St. Pierre2013-08-131-1/+4
* | testsuite: fixed more unit testsChris St. Pierre2013-08-121-1/+1
* | testsuite: fixed most pylint complaintsChris St. Pierre2013-08-091-1/+0
* | testsuite: Fixed base plugin testsChris St. Pierre2013-08-091-1/+2
* | Merge branch 'options-rewrite'Chris St. Pierre2013-08-081-117/+78
|\ \
| * | Options: migrated plugins to new options parserChris St. Pierre2013-06-271-76/+46
* | | Plugin/helpers: Remove duplicate _include_testsSol Jerome2013-06-281-14/+0
|/ /
* | Plugin helpers: Add missing importSol Jerome2013-06-021-0/+1
* | Merge branch 'maint'Sol Jerome2013-06-021-0/+57
|\|
| * tools: make migrate_info.py migrate "perms" (http://trac.mcs.anl.gov/projects...Chris St. Pierre2013-05-221-9/+9
* | fixed unit testsChris St. Pierre2013-05-201-1/+3
* | Replaced XMLSrc with StructFileChris St. Pierre2013-05-201-134/+15
* | Fixing unit testsChris St. Pierre2013-04-251-3/+4
* | Merge branch 'maint'Chris St. Pierre2013-04-241-31/+106
|\|
| * XMLFileBacked: fixed deprecated logic when create is lxml.etree._Element objectChris St. Pierre2013-03-281-2/+2
| * XMLFileBacked: track FAM monitors separately from processed xincludes to avoi...Chris St. Pierre2013-03-271-2/+8
| * testsuite: fixed more unit test stuffChris St. Pierre2013-03-261-4/+4
| * fixed regex errors introduced by 6c996f42c53a36fc0406f836d64b8c1bec6f4bccChris St. Pierre2013-03-261-3/+3
| * testsuite: can't disable pylint R0924, since it doesn't exist on older pylint...Chris St. Pierre2013-03-261-0/+9
| * Plugin: use appropriate loggers for Debuggable helper objectsChris St. Pierre2013-03-261-34/+35
| * testsuite: fixed issues found by latest version of pylintChris St. Pierre2013-03-261-13/+13
| * testsuite: fixed issues found by latest version of pep8Chris St. Pierre2013-03-261-13/+13
| * Handle FAM monitor failures more gracefully:Chris St. Pierre2013-03-251-9/+38
| * Revert "Packages: properly implemented deepcopy() for PackagesSources objects"Chris St. Pierre2013-03-251-33/+0
| * Packages: properly implemented deepcopy() for PackagesSources objectsChris St. Pierre2013-03-251-0/+33
* | Merge branch '1.4.x'Chris St. Pierre2013-04-231-272/+344
|\ \ | |/ |/|
| * added support for wildcard XInclude in XMLFileBackedChris St. Pierre2013-02-141-11/+20
| * fixed unit testsChris St. Pierre2013-02-121-1/+1
| * Added client ACLs:Chris St. Pierre2013-02-121-15/+21