summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* schemas/pathentry: add missing attributes for Path type=vcsdebian/1.2.3-16Alexander Sulfrian2013-06-072-0/+9
|
* Client/Tools/POSIX: only execute needed directory installsdebian/1.2.3-15Alexander Sulfrian2013-06-072-4/+18
| | | | | Remember the purge actions per Path entry, so that only needed install actions are executed.
* Client/Tools/POSIX: fix prune actionsdebian/1.2.3-14Alexander Sulfrian2013-06-072-1/+4
| | | | | | | | The prune actions was not run. The fix that does not add multiple prune actions on multiple Verify runs in 7077358b1 does not set the pruneTrue flag during the later Verify runs and therefor the prune actions are ignored. This set the pruneTrue flag if the first Verify run, detected some entries that should be pruned.
* Client/Tools/POSIX: fix indentationAlexander Sulfrian2013-06-072-1/+7
|
* debian/control: allow python2.7 as dependsdebian/1.2.3-13Alexander Sulfrian2013-05-142-2/+8
|
* SSHbase: support for ipv6 addresses in known_hosts filedebian/1.2.3-12Alexander Sulfrian2013-05-022-2/+8
|
* Client/Tools/POSIX: catch multiple VerifyDirectory callsdebian/1.2.3-11Alexander Sulfrian2013-05-022-2/+5
| | | | | | If a directory should be pruned from all unknown files VerifyDirectory created a new entry each call and the second fails because the file was already removed.
* Reports/templates: mark hosts with extra packages in grid viewAlexander Sulfrian2013-05-022-1/+2
| | | | Clean hosts with extra packages get a blue background in grid view.
* Plugins/Packages/Portage: use keywords/use config everywhereAlexander Sulfrian2013-05-022-24/+26
|
* Plugins/Packages/Layman: add support for layman overlaysAlexander Sulfrian2013-05-024-1/+126
| | | | | | In combination with the PortageCollection the Packages plugin could now handle layman overlays. The Portage collection evaluates the dependencies with respect to the configured overlays.
* Plugins/Packages/Portage: add support for per-package flagsAlexander Sulfrian2013-05-022-2/+16
|
* Plugins/PkgVars: support multiple values per packageAlexander Sulfrian2013-05-023-5/+12
| | | | | If multiple values specified for one package all values are joined together in a set.
* Plugins/Packages/Portage: add Packages Plugin for PortageAlexander Sulfrian2013-05-023-1/+293
|
* Plugins/Packages/Collection: add cclass marker for SourcesAlexander Sulfrian2013-05-022-5/+9
| | | | | | | | | | | The classes of Sources could now specify another class for the Collection container. One host could only use one Collection class at a time. So all different Sources have to reference the same Collection. If no "cclass" is defined in the Sources class, the collection class name is generated by striping the "Source" string from the Sources class name like before.
* Plugins/Packages/Collection: add missing format string parameterAlexander Sulfrian2013-05-022-2/+4
|
* Client/Tools/APT: save new package version for auto pkgsAlexander Sulfrian2013-05-022-4/+7
| | | | | | For auto/any packages, currently only auto/any is stored in the statistics as the new installed version. This patch changes this behavior, so that the exact version string is saved additionaly.
* Plugins/Packages: backported get_new_packagesAlexander Sulfrian2013-03-123-2/+21
| | | | | | | | 1.3.0 uses get_new_packages to calculate the differencies between the configured packages and all packages with deps. This could be overwritten if some plugin for Packages needs to do something special (e.g. if the names of the packages are specialized during dependency calculation).
* Plugins/Packages: backported packages_form_entry/_to_entryAlexander Sulfrian2013-03-123-7/+39
| | | | | | | 1.3.0 adds an layer of abstraction to the Packages plugin, that makes it possible to change the method how Packages gets the name of a configured entry or how it build the Package object, send to the client. This backports these changes.
* Plugins/PkgVars: new plugin to set various vars per packageAlexander Sulfrian2013-03-126-3/+111
| | | | | | | This plugins allows the setting of varius flags per package. It should be used f.e. to specify pinnings for debian packages or use flags and keywords for gentoo packages (needs to be implemented by future Portage plugin).
* Packages/Apt: add name property to additional_dataAlexander Sulfrian2013-03-062-1/+8
|
* Packages/Apt: add pin attribute for extra pinning informationAlexander Sulfrian2013-03-063-1/+10
|
* Packages/Apt: add priority to additional_infoAlexander Sulfrian2013-03-062-1/+9
|
* Server/Plugins/TemplateHelper: backported TemplateHelper from 1.3Alexander Sulfrian2013-03-063-0/+161
|
* Bcfg2Py3Incompat: removed and ignored autogenerated fileAlexander Sulfrian2013-03-062-2/+1
|
* Client: always actions do not modify hostsAlexander Sulfrian2013-03-062-1/+8
| | | | | Actions that are executed always, does not set the host statistics to modified. (One always action would lead to always modified hosts)
* Client: allow pre-Actions and important-Paths to enable installsAlexander Sulfrian2013-03-063-8/+26
| | | | | | | This is used to first update the apt repositories and than install all current versions in one bcfg2-run. Also the installation of software from custom repositories (that are configured on the client via bcfg2) should be possible on the first run.
* debian: bump versionAlexander Sulfrian2013-03-061-0/+6
|
* Server/Plugin: keep text when using XMLMatchAlexander Sulfrian2013-03-061-0/+2
|
* Server/Plugin: backported XMLMatch from bcfg2-1.3Alexander Sulfrian2013-03-061-25/+58
|
* bcfg2-info: flush output buffer before exitAlexander Sulfrian2013-03-061-1/+1
| | | | | | The process should not use os._exit to terminate. This does not flush the output buffers and causes that the output does not appear, if stdout is piped away.
* SSHBase: ignore events from hidden filesAlexander Sulfrian2013-03-061-1/+3
| | | | | The SSHBase folder contains a .keep file in the git repository, but we want no error message during initialization of this plugin.
* pingdata.xml: add new file for dynamic ping data of the clientsAlexander Sulfrian2013-03-066-11/+49
| | | | | | | bcfg2-ping-sweep saved the pingdata into clients.xml. This is problematic if the repository is tracked by a vcs. Now the dynamic data is saved into pingdata.xml and the DBStat plugin reads the data from there. So the pingdata.xml could be ignored by the vcs.
* reports: fix autoescaping of html entitiesAlexander Sulfrian2013-03-061-1/+1
|
* debian/changelog: create custom spline versionAlexander Sulfrian2013-03-061-0/+6
|
* Packages: ability to overwrite recommended flag per packageAlexander Sulfrian2013-03-066-15/+63
|
* Packages: add src attribute to package definitionAlexander Sulfrian2013-01-304-8/+28
| | | | using the src attribute, you could pin a package to a named source
* Packages: add name to sourcesAlexander Sulfrian2013-01-302-0/+2
|
* Packages: add priority to sources and sort according to itAlexander Sulfrian2013-01-303-0/+3
|
* mark dependencies as automatic installedAlexander Sulfrian2013-01-301-0/+23
|
* plugin: ExtraGroupsAlexander Sulfrian2013-01-302-0/+47
|
* Version bump to 1.2.3v1.2.3Sol Jerome2012-07-0310-12/+18
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Cfg: Fix traceback for unicode templatesSol Jerome2012-07-022-4/+16
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* YUMng: Fix DBStats hooks for centos5Tim Laszlo2012-06-191-3/+3
| | | | | On centos5 the hooks raise a TypeError. Replacing the keys with attributes.
* Adding DB2 support for StatisticsJohn 'Skip' Reddy2012-06-191-0/+3
| | | | | Adding DB2 support for Statistics, following guidance from http://code.google.com/p/ibm-db/wiki/ibm_db_django_README
* Adding DBStats hooks into YUMngJohn 'Skip' Reddy2012-06-191-0/+7
| | | | | YUMng did not have any hooks to save data via the DBStats plugin, so no statistics have been saved.
* fixed importChris St. Pierre2012-06-191-0/+1
|
* really fixed ProbeData initChris St. Pierre2012-06-151-1/+1
|
* fixed ProbeData.__new__ to actually return somethingChris St. Pierre2012-06-151-1/+1
|
* better error message from bcfg2-info packagesources without a hostnameChris St. Pierre2012-06-141-0/+3
|
* fix ProbeData inheritance from strChris St. Pierre2012-06-141-0/+3
|