summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Probes.py
Commit message (Collapse)AuthorAgeFilesLines
* moved some libraries in Bcfg2/ into more specific (Server/ or Client/) placesChris St. Pierre2013-02-051-3/+4
|
* added a module-level FAM object to avoid passing it as an argument a billion ↵Chris St. Pierre2013-01-171-3/+4
| | | | times
* gave ProbeSet a pretty stringification for debug outputChris St. Pierre2012-11-271-0/+3
|
* fixed unit testsChris St. Pierre2012-10-291-0/+3
|
* added database locking to MetadataChris St. Pierre2012-10-291-2/+2
|
* Probes/DatabaseBackend: add a thread lock for databases that cannot handle ↵Tim Laszlo2012-10-261-0/+1
| | | | multiple writes
* Update internal probe data at once.Tim Laszlo2012-10-231-13/+10
| | | | | | | When a large number of clients upload probe data at once, the data is occasionally written out before the data is fully populated. This causes writes to fail with KeyErrors on the server and clients to stop running.
* copy probe data when writing probed.xml to avoid race conditionChris St. Pierre2012-10-191-6/+11
|
* added support for JSON and YAML properties filesChris St. Pierre2012-10-151-9/+3
|
* wrote sphinx docs for base server CoreChris St. Pierre2012-10-151-1/+1
|
* Packages: updated pulp repo handling to latest Pulp v1 APIChris St. Pierre2012-10-111-1/+1
|
* various pylint fixesChris St. Pierre2012-09-251-2/+0
|
* testsuite: fix path in pylint testsChris St. Pierre2012-09-251-1/+1
|
* misc. minor bug fixesChris St. Pierre2012-09-251-1/+1
|
* expanded pylint coverageChris St. Pierre2012-09-251-0/+6
|
* fixed tests for pylint changesChris St. Pierre2012-09-251-3/+4
|
* made json optional againChris St. Pierre2012-09-251-2/+11
|
* run pylint for errors on almost everything, full runs on some selected stuffChris St. Pierre2012-09-251-45/+73
|
* added json, md5 to Bcfg2.CompatChris St. Pierre2012-09-201-12/+2
|
* Cfg: documented all Cfg modules, added development docsChris St. Pierre2012-09-111-1/+1
|
* added docs about cache invalidationChris St. Pierre2012-09-061-6/+4
|
* improving plugin development docsChris St. Pierre2012-09-061-1/+1
|
* added server-side client metadata object cachingChris St. Pierre2012-09-051-2/+14
|
* fixed handling of regex filename patterns in GroupSpool/EntrySetChris St. Pierre2012-08-221-1/+2
|
* fixed lxml.etree.tostring invocationsChris St. Pierre2012-08-221-2/+2
|
* lots of various py3k fixesChris St. Pierre2012-08-211-5/+4
|
* added unit tests for EntrySetChris St. Pierre2012-08-141-3/+2
|
* DatabaseBacked interface needs to be a Plugin objectChris St. Pierre2012-08-091-4/+2
|
* unified Metadata/DBMetadata pluginsChris St. Pierre2012-07-311-17/+17
| | | | made django optional
* Added ability to store probe data in database instead of probed.xmlChris St. Pierre2012-07-301-61/+110
|
* merged maintChris St. Pierre2012-06-191-42/+11
|
* Probes: Handle write failures betterTim Laszlo2012-06-061-1/+1
|
* merged maintChris St. Pierre2012-05-151-2/+6
|
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+285
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>