Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
12612809 07/29/2016 05:58 AM Dominic Cleal

fixes #3917 - replace protected_attrs with strong parameters

Filtering of attributes has moved from the protected_attributes gem to
strong parameters in controller concerns, to be in line with current
Rails recommendations.

Concerns are shared between UI and both API controllers and list the...

e263719a 07/25/2016 05:18 AM David Davis

Refs #3809 - Using defaults for AndOr cop

fef6cff7 07/19/2016 10:42 AM Tomer Brisker

Refs #12193 - Remove remaining cached counters

1ff7e259 07/18/2016 05:21 AM Daniel Lobato Garcia

Fixes #15527 - api/v2/hosts is slow loading permissions

The .eager_load call when called with [] generates a SELECT query that
selects all host attributes. This can cause it to take a lot longer
when there are large number of hosts involved. These attributes are...

79c0664a 07/13/2016 12:46 PM Timo Goebel

fixes #14666 - support IPv6 in UI

d89ca436 07/12/2016 10:47 AM Dominic Cleal

fixes #15659 - replace deprecated Object#timeout call

49cfbd45 07/12/2016 08:34 AM Ondřej Pražák

Fixes #15464 - support partials in pagelet keys

Pagelets will be keyed as "#{controller}/#{partial_name}". This
removes a necessity to register a pagelet multiple times if a
partial is reused for different actions.

287082a5 07/12/2016 04:41 AM David Davis

Refs #3809 - Turning on the AndOr cop

3442a707 07/11/2016 01:03 PM Timo Goebel

fixes #15635 - tests for dns orchestration

3d81c7df 07/11/2016 03:46 AM aagrawal

fixes #15622 - add about link for non-admin user

View revisions

Also available in: Atom