Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
apipie.rake 634 Bytes
backup.rake 3.98 KB
bundler.rake 493 Bytes
config.rake 3.89 KB
console.rake 114 Bytes
convert.rake 6.45 KB
encrypt.rake 2.75 KB
exception.rake 668 Bytes
fix_cache.rake 577 Bytes
fix_cached_counters.rake 837 Bytes
gettext.rake 1.42 KB
hosts.rake 1.7 KB
jenkins.rake 995 Bytes
ldap.rake 501 Bytes
locale.rake 1.66 KB
log.rake 134 Bytes
model.rake 3.17 KB
patches.rake 630 Bytes
pkg.rake 941 Bytes
plugin_apipie.rake 889 Bytes
plugin_assets.rake 3.23 KB
plugins.rake 633 Bytes
puppet.rake 8.48 KB
reports.rake 3.19 KB
reset_permissions.rake 1.02 KB
rubocop.rake 137 Bytes
security.rake 725 Bytes
smartproxy.rake 1.93 KB
test_api_dir.rake 174 Bytes
test_lib_dir.rake 236 Bytes
trends.rake 1.26 KB

Latest revisions

# Date Author Comment
56b4310f 09/09/2015 10:52 AM Dominic Cleal

fixes #11170 - pass quoted args through foreman-rake

Use the special "$@" to correctly pass quoted arguments through
foreman-rake, through su and to the underlying rake command. Ensures
the JSON in this command is unharmed:

foreman-rake config -- -k trusted_puppetmaster_hosts -v '["foo.bar.com"]'...
9b33f22f 08/06/2015 02:17 PM Lukas Zapletal

Fixes #11206 - plugin API now expose default role permissions

(cherry picked from commit 758d57a3c067dbd07f5bfbd66617b6865dab9d66)

f13214ed 07/17/2015 12:59 PM Shimon Shtein

Fixes #10438 - Removed trends:clean task, as it is no longer needed

(cherry picked from commit d933e388953ea5f4b89cb5f0a095251628e0d5cf)

3b4d1adf 06/16/2015 06:42 AM Lukas Zapletal

Fixes #10815 - introduced FOREMAN_APIPIE_LANGS env variable

1b5e2660 05/21/2015 07:52 AM Daniel Lobato Garcia

Fixes #10513 - Substitute reports:summarize docs for reports:daily

040abfa3 05/13/2015 03:25 AM Jon McKenzie

Fixes #5568 - Improves performance of trends:clean rake task

Perform trend counter dupe counting within the database rather than in the Ruby code.

be6ce5bc 05/06/2015 10:11 AM Daniel Lobato Garcia

Fixes #10263 - Encrypt LDAP password in db

This commit includes a rake task to encrypt all encryptable resources.
A helper function can be used to add more encryption tasks easily.

2d8b4fef 04/28/2015 07:48 AM Daniel Lobato Garcia

Refs #3809 - Remove semicolon cop

1fcea0e9 03/24/2015 04:48 AM Dominic Cleal

fixes #9775 - always load Encryptable when key's missing, log runtime warning

a59972c3 causes Encryptable to be loaded before the encryption_key.rb
initialiser and the majority of the class was skipped as the key was undefined.

Now Encryptable always loads, but logs at runtime if the key is unavailable,...

c0fd4d46 03/15/2015 05:45 AM Eric Helms

Fixes #9751: Correct examples for rake config usage.

View revisions

Also available in: Atom