Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
auth_source_ldap_test.rb 486 Bytes
host_test.rb 1.54 KB
keep_param_test.rb 1.17 KB
nic_interface_test.rb 1.34 KB
user_test.rb 2.06 KB

Latest revisions

# Date Author Comment
dbfaff4a 11/25/2016 09:30 AM Dominic Cleal

fixes #17300 - accept Nic::Bond#attached_devices string inputs

(cherry picked from commit 18780e5cb7f7d0fbcf97b99426217730b1a54635)

36d7e471 09/26/2016 07:38 AM Dominic Cleal

fixes #16578 - make keep_param idempotent, remove duplicate call

Using host_params (and keep_param) twice was causing compute_attributes
to be deleted permanently out of `params`. keep_param now restores
elements it deletes, and the controller now only calls host_params once...

ecbea0ac 08/04/2016 03:42 AM Timo Goebel

fixes #15951 - pass interface compute_attributes

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

View revisions

Also available in: Atom