summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Probes.py
Commit message (Collapse)AuthorAgeFilesLines
* 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>