Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
architectures.yml 133 Bytes
audits.yml 256 Bytes
auth_sources.yml 446 Bytes
bookmarks.yml 234 Bytes
compute_attributes.yml 601 Bytes
compute_profiles.yml 100 Bytes
compute_resources.yml 1.63 KB
domains.yml 251 Bytes
features.yml 205 Bytes
filterings.yml 9.44 KB
filters.yml 1.89 KB
hostgroups.yml 993 Bytes
http_proxies.yml 129 Bytes
images.yml 279 Bytes
key_pairs.yml 85 Bytes
lookup_keys.yml 1.18 KB
lookup_values.yml 578 Bytes
mail_notifications.yml 756 Bytes
media.yml 640 Bytes
models.yml 123 Bytes
operatingsystems.yml 1.04 KB
os_default_templates.yml 1.14 KB
ovirt_operating_systems.xml 16.3 KB
parameters.yml 1019 Bytes
permissions.yml 22.7 KB
realms.yml 302 Bytes
roles.yml 1.25 KB
settings.yml 268 Bytes
smart_proxies.yml 488 Bytes
smart_proxy_features.yml 573 Bytes
sources.yml 47 Bytes
subnet_domains.yml 83 Bytes
subnets.yml 908 Bytes
taxable_taxonomies.yml 3.4 KB
taxonomies.yml 434 Bytes
template_combinations.yml 312 Bytes
template_kinds.yml 708 Bytes
templates.yml 5.3 KB
user_roles.yml 408 Bytes
users.yml 2.88 KB

Latest revisions

# Date Author Comment
52d4a500 11/02/2023 07:05 AM Nofar Alfassi

Fixes #36880 - include LookupValue permissions in fixtures

d430f3fb 09/28/2023 10:19 AM Evgeni Golov

Fixes #36759 - only call allowed transpilers

CVE-2022-3874: OS command injection via ct_command and fcct_command

Instead of allowing to call any command by changing a setting, only
allow specific paths to ct/fcct. If the user needs a different path,
they can set it via settings.yaml.

c791f6c7 01/16/2023 12:01 PM Ondřej Ezr

Fixes #29939 - drop category column from settings

Settings table was holding category column to support old style of
settings, but it is now ready to be decomissioned as plugins were given
enough time.

cc7af718 11/04/2022 02:46 PM Leos Stejskal

Fixes #35088 - Remove GCE Compute resource code

All code related to GCE compute resource
is now in Foreman Google plugin

https://github.com/theforeman/foreman_google

db023da3 07/25/2022 11:47 AM Nofar Alfassi

Fixes #4007 - updating users email to be optional (#9279)

de56ffb2 05/26/2022 10:58 AM Ondřej Ezr

Fixes #34305 - stop creating settings in DB (#9050)

With the setting DSL, we hold all the necessary values for settings in the memory.
We can now stop creating records for the settings in the database.

9b83dfe5 03/11/2022 10:58 AM Ondřej Ezr

Fixes #33782 - do not use fixtures for Settings

As we no longer require settings in DB, we may drop the fixtures for settings.

0ed80f45 03/04/2022 11:52 AM Ondřej Ezr

Fixes #34339 - sanitize fqdn in tests

Tests were almost not using the fqdn defined in settings.yaml.test
That is quite confusing at first sight and we should not override this value by fixtures, only if overriden in the same test file.

c693cd93 01/31/2022 02:27 PM Ondřej Ezr

Fixes #34323 - use defaults from memory

This loads values from database only if the values are in the database.
If there is no value populated for the Setting, we want to read the default from memory.

c6fc10ea 01/31/2022 02:27 PM Ondřej Ezr

Refs #34323 - sanitize setting fixtures

Setting fixtures should not be used to override defaults for tests unless meant for every test.
If we mean to override the setting value for all tests, we should override value and not the default.

View revisions

Also available in: Atom