summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Probes.py
Commit message (Expand)AuthorAgeFilesLines
* Probes: Use core.metadata_cache instead of Bcfg2.Server.CacheAlexander Sulfrian2015-07-271-7/+8
* Remove blanket excepts from plugins and lintChris St. Pierre2015-02-181-7/+2
* Merge branch 'maint' into masterSol Jerome2014-04-161-1/+3
|\
| * fixed pylint testsChris St. Pierre2014-01-301-1/+2
| * load correct JSON library on py2.4Chris St. Pierre2014-01-291-1/+2
* | Merge branch 'maint'Chris St. Pierre2013-12-091-3/+22
|\|
| * Probes: added missing docstringChris St. Pierre2013-11-141-0/+3
| * testsuite: fixed unit tests for Probes allowed_groups optionChris St. Pierre2013-11-141-2/+3
| * Add probes.allowed_groups option to restrict group assignments.Simon Ruderich2013-11-141-1/+9
* | Merge branch 'maint'Chris St. Pierre2013-11-111-4/+10
|\|
| * Probes: automatically remove duplicate probe dataChris St. Pierre2013-11-111-3/+10
* | Plugins: refactored out unnecessary datastore constructor argumentChris St. Pierre2013-10-291-5/+4
* | 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