Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
architecture.rb 100 Bytes
audit.rb 360 Bytes
auth_source_ldap.rb 734 Bytes
bookmark.rb 132 Bytes
common_parameter.rb 107 Bytes
compute_resources.rb 2.71 KB
domain.rb 397 Bytes
facts_related.rb 309 Bytes
feature.rb 507 Bytes
host_related.rb 15.6 KB
mail_notification.rb 438 Bytes
medium.rb 751 Bytes
operatingsystem.rb 2.64 KB
provisioning_template.rb 733 Bytes
puppet_related.rb 2.98 KB
realm.rb 192 Bytes
reports_related.rb 1.47 KB
settings.rb 284 Bytes
smart_proxy.rb 1.29 KB
subnet.rb 1.58 KB
taxonomies.rb 763 Bytes
trends.rb 1.85 KB
user_related.rb 2.37 KB

Latest revisions

# Date Author Comment
ed67b8c9 12/18/2016 10:21 AM Dominic Cleal

fixes #17574, #17364 - update scoped_search to 4.x

scoped_search's sort() now accepts a replacement for params which is
filtered in an overridden Foreman sort helper, permitting additional
parameters used in Foreman's index pages.

Replaces :in and :alias in search definitions with preferred keywords.

4f70a182 12/13/2016 01:26 PM Dominic Cleal

refs #17485 - use IP within host's primary subnet

The host factory with the given trait overrides the primary interface's
subnet, so pass in the subnet being used to prevent the override.

911c6e9e 12/02/2016 10:14 AM Timo Goebel

fixes #17095 - ensure subnet belongs to ip from facts

46edaeb9 11/25/2016 11:36 AM Dominic Cleal

fixes #17484 - remove reported_at sequence from report factory

Prevents reports getting ever more out of sync from Time.now.

4e6d2262 11/24/2016 03:48 AM Marek Hulán

Fixes #16739 - unify parameters permissions

263edc74 10/31/2016 04:23 AM Amir Fefer

Fixes #12543 - enable utf-8 encoding in email address

According to RFC 6532, the local part of an email address
can be non-ascii characters, and should support in utf-8.
The current email validation doesn't allow it,
so emails like Pelé@example.com and 我買@example.com are not supported

c1f41f89 10/17/2016 04:19 AM Timo Goebel

fixes #16900 - ensure interface mac address is unicast

61802878 10/13/2016 05:21 AM Shlomi Zadok

Fixes #13968 - Add error when no known proxy features found

2322228d 10/07/2016 09:41 AM Dominic Cleal

fixes #16805 - reload host parameters on host group change

On Rails 4.2, `Host#type_changed?` may return nil due to bug #24220
causing data-type-changed to be missing from the host form and the JS
in handleHostgroupChangeEdit to assume host#edit is a hostgroup form....

72b2f9f2 09/20/2016 07:01 AM Dominic Cleal

fixes #16580 - redact BMC password in ENC/templates with setting

Passwords stored against BMC NICs are accessible by default via
nic.password in a template, even in safe mode (861a03b), and are also
exported in the ENC output. A new bmc_credentials_accessible setting...

View revisions

Also available in: Atom