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 9.02 KB
config_group.rb 1.27 KB
config_group_class.rb 487 Bytes
config_report.rb 3.12 KB
domain.rb 3.18 KB
environment.rb 1.76 KB
environment_class.rb 2.03 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.56 KB
ptable.rb 2.44 KB
puppetclass.rb 9.35 KB
realm.rb 1.11 KB
report.rb 3.49 KB
role.rb 4.83 KB
setting.rb 9.2 KB
smart_proxy.rb 4.85 KB
source.rb 375 Bytes
subnet.rb 10.1 KB
subnet_domain.rb 247 Bytes
taxable_taxonomy.rb 348 Bytes
taxonomy.rb 8.22 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.6 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
17f4ee61 03/07/2016 06:49 AM Ivan Necas

Fixes #13984 - inherit subnet from hostgroup even for image-based provisioning

904367f1 03/06/2016 08:31 AM Dominic Cleal

fixes #13978 - replace AR value_to_boolean with our caster

In Rails 4.2, value_to_boolean was moved further into ActiveRecord's
column type classes. Replace the use of this internal method with
Foreman's own well-tested caster.

d4ec6441 03/04/2016 03:01 AM Marek Hulán

Fixes #13913 - split importing of host and facts

46eec8ba 03/03/2016 11:03 AM Marek Hulán

Fixes #13711 - fix subnet/domain validation during creation

5e1b7875 03/02/2016 08:03 AM Julien Pivotto

Fixes #5883 - Reflect token expiry in build status

The Global Status introduced in recent Foreman releases makes it easy to
mark the build status as erroneous if the token has expired. This drags
attention to the fact that the host will not be able to mark itself as...

a2b3be55 03/02/2016 05:42 AM Tomer Brisker

Fixes #13896 - Rename Anonymous role to Default role

d7110d54 03/02/2016 04:45 AM Ondřej Pražák

Fixes #12936 - Host inherits attributes when hostgroup is AR object

3d2098bd 03/01/2016 06:40 AM Dominic Cleal

fixes #13883 - replace :order association option with block

Already deprecated in an earlier Rails release, :order in an
association should be replaced by a scope block calling order().

4a4c48e1 03/01/2016 05:54 AM Tomer Brisker

Fixes #9425 - Remove the Default User role

The Default User role is not actually used anywhere, and causes
confusion with the Anonymous role. Removing it.

6bab9b5b 02/28/2016 10:44 AM Ori Rabin

Fixes #13899 - Can update smart class parameter type from API

View revisions

Also available in: Atom