Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  auth_sources
  compute_resources
  concerns
  fact_names
  host
  host_facets
  host_status
  lookup_keys
  mail_notifications
  nic
  operatingsystems
  parameters
  setting
  subnet
  taxonomies
  trends
architecture.rb 746 Bytes
auth_source.rb 2.7 KB
bookmark.rb 1.18 KB
cached_user_role.rb 146 Bytes
cached_usergroup_member.rb 96 Bytes
compute_attribute.rb 1.39 KB
compute_profile.rb 709 Bytes
compute_resource.rb 10.5 KB
config_group.rb 1.14 KB
config_group_class.rb 310 Bytes
config_report.rb 3.12 KB
domain.rb 3.22 KB
environment.rb 1.66 KB
environment_class.rb 1.63 KB
external_usergroup.rb 1.62 KB
fact_name.rb 1.04 KB
fact_value.rb 4.3 KB
feature.rb 357 Bytes
filter.rb 7.3 KB
filtering.rb 87 Bytes
host.rb 976 Bytes
host_class.rb 313 Bytes
host_config_group.rb 298 Bytes
host_status.rb 241 Bytes
hostgroup.rb 9.23 KB
hostgroup_class.rb 347 Bytes
image.rb 1.27 KB
key_pair.rb 336 Bytes
log.rb 451 Bytes
lookup_value.rb 3.74 KB
medium.rb 2.18 KB
message.rb 422 Bytes
model.rb 643 Bytes
notification.rb 1.99 KB
notification_blueprint.rb 906 Bytes
notification_recipient.rb 727 Bytes
operatingsystem.rb 10.4 KB
os_default_template.rb 391 Bytes
parameter.rb 2.74 KB
permission.rb 732 Bytes
provisioning_template.rb 8.55 KB
ptable.rb 1.95 KB
puppetclass.rb 4.83 KB
realm.rb 1.03 KB
report.rb 3.42 KB
role.rb 5.63 KB
setting.rb 11.4 KB
smart_proxy.rb 5.32 KB
source.rb 375 Bytes
subnet.rb 9.73 KB
subnet_domain.rb 247 Bytes
taxable_taxonomy.rb 599 Bytes
taxonomy.rb 8.07 KB
template.rb 2.52 KB
template_combination.rb 336 Bytes
template_kind.rb 1.04 KB
token.rb 281 Bytes
trend.rb 646 Bytes
trend_counter.rb 340 Bytes
user.rb 20.8 KB
user_mail_notification.rb 537 Bytes
user_role.rb 2.36 KB
usergroup.rb 4.21 KB
usergroup_member.rb 3.59 KB
widget.rb 599 Bytes

Latest revisions

# Date Author Comment
2309e9e1 01/31/2017 06:16 AM Adam, Till - D0249540

fixes #18216 - volume size editable for existing VMs one

9caab04b 01/31/2017 04:04 AM Timo Goebel

fixes #13618 - cache expensive vmware api calls

6ef1dbd1 01/27/2017 03:37 AM Shlomi Zadok

Fixes #18280 - Adds compute resource provider name

Makes the API return the provider name of the compute resource

4698272f 01/26/2017 02:29 PM Thomas McKay

fixes #18252 - added docker* to ignore

Ignore docker* by default in ignored_interface_identifiers

91825902 01/26/2017 08:55 AM Timo Goebel

fixes #18102 - a host cannot be backed by the same vm

2d9236b8 01/26/2017 08:25 AM Daniel Lobato Garcia

Fixes #17526 - Taxonomy.ignore? does not work with "any context"

In this scenario:

1. User has one organization - "E-Corp" - this organization allows the
user to see every hostgroup (via selecting "all host groups" when
editing the organization).

2. User has a location "Czech republic" that also includes all host...

35c14172 01/26/2017 08:18 AM Ivan Necas

Refs #15779 - make background processing unavailable for now (#4217)

The original PR got vetted in the packaging phase and including
foreman-task as dependency of Foreman was refused. We need to rethink
our approach for getting the foreman-tasks functionality available...

15c7ce27 01/24/2017 10:17 AM Dominic Cleal

fixes #18214 - accept `params` as AC::Parameters or Hash

In Rails 5, ActionController::Parameters no longer inherits from Hash
and so type checks for params.is_a?(Hash) now return false and should
accept either. (Rails commit 14a3bd5.)

3fd6a0c1 01/24/2017 06:15 AM Dominic Cleal

fixes #18208 - replace audited-activerecord with audited (#4218)

ec3360d9 01/24/2017 04:13 AM Daniel Lobato Garcia

Fixes #16752 - Extract template code from Host::Managed

Host::Managed contains a lot of code related with determining the
template that a host should have. Other Host objects such as
Host::Discovered might need that logic, without becoming a
Host::Managed....

View revisions

Also available in: Atom