Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  foreman
  generators
  net
  proxy_api
  tasks
core_extensions.rb 5.77 KB
foreman.rb 1.01 KB
net.rb 839 Bytes
proxy_api.rb 72 Bytes
seed_helper.rb 6.56 KB
timed_cached_store.rb 1.19 KB
ws_proxy.rb 2.34 KB

Latest revisions

# Date Author Comment
cf6de107 08/03/2021 03:00 PM Bernhard Suttner

Fixes #33197 - Show error message if credentials are wrong

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`)

4c4be749 07/28/2021 08:48 AM Lukas Zapletal

Fixes #33090 - load AIX OS attributes

dffe39af 07/23/2021 12:48 PM Evgeni Golov

Fixes #32540 - host_param_(true|false)? cleanup

let the `default_value` denote what we "read" by default from the host
(in the case the host doesn't have the param) and then compare it with
`true`/`false` (depending on the func) as done with the existing...

92eb6cee 07/19/2021 10:39 AM Ondřej Ezr

Fixes #31235 - drop Puppetclass models

Drops Puppetclass models and their usage.
Extracted in https://github.com/theforeman/foreman_puppet_enc/pull/81
Tests extracted in:
- hostgroup - https://github.com/theforeman/foreman_puppet_enc/pull/85

198040f6 07/16/2021 02:01 PM Leos Stejskal

Fixes #32918 - Host registration - Update packages

New parameter `update_packages` for update of
all packages on the host when registered

76816b9d 06/29/2021 10:13 PM Lukas Zapletal

Fixes #32635 - fix already initialized constant

5051e374 06/16/2021 08:33 AM Dominik Matoulek

Fixes #28221 - Adding passing of template scope for snippet rendering

In current implementation templates can be much complex by snippet.
Reusable pieces of template code that should be in the same scope like
their templates but they are not. This PR tries to solve that.

a41cabb4 06/11/2021 08:47 AM Adam Ruzicka

Fixes #32192 - Override only the relevant parts

a196afb1 06/11/2021 08:47 AM Adam Ruzicka

Fixes #32192 - Monkey patch restclient to unescape proxy credentials

Restclient as of version 2.1.0 uses provided credentials stored in a proxy URI
object verbatim. If the credentials are escaped as they should be, then this
leads to errors when we try to use the credentials because restclient sends the...

View revisions

Also available in: Atom