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 233 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.2 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
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....

41561f4d 11/06/2015 06:55 AM Tom Caspy

fixes #12404 - rake console now works

not sure whether ruby 2.1 is at blame, but IRB's initializer tries to
use the command line arguments to decide how to run the console.
problem? running rake console (--trace) will lead to ARGV to contain
["console"] (and maybe --trace), which, in turn, will run the...

e8d6d2d6 10/28/2015 11:15 AM Shlomi Zadok

fixes #4151 - enable reports STI

Permits subclassing of ReportImporter and Report to import and store
new types of reports associated to hosts.

View revisions

Also available in: Atom