Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
88c60cb8 08/10/2021 01:13 PM Adi Abramovich

Fixes #32727 - Added status and version to api call (#8572)

989e0aad 08/09/2021 03:08 PM Leos Stejskal

Fixes #32822 - Job templates and resource picker

New `resource` user input type for templates with
template macro `input_resource` returning the resource object

ee07dbe2 08/09/2021 02:57 PM Adi Abramovitch

Fixes #32769 - Associate a VM via API to a compute resource

47952add 08/06/2021 09:29 AM yifat makias

Fixes #32792 - Add update to ca when vmware cr is updated

9c1b18ff 08/03/2021 09:27 AM Leos Stejskal

Fixes #33033 - shell_escape template macro

New template macro `shell_escape` using
Ruby's `Shellwords.shellescape` for safe shell strings.

Use `shell_escape` for user input variables
in registration templates (`global` & `host_init`)

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

eb03be92 07/28/2021 01:18 PM Leos Stejskal

Fixes #33121 - Registration command API & params with false values

Registration API for generating registration command
incorrectly ignores parameters with `false` boolean value.

01c0a63d 07/27/2021 01:32 PM Ondřej Pražák

Fixes #33123 - Add GraphQL type for permissions

ad72115f 07/27/2021 09:26 AM Leos Stejskal

refs #32287 - Restrict search operators for Settings

Search method from 'setting index loads from registry' PR [0]
support only few search operators, `SearchBar` component
at Settings page should not display other unsupported operators

[0] https://github.com/theforeman/foreman/pull/8438

3ff1fd27 07/23/2021 01:53 PM Ondřej Ezr

Fixes #32415 - access only through SettingRegistry

Update and read the settings through SettingRegistry.
Adds a layer between controller and Model.
SettingRegistry is proxying the value parsing method to the model.

This lifts blocker for settings without DB record.

View revisions

Also available in: Atom