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 338 Bytes
convert.rake 6.45 KB
encrypt.rake 2.75 KB
exception.rake 668 Bytes
fix_cache.rake 577 Bytes
fix_cached_counters.rake 1.08 KB
gettext.rake 1.45 KB
hosts.rake 1.7 KB
jenkins.rake 995 Bytes
ldap.rake 501 Bytes
locale.rake 1.58 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.38 KB
plugins.rake 633 Bytes
puppet.rake 8.48 KB
reports.rake 3.86 KB
reset_permissions.rake 1.03 KB
rubocop.rake 137 Bytes
security.rake 725 Bytes
smartproxy.rake 1.89 KB
test.rake 411 Bytes
trends.rake 1.3 KB

Latest revisions

# Date Author Comment
db851032 04/15/2016 04:54 AM Walden Raines

Fixes #14645: fix production images for plugins.

Images were going through the legacy asset helpers in
sprockets-rails, this commit sets some options on the context
class to ensure we are looking up digested images in the correct
path.

http://projects.theforeman.org/issues/14645

d395b951 04/11/2016 07:55 AM Dominique Quatravaux

Fixes #14508 - foreman-rake console can take arguments

One can now say e.g.

foreman-rake console -- --sandbox

We need the --, otherwise foreman-rake itself tries to interpret the flags

d8520a15 03/16/2016 04:10 AM Eric Helms

Fixes #14221: Use Sass Rails template when compiling plugin assets

The Sass::Rails::Template is needed to resolve css files imported
in an SCSS file without setting them to css imports which lead
to 404s in production.

be6e6efc 03/08/2016 03:37 AM Dominic Cleal

fixes #14076 - remove unused Puppetclass hostgroups counter

4406f5af 02/03/2016 07:46 AM Dominic Cleal

fixes #8874 - rework POT/PO updates for gettext 3's edit.po

3.1.13 adds an intermediate .edit.po file alongside each .po, which is meant
to be kept outside of SCM and updated by users, whereupon it's merged back into
the .po on the next rake gettext:find execution....

755ade45 01/21/2016 05:29 AM Stephen Benjamin

fixes #13033 - require new location of gettext_i18n_rails_js tasks

8eaa16f5 01/11/2016 09:37 AM Eric Helms

Fixes #13098: Set assets environment the same as core assets

The introduction of Sprockets 3+ led to the environment-version
being set to ActiveSupport::StringInquirer object instead of a
String. The Sprockets digest method does not support digesting
classes of type ActiveSupport::StringInquirer....

538c64dc 01/06/2016 08:05 AM Dominic Cleal

fixes #13005 - enable CSS compression in plugin precompilation

fb9f45e8 12/18/2015 08:03 AM Daniel Lobato Garcia

Fixes #7230, #12021 - Upgrade to Rails 4.1.5

This commits upgrades Rails to Rails 4.1.5. See a description of the
changes included here, and go to the pull request in GitHub to see more
detailed explanations:

  • Update gems to a Rails 4 compatible version, including dependencies...
2fc4d6da 11/18/2015 10:41 AM Shlomi Zadok

Fixes #11307 - Add host count to hostgroups

View revisions

Also available in: Atom