Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
apipie.rake 634 Bytes
backup.rake 3.98 KB
bundler.rake 493 Bytes
config.rake 4.42 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 1.7 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 8.28 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
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...

55de1d1c 08/10/2016 10:49 AM Dominic Cleal

fixes #16046 - run webpack:compile as pre-req to test rake tasks

The webpack:compile task is now run before all rake test tasks,
including jenkins:*. Except for jenkins:integration, a failure in
webpack:compile is issued as a warning as unit tests don't require...

fef6cff7 07/19/2016 10:42 AM Tomer Brisker

Refs #12193 - Remove remaining cached counters

c773c0ef 07/19/2016 10:42 AM Tomer Brisker

Fixes #12193 - Stop using counter_cache for host[group] counts

This is aimed to prevent deadlocks caused by Rails' implementation of
counter_cache that is hit when multiple hosts are created or updated at
the same time. An added benefit is that the counters will now display...

f21ca7d5 07/06/2016 10:04 AM Dominic Cleal

fixes #13845 - remove 1.13 deprecations

a81a259c 06/23/2016 09:37 AM Lukas Zapletal

Fixes #15439 - improved error reporting for media

View revisions

Also available in: Atom