summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server
Commit message (Expand)AuthorAgeFilesLines
* Info: EventDebug, Update and Quit are now command classesAlexander Sulfrian2015-10-131-17/+26
* DefaultACL: Deny remote access to expire_metadata_cacheAlexander Sulfrian2015-10-131-1/+2
* Info: expirecache only for interactive shellAlexander Sulfrian2015-10-131-0/+1
* Info: Fix expirecache subcommandAlexander Sulfrian2015-10-131-5/+4
* Info: Fix bcfg2-info shellAlexander Sulfrian2015-10-131-25/+47
* Admin: Add expirecache commandAlexander Sulfrian2015-10-132-0/+34
* Merge pull request #299 from AlexanderS/fix/cachingChris St. Pierre2015-10-058-23/+76
|\
| * Properties: Expire the metadata cache during reload of the filesAlexander Sulfrian2015-07-271-11/+30
| * Probes: Use core.metadata_cache instead of Bcfg2.Server.CacheAlexander Sulfrian2015-07-271-7/+8
| * AWSTags: Expire metadata cache at start of client runAlexander Sulfrian2015-07-271-0/+5
| * PuppetENC: Fix cache expirationAlexander Sulfrian2015-07-271-1/+1
| * GroupLogic: Expire metadata cache on config file changesAlexander Sulfrian2015-07-271-1/+12
| * SSHbase: Expire metadata cache on pubkey eventAlexander Sulfrian2015-07-271-0/+4
| * Ohai: Expire metadata cache, if ohai data changesAlexander Sulfrian2015-07-271-1/+6
| * TemplateHelper: Expire metadata cache on FileMonitor eventAlexander Sulfrian2015-07-271-2/+10
* | Merge branch 'fix/django1.7' of https://github.com/AlexanderS/bcfg2Sol Jerome2015-10-016-32/+53
|\ \
| * | Reports: Add explicit default valueAlexander Sulfrian2015-09-231-1/+1
| * | Reports: Fix InternalDatabaseVersionAlexander Sulfrian2015-09-232-14/+23
| * | Replace close_connection() for newer django versionsAlexander Sulfrian2015-09-231-2/+7
| * | Server: Use close_db_connection decorator everywhereAlexander Sulfrian2015-09-231-4/+1
| * | Server/Admin: Remove load_models() callAlexander Sulfrian2015-09-231-1/+0
| * | Server/Admin: Remove call of django.setupAlexander Sulfrian2015-09-231-3/+0
| * | Reporting: Clear error message if django is missingAlexander Sulfrian2015-09-231-8/+7
| * | fix check for reporting in src/lib/Bcfg2/Server/Plugins/Reporting.pyJonas Jochmaring2015-09-231-7/+11
| * | added django.setup() calls to src/lib/Bcfg2/DBSettings.pyJonas Jochmaring2015-09-231-2/+2
| * | some more django 1.7 compatibility fixesJonas Jochmaring2015-09-231-1/+4
| * | make Bcfg2-web compatible with django 1.7Jonas Jochmaring2015-09-231-4/+12
* | | Merge branch 'add-schemamigration' of https://github.com/AlexanderS/bcfg2Sol Jerome2015-10-011-1/+13
|\ \ \
| * | | bcfg2-admin: Add command to generate migrationsAlexander Sulfrian2015-09-211-1/+13
* | | | Merge branch 'master' of https://github.com/kincl/bcfg2Sol Jerome2015-10-011-0/+1
|\ \ \ \
| * | | | Run the superclass shutdown() to correctly set self.startedJason Kincl2015-09-291-0/+1
* | | | | Bundler: Fix addition of bundle.Alexander Sulfrian2015-09-301-1/+1
|/ / / /
* | / / Prevent lxml Element from being passed non-string dataGordon Messmer2015-09-131-1/+1
| |/ / |/| |
* | | Compatibility with Jinja < 2.7.Gordon Messmer2015-09-091-3/+9
* | | Keep trailing newlines in Jinja2 templates.Gordon Messmer2015-09-091-1/+3
* | | Merge branch 'rules-replace_name' of https://github.com/AlexanderS/bcfg2Sol Jerome2015-09-013-2/+51
|\ \ \
| * | | Rules: New options replace_name to replace %{name} in attributesAlexander Sulfrian2015-08-263-2/+51
* | | | Merge branch 'no-jinja2' of https://github.com/AlexanderS/bcfg2Sol Jerome2015-07-281-14/+15
|\ \ \ \
| * | | | Plugins/Cfg: Don't depend on jinja2Alexander Sulfrian2015-07-201-14/+15
* | | | | BuiltinCore: Fix logging with daemonizationAlexander Sulfrian2015-07-281-1/+20
* | | | | Ldap: Complete renew of the Ldap pluginAlexander Sulfrian2015-07-241-165/+159
* | | | | Utils: Generalize safe_module_nameAlexander Sulfrian2015-07-242-13/+8
| |_|_|/ |/| | |
* | | | Merge branch 'merge-files-ignore-binary' of https://github.com/AlexanderS/bcfg2Sol Jerome2015-07-221-0/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | Utils: Generalize is_string from POSIX/FileAlexander Sulfrian2015-07-221-7/+3
| * | | 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-128-63/+254
|\ \
| * \ 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