Project

General

Profile

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

Latest revisions

# Date Author Comment
e2dd3c6c 02/23/2016 10:06 AM Tom Caspy

fixes #10989 - removing 1.12 deprecations

a90e4f2f 02/19/2016 04:31 AM Shlomi Zadok

Fixes #13664 - rescue smtp errors if mail failed on host built

47990639 02/19/2016 04:31 AM Tomáš Strachota

Fixes #6342 - merge compute profile when attributes in api host#create

API v2 host#craete call now merges user specified compute attributes
with compute profile. UI functionality remains untouched.

1c81a696 02/17/2016 06:58 AM Michael Moll

fixes #12791 - allow access to boot_files_uri and medium in safe_mode

a977bd3b 02/16/2016 05:01 AM Daniel Lobato Garcia

Fixes #13557 - Rubocop enforce specifying a timezone

Rubocop can enforce what timezone to store in the database ,
so we can ensure everything is stored using UTC and we don't
miss these things in code reviews. When objects are displayed,
they must use the time provided by set_timezone in the...

7c671609 02/09/2016 04:29 AM Dominic Cleal

fixes #13440 - rename Host#model_name to #hardware_model_name

Rails 4.2 defines a model_name instance method which is used in routing
and called from link_to. Rename our model_name methods to
hardware_model_name to prevent this overlapping and causing link_to...

6d10ed5a 01/28/2016 09:27 AM Julien Pivotto

Fixes #13379 - Clear host.last_report when switching to build mode

Use case:

When a server with a Puppet client is rebuilt, foreman cleans the
reports but not the "last report" field.

When you switch a host from a Puppet-enablet hostgroup to a hostgroup...

8ca6c6bb 01/28/2016 04:47 AM Timo Goebel

fixes #13236 - apply power operations to several hosts at once

This commit adds the ability to select multiple hosts and apply power operations
(reboot, shutdown, boot) to them.

65b6d7c4 01/25/2016 08:42 AM Lukas Zapletal

Fixes #13107 - compute attributes has indifferent access again

During upgrade to Rails 4.1, our host#create code no longer sends attributes
into the ActiveRecord create/new initializers with indifferent access. One
of these attributes, `compute_attributes` then does not work breaking...

c804d530 01/20/2016 02:41 PM Shimon Shtein

Fixes #13216 - Added ability to extend API by creating facet subnode
This commit adds the ability for plugins to extend Host model with custom data that will be stored in a facet model.
In order to show this data an extension point is added to Host's view API, so the properties list can be extended by the facet....

View revisions

Also available in: Atom