Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
c7dbc302 02/21/2017 03:18 PM Marek Hulán

Refs #18554 - Revert cache removal

This reverts commit 23b60a176974307244665c1c190424d5667a2ccc.

23b60a17 02/21/2017 09:17 AM Chris Duryee

Fixes #18554 - skip collection_cache_lookup on authorized_for

The call to `authorized_for` can take multiple seconds in some cases,
leading to performance issues.

This patch will bypass the cache lookup, resulting in similar times for
admins and non-admins when viewing pages with lots of hosts.

f6c313fb 02/21/2017 08:12 AM Timo Goebel

fixes #17533 - provision dhcp for bond child macs

e053898f 02/21/2017 08:09 AM Dominic Cleal

fixes #18565 - move constantize inside access permission tests

Matches normal test loading so constants (and source files) are only
loaded when the test is executed. Syntax errors will then cause a
failure for tests loading the file instead of outside the test process.

00ed8ba5 02/20/2017 04:03 PM Ondřej Pražák

Fixes #12294 - Update existing params using API

e63d0123 02/20/2017 10:36 AM Dominic Cleal

fixes #18568 - replace deprecated AC::Parameters#update

The #update method in Rails 5 is returning a HWIA rather than the
ActionController::Parameters instance, causing keep_param to return the
wrong object type. It is also deprecated in 5.0, so replace it with a...

0b22ca40 02/17/2017 09:55 AM Ondřej Pražák

Fixes #7495 - Create/delete autosign entries via API

a61ecf63 02/17/2017 03:33 AM Dominic Cleal

fixes #18540 - update domain on primary in hosts_count tests

domain/domain_id are not attributes of the host itself, they're
delegated to the primary interface. When using update_attribute on the
host, the model doesn't appear `changed?` so Rails 5 skips the save....

e7603faf 02/15/2017 05:51 AM Marek Hulán

Fixes #18227 - clean up variables after rendering

5c5f8c0b 02/14/2017 09:48 AM Dominic Cleal

fixes #18489 - test AuthSourceLdap missing and blank passwords

After 2348fc8e, providing an empty password during update would erase
the existing password. Other resource type tests were updated, but not
AuthSourceLdap, so these now reflect the current behaviour....

View revisions

Also available in: Atom