Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  assets
  controllers
  helpers
  mailers
  models
  observers
  services
  validators
  views

Latest revisions

# Date Author Comment
6501082f 11/20/2015 05:54 AM Tomer Brisker

Fixes #11458 - Override inline for class parameters

This implements override inline for smart class parameters and smart
variables in host and hostgroup edit forms.
Global variable override inline will be done in a seperate PR.

Authors:
Ori Rabin <>...

95d70642 11/19/2015 02:43 PM Shimon Shtein

Fixes #12461 - Compute profile is properly selected.

8a817cb2 11/19/2015 09:37 AM Shlomi Zadok

Fixes #11643 - [API] Add preview template to host

2fc4d6da 11/18/2015 10:41 AM Shlomi Zadok

Fixes #11307 - Add host count to hostgroups

a05b0df0 11/17/2015 08:50 AM Brandon Weeks

Fixes #12478 - don't update :attached_to if parsed :attached_to is nil

860ef06b 11/16/2015 08:10 AM Brandon Weeks

Fixes #12477 - remove duplicate ALT Linux logo

f4ebbf18 11/16/2015 08:10 AM Tomer Brisker

Fixes #12424 - Labels in chart legends are aligned to left

654d3bea 11/16/2015 08:09 AM Tom Caspy

fixes #12342 - unsaved (new or cloned) hostgroups keep their puppetclasses

Unsaved hostgroups didn't respond correctly to individual_puppetclasses
because that method expects some objects to be saved in the DB. In case
of selecting a new environment, that lead to puppetclasses disappearing....

57e9d8a3 11/15/2015 07:49 AM Dominic Cleal

fixes #12194 - join fact tables multiple times for each search term

scoped_search usually generates a new inner join for each search term
when searching through a key/value table layout to correctly search for
hosts via multiple facts. Since the change to ext_method in 3f8e6c33, a...

59bfddbb 11/13/2015 09:05 AM Daniel Lobato Garcia

Fixes #12457 - Use .exists? to check subnet exists on Rails 4

On app/models/subnet.rb, the method `self.import` uses `if
first(:conditions => attrs)`. It no longer is an alias for
`find(:first, *args)` but now it just fetches the first X
records (`first(X)`). `.exists?` is a suitable equivalent

View revisions

Also available in: Atom