summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2
Commit message (Expand)AuthorAgeFilesLines
* PrioDir: Only set text content, if something is availableAlexander Sulfrian2015-07-211-1/+2
* Merge branch 'maint'Alexander Sulfrian2015-06-1215-89/+306
|\
| * Version bump to 1.3.6Sol Jerome2015-06-112-2/+2
| * Reporting: Fix plus/minusSol Jerome2015-06-111-2/+2
| * Merge branch 'fix-yum-packages-traceback' into maintSol Jerome2015-04-281-4/+9
| |\
| | * Yum.py: Add debug log messageSol Jerome2015-04-281-0/+2
| | * Yum.py: Fix traceback when arch missingSol Jerome2014-11-041-4/+7
| * | Merge pull request #276 from gaurdro/fix-secontext-not-supportedChris St. Pierre2015-04-212-20/+37
| |\ \
| | * | handle filesystem secontexts properly for contextless filesystemsRoss Smith2015-04-162-20/+37
| * | | Reporting: Fix typoSol Jerome2015-04-171-1/+1
| |/ /
| * | FreeBSDInit: Fix __init__ callSol Jerome2015-04-091-1/+1
| * | Yum.py: Compare epoch/version/release separatelySol Jerome2015-03-311-6/+15
| * | Packages/Yum.py: Fix dependency resolution logicSol Jerome2015-03-301-2/+101
| * | Server/Plugins/Packages: Fix _init_attributes position.Alexander Sulfrian2015-03-251-2/+2
| * | compat: use eval instead of ast.literal_eval on python 2.4Michael Fenn2015-03-192-2/+8
| * | APT.py: Fix syntax error introduced in cae39b7Sol Jerome2015-03-191-1/+1
| * | Reporting/models.py: Fix typoSol Jerome2015-03-171-1/+1
| * | Server/Core: drop privileges even if not running as daemonAlexander Sulfrian2015-02-254-8/+32
| * | Merge pull request #267 from stpierre/pylint-0.28-maintChris St. Pierre2015-02-2512-81/+79
| |\ \
| | * | Fix pylint errorsChris St. Pierre2015-02-2512-81/+79
| * | | Merge pull request #254 from AlexanderS/fix-yum-initChris St. Pierre2015-02-252-48/+92
| |\ \ \
| | * | | Plugins/Packages/Source: Remove unused arguments of _init_attributesAlexander Sulfrian2015-01-232-9/+4
| | * | | Plugins/Packages: all attributes should be defined in __init__Alexander Sulfrian2015-01-232-53/+81
| | * | | Plugins/Packages: fix initialization of YumSourceAlexander Sulfrian2015-01-162-60/+81
| * | | | Server/Plugins/Metadata: Reject passwd clients, if auth_type is certAlexander Sulfrian2015-02-241-2/+7
| | |/ / | |/| |
| * | | Make SSHbase also a Connector plugin.Alexander Sulfrian2015-01-271-0/+14
| |/ /
* | | Reporting: Add --no-dry-run and --no-only-important flagsAlexander Sulfrian2015-05-121-68/+102
* | | Reporting: Add dry_run and only_important flagsAlexander Sulfrian2015-05-124-1/+315
* | | Bundler: Catch all exceptions in BuildStructuresChris St. Pierre2015-05-111-0/+4
* | | SSHbase: Use correct exception typeAlexander Sulfrian2015-05-101-3/+3
* | | SSHbase: Fix logging callAlexander Sulfrian2015-05-101-1/+1
* | | 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
| * | | Client/Tools: Report the version of extra packages as current_version.Alexander Sulfrian2015-02-193-5/+6
* | | | 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
* | | | Client/Tools/Pkgng: No auto-update on pkg-search.Alexander Sulfrian2015-02-191-1/+1
|/ / /
* | | Merge pull request #250 from stpierre/blanket-except-plugins-lintChris St. Pierre2015-02-1829-218/+172
|\ \ \
| * | | Remove blanket excepts from plugins and lintChris St. Pierre2015-02-1829-218/+172
* | | | Merge pull request #261 from AlexanderS/fix-decisionsChris St. Pierre2015-02-182-3/+6
|\ \ \ \
| * | | | FileMonitor/Pseudo: Only produce exists events, if file exists.Alexander Sulfrian2015-02-171-1/+2
| * | | | Server/Plugins/Decisions: Monitor files for changes.Alexander Sulfrian2015-02-171-2/+4
| |/ / /
* / / / Add homebrew package managementJimmy Tang2015-02-181-0/+54
|/ / /
* | | Remove unnecessary suppression of apt warningsChris St. Pierre2015-02-171-5/+0
* | | 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-1713-59/+67