summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 0.2.0v0.2.0Jan Pokorný2014-11-241-1/+1
* filters/ccs2needlexml: verbose about relevant config itemJan Pokorný2014-11-241-2/+2
* ext-plugins/PURPOSE: undottify so it can be in sdistJan Pokorný2014-11-242-0/+1
* MANIFEST.in: do not include even sub{dir,module} of testsJan Pokorný2014-11-241-2/+1
* formats/simpleconfig: allow env override for indentationJan Pokorný2014-11-242-1/+10
* utils_cluster: update knowledge about el7.1Jan Pokorný2014-11-241-0/+3
* run-check: sync with recent changesJan Pokorný2014-11-241-2/+5
* ccsflat2pcsprelude/ccsflat2pcsprelude[clusternode]: id = nodeidJan Pokorný2014-11-241-1/+3
* filters/ccs2needlexml: fix redundant backslashesJan Pokorný2014-11-242-2/+2
* filters/ccs2needlexml: satisfy pacemaker, always set quorum.providerJan Pokorný2014-11-241-0/+7
* filters/ccs2needlexml[cluster]: use more terse notationJan Pokorný2014-11-241-3/+2
* run-check: filter corosync's "key" out = make it passing againJan Pokorný2014-11-241-1/+2
* filters/ccs2needlexml[cluster]: use base64 for generated keyJan Pokorný2014-11-241-10/+13
* filters/ccs2needlexml: prefix warning msg with WARNINGJan Pokorný2014-11-241-5/+6
* filters/ccs2needlexml: move "secauth on vs. missing keyfile" upJan Pokorný2014-11-242-28/+37
* filters/ccs2needlexml[totem]: fix value-of string arg not quotedJan Pokorný2014-11-241-1/+1
* filters/ccs2needlexml: handle secauth on vs. missing keyfileJan Pokorný2014-11-242-3/+33
* Follow-up of "Add support for external plugins"Jan Pokorný2014-11-241-0/+2
* plugin_registry: abandon "relative to project root plugindir"Jan Pokorný2014-11-241-1/+1
* filter+format: log.warn -> log.warningJan Pokorný2014-11-242-4/+4
* format: make default XML validator spec narrowerJan Pokorný2014-11-241-1/+1
* format: when trying to parse RNG schema, handle invalid XMLJan Pokorný2014-11-241-1/+1
* format: gracefully handle case of unspecified root tagJan Pokorný2014-11-241-4/+1
* format: fix a thinko wrt. unexpected msg only retvalJan Pokorný2014-11-241-1/+3
* format: fix a thinko when picking up a default tupleJan Pokorný2014-11-241-1/+1
* formats/command: "dict" protocol backed by OrderedDictJan Pokorný2014-11-241-1/+13
* Extend external plugins support: user provided dirsJan Pokorný2014-11-242-6/+24
* Add support for external plugins (located in ext-plugins subdir)Jan Pokorný2014-11-243-6/+32
* Set pre-release versionJan Pokorný2014-11-241-1/+1
* Bump version to 0.1.6v0.1.6Jan Pokorný2014-11-141-1/+1
* doc/env_vars.txt: start documenting env. variablesJan Pokorný2014-11-142-1/+21
* plugin_registry: allow loading dir/__init__.py as wellJan Pokorný2014-11-141-10/+15
* plugin_registry: sanitize kwargs passing in init_lookupJan Pokorný2014-11-141-2/+2
* plugin_registry: better approach in PluginManager.lookupJan Pokorný2014-11-141-4/+4
* command_manager: sanitize _init_plugins -> _resolve kwargs passingJan Pokorný2014-11-141-1/+3
* utils: properly rehash filterdict_* functionsJan Pokorný2014-11-141-11/+57
* format: HASHALGO default is set in defaults.py/setup.cfgJan Pokorný2014-11-144-1/+10
* run-tests: fix positioning of --verboseJan Pokorný2014-11-141-2/+8
* utils_prog: add and use "Popen with logging"Jan Pokorný2014-11-141-1/+8
* formats/command: plug "dict" protocol inJan Pokorný2014-11-141-0/+20
* formats/command: bytestring->merged: normalize: -a=b -> -a, bJan Pokorný2014-11-141-2/+10
* formats/command: turn condition test O(n) to O(1)Jan Pokorný2014-11-141-1/+1
* formats/command: use "chained" facility as a DRY measureJan Pokorný2014-11-141-7/+2
* utils: arg2wrapped: make sure list on input is on outputJan Pokorný2014-11-141-2/+3
* format: make passing protocol/protodecl optionalJan Pokorný2014-11-143-9/+10
* command: remove futile/NOOP usage of args2sgplJan Pokorný2014-11-141-1/+1
* command: fix factual discrepancy in the name of a variableJan Pokorný2014-11-141-5/+6
* command: fix factual discrepancy in the commentJan Pokorný2014-11-141-1/+1
* main + more: introduce concept of "expert" cmd switchesJan Pokorný2014-11-144-15/+71
* formats/command: parsing/linearizing a command + testsJan Pokorný2014-11-144-0/+104