Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  helpers
  orchestration
  sso
architecture_test.rb 2.79 KB
auth_source_ldap_test.rb 6.31 KB
auth_source_test.rb 840 Bytes
bookmark_test.rb 1.14 KB
classification_test.rb 1.25 KB
common_parameter_test.rb 2.94 KB
compute_resource_test.rb 2.51 KB
config_template_test.rb 2.08 KB
domain_parameter_test.rb 3.43 KB
domain_test.rb 4.19 KB
environment_class_test.rb 164 Bytes
environment_test.rb 819 Bytes
fact_value_test.rb 821 Bytes
facts.yml 4.01 KB
facts_importer_test.rb 1.42 KB
facts_with_caps.yml 4.01 KB
feature_test.rb 154 Bytes
group_parameter_test.rb 3.6 KB
host_class_test.rb 156 Bytes
host_mailer_test.rb 2.15 KB
host_observer_test.rb 1.11 KB
host_parameter_test.rb 3.63 KB
host_test.rb 25.8 KB
hostgroup_class_test.rb 347 Bytes
hostgroup_test.rb 5.68 KB
image_test.rb 96 Bytes
key_pair_test.rb 71 Bytes
location_test.rb 8.06 KB
log_test.rb 150 Bytes
lookup_key_test.rb 4.89 KB
lookup_value_test.rb 3.33 KB
medium_test.rb 3.17 KB
message_test.rb 154 Bytes
model_test.rb 2.24 KB
nic_test.rb 1.62 KB
notice_test.rb 541 Bytes
operatingsystem_test.rb 4.34 KB
orchestration_test.rb 572 Bytes
organization_test.rb 8.22 KB
os_default_template_test.rb 164 Bytes
parameter_test.rb 1.73 KB
ptable_test.rb 3.45 KB
puppet_class_importer_test.rb 1.93 KB
puppetclass_test.rb 2.41 KB
report_test.rb 7.37 KB
role_test.rb 4.33 KB
setting_test.rb 5.49 KB
smart_proxy_test.rb 736 Bytes
source_test.rb 153 Bytes
sso.rb 499 Bytes
subnet_domain_test.rb 159 Bytes
subnet_test.rb 6.13 KB
suse_test.rb 1.39 KB
taxable_taxonomy_test.rb 162 Bytes
taxonomix_test.rb 1.56 KB
taxonomy_test.rb 494 Bytes
template_combination_test.rb 166 Bytes
template_kind_test.rb 159 Bytes
token_test.rb 1.84 KB
trend_counter_test.rb 159 Bytes
trend_test.rb 152 Bytes
user_fact_test.rb 155 Bytes
user_test.rb 11 KB
usergroup_test.rb 6.49 KB

Latest revisions

# Date Author Comment
2f3839eb 06/07/2013 05:19 AM Joseph Magen

fixes #2631 - fix remote code execution via controller name (CVE-2013-2121)
(cherry picked from commit ef4b97d177c58c9532730d53dca0517bc869a0ce)

Conflicts:
app/views/common/_puppetclasses_or_envs_changed.html.erb

b52383d0 06/07/2013 05:18 AM Marek Hulán

fixes #2630 - restrict assignment of roles to those a user has (CVE-2013-2113)
(cherry picked from commit bae665de387d63f93740670ec2542db90084d0eb)

c81387d3 06/06/2013 11:20 AM Joseph Magen

fixes #2386 - permission failure on create_lookup_value
(cherry picked from commit 6c492cce87e0f2ec6c9f4a15115f4394ce542979)

f18d6b93 06/06/2013 11:20 AM Marek Hulán

Fixes #2615 - failed to save host group

If there was current organization selected, organizations got doubled
which prevented save. Fixed and added test for this part.
(cherry picked from commit 410505f49b09e8b9295551e5b2ff9f7fe95add6e)

3d0287be 06/05/2013 04:46 AM Joseph Magen

fixes #2285 - subnet validation - length of addresses, strip whitespace and fix common typos
(cherry picked from commit 31aa5db511a6decf800e68a2b6f6eb3dbf0ae29c)

0580bf98 05/28/2013 12:10 PM Marek Hulán

Fixes #2571 - Deleted admin is recreated
(cherry picked from commit 4df2e17b75c65fa657ef9499ccf9c71547f11dcf)

ce897ade 05/28/2013 12:05 PM Daniel Lobato Garcia

fixes #2550 Puppetclass search_by_host doesn't return all classes for an unknown host

Tests for puppetclass API searches on nonexistent hosts

Puppetclass search_by_host does not fail if Host does not belong to any Hostgroup

Puppetclass search_by_host query looks for distinct puppetclasses instead of pruning them afterwards...

d666ad55 05/28/2013 12:05 PM Greg Sutcliffe

Fixes #2372 - Strip non-digit characters from non-numeric OS versions
(cherry picked from commit fe838fad64723c17a4f69d37355927214cba4592)

ee1fef63 05/28/2013 12:05 PM Marek Hulán

Fixes #2502 - session expiration updates

Signo now allows to transparently prolong user session which got
expired. Also when you now logout from Foreman you will end up in Signo
login form. This brings some code clean up and test changes and small
SSO method API change....

c72cc3b1 05/23/2013 04:00 AM Mikael Fridh

fixes #2130 - normalize_hostname appends domainname to fqdn

When the trailing part of $fqdn doesn't match $domain, the normalize_hostname
function would append $domain onto the end of $fqdn, saving the host as
$fqdn.$domain (Example: hostname.domain1.com.domain2.com)....

View revisions

Also available in: Atom