Project

General

Profile

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

Latest revisions

# Date Author Comment
5384798e 09/26/2016 11:28 AM Dominik Hlavac Duran

Fixes #4608 - Added description field to role

05bd6ed8 09/26/2016 08:25 AM Daniel Lobato Garcia

Fixes #16624 - Make AuthSourceLDAP taxable

This allows users to set organizations/locations on AuthSourceLDAP
objects. That in itself might not be that useful, but it allows us to
follow on and assign the AuthSourceLDAP taxonomies to the users
autocreated through it.

8cc04d55 09/23/2016 10:34 AM Daniel Lobato Garcia

Fixes #16633 - AuthSourceLDAP uses *_authenticators filters

Prior to this, non-admin users who were granted *_authenticators
permissions were not able to use them, as the controllers were looking
for *_auth_source_ldaps permissions instead.

3357cdaf 09/12/2016 10:17 AM Daniel Lobato Garcia

Fixes #16219 - Interfaces API works with scoped view_hosts

Before this commit, parent_scope called 'merge' on a scope that may
contain conditions that do not make sense on 'resource_class'.

In this case, when a user with a filter :view_hosts and search
'hostgroup_fullname = foo' tried to view...

2e5f252a 09/12/2016 09:15 AM Dominic Cleal

fixes #16512 - remove Setting#respond_to_missing?

respond_to_missing? changed how AR handles group_by calls on
collections, causing group_by to be interpreted as a scope on the model.
Rather than adding a database call to determine known setting names,
it's been removed again....

d33fe9cd 09/12/2016 05:03 AM Shimon Shtein

Fixes #16397 - set nested template_combo. objects to optional

9bdc4fea 09/08/2016 04:49 AM Marek Hulán

Fixes #16461 - expose override in filter API

569650b7 09/08/2016 02:44 AM Shimon Shtein

Fixes #15846 - Renamed use_puppet_default to omit in LookupValue

7c5b8bd6 09/07/2016 05:42 AM Shlomi Zadok

Fixes #16380 - Eager load hosts attributes
Since Rails 4, in order to load delegated attributes,
we need to use 'eager_load' instead of 'includes'

eb9a7a49 09/07/2016 04:57 AM Shlomi Zadok

Fixes #16415 - Accept unwrapped hash with 'layout' attribute

View revisions

Also available in: Atom