Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
fcd63a38 09/22/2021 08:50 AM Dominik Matoulek

Fixes #33419 - Introduce Fact Parser Registry

FactParser class has two purposes in current codebase. It acts as parent
for other fact parses (PuppetFactParser, AnsibleFactParser,
RhsmFactParser...) and also as a registry for registering parsers for
given type/key. This PR introduces FactParserRegistry under...

6faf9585 09/17/2021 01:05 PM Amy Tilghman

Fixes #33408 - Support all RHEL derivatives in registration

80fb0c21 09/15/2021 12:20 PM Ondřej Ezr

Fixes #32403 - Add validations to a setting DSL

Add ability to define validation per Setting through DSL.
It tries to keep similar syntax to rails model validations.

ccb1d609 09/15/2021 08:31 AM Lukas Zapletal

Fixes #33426 - changing virtual in ks fixed

813b605d 09/15/2021 07:58 AM Tomer Brisker

Fixes #33387 - Remove view_tasks permission

This permission was present since the permission model was implemented
in acfbc45886c4 but wasn't really used anywhere. Foreman tasks uses a
different `view_foreman_tasks` permission.

bf8544a9 09/14/2021 01:41 PM Adam Cécile

Fixes #32273 - VMWare compute failure ends up in ArgumentError (too few arguments)

f25a7620 09/14/2021 09:24 AM Dominik Matoulek

Fixes #33440 - improve description for "Oauth map users" setting

This setting has "Yes" and "No" options in UI so description should not use true/false.

ed5bd4dc 09/13/2021 11:37 AM Anna Vitova

Fixes #33432 - Rename the Report template button

77f4c121 09/09/2021 12:55 PM Dominik Matoulek

Fixes #33371 - Fixing personal tokens for users

Fixing situation where user can see and revoke own personal tokens
by remove permissions and only user and admin are able to see
personal tokens for given users.

69dfc938 09/02/2021 07:08 PM Tomer Brisker

Fixes #33396 - Filter out vms with missing instanceUuid

The previous fix handled cases where the instanceUuid was set to nil,
but in some cases it could be set to an empty string.

View revisions

Also available in: Atom