summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Probes.py
Commit message (Expand)AuthorAgeFilesLines
...
| * pep-8: fixed indentation?Chris St. Pierre2013-04-161-2/+2
| * Probes: Fix pylint errorSol Jerome2013-04-101-1/+2
| * PY3K: Fix client/server to work with python 3Sol Jerome2013-04-101-4/+12
| * Probes: fixed long linesChris St. Pierre2013-03-291-8/+9
| * Probes: Handle unicode probesSol Jerome2013-03-291-3/+13
| * testsuite: fixed more unit test stuffChris St. Pierre2013-03-261-2/+3
| * fixed regex errors introduced by 6c996f42c53a36fc0406f836d64b8c1bec6f4bccChris St. Pierre2013-03-261-1/+1
| * testsuite: fixed issues found by latest version of pylintChris St. Pierre2013-03-261-4/+4
| * testsuite: fixed issues found by latest version of pep8Chris St. Pierre2013-03-261-6/+5
* | 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
|/
* 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 mu...Tim Laszlo2012-10-261-0/+1
* Update internal probe data at once.Tim Laszlo2012-10-231-13/+10
* 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
* 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