Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
apipie.rake 634 Bytes
audits.rake 1.24 KB
backup.rake 5.45 KB
bundler.rake 491 Bytes
config.rake 4.7 KB
console.rake 173 Bytes
convert.rake 6.66 KB
dynflow.rake 665 Bytes
encrypt.rake 2.76 KB
exception.rake 718 Bytes
exports.rake 3.06 KB
facts.rake 494 Bytes
fix_cache.rake 886 Bytes
gettext.rake 1.46 KB
hosts.rake 2.79 KB
interfaces.rake 1.3 KB
jenkins.rake 1.13 KB
ldap.rake 1.09 KB
locale.rake 1.58 KB
log.rake 134 Bytes
model.rake 3.16 KB
notifications_cleaner.rake 1.11 KB
parameters.rake 334 Bytes
patches.rake 623 Bytes
pkg.rake 947 Bytes
plugin_apipie.rake 887 Bytes
plugin_assets.rake 2.25 KB
plugins.rake 1.14 KB
puppet.rake 7.44 KB
reports.rake 3.97 KB
rescan_reports_origins.rake 874 Bytes
reset_permissions.rake 1.01 KB
rss.rake 1.84 KB
rubocop.rake 137 Bytes
security.rake 786 Bytes
seed.rake 5.17 KB
smartproxy.rake 1.89 KB
telemetry.rake 1.34 KB
test.rake 390 Bytes
trends.rake 1.3 KB
webpack_try_compile.rake 347 Bytes

Latest revisions

# Date Author Comment
b697e513 06/14/2018 09:50 AM Michael Moll

Refs #22058 - refresh rubocop config and apply autofixes

b5fc39ee 06/07/2018 11:56 AM Ewoud Kohl van Wijngaarden

Fixes #23842 - Load factory_bot only when needed

By moving the factory_bot loading to when it's only needed we make it a
soft dependency. Production installs typically don't have factory_bot
installed which breaks rake tasks.

7d36ad77 06/06/2018 11:29 AM Eric Helms

Fixes #23764: Ensure proper plugin asset generation for SCSS

If image-url or asset-url are used in SCSS then they are not properly
generated for plugins. This change has the nice side effect of
both simplifying the code and re-using the existing Rails and Sprockets...

48a2d491 06/05/2018 07:27 AM Ewoud Kohl van Wijngaarden

Fixes #19968: Add a rake task to seed your database

This uses FactoryBot to seed the database with trivial hosts.
It allows developers to easily set up a bunch of hosts to get some
realistic database size.

c030096e 06/01/2018 09:03 PM Lukas Zapletal

Fixes #23142,#23503 - telemetry improvements

a653e389 05/22/2018 03:18 PM Ewoud Kohl van Wijngaarden

Fixes #23635 - Centralize use of facter

We have a bundler group for facter. That implies it's optional but
before this change it wasn't With this change it's only required if no
domain and fqdn are set. This is still the default so in most cases it's
no difference, but at least we have centralized all use of facter to one...

53ecc7fc 05/22/2018 09:52 AM Ewoud Kohl van Wijngaarden

Fixes #23577 - Configurable security token path

In production setups we prefer to store this file in /etc/foreman and a
symlink in the rails root.

1d1e4dab 05/19/2018 02:54 PM Ewoud Kohl van Wijngaarden

Fixes #23646 - Remove storeconfig leftovers

In Foreman 1.1 sharing the database with Puppet's storeconfigs was
deprecated. We've given users sufficient time to migrate away from it
and possibly broke it along the way. I haven't checked.

5b183386 05/15/2018 12:36 PM Ewoud Kohl van Wijngaarden

Fixes #23587 - Verify webpack precompile is needed

Plugins like bastion do have a package.json but no webpack resources.

fd0f94de 05/12/2018 02:32 PM Lonneke Vuur

Fixes #15549 - Correct documentation for exports rake task

View revisions

Also available in: Atom