Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
apipie.rake 634 Bytes
backup.rake 4.33 KB
bundler.rake 493 Bytes
config.rake 4.69 KB
console.rake 338 Bytes
convert.rake 6.59 KB
encrypt.rake 2.75 KB
exception.rake 668 Bytes
exports.rake 3.06 KB
fix_cache.rake 577 Bytes
gettext.rake 1.45 KB
hosts.rake 2.8 KB
jenkins.rake 959 Bytes
ldap.rake 501 Bytes
locale.rake 1.58 KB
log.rake 134 Bytes
model.rake 3.17 KB
parameters.rake 330 Bytes
patches.rake 630 Bytes
pkg.rake 941 Bytes
plugin_apipie.rake 889 Bytes
plugin_assets.rake 3.38 KB
plugins.rake 1.14 KB
puppet.rake 7.62 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 347 Bytes
trends.rake 1.3 KB
webpack_try_compile.rake 347 Bytes

Latest revisions

# Date Author Comment
f2c05b8d 01/11/2017 03:31 AM Marek Hulán

Fixes #17330 - skip admin email if it's unknown

When admin user is being seeded the Setting might not exist at that
moment. We can't just create it with value, since the setting would
be invalid because of other attributes. Therefore we split settings
creation from the setting list so we could create it from seed too....

0f791ba5 01/02/2017 10:49 AM Daniel Lobato Garcia

Fixes #17837 - Fix hosts:scan_out_of_sync task

The task relies on Ping, which was removed since Ruby 1.9. I've moved it
to rely on net-ping instead. Notice the ping now relies on the 'ping'
binary being in the foreman user path for this to work with foreman-rake

b1dad4cd 11/28/2016 10:35 AM Tomer Brisker

Fixes #1556, #11615 - Remove puppet rdoc support

Puppet rdoc support has been broken for a long time. Removing it from
Foreman.

c0cd333a 11/28/2016 05:40 AM Daniel Lobato Garcia

Fixes #17488 - Add confirmation to import db task

d39ced29 11/25/2016 08:12 AM Ohad Levy

fixes #17474 - DROP db prior to restore on postgres

when using postgres as a database, and restoring and
existing db dump, clean the target database prior to restore.

this allow the usage case when installing a new server,
running foreman-installer and then restoring the database.

afd5e512 11/18/2016 04:38 AM Ivan Necas

Fixes #17361 - ensure plugins migration paths are set

ea98080f 09/24/2016 03:20 AM Dominic Cleal

fixes #16557 - move tests into modern Rails layout

Models, controllers, mailers and helpers are now in test/ subdirs
matching app/ subdirs. Service, miscellaneous and old test/lib/ tests
are now in test/unit/ separated from models, which obsoletes the custom...

a29f3e39 09/19/2016 04:29 AM Tomer Brisker

Fixes #16565 - Correct host search by parameters

Overrides for parameters values caused incorrect results for when
searching by parameter value. This commit fixes those results, and
improves the handling of parameter priorities in general. A new rake
task, `parameters:reset_priorities` is introduced that should be invoked...

b79ef2a8 09/14/2016 03:21 AM Dominic Cleal

fixes #16529 - require rake/testtask explicitly

4cbf879e 08/24/2016 06:41 AM Lukas Zapletal

Fixes #12634 - New HW Model flag pxe_loader

Implementation of

https://github.com/theforeman/rfcs/blob/master/text/0001-PXE-Booting-UEFI.md

In short, new host/hostgroup flag PXE loader is added to specify TFTP
DHCP filename and Foreman now orchestrates all PXE-capable templates...

View revisions

Also available in: Atom