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.31 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 11.4 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
21f2b8d4 06/20/2013 11:17 AM Ivan Necas

fixes #2685 incorrect and inefficient regexp checking medium name format

It takes eternity to compute something like this:

"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa b" =~ /\A(\S+\s?)+\Z

Also "this is wrong " was not matched
(cherry picked from commit cd2892774b6f6073bb189bd17ea7fcaec76388e6)

8c6eddcf 06/12/2013 04:11 PM Tomáš Strachota

fixes #2660 - settings, improve tests and fixes

- added string settings type
- fixed tests previously commented out due to CI failures
- more tests for core settings functionality
- parsing of string values enhanced and extracted to a separate method
- setting value to nil when it equals default is back...

696e9499 06/12/2013 04:11 PM Joseph Magen

fixes #2334 - location matcher doesn't match on smart parameters
(cherry picked from commit c7f527779d80e1cc78e1f3b02a6ba7bfc081a95d)

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)

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

View revisions

Also available in: Atom