Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  auth_sources
  compute_resources
  concerns
  host
  host_status
  lookup_keys
  nic
  operatingsystems
  parameters
  setting
  taxonomies
  trends
architecture.rb 625 Bytes
auth_source.rb 2.73 KB
bookmark.rb 1.29 KB
cached_user_role.rb 225 Bytes
cached_usergroup_member.rb 158 Bytes
compute_attribute.rb 1.19 KB
compute_profile.rb 730 Bytes
compute_resource.rb 8.44 KB
config_group.rb 1.08 KB
config_group_class.rb 517 Bytes
domain.rb 2.96 KB
environment.rb 1.71 KB
environment_class.rb 2.42 KB
external_usergroup.rb 1.62 KB
fact_name.rb 898 Bytes
fact_value.rb 4.36 KB
feature.rb 357 Bytes
filter.rb 6.31 KB
filtering.rb 133 Bytes
host.rb 844 Bytes
host_class.rb 428 Bytes
host_config_group.rb 407 Bytes
host_status.rb 241 Bytes
hostgroup.rb 10 KB
hostgroup_class.rb 564 Bytes
image.rb 1.19 KB
key_pair.rb 268 Bytes
log.rb 450 Bytes
lookup_value.rb 3.33 KB
mail_notification.rb 1.64 KB
medium.rb 2.41 KB
message.rb 422 Bytes
model.rb 642 Bytes
operatingsystem.rb 9.37 KB
os_default_template.rb 390 Bytes
parameter.rb 1.91 KB
permission.rb 714 Bytes
provisioning_template.rb 7.48 KB
ptable.rb 2.21 KB
puppetclass.rb 8.98 KB
realm.rb 949 Bytes
report.rb 6.11 KB
role.rb 5.32 KB
setting.rb 8.22 KB
smart_proxy.rb 4.55 KB
source.rb 375 Bytes
subnet.rb 8.84 KB
subnet_domain.rb 256 Bytes
taxable_taxonomy.rb 348 Bytes
taxonomy.rb 6.94 KB
template.rb 2 KB
template_combination.rb 335 Bytes
template_kind.rb 304 Bytes
token.rb 316 Bytes
trend.rb 646 Bytes
trend_counter.rb 341 Bytes
user.rb 19.5 KB
user_mail_notification.rb 715 Bytes
user_role.rb 2.08 KB
usergroup.rb 3.92 KB
usergroup_member.rb 3.57 KB
widget.rb 599 Bytes

Latest revisions

# Date Author Comment
e54016da 09/04/2015 08:03 AM Marek Hulán

Fixes #10782 - global host status

Introduce new global host status that is composed of host substatuses.
Each substatus defines a mapping to the global one which can result in
three values
  • OK
  • WARN
  • ERROR

Plugins can add their own substatuses. These are automatically...

2ef6f4da 09/04/2015 06:38 AM Daniel Lobato Garcia

Fixes #11407 - Uppercase logins from LDAP break external user group sync

On LDAP the login can contain uppercase chars, for instance, "FOO". However
when we log in Foreman for the first time and have that account auto-created,
we can login using "foo". After that, our login will be saved as "foo" on...

33d7500a 09/03/2015 07:54 AM Daniel Lobato Garcia

Fixes #11428 - External user groups refresh shouldn't be case sensitive

group_list in ldap_fluff returns a list of lowercase LDAP GIDs.
When AuthSourceLdap tries to run update_usergroups to refresh the external
user groups, it will try to match these lowercase gids with external user...

6c05bd5b 09/03/2015 06:07 AM Ivan Necas

Fixes #11673 - accept integer value when setting the integer via API

be33e6e9 09/03/2015 03:46 AM Tomer Brisker

Fixes #11650 - show global parameter value inherited from parent taxonomy

6b4b489f 09/03/2015 02:54 AM Ori Rabin

fixes #10832 - separating lookup keys into puppet and variable

9a9ec5b1 09/02/2015 06:01 AM Daniel Lobato Garcia

Refs #3809 - Enable Rails delegate cop

bb3572ff 09/02/2015 05:58 AM Daniel Lobato Garcia

Refs #3809 - Stabby lambda syntax for oneliners

I started by spotting log.rb which didn't have a lambda wrapping its
default scope, as needed by Rails 4. Since the style guide and most
Rails 4 documents used the stabby lambda, I turned on the cop so that we...

58c48471 09/02/2015 04:06 AM Julien Pivotto

Fixes #11630 - Enable management of nics in compute profiles without libvirt network

7cd51106 09/01/2015 12:09 PM Tom Caspy

fixes #11570 - returning 'dependent destroy' to lookup values

View revisions

Also available in: Atom