Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
power_interface.rb 727 Bytes
search.rb 15.8 KB
token.rb 1.31 KB

Latest revisions

# Date Author Comment
51853352 04/27/2016 09:31 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"`...

a322a96e 04/12/2016 08:47 AM Ori Rabin

Fixes #14190 - consistent api output and search options

0443e85e 04/04/2016 03:31 AM Dominic Cleal

fixes #14434 - refactor tokens into concern from observer

rails-observers is still required via audited, but this removes the
usage in Foreman itself and unifies token-related code.

03261ebb 03/09/2016 02:50 AM Sean O'Keeffe

Fixes #3582 - Parameters on subnets

f2506d34 03/08/2016 07:20 AM Ori Rabin

Fixes #13937 - search by domain parameters searches on primary_interface

acd64d03 02/19/2016 05:19 AM Tomer Brisker

Fixes #13348 - Allow searching of all hosts managed by a smart proxy

8ca6c6bb 01/28/2016 04:47 AM Timo Goebel

fixes #13236 - apply power operations to several hosts at once

This commit adds the ability to select multiple hosts and apply power operations
(reboot, shutdown, boot) to them.

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

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

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

b08ec33d 11/13/2015 05:47 AM Dominic Cleal

fixes #12458 - escape values in fact searches to prevent SQL injection

View revisions

Also available in: Atom