Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
architecture.rb 96 Bytes
audit.rb 135 Bytes
auth_source_ldap.rb 741 Bytes
compute_resources.rb 2.06 KB
config_template.rb 617 Bytes
domain.rb 126 Bytes
facts_related.rb 189 Bytes
feature.rb 462 Bytes
host_related.rb 9.11 KB
mail_notification.rb 258 Bytes
medium.rb 711 Bytes
operatingsystem.rb 1.95 KB
puppet_related.rb 2.33 KB
realm.rb 186 Bytes
reports_related.rb 1.25 KB
settings.rb 284 Bytes
smart_proxy.rb 293 Bytes
subnet.rb 633 Bytes
taxonomies.rb 165 Bytes
trends.rb 350 Bytes
user_related.rb 1.97 KB

Latest revisions

# Date Author Comment
be0b9bee 09/15/2015 09:33 AM Daniel Lobato Garcia

Fixes #11579 - Reports show/destroy restricted by host authorization (CVE-2015-5233)

ReportsController 'show' and 'destroy' now perform a check to see if
the User is authorized to see the Host associated with the Report. In
case it's not, it returns 404, as to not give hints whether a Report...

61251e24 05/20/2015 07:26 AM Ori Rabin

Fixes #9634 - creating a host with an interface and without os returns a validation message

(cherry picked from commit 93dbb7e77dc3502a5cfa6888a13212bed7e178f6)

5b7ac025 05/20/2015 07:25 AM Jon McKenzie

Fixes #5568 - Improves performance of trends:clean rake task

Perform trend counter dupe counting within the database rather than in the Ruby code.

(cherry picked from commit 040abfa32f326de7cd488f34f243377f76fd70ae)

Conflicts:
test/lib/tasks/trends_test.rb

c1f06a4f 05/20/2015 07:13 AM Ori Rabin

Fixes #5554 - fixed hostgroup and fqdn validations in multiple matchers

(cherry picked from commit eb414b8bbdc7897f396d184996fac402b3277cef)

0c46acd4 05/20/2015 07:11 AM Shimon Shtein

Fixes #9391 - Added validation code to NIC, so it validates that host's location/org is compatible with the one set on NIC's subnet

(cherry picked from commit 8f695d94a2f32fea3363cc017fc59baf6ca15b17)

f825cdf6 04/27/2015 10:24 AM Dominic Cleal

fixes #10020 - add next-server/filename attrs to provision NIC DHCP record

A host's DHCP record used to be constructed with PXE attributes in
Orchestration::DHCP, but moved to Nic::Managed during 43c4bd7. Nic::Managed
didn't add PXE attributes, so this commit adds these when provision? is set....

afe02d30 02/18/2015 03:54 AM Daniel Lobato Garcia

Refs #3809 - Remove cop IndentationConsistency

abd8f1d1 02/18/2015 03:54 AM Daniel Lobato Garcia

Refs #3809 - Remove cops for empty lines

e5280f3e 02/18/2015 02:43 AM Dominic Cleal

fixes #9358 - match unattended template requests against provision interface

6b579528 02/17/2015 04:54 AM Stephen Benjamin

fixes #8953 - update IPA userclass param on realm update

View revisions

Also available in: Atom