Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
architectures_controller.rb 1.78 KB
audits_controller.rb 593 Bytes
auth_source_ldaps_controller.rb 3.15 KB
autosign_controller.rb 539 Bytes
base_controller.rb 5.75 KB
bookmarks_controller.rb 1.47 KB
common_parameters_controller.rb 1.58 KB
compute_attributes_controller.rb 2.41 KB
compute_profiles_controller.rb 1.43 KB
compute_resources_controller.rb 8.7 KB
config_groups_controller.rb 1.36 KB
config_reports_controller.rb 2.74 KB
config_templates_controller.rb 5.56 KB
dashboard_controller.rb 463 Bytes
domains_controller.rb 3.04 KB
environments_controller.rb 2.1 KB
external_usergroups_controller.rb 3.62 KB
fact_values_controller.rb 671 Bytes
filters_controller.rb 1.61 KB
home_controller.rb 466 Bytes
host_classes_controller.rb 1.8 KB
hostgroup_classes_controller.rb 1.82 KB
hostgroups_controller.rb 3.57 KB
hosts_controller.rb 15.2 KB
images_controller.rb 3.08 KB
interfaces_controller.rb 5.69 KB
locations_controller.rb 221 Bytes
mail_notifications_controller.rb 747 Bytes
media_controller.rb 2.71 KB
models_controller.rb 1.52 KB
operatingsystems_controller.rb 5.03 KB
organizations_controller.rb 234 Bytes
os_default_templates_controller.rb 3.86 KB
override_values_controller.rb 4.43 KB
parameters_controller.rb 9.97 KB
permissions_controller.rb 1.58 KB
plugins_controller.rb 251 Bytes
provisioning_templates_controller.rb 5.22 KB
ptables_controller.rb 3.72 KB
puppetclasses_controller.rb 3.58 KB
realms_controller.rb 1.82 KB
reports_controller.rb 2.86 KB
roles_controller.rb 1.34 KB
settings_controller.rb 1.06 KB
smart_class_parameters_controller.rb 3.71 KB
smart_proxies_controller.rb 2.62 KB
smart_variables_controller.rb 3.26 KB
statistics_controller.rb 1.64 KB
subnets_controller.rb 3.39 KB
tasks_controller.rb 514 Bytes
template_combinations_controller.rb 4.34 KB
template_kinds_controller.rb 351 Bytes
usergroups_controller.rb 1.59 KB
users_controller.rb 3.75 KB

Latest revisions

# Date Author Comment
a9fffdb1 05/05/2016 01:25 PM Ori Rabin

Fixes #14927 - correct override value requirment

override value should only be required when use_puppet_default is false

4bc4fdc1 05/05/2016 01:05 PM Tomer Brisker

Fixes #14934 - Remove rails 3.2 workaround from parameter model

bd622a22 04/20/2016 08:27 AM Dominic Cleal

refs #14691 - user editing self should not change User.current

Rather than changing the behaviour of #to_label to return persisted
data, the User.current object should not be modified with unsaved data
from the form submission or API update.

User.current is used for authz as well as for display purposes, so...

8f9fdae3 04/08/2016 06:55 AM Evgeni Golov

fixes #14502 - fix documentation of the hosts controller for puppetclass_ids

previously it wrongly stated that the parameter is called
puppet_class_ids

aeba4f42 04/07/2016 02:22 AM Ivan Necas

Fixes #14503 - don't join reports with the logs and resources explicitly in API

Using `.includes(:logs => [:message, :source])` in the search scope
for reports caused serious performance issues (ending up with server
taking all of its memory). I've found no reason for the `includes` to...

e52bc50f 04/05/2016 03:25 AM Adam Ruzicka

Fixes #14330 - Provide option in hammer to change display type for
libvirt compute resource

7ffb50b9 04/04/2016 03:34 AM Marek Hulán

Fixes #5816 - allow editing and displaying self via API

9738552e 03/22/2016 08:17 AM Tom Caspy

fixes #14050 - resolving N+1 query on hosts#index

308f611d 03/22/2016 07:12 AM Marek Hulán

Fixes #14264 - improve primary interface selection

38d9333f 03/18/2016 05:15 AM Tom Caspy

fixes #14239 - when creating host from API, set first interface as primary if none set

View revisions

Also available in: Atom