Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  auth_sources
  compute_resources
  concerns
  host
  host_facets
  host_status
  lookup_keys
  nic
  operatingsystems
  parameters
  setting
  taxonomies
  trends
architecture.rb 788 Bytes
auth_source.rb 2.83 KB
bookmark.rb 1.21 KB
cached_user_role.rb 225 Bytes
cached_usergroup_member.rb 158 Bytes
compute_attribute.rb 1.28 KB
compute_profile.rb 733 Bytes
compute_resource.rb 8.88 KB
config_group.rb 1.27 KB
config_group_class.rb 487 Bytes
config_report.rb 3.12 KB
domain.rb 3.05 KB
environment.rb 1.76 KB
environment_class.rb 2.42 KB
external_usergroup.rb 1.72 KB
fact_name.rb 953 Bytes
fact_value.rb 4.37 KB
feature.rb 357 Bytes
filter.rb 6.31 KB
filtering.rb 133 Bytes
host.rb 844 Bytes
host_class.rb 388 Bytes
host_config_group.rb 407 Bytes
host_status.rb 241 Bytes
hostgroup.rb 9.9 KB
hostgroup_class.rb 560 Bytes
image.rb 1.4 KB
key_pair.rb 268 Bytes
log.rb 510 Bytes
lookup_value.rb 3.65 KB
mail_notification.rb 1.64 KB
medium.rb 2.36 KB
message.rb 422 Bytes
model.rb 707 Bytes
operatingsystem.rb 10 KB
os_default_template.rb 571 Bytes
parameter.rb 1.58 KB
permission.rb 773 Bytes
provisioning_template.rb 7.59 KB
ptable.rb 2.36 KB
puppetclass.rb 9.35 KB
realm.rb 1017 Bytes
report.rb 3.48 KB
role.rb 5.36 KB
setting.rb 8.52 KB
smart_proxy.rb 4.76 KB
source.rb 375 Bytes
subnet.rb 9.77 KB
subnet_domain.rb 256 Bytes
taxable_taxonomy.rb 348 Bytes
taxonomy.rb 7.78 KB
template.rb 2.04 KB
template_combination.rb 452 Bytes
template_kind.rb 304 Bytes
token.rb 316 Bytes
trend.rb 743 Bytes
trend_counter.rb 341 Bytes
user.rb 19.9 KB
user_mail_notification.rb 712 Bytes
user_role.rb 2.12 KB
usergroup.rb 4.19 KB
usergroup_member.rb 3.59 KB
widget.rb 599 Bytes

Latest revisions

# Date Author Comment
683e3a06 02/08/2016 04:52 AM Dominic Cleal

fixes #13574 - remove DB access from Setting class scope

Plugins tend to register an initialiser before config/initializers/ to
require their own Setting subclasses. This loads them before
config/initializers/foreman.rb, which calls load_defaults on each known...

8561fe99 02/05/2016 07:27 AM Tom Caspy

fixes #11346 - on new host, nic shouldn't try to call matcher

there's no point in doing the call anyway (can, theoretically, use the
fqdn field instead of asking the host) because there shouldn't be any
lookup keys with that host's fqdn, as it's a new host....

8bbfa2c3 02/04/2016 03:20 PM David Davis

Refs #12911 - Fixing colon method calls

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...

d546fd0a 01/21/2016 10:48 AM Guido Günther

fixes #13297 - ssh_provision: try keyboard-interactive as well

With password auth try keyboard-interactive as well since (non PAM
based) password authentication might be disabled in sshd_config (as e.g.
on SLES12).

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....

37edf55c 01/20/2016 04:20 AM Shlomi Zadok

Fixes #13177, #13255 - Extend ProxyStatus to a base class, handle ProxyAPI errors

96509134 01/14/2016 05:34 AM Shimon Shtein

Fixes #12630 - Facets registration

View revisions

Also available in: Atom