Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
555c3d0f 04/25/2024 11:12 AM Bernhard Suttner

Fixes #36830 - transform_vars on preseed_path

Co-Authored-by: quartsize

0eaa01ad 10/05/2021 08:24 PM Lukas Zapletal

Fixes #33469 - current stream for Flatcar

5286b211 07/19/2021 10:39 AM Ondřej Ezr

Refs #31059 - cleanup Environment from tests

Removes Environment related notes from tests, mostly just Host being
uselessly provided an environment.

055489b7 05/20/2021 06:29 PM Lukas Zapletal

Fixes #27604 - added Fedora|Redhat CoreOS and IM

3a75046e 04/22/2021 08:38 PM Lukas Zapletal

Fixes #31946 - support for S390x

On S390 kernel and initramdisk are at a different path and with different names: images/kernel.img and images/initrd.img. Foreman operating system model must reflect that in order to download Anaconda installer to TFTP.

Co-authored-by: Ewoud Kohl van Wijngaarden <>

3f46c0d3 10/13/2020 06:55 AM Ondřej Ezr

Fixes #31016 - refresh registries after plugin testing (#8055)

Fixes #31016 - refresh registries after plugin testing

Introduce mechanisms to refresh the plugin registries.
We pollute these during plugin mechanisms testing and it never gets cleaned up.
This makes sure we clean mocks and stubs from the registries.

4070717d 03/31/2020 11:27 AM Timo Goebel

fixes #29432 - add flatcar os support

6f0e3072 03/18/2020 03:21 PM Michael Moll

Fixes #29349 - Fix Layout/SpaceInsideArrayLiteralBrackets cop

c95dc347 02/11/2020 03:48 PM Lukas Zapletal

Fixes #28965 - calculate PXE UID from OS version

e717fa17 02/10/2020 01:28 PM Lukáš Zapletal

Fixes #28846 - PPC64 pxedir location

cb2cb36a 01/08/2020 10:24 AM Michael Moll

Fixes #28561 - Configure and fix Layout/AlignArguments cop

f2ee562e 07/09/2019 08:44 AM Marek Hulán

Fixes #27249 - flip the comma cop

a96a0366 06/06/2019 11:51 AM Tuur Dutoit

Fixes #26949 - Use $version instead of $release for FreeBSD

The `$release` variable only exists for Debian and Solaris. On FreeBSD, the @initrd macro should use `$version`.
Some other small fixes for the FreeBSD OS were added, as well as some tests.

d89d956f 05/23/2019 11:13 AM Timo Goebel

fixes #26842 - altlinux: fix mediumpath

77baf666 05/21/2019 11:14 AM Timo Goebel

fixes #26796 - coreos: url_for_boot

745ff850 04/08/2019 10:45 AM Michael Moll

Refs #19768 - Fix Layout/ClosingParenthesisIndentation cop

63afd4f1 04/05/2019 04:26 PM Michael Moll

Fixes #19768 - Fix Layout/ClosingParenthesisIndentation cop

4808ee94 01/16/2019 09:04 AM Lukas Zapletal

Fixes #25733 - PXE uid generated from pxedir

d670e197 01/15/2019 02:47 PM Timo Goebel

fixes #25852 - coreos mediapath vars are interpolated

2bb08e80 12/19/2018 03:17 PM UXabre

Fixes #24728 - Support Huawei VRP

QUIRK: Only supports tokenless built URL

ef1bbc26 07/26/2018 03:12 PM Shimon Shtein

Fixes #19389 - Add medium_uri provider

2455b570 07/26/2018 03:12 PM Shimon Shtein

Fixes #19389 - Added medium hash to TFTP files

9d43fc71 06/14/2018 12:05 PM Michael Moll

Fixes #19789 - fix Layout/SpaceAroundOperators cop

34f84c8d 01/15/2018 01:22 PM Michael Moll

Refs #22164 - use cheaper FactoryBot methods

  • Refs #22164 - FactoryBot.build -> FactoryBot.build_stubbed
  • Refs #22164 - FactoryBot.create -> FactoryBot.build

in
- test/unit/*
- test/models/shared/taxonomies_base_test.rb
- test/controllers/hosts_controller_test.rb

8c6bc83e 11/01/2017 09:00 AM Marek Hulán

Fixes #21424 - use factory_bot_rails

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