Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
base.rb 23.3 KB
hostmix.rb 300 Bytes
managed.rb 42.6 KB

Latest revisions

# Date Author Comment
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.

e33117cb 01/27/2021 09:00 AM Shira Maximov

Fixes #31233 - Clean up deprecations for 2.4 and older

f94a7f19 12/04/2020 01:31 PM R. Stricklin

Fixes #29636 - Add BMC support for Redfish.

Includes changes to enforce BMC provider selection for front-end
tasks. Previously, all Foreman UI requests to the BMC smart proxy
used the proxy's default provider, regardless of BMC NIC setting.

20831319 11/29/2020 11:10 PM Tomer Brisker

Fixes #31364 - Properly import facts when unattended false

The fact importer calls host.without_orchestration which is defined in
orchestration concern, however the concern is only included when
unattended true. Users who have the setting set to false will not be...

1d0e18a1 10/26/2020 11:56 AM Tomer Brisker

Fixes #31024 - Optimize host taxonomy_conditions (#8101)

Previously, `Taxonomy.expend` was used to get the taxonomies for the
user or the current taxonomy, then all taxonomies were iterated over
to get the subtree ids.
However, when `Taxonomy.current` is `nil`, we already get...

0a353ba7 10/19/2020 01:31 PM Ranjan Kumar

Fixes #31071 - expose created_at for report template

7dc05bbd 10/13/2020 02:36 PM Ondřej Ezr

Fixes #30926 - move parse_facts to HostFactImporter

Move `parse_facts` method to `HostFactImporter` to isolate fact population from Host class.
Followup for bb84e41d391ba1b18dc9e2db8f0cbabf92a3b1e8

cd4b1820 10/07/2020 08:33 PM Tomer Brisker

Fixes #29710 - Clean up .where conditions

Using methods such as `none`, `not`, `or`, or `all`, we can simplify
some `.where` calls in ways that weren't possible in some very old rails
versions.

f981d43b 09/10/2020 10:30 AM Leos Stejskal

Fixes #30444 - Host registration in Global Registration template (#7915)

Add Host registration template to the GR template,
enable build mode for unmanaged hosts,
catch errors when rendering HR template and
add register token to the host detail in api.

1349ff9e 08/26/2020 11:30 AM Oleh Fedorenko

Fixes #30538 - Update set of available events

View revisions

Also available in: Atom