Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
16701e6b 01/03/2022 09:27 AM Dominik Matoulek

Fixes #33470 - Adding support for CentOS Stream

The facts from Stream has not yet supported in Foreman. This PR adds correct recognition for all parsers.

21fefa34 12/17/2021 11:18 AM Tomer Brisker

Fixes #34160 - Improve fact_values api performance

Previously, the fact_values api called loaded a lot of un-needed data
from the database and used a sub-optimal way of converting the data to a
hash for display.
This commit changes the implementations so that we only load the...

bf343adc 12/15/2021 12:07 PM Adi Abramovitch

Fixes #33775 - Add Support to ? for setting wildcards

ce219005 12/14/2021 04:47 PM Bastian Schmidt

Fixes #32919 - Add Salt Autosign grain to minion configuration

  • Use host function .derive_salt_grains to get host_params['salt_grains'] and autosign key
  • Makes foreman incompatible with previous foreman_salt versions

Co-authored-by: Evgeni Golov <>

700f3a69 12/08/2021 03:30 PM Tomer Brisker

Fixes #34093 - Don't eager load all authorized resources

The authorizer cache currently loads all permitted resources to memory
when `.includes?` is called just to check if one resource is in the
list. This can get very heavy when authorizing resources that have many...

0ebd471d 12/06/2021 01:24 PM Amir Fefer

Fixes #34085 - fix 'all audits' link in host page

b1f03b37 12/02/2021 03:02 PM Ewoud Kohl van Wijngaarden

Fixes #26968 - Switch to minitest-reporters

ci_reporter_minitest is unmaintained and since minitest 5.1 it no longer
shows the class names. minitest-reporters does.

104493b2 12/02/2021 11:33 AM Evgeni Golov

Fixes #34064 - don't override magic `klass` variable

when you let(:klass), it somehow touches the `Mocha::Mock` class,
instead of creating a new thing, freaking out Mocha in the process.

before:

$ bundle exec rake test TEST=test/unit/parameter_filter_test.rb TESTOPTS=-v...
35bc5a33 12/02/2021 08:40 AM Adi Abramovitch

Fixes #33801 - Replace obsolete URI.escape method

b5eb5ca7 12/01/2021 10:10 PM Tomer Brisker

Fixes #33996 - Clean up deprecated methods

Cleans up all methods that have been marked for removal in 3.2 or older.

View revisions

Also available in: Atom