summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugin/helpers.py
Commit message (Collapse)AuthorAgeFilesLines
...
| * made XInlcude and Encryption support more consistentChris St. Pierre2013-02-071-5/+1
| |
| * documented which XML files have which featuresChris St. Pierre2013-02-061-1/+1
| |
| * converted InfoXML objects from XMLSrc to StructFileChris St. Pierre2013-02-061-171/+188
| |
| * moved some libraries in Bcfg2/ into more specific (Server/ or Client/) placesChris St. Pierre2013-02-051-45/+10
| |
| * Bundler: various changesChris St. Pierre2013-02-041-9/+11
| | | | | | | | | | | | | | * Deprecated use of an explicit name attribute * Deprecated .genshi bundles * Minor restructuring for better performance * bcfg2-lint updates
| * added genshi support to StructFileChris St. Pierre2013-02-041-3/+49
| |
| * made genshi a requirementChris St. Pierre2013-01-221-0/+16
| |
| * Merge branch '1.3.1' into 1.4.xChris St. Pierre2013-01-181-4/+1
| |\
| | * StructFile: fixed lax/strict decryption setting with no crypto libs installedChris St. Pierre2013-01-181-4/+1
| | |
| * | Merge branch '1.3.1' into 1.4.xChris St. Pierre2013-01-171-1/+1
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/server/plugins/generators/cfg.txt src/lib/Bcfg2/Server/Admin/Snapshots.py src/lib/Bcfg2/Server/Core.py src/lib/Bcfg2/Server/Plugin/helpers.py src/lib/Bcfg2/Server/Plugins/Bundler.py src/lib/Bcfg2/Server/Plugins/FileProbes.py src/lib/Bcfg2/Server/Plugins/NagiosGen.py src/lib/Bcfg2/Server/Plugins/Packages/PackagesSources.py src/lib/Bcfg2/Server/models.py testsuite/Testsrc/Testlib/TestServer/TestPlugin/Testhelpers.py
| | * StructFile: minor cleanupChris St. Pierre2013-01-171-3/+3
| | |
| | * abstracted encryption support from Properties/CfgPrivateKeyCreator to StructFileChris St. Pierre2013-01-171-1/+63
| | |
| | * added module-level OptionParser to avoid passing it as an argument or global ↵Chris St. Pierre2013-01-171-17/+18
| | | | | | | | | | | | all over
| * | fixed unit tests from mergeChris St. Pierre2013-01-171-3/+2
| | |
| * | fixed unit testsChris St. Pierre2013-01-171-6/+6
| | |
| * | added a module-level FAM object to avoid passing it as an argument a billion ↵Chris St. Pierre2013-01-171-21/+14
| | | | | | | | | | | | times
| * | removed support for info/:info filesChris St. Pierre2013-01-171-32/+4
| | |
| * | StructFile: minor cleanupChris St. Pierre2013-01-171-3/+3
| | |
| * | abstracted encryption support from Properties/CfgPrivateKeyCreator to StructFileChris St. Pierre2013-01-171-1/+63
| | |
| * | added module-level OptionParser to avoid passing it as an argument or global ↵Chris St. Pierre2013-01-171-15/+18
| | | | | | | | | | | | all over
* | | XMLFileBacked: fixed XIncludeChris St. Pierre2013-03-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Clear out "extras" when each event is handled to ensure that we start fresh. Failure to do so prevents the wildcard XInclude munging to work, so the first time an event is processed everything is fine; but when subsequent events are processed, _follow_xincludes() thinks that each xinclude tag has already been munged and only removes it.
* | | added support for wildcard XInclude in XMLFileBackedChris St. Pierre2013-02-141-11/+20
| |/ |/|
* | read default Path metadata from config file properlyChris St. Pierre2013-01-171-1/+3
|/
* get default metadata for Path entries from config file given on command lineChris St. Pierre2013-01-161-1/+1
|
* StructFile: removed unnecessary exception handling in Index()Chris St. Pierre2013-01-031-10/+4
|
* python < 2.6 doesn't support * magic on dotted namesChris St. Pierre2012-12-181-1/+2
|
* added unit tests for Rules and DefaultsChris St. Pierre2012-12-181-6/+2
|
* StructFile: get text from matching elements in XMLMatchChris St. Pierre2012-12-101-0/+5
|
* fixed plugin-specific implementations of toggle_debug for new set_debug stuffChris St. Pierre2012-11-161-5/+5
|
* fixed unit testsChris St. Pierre2012-10-291-3/+6
|
* added database locking to MetadataChris St. Pierre2012-10-291-9/+11
|
* Probes/DatabaseBackend: add a thread lock for databases that cannot handle ↵Tim Laszlo2012-10-261-0/+29
| | | | multiple writes
* improved error messages during failed decryptionChris St. Pierre2012-10-241-0/+3
|
* fixed a few straggling perms -> mode changesChris St. Pierre2012-10-151-1/+1
|
* Plugins: Fix info/:info regexSol Jerome2012-10-151-4/+4
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* documented Statistics interfaceChris St. Pierre2012-10-151-3/+5
|
* wrote sphinx docs for base server CoreChris St. Pierre2012-10-151-1/+1
|
* XMLFileBacked: clarified docs on __identifier__Chris St. Pierre2012-10-101-7/+28
|
* moved track_statistics to plugin helpers to make it usable by pluginsChris St. Pierre2012-10-101-3/+37
|
* testsuite: unit tests for Cfg plugin and base handlersChris St. Pierre2012-10-021-1/+2
|
* run pylint for errors on almost everything, full runs on some selected stuffChris St. Pierre2012-09-251-79/+105
|
* documented PackagesSourcesChris St. Pierre2012-09-201-2/+2
|
* Cfg: documented all Cfg modules, added development docsChris St. Pierre2012-09-111-53/+78
|
* Documented all plugin helper objectsChris St. Pierre2012-09-061-82/+566
|
* split up mammoth Plugin.pyChris St. Pierre2012-09-061-0/+965