Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  v1
  v2
api_responder.rb 350 Bytes
base_controller.rb 9.68 KB

Latest revisions

# Date Author Comment
02e4c535 10/26/2015 08:44 AM Daniel Lobato Garcia

Fixes #11924 - Substitute .scoped by .where(nil) to force return relation

On Rails 4 .scoped is deprecated. Calling .all on the model returns the
equivalent ActiveRecord relation object on Rails 4, but on Rails 3 it
returns an Array right away.

A proper replacement we can use is where(nil) - it's ugly but it returns...

7a3a1052 10/23/2015 04:48 AM Tomáš Strachota

Fixes #12089 - fix using unwrapped parameters in config templates API controller

1d0315e0 10/22/2015 11:13 AM Marek Hulán

Fixes #11921 - load dynamic features during runtime

9293c0fe 10/12/2015 07:03 AM Ori Rabin

Fixes #11237 - documenting hostgroup association to compute profile

d6436499 09/30/2015 12:55 PM Dominic Cleal

fixes #11996 - use preload to avoid multiple fact/host table joins

When retrieving fact_values as a non-admin user, the my_facts scope
performs a join to the hosts table. The .includes(:host) also performs
a join via eager loading, and when both are combined with a scoped...

08e86bf5 09/24/2015 05:07 AM Ondřej Pražák

Fixes #11764 - Taxonomy parameters can be accessed through API

7c019498 09/15/2015 03:29 AM Shlomi Zadok

Fixes #11401 - Add scoped search to auth_source on name

2fba6ad7 09/14/2015 10:08 AM Ondřej Pražák

Fixes #2267 - general rebuild of TFTP, DNS, DHCP

30105266 09/14/2015 07:05 AM Daniel Lobato Garcia

Refs #11693 - APIv1 returns message when attempting deletion of Smart class parameter

e669d488 09/11/2015 06:06 PM Michael Alves Lobo

Fixes #3650, #11600 - Compute Resource availability_zones, flavors, security_groups API v2 endpoints

View revisions

Also available in: Atom