summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* TemplateHelper: Expire metadata cache on FileMonitor eventAlexander Sulfrian2015-07-271-2/+10
* Merge branch 'fix-date-format' of https://github.com/AlexanderS/bcfg2Sol Jerome2015-07-238-31/+27
|\
| * DBSettings: Add possibility to specify arbitrary django options.Alexander Sulfrian2015-07-231-1/+8
| * Reporting/templates: Use configurable date formats.Alexander Sulfrian2015-07-236-6/+12
| * Options/Types: Fix database OPTIONS parsingAlexander Sulfrian2015-07-232-24/+7
* | Merge branch 'merge-files-ignore-binary' of https://github.com/AlexanderS/bcfg2Sol Jerome2015-07-223-17/+22
|\ \ | |/ |/|
| * Utils: Generalize is_string from POSIX/FileAlexander Sulfrian2015-07-223-24/+22
| * Lint/MergeFiles: Ignore binary filesAlexander Sulfrian2015-07-211-0/+7
* | PrioDir: Only set text content, if something is availableAlexander Sulfrian2015-07-211-1/+2
|/
* Merge branch 'maint'Alexander Sulfrian2015-06-1216-89/+307
|\
| * 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-255-8/+34
| * | Merge pull request #267 from stpierre/pylint-0.28-maintChris St. Pierre2015-02-2513-82/+83
| |\ \
| | * | Fix pylint errorsChris St. Pierre2015-02-2513-82/+83
| * | | 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