Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
architecture.rb 604 Bytes
auth_source_ldap.rb 869 Bytes
bookmark.rb 426 Bytes
compute_attribute.rb 584 Bytes
compute_profile.rb 399 Bytes
compute_resource.rb 1.28 KB
config_group.rb 481 Bytes
domain.rb 644 Bytes
environment.rb 478 Bytes
external_usergroup.rb 677 Bytes
filter.rb 662 Bytes
host.rb 1.24 KB
host_base.rb 1.84 KB
host_common.rb 547 Bytes
hostgroup.rb 1.58 KB
image.rb 611 Bytes
keep_param.rb 983 Bytes
location.rb 588 Bytes
lookup_key.rb 904 Bytes
lookup_value.rb 667 Bytes
medium.rb 655 Bytes
model.rb 420 Bytes
nested_ancestry_common.rb 241 Bytes
nic_base.rb 780 Bytes
nic_interface.rb 757 Bytes
operatingsystem.rb 1.1 KB
organization.rb 616 Bytes
os_default_template.rb 741 Bytes
parameter.rb 622 Bytes
provisioning_template.rb 845 Bytes
ptable.rb 768 Bytes
puppetclass.rb 1004 Bytes
puppetclass_lookup_key.rb 928 Bytes
realm.rb 531 Bytes
role.rb 478 Bytes
smart_proxy.rb 492 Bytes
subnet.rb 980 Bytes
taxonomix.rb 340 Bytes
taxonomy.rb 1.14 KB
template.rb 365 Bytes
template_combination.rb 664 Bytes
trend.rb 445 Bytes
user.rb 1.51 KB
user_mail_notification.rb 665 Bytes
usergroup.rb 787 Bytes
variable_lookup_key.rb 638 Bytes
widget.rb 313 Bytes

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.

c24d6cf8 09/22/2016 03:32 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...

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

Fixes #15846 - Renamed use_puppet_default to omit in LookupValue

ddf80e13 08/31/2016 07:24 AM Dominic Cleal

fixes #16376 - use correct params filter for nested Puppet LKs

f619eb4d 08/26/2016 05:33 AM Marek Hulán

Fixes #7806 - allow taxonomy association on role level

058d472e 08/26/2016 02:52 AM Daniel Lobato Garcia

Fixes #16264 - Template combinations cannot be created

Currently, strong parameters is not allowing passing the nested
attributes required to ProvisioningTemplate to create
TemplateCombinations through the UI.
The fix is as simple as permitting those parameters in a 'nested'...

4cbf879e 08/24/2016 06:41 AM Lukas Zapletal

Fixes #12634 - New HW Model flag pxe_loader

Implementation of

https://github.com/theforeman/rfcs/blob/master/text/0001-PXE-Booting-UEFI.md

In short, new host/hostgroup flag PXE loader is added to specify TFTP
DHCP filename and Foreman now orchestrates all PXE-capable templates...

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