Project

General

Profile

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

Latest revisions

# Date Author Comment
e47927e6 12/24/2015 09:23 AM Daniel Lobato Garcia

Fixes #12834 - Avoid select2 integration test deadlock

The test was testing that selecting a hostgroup (1), then clicking on
inherit environment, then selecting another hostgroup (2) should return the
original environment. That overrides hostgroup 2 environment.

77b36c94 12/22/2015 10:01 AM Shimon Shtein

Fixes #12793 - reverted field filtration to enabled fields only

d94f4d36 12/22/2015 10:01 AM Shimon Shtein

Fixes #12794 - Defined logic when properties should be sent to server

If hostgroup is not set - always send the parameters.
On hostgroup change - remove inherited parameters from the request, so the values from the hostgroup will take place.
On save - send the values according to the state of the "inherit" button.

53f87c0b 12/21/2015 08:36 AM Tomer Brisker

Fixes #12083 - Set nic domain only on full match of fqdn domain

If there are domains that have subdomains, setting a host name that
contains an existing domain name will sometimes choose the wrong
domain for the host. This patch makes the nic set the domain only...

f1a6dee3 12/21/2015 08:30 AM Ori Rabin

Fixes #12891 - search_by_params and search_by_user for host return correct results

fb9f45e8 12/18/2015 08:03 AM Daniel Lobato Garcia

Fixes #7230, #12021 - Upgrade to Rails 4.1.5

This commits upgrades Rails to Rails 4.1.5. See a description of the
changes included here, and go to the pull request in GitHub to see more
detailed explanations:

  • Update gems to a Rails 4 compatible version, including dependencies...
98e79eff 12/17/2015 06:20 AM Ori Rabin

Refs #6007 - fixing safe_value for lookup key

fd1e1221 12/16/2015 07:42 AM Ori Rabin

Fixes #12828 - Hidden value checkbox enabled after override button is checked

ab0cc0a1 12/16/2015 06:22 AM Marek Hulán

Fixes #12827 - deconstantize resource only when needed

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

View revisions

Also available in: Atom