Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  v1
  v2
base_controller_subclass_test.rb 9 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

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.

768aad03 10/26/2015 07:06 AM Tom Caspy

refs #12147 - compatible test updates for api fact value controller

2bb102ba 10/21/2015 03:41 PM Tomáš Strachota

Refs #12089 - tests for config templates controller param wrapping

eb8d0ff5 10/21/2015 06:37 AM Shlomi Zadok

Fixes #12004, #11999 - Remove reserved words from Environment friendly_id

Restores use of friendly_id, but removes 'new', 'edit' etc from the
reserved words list to ensure they can be used as identifiers.

Reverts the id-name parameterization to purely name, which fixes...

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

3c1af256 09/15/2015 08:12 AM Shlomi Zadok

fixes #11242 - Add operatingsystem_id to os_default_templates in API

8387eb79 09/15/2015 08:06 AM Shlomi Zadok

fixes #11037 - Add ByIdName to environment model

View revisions

Also available in: Atom