summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Metadata: reread client list from databaseChris St. Pierre2014-02-231-0/+4
* 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
* XMLFileBacked: removed unused variableChris St. Pierre2013-09-111-1/+1
* XMLFileBacked: Fixed multiple identical XIncludes in one fileChris St. Pierre2013-09-111-12/+9
* Allow Connector to create new groupsChris St. Pierre2013-09-051-1/+23
* XMLFileBacked: Monitor XIncludes whenever a FAM is availableChris St. Pierre2013-09-041-3/+4
* Plugin: added missing docstringChris St. Pierre2013-08-071-0/+11
* MultiprocessingCore: added a way to dispatch RMI calls to child processesChris St. Pierre2013-08-071-0/+18
* Plugin: added new Caching interfaceChris St. Pierre2013-08-071-0/+8
* Plugin: quiet down set_debug, but keep it usefulChris St. Pierre2013-08-061-3/+2
* do not create data directories for plugins that don't need themChris St. Pierre2013-06-132-1/+9
* tools: make migrate_info.py migrate "perms" (http://trac.mcs.anl.gov/projects...Chris St. Pierre2013-05-221-9/+9
* 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-262-21/+20
* Handle FAM monitor failures more gracefully:Chris St. Pierre2013-03-252-11/+52
* 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
* XMLFileBacked: fixed XIncludeChris St. Pierre2013-03-221-0/+1
* Debug improvements:Chris St. Pierre2013-03-191-2/+2
* Core: added more debug logging for core methodsChris St. Pierre2013-03-191-0/+1
* added PEP-8 style checks to test suiteChris St. Pierre2013-03-111-0/+1
* extended usage of Executor class, added client-side timeout optionsChris St. Pierre2013-02-141-12/+1
* added support for wildcard XInclude in XMLFileBackedChris St. Pierre2013-02-141-11/+20
* read default Path metadata from config file properlyChris St. Pierre2013-01-171-1/+3
* get default metadata for Path entries from config file given on command lineChris St. Pierre2013-01-161-1/+1
* StructFile: removed unnecessary exception handling in Index()Chris St. Pierre2013-01-031-10/+4
* python < 2.6 doesn't support * magic on dotted namesChris St. Pierre2012-12-181-1/+2
* added unit tests for Rules and DefaultsChris St. Pierre2012-12-181-6/+2
* StructFile: get text from matching elements in XMLMatchChris St. Pierre2012-12-101-0/+5
* Threaded plugin fixes:Chris St. Pierre2012-11-271-1/+18
* fixed vcs_root/vcs_path for Version plugins, esp. SvnChris St. Pierre2012-11-191-4/+4
* fixed plugin-specific implementations of toggle_debug for new set_debug stuffChris St. Pierre2012-11-161-5/+5
* added set_debug RMI for plugins and core, set_fam_debug RMIChris St. Pierre2012-11-161-5/+13
* added Git.Update RMI, ability to base bcfg2 VCS repo at a different directory...Chris St. Pierre2012-10-301-15/+12
* fixed unit testsChris St. Pierre2012-10-291-3/+6
* added database locking to MetadataChris St. Pierre2012-10-291-9/+11
* Probes/DatabaseBackend: add a thread lock for databases that cannot handle mu...Tim Laszlo2012-10-261-0/+29
* improved error messages during failed decryptionChris St. Pierre2012-10-241-0/+3
* fixed a few straggling perms -> mode changesChris St. Pierre2012-10-151-1/+1
* Plugins: Fix info/:info regexSol Jerome2012-10-151-4/+4