Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
4c47e3df 04/20/2021 09:15 AM Nadja Heitmann

Fixes #32295 - Fix Puppet service for Debian provisioning

This is a workaround for a Puppet bug where the provider is incorrect
and the service ends up not being enabled.
https://tickets.puppetlabs.com/browse/PUP-10963

b264a1e1 04/19/2021 03:57 PM Ondřej Ezr

Refs #30784 - MemoryAllocation use react helper

In 8a9922fd we've removed `byte_size_f` last usage.
This is moving the byte_size_f to render the React component, to
seamlessly integrate into the form without breaking any plugins that
were possibly still using it....

8c84f4f5 04/19/2021 02:39 PM Leos Stejskal

Fixes #31687 - Host Registration - Repository & GPG keys (#8402)

New feature in `Global Registration template` for adding
repository & gpg key before the host registration starts.

For adding repository (& key), users needs to specify
two parameters: `repo` & `repo_gpg_key`.

bf56104d 04/19/2021 02:18 PM Leos Stejskal

Fixes #31743 - Template macro install_packages (#8298)

For package installation on supported OS families: Red Hat, Debian & Suse.
In host registration users can now install packages
by setting the `host_packages` parameter.

Also if a snippet `host_init_config_post` is defined, it gets added to the registration script.

13b3ce22 04/14/2021 11:01 AM Shimon Shtein

Fixes #32258 - Change to_status default to noop

e97aec2b 04/14/2021 09:50 AM Lukáš Zapletal

Fixes #32266 - render_error call in userdata fixed (#8442)

c1104d00 04/14/2021 08:20 AM Ondřej Ezr

Fixes #32092 - add puppet safe guard

Hides puppetserver and puppet environment behind macros, that can alter
implementation much more easily and even be patched from plugin.

0866bc0e 04/13/2021 02:17 PM Dominik Matoulek

fixes #32243 - Adding render_pagelet to subnet page

This PR introduced a pagelet endpoint at subnet index page. It's placed at the buttons part of every subnet record. So it can be use for further extensibility with plugins. It also adds a pagelet endpoint to title buttons at subnet page.

734423d7 04/12/2021 09:51 AM Ondřej Ezr

Fixes #32121 - Puppetclass create audit taxonomy

On Puppetclass create, there are no persisted EnvironmentClasses yet,
so location_ids and organization_ids were always empty on create.

This allows to save EnvironmentClasses with Puppetclasses together and...

d3ddfac0 04/09/2021 10:52 AM Tomer Brisker

Fixes #32153 - Hide tooltip on multiselect all buttons

The tooltips remain shown on click because the elemnt they are attached
to is a `a` tag, which remains in focus until the user clicks elsewhere
so there is no `focusout` event fired.
For the deselect all button, the click handler calls...

View revisions

Also available in: Atom