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.23 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.35 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 9 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
783fb4aa 09/11/2015 04:05 PM Marek Hulán

Fixes #11704 - consider no reports as warning if reports are expected

20cc5f65 09/10/2015 02:24 PM Tom Caspy

fixes #11610 - removing a bunch of N+1 queries from the migration

f1a2c140 09/10/2015 07:27 AM Dominic Cleal

fixes #8521 - fix classes accessors, copy overrides on host clone

The various 'classes' accessors that are used in the UI for displaying
the Puppet classes tab only really worked for saved objects, so they're
changed to work better on an unsaved cloned object. Tests now check...

88275be4 09/09/2015 09:45 AM Tom Caspy

fixes #10589 - removing N+1 queries from after_save callbacks when changing hostgroup

19d5df3c 09/08/2015 08:15 AM Dominic Cleal

fixes #11341 - update fog to 1.34.0

baa21c79 09/07/2015 05:53 AM Ori Rabin

Fixes #11663 - Empty lookup value not validated when use_puppet_default is checked

84f7fc68 09/04/2015 11:06 AM Marek Hulán

Fixes #11696 - remove unused code

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

View revisions

Also available in: Atom