Project

General

Profile

Download (762 Bytes) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
8ebbbecf 06/14/2018 05:30 PM Shira Maximov

Fixes #20891 - Remove hostname from /hosts/x/facts results

6330baae 01/29/2018 01:27 PM Tomáš Strachota

Fixes #17964 - Add list of search fields in api docs (#4735)

df6a9f34 07/19/2016 05:44 AM Dominic Cleal

fixes #15720 - rename *_filter to *_action

The older 'filter' name is changing in Rails to 'action' and is being
deprecated.

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

f0c7b961 06/17/2015 09:39 AM Daniel Lobato Garcia

Fixes #9793 - API v2 fact_values index works for non-admins

abd8f1d1 02/18/2015 03:54 AM Daniel Lobato Garcia

Refs #3809 - Remove cops for empty lines

453dc693 10/14/2014 04:10 AM Joseph Magen

fixes #3492 - API v2 nested routes for each controller

915b2918 09/24/2014 05:38 AM Tomáš Strachota

Fixes #5088 - adding location_ids and organizations_ids to apidocs of taxable resources

2656873b 07/31/2014 03:49 AM Martin Bacovsky

Refs #4478 - API doc strings marked for translation

acfbc458 03/03/2014 02:26 PM Marek Hulán

fixes #812 - new permissions model, user group role and nest support, role filters for better granularity

Contributions from:
6f943886 01/20/2014 05:52 PM Joseph Magen

fixes #3760 - API v2 define metadata @total for each controller

cc739ab4 11/25/2013 11:36 AM Joseph Magen

fixes #3011 - default root node name for api collections json response to :results but make it configurable

dc38aad3 11/13/2013 11:20 AM Joseph Magen

fixes #3017 - split APIv2 controllers from v1 parents