Project

General

Profile

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

Latest revisions

# Date Author Comment
97b5cd0a 11/09/2015 06:01 AM Shimon Shtein

Fixes #12201 - Made parent associations finder less dependent on association name

1153aa6b 11/02/2015 08:31 AM Daniel Lobato Garcia

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

This is already fixed in develop, and wrap_params is not needed. It
won't harm but it's basically dead code. The original commit was merged
by mistake into develop, it was supposed to be merged to 1.9-stable...

a0218e66 10/29/2015 08:54 AM Marek Hulán

Fixes #12279 - add default order to roles

e8d6d2d6 10/28/2015 11:15 AM Shlomi Zadok

fixes #4151 - enable reports STI

Permits subclassing of ReportImporter and Report to import and store
new types of reports associated to hosts.

eb60198a 10/28/2015 08:24 AM Christine Fouant

Fixes #12333 - adds search capabilities to bookmarks

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

View revisions

Also available in: Atom