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.09 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
84146650 04/18/2016 01:45 PM 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...

5c7db2cf 04/18/2016 01:45 PM 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

(cherry picked from commit d395b95185e2ef90a8661dac7d5cb1ea846585fe)

153cbdf3 04/18/2016 01:45 PM 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.

(cherry picked from commit d8520a15230d854e65bb7de012a1a7e4f9806392)

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

a152a1b2 11/09/2015 09:33 AM Tomer Brisker

Fixes #11444 - Correctly count hosts in domain

Only hosts that have a primary nic assigned to a domain should be
counted in the domain host count. Previous implementation was flawed in
that it only updated the counter in certain occasions and not all,
leading sometimes to incorrect host counts....

View revisions

Also available in: Atom