Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
26678da1 06/16/2016 02:14 PM John Mitsch

Fixes #15050 - Scoped search hostname w/o field no longer ISEs

Searching for an existing host's name without any fields
specified results in an SQL error:
missing FROM-clause entry for
table \"organizations_hosts\"

This can be reproduced using
curl -X GET -u admin 'http://localhost:3000/api/v2/...

06b7f607 05/16/2016 10:13 AM Tomer Brisker

Fixes #14730 - Only search host proxies explicitly

When searching hosts with free text in a taxonomy scope, if the taxonomy
has "all smart proxies" associated, it leads to scoped search generating
an incorrect scope which causes an invalid query:
`SELECT smart_proxies.id FROM "smart_proxies" "puppet_ca_proxies_hosts"`...

a782b917 04/18/2016 01:45 PM Ivan Necas

Fixes #13986 - don't use image unless in image provisioning method

(cherry picked from commit 4c512942c3921cf8be696ed12cc588b1716b29d7)

f71f5493 04/18/2016 01:45 PM Marek Hulán

Fixes #14458 - use a base class for STI taxable objects

(cherry picked from commit d96297b17f55469e3c49c90979cbd004d80f461c)

c6b76367 04/18/2016 01:45 PM Partha Aji

Fixes #14166 - Host facet attributes handling updated

Basically added code to include handling of host facets in hosts where
no form attributes belonging to that facet are set.

(cherry picked from commit 5d64eef2cba8e56ad39510c3bd1d724bd52762eb)

f71bd5c6 04/18/2016 01:45 PM Ivan Necas

Fixes #5859 - don't rely on a mac address being present when overriding the conflicts

We tried to initiate the `dhcp_record` for checking if conflicts were
there. The problem was the mac address was not available at that stage
when using the compute resources. It also turns out there is no need...

a503383b 04/18/2016 01:45 PM Marek Hulán

Fixes #14113 - run dhcp orchestration only on DHCP subnets

(cherry picked from commit 85c6f530855ffafbb90c02e1f9dadabe1b6823ac)

91b4e718 04/18/2016 01:45 PM Shimon Shtein

Fixes #13849 - Now the facets will not require id attribute for update

(cherry picked from commit ec76b0092f9af5b8f7e2e02777f376b6b6e0d711)

6b9b746e 04/18/2016 01:45 PM Ori Rabin

Fixes #13937 - search by domain parameters searches on primary_interface

(cherry picked from commit f2506d3482098dcd4faffe64c036f139d77034d7)

90d1f4bf 03/10/2016 10:49 AM Justin Sherrill

Fixes #13545 - STI permission checking always using base class

This fixes permission checks on STI objects. Due to these methods existing
in Procs and being included in the base class at run time resource_class was
returning the base class. I can only presume this is related to a ruby or rails 4...

View revisions

Also available in: Atom