Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
5352e55d 01/05/2022 12:01 PM Leos Stejskal

Fixes #34213 - truthy? and falsy? template helpers

Template helpers for checking if a value is truthy or falsy

e14eace6 12/15/2021 05:39 PM Leos Stejskal

Fixes #34146 - Move services from lib/foreman to app/services/foreman

642a7df0 12/14/2021 01:43 PM Leos Stejskal

Fixes #34139 - Move Foreman::Renderer from lib/ to app/services

c8048ae2 11/23/2021 02:29 PM Leos Stejskal

Fixes #33968 - Fix loading of Foreman::Telemetry in initializers

82511609 07/14/2021 12:48 PM Lukas Zapletal

Refs #32981 - add snapshot tests for debian and ubuntu

76816b9d 06/29/2021 10:13 PM Lukas Zapletal

Fixes #32635 - fix already initialized constant

641c3f4a 05/07/2021 10:34 AM Lukáš Zapletal

Fixes #31370 - multi-host stub template snapshots (#8149)

Our snapshot template render test and generator only supports one host stub (ipv4 single NIC redhat OS). In order to test more ERB codepaths, we need a way to create snapshots against multiple host stubs (e.g. IPv6, dualstack, static IPv4 or IPv6, debian family). In order to do that, template metadata can be extended to define list of host stubs to create and test snapshots against....

cd4b1820 10/07/2020 08:33 PM Tomer Brisker

Fixes #29710 - Clean up .where conditions

Using methods such as `none`, `not`, `or`, or `all`, we can simplify
some `.where` calls in ways that weren't possible in some very old rails
versions.

324bafdb 09/30/2020 07:54 AM Eric Helms

Fixes #30932: Rescue from RecordInvalid for plugin role creation (#8032)

The exception can be raised two if Rails environments start in parallel (two requests, one request and a rake task) and permissions are not yet populated. Then the race condition can occur, as two different requests are trying to create the same role. This is another exception that was observed during this race condition, so we need to rescue from it too.

0936290f 09/23/2020 12:19 PM Lukas Zapletal

Fixes #30750 - poweroff schedule command for SSH finish

View revisions

Also available in: Atom