summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Rebuild for wheezy-backports.debian/1.4.0pre1-spline15-bpo70+1debianAlexander Sulfrian2015-05-101-0/+6
|
* debian: bump versiondebian/1.4.0pre1-spline15Alexander Sulfrian2015-05-101-0/+23
|
* Merge branch 'add-flags-for-reporting' into splinev1.4.0pre1-spline15Alexander Sulfrian2015-05-105-73/+414
|\ | | | | | | | | | | * add-flags-for-reporting: Reporting: Add --no-dry-run and --no-only-important flags Reporting: Add dry_run and only_important flags
| * Reporting: Add --no-dry-run and --no-only-important flagsAlexander Sulfrian2015-05-101-68/+102
| | | | | | | | | | All bcfg2-reports subcommands, that work with specific interactions, can now ignore interactions created by --dry-run or --only-important run.
| * Reporting: Add dry_run and only_important flagsAlexander Sulfrian2015-05-104-5/+312
| | | | | | | | | | Save the status of --dry-run and --only-important in the statistics, so that the reports could be filtered to only respect "normal" runs.
* | Merge branch 'add-schemamigration' into splineAlexander Sulfrian2015-05-101-1/+7
|\ \ | | | | | | | | | | | | * add-schemamigration: bcfg2-admin: Add schemamigration command from south
| * | bcfg2-admin: Add schemamigration command from southAlexander Sulfrian2015-05-091-1/+7
| |/
* | Merge branch 'add-directory-ignore' into splineAlexander Sulfrian2015-05-102-1/+6
|\ \ | | | | | | | | | | | | * add-directory-ignore: Server: Ignore directories containing a .bcfg2-ignore file
| * | Server: Ignore directories containing a .bcfg2-ignore fileAlexander Sulfrian2015-04-182-1/+6
| |/ | | | | | | | | | | | | | | | | | | The DirectoryBacked helper now does not recurse into directories that contains a .bcfg2-ignore file. This makes it possible to ignore some directories for most plugins (Bundler, Defaults, Pkgmgr, Properties, PuppetENC, TemplateHelper, Trigger). You can store for example a python module used by a TemplateHelper in the same directory, without getting strange error messages while TemplateHelper is trying to import each single file of this module.
* | Add Dummy packages backend and client tool to ignore all packages.Alexander Sulfrian2015-05-105-1/+55
| |
* | fix modified entriesAlexander Sulfrian2015-05-101-3/+5
| |
* | Plugins/Packages/Portage: do not try to update the {var,port}tree instancesAlexander Sulfrian2015-05-101-6/+4
| |
* | Plugins/Packages/Layman: add support for layman overlaysAlexander Sulfrian2015-05-104-1/+152
| | | | | | | | | | | | 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 Sulfrian2015-05-101-11/+2
| |
* | Plugins/PkgVars: support multiple values per packageAlexander Sulfrian2015-05-102-4/+10
| | | | | | | | | | If multiple values specified for one package all values are joined together in a set.
* | Plugins/Packages/Portage: add Packages Plugin for PortageAlexander Sulfrian2015-05-103-1/+338
| |
* | Plugins/Packages/Collection: add cclass marker for SourcesAlexander Sulfrian2015-05-101-5/+7
| | | | | | | | | | | | | | | | | | | | | | 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.
* | Client/Tools/APT: save new package version for auto pkgsAlexander Sulfrian2015-05-101-3/+5
| | | | | | | | | | | | 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.
* | Packages/Apt: add pin attribute for extra pinning informationAlexander Sulfrian2015-05-102-1/+13
| |
* | Packages/Apt: add priority to additional_infoAlexander Sulfrian2015-05-101-1/+2
| |
* | Plugins/PkgVars: new plugin to set various vars per packageAlexander Sulfrian2015-05-106-8/+137
| | | | | | | | | | | | | | 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: add priority to sources and sort according to itAlexander Sulfrian2015-05-103-0/+15
| |
* | mark dependencies as automatic installedAlexander Sulfrian2015-05-101-0/+23
| |
* | Merge pull request #271 from jcftang/masterChris St. Pierre2015-04-212-2/+31
|\ \ | |/ |/| Add small example for client tools vcs
| * Add small example for client tools vcsJimmy Tang2015-03-172-2/+31
| |
* | Merge branch 'fix-extra-packages' of https://github.com/AlexanderS/bcfg2Sol Jerome2015-03-184-11/+11
|\ \ | |/ |/|
| * Reporting/Storage: Fix handling of extra packages.Alexander Sulfrian2015-02-191-6/+5
| | | | | | | | | | | | | | The code before for extra packages only worked for rpms because it only evaluated the version information of the contained <Instance> tag and droped the package if no one was avilable. Now the handling of <Instance> is optional and the package is imported everytime.
| * Client/Tools: Report the version of extra packages as current_version.Alexander Sulfrian2015-02-193-5/+6
| | | | | | | | | | The version of extra packages should be reported as current_version and not as target_version.
* | Merge pull request #268 from gordonmessmer/masterChris St. Pierre2015-03-041-17/+54
|\ \ | | | | | | Update to patterns used in chkconfig module
| * | Fix long line for test suite.Gordon Messmer2015-03-031-1/+2
| | |
| * | Add newline to fix test suite.Gordon Messmer2015-03-031-1/+1
| | |
| * | Fix long lines and additional changes for readability.Gordon Messmer2015-03-031-23/+27
| | |
| * | Improve systemd module so that it resembles more mature modules.Gordon Messmer2015-03-031-13/+45
|/ /
* | Client/Tools/APT: Fix regression of ee4111fcAlexander Sulfrian2015-02-231-1/+1
| | | | | | | | | | In ee4111fc we removed the wrong continue (the one after the if/else block for newapi) and now we get an error that 'auto' is not an available version.
* | Client/Tools/Pkgng: No auto-update on pkg-search.Alexander Sulfrian2015-02-191-1/+1
|/ | | | | | By default pkg search will update the local copy of the repository catalogue from remote. We are executing a lot of searches and do not want to update the catalogue every time.
* Merge pull request #250 from stpierre/blanket-except-plugins-lintChris St. Pierre2015-02-1837-271/+260
|\ | | | | Remove blanket excepts from plugins and lint
| * Remove blanket excepts from plugins and lintChris St. Pierre2015-02-1837-271/+260
| | | | | | | | | | | | | | | | | | | | This removes most blanket except: clauses from all plugins, including the base plugin libraries, and bcfg2-lint. The few that remain should all be necessary. Most of the changes were quite minor, but this did require some restructuring of the CfgPrivateKeyCreator; as a result, the tests for that module were rewritten.
* | Merge pull request #261 from AlexanderS/fix-decisionsChris St. Pierre2015-02-182-3/+6
|\ \ | | | | | | Fix Decisions Plugin
| * | FileMonitor/Pseudo: Only produce exists events, if file exists.Alexander Sulfrian2015-02-171-1/+2
| | | | | | | | | | | | | | | | | | The pseudo filemonitor created exists events, even if the file does not exists and the event handler raises an exception. Not it simply ignores non existing files and does not confuse the user with error messages.
| * | Server/Plugins/Decisions: Monitor files for changes.Alexander Sulfrian2015-02-171-2/+4
| |/ | | | | | | | | | | StructFile does not monitor the files by default and without the monitor we does not get the content. So we need to supply should_monitor=True to the StructFile.
* | Merge pull request #260 from jcftang/plugin-homebrewChris St. Pierre2015-02-182-0/+55
|\ \ | |/ |/| Plugin homebrew
| * Add homebrew package managementJimmy Tang2015-02-182-0/+55
|/ | | | Signed-off-by: Jimmy Tang <jcftang@gmail.com>
* Remove unnecessary suppression of apt warningsChris St. Pierre2015-02-171-5/+0
| | | | | This is no longer necessary in 12.04, so should be safe to remove. If you're on Ubuntu < 12.04, upgrade for heaven's sake.
* more pylint fixesChris St. Pierre2015-02-172-8/+12
|
* one more pylint fixChris St. Pierre2015-02-171-2/+2
|
* Pylint fixes for pylint 0.28Chris St. Pierre2015-02-1714-60/+68
| | | | | This also pins Pylint to 0.28 or older so that we don't have to do this again. At some point we should look at upgrading to Pylint 1.x.
* DBSettings: Fix time_zone option.Alexander Sulfrian2015-01-282-3/+3
| | | | | In the documentation, in the 1.3.x version and in django this option is called time_zone (and not timezone). There is no reason to change this.
* doc: Fix typoSol Jerome2015-01-031-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Merge branch 'bundle-modification-deps' of https://github.com/AlexanderS/bcfg2Sol Jerome2015-01-037-28/+187
|\ | | | | | | | | Conflicts: src/lib/Bcfg2/Client/__init__.py
| * Bundler: modification is now the boolean inherit_modificationAlexander Sulfrian2014-11-254-17/+12
| |