Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  factories
  fixtures
  functional
  integration
  lib
  static_fixtures
  unit
audit.rb 148 Bytes
test_helper.rb 12.3 KB
test_runner.rb 1.1 KB

Latest revisions

# Date Author Comment
d4b8428f 12/15/2015 07:25 AM Amir Fefer

Fixes #12180 - lookup_value presence validation moved from lookup_key

Global parameters can have empty values so smart variables that are also global should be allowed to accept empty values too.
The validation on lookup_value to make sure it isn't empty is in the LookupKey class therefore affecting both VariableLookupKey and PuppetClassLookupKey....

706de3cf 12/14/2015 11:17 AM Tom Caspy

fixes #11862 - validating that casted hash is valid

Catch parse errors correctly under Ruby 1.9.3, and ensure the uncasted
value is displayed back in the UI if it fails to parse.

ea04ccca 12/14/2015 05:35 AM Marek Hulán

Fixes #12278 - make sure permission set is uniq for role

If default user has two or more filters with same permission (valid
setup), the verification of found collection failed. This patch
make the list uniq and the check correctly verifies whether all
permissions were found.

98f6ca54 12/11/2015 09:06 AM Daniel Lobato Garcia

Fixes #12698 - Insufficient URL validation Smart Proxy and Medium.

Problem: The regex that validates smart proxies URLs only matches
'beginning of text'. This allows us to add just \n after a valid URL and
put anything after it. For instance, javascript:alert('hacked'). I...

6f65fd17 12/11/2015 06:37 AM Shimon Shtein

Fixes #12659 - Fixed "inherit" behavior

Non-inherited attributes are now sent in the form data.

19d9e229 12/11/2015 06:36 AM Shimon Shtein

Fixes #12618 - Now calls for compute attributes are explicit.

Prevents compute attributes from being overwritten unconditionally from
the hostgroup's compute profile.

e0e41840 12/10/2015 07:13 AM Ori Rabin

Fixes #12752 - Host and hostgroup clone should copy smart class parameters overrides

66c04a75 12/10/2015 05:48 AM Daniel Lobato Garcia

Fixes #12691 - Small Rails 4 backwards compatible changes

Following on 10409, rebasing the Rails 4 PR with develop has needed some
changes that can be backported to develop now.

e4ae4a69 12/10/2015 05:48 AM Ori Rabin

Fixes #6007 - Allowing to hide smart class parameters

a92ee5bc 12/09/2015 10:27 AM Timo Goebel

fixes #1584 - bulk owner change

View revisions

Also available in: Atom