Project

General

Profile

Download (5.02 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
fc082e8d 07/30/2021 09:59 AM Dominik Matoulek

Fixes #29681 - Fixing bad regex for excluding facts

Foreman uses facts from many tools like Ansible or Puppet to gather
facts about hosts. These facts are also full of facts that foreman don't
care about. That's why Excluded facts setting exist. It has some bugs...

e37a819a 10/26/2020 01:50 PM Lukas Zapletal

Fixes #31099 - filter out unstable facts: memory and load

5b8e09dc 03/05/2020 10:58 AM Rahul Bajaj

Fixes #21654 - create registry for importers

a18ba724 08/29/2019 12:22 PM Shimon Shtein

Fixes #23072 - Fix fact importer transaction isolation

e58042b2 08/21/2019 07:53 AM Lukas Zapletal

Fixes #26984 - maximum subtree fact filter

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

Fixes #27249 - flip the comma cop

c05f1ac9 06/13/2019 11:59 AM Lukas Zapletal

Fixes #26852 - add disks exclude fact patterns

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

Fixes #19789 - fix Layout/SpaceAroundOperators cop

61b35ac1 12/30/2017 11:20 AM Shimon Shtein

Fixes #20929 - Added fact name filtering on import

Added a setting that will filter out fact names, so they won't be
recorded into `fact_names` and `fact_values` tables at all.

c7c53aeb 12/11/2017 01:15 PM Shimon Shtein

Fixes #21776 - Improved fact importing to deal with names

Now the list of fact names will be calculated beforehand and saved
to the database. It will also consider that the name could be added
from other thread.