summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Probes.py
Commit message (Expand)AuthorAgeFilesLines
* Probes: set _use_db property correctlyChris St. Pierre2013-09-231-1/+4
* Probes: always use database in db-backed probe data storeChris St. Pierre2013-09-231-0/+1
* Probes: Fixed reading probed.xmlChris St. Pierre2013-09-231-9/+10
* Pylint/PEP8 fixesSol Jerome2013-09-061-2/+2
* Probes: Fix unicode probesSol Jerome2013-09-011-3/+8
* Revert "Probes: Decode value for python 3"Sol Jerome2013-09-011-1/+1
* Probes: Decode value for python 3Sol Jerome2013-09-011-1/+1
* Merge branch 'maint'Sol Jerome2013-09-011-1/+5
|\
| * Probes: Disable builtin redefinition checkSol Jerome2013-08-101-1/+1
| * Probes: Fix unicode probe handlingSol Jerome2013-08-101-1/+5
| * Revert "Probes: Fix failing nosetests"Sol Jerome2013-08-101-4/+10
* | Probes: rewrite for new caching systemChris St. Pierre2013-08-161-173/+236
* | testsuite: fixed more unit testsChris St. Pierre2013-08-121-2/+2
* | testsuite: fixed most pylint complaintsChris St. Pierre2013-08-091-0/+5
* | Plugins: Fixed/made consistent Django model loadChris St. Pierre2013-08-091-1/+1
* | testsuite: fixed unit tests for server pluginsChris St. Pierre2013-08-091-7/+8
* | Merge branch 'options-rewrite'Chris St. Pierre2013-08-081-12/+23
|\ \
| * | Options: migrated plugins to new options parserChris St. Pierre2013-06-271-12/+23
* | | Merge branch 'maint'Chris St. Pierre2013-08-081-8/+31
|\ \ \ | | |/ | |/|
| * | Plugin: added new Caching interfaceChris St. Pierre2013-08-071-3/+9
| * | Probes: properly clear cacheChris St. Pierre2013-08-061-2/+4
| * | Probes: expire metadata cache after loading dataChris St. Pierre2013-08-061-0/+6
| * | Probes: fixed unit testChris St. Pierre2013-08-051-1/+1
| * | Multiprocessing: proxy RecvProbeData callsChris St. Pierre2013-08-051-5/+14
* | | Merge branch 'maint'Sol Jerome2013-07-081-2/+2
|\| | | |/ |/|
| * pep8: fixed testsChris St. Pierre2013-07-021-2/+2
* | Merge branch 'maint'Chris St. Pierre2013-06-271-6/+10
|\|
| * Probes: Fixing Django exception importJason Kincl2013-06-171-1/+2
| * Probes: no need to .save() after .get_or_create()Chris St. Pierre2013-06-171-1/+1
| * Probes: no need to .save() after .get_or_create()Chris St. Pierre2013-06-141-1/+1
| * Probes: reduce race condition that can result in multiple probe groupsChris St. Pierre2013-06-131-6/+9
* | Merge branch 'maint'Chris St. Pierre2013-05-171-10/+4
|\|
| * Probes: Fix failing nosetestsSol Jerome2013-05-101-10/+4
* | Merge branch 'maint'Chris St. Pierre2013-04-241-16/+36
|\|
| * 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