Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  api
  concerns
about_controller.rb 674 Bytes
application_controller.rb 12.9 KB
architectures_controller.rb 848 Bytes
audits_controller.rb 593 Bytes
auth_source_ldaps_controller.rb 1.12 KB
autosign_controller.rb 1.4 KB
bookmarks_controller.rb 1.02 KB
common_parameters_controller.rb 1004 Bytes
compute_attributes_controller.rb 880 Bytes
compute_profiles_controller.rb 992 Bytes
compute_resources_controller.rb 4.12 KB
compute_resources_vms_controller.rb 4.77 KB
config_groups_controller.rb 801 Bytes
config_reports_controller.rb 1.15 KB
dashboard_controller.rb 1.81 KB
domains_controller.rb 743 Bytes
environments_controller.rb 838 Bytes
external_usergroups_controller.rb 558 Bytes
fact_values_controller.rb 955 Bytes
facts_controller.rb 491 Bytes
filters_controller.rb 2.24 KB
home_controller.rb 1.04 KB
hostgroups_controller.rb 4.48 KB
hosts_controller.rb 30.6 KB
images_controller.rb 1.4 KB
interfaces_controller.rb 866 Bytes
locations_controller.rb 156 Bytes
lookup_keys_controller.rb 941 Bytes
lookup_values_controller.rb 1.16 KB
mail_notifications_controller.rb 112 Bytes
media_controller.rb 762 Bytes
models_controller.rb 733 Bytes
operatingsystems_controller.rb 1.15 KB
organizations_controller.rb 160 Bytes
permissions_controller.rb 700 Bytes
provisioning_templates_controller.rb 267 Bytes
ptables_controller.rb 50 Bytes
puppetca_controller.rb 1.46 KB
puppetclass_lookup_keys_controller.rb 537 Bytes
puppetclasses_controller.rb 2.99 KB
realms_controller.rb 727 Bytes
roles_controller.rb 2.18 KB
settings_controller.rb 970 Bytes
smart_proxies_controller.rb 4.74 KB
statistics_controller.rb 1.59 KB
subnets_controller.rb 2.2 KB
tasks_controller.rb 324 Bytes
templates_controller.rb 4.07 KB
topbar_sweeper.rb 624 Bytes
trends_controller.rb 1.03 KB
unattended_controller.rb 8.12 KB
usergroups_controller.rb 1.51 KB
users_controller.rb 4.43 KB
variable_lookup_keys_controller.rb 108 Bytes

Latest revisions

# Date Author Comment
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...

1ef8f52b 04/20/2016 07:47 AM Ondřej Pražák

Fixes #14395 - Label for provision template capitalized in os details page

s

3f579c3e 04/14/2016 08:20 AM Marek Hulán

Fixes #10605 - handle logout accessed by GET

b597a8a5 04/12/2016 06:48 AM Shimon Shtein

Fixes #14369 - Removed default scope from host counter in taxonomies

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

00804233 04/07/2016 09:03 AM Ohad Levy

fixes #14511 - bookmark editing ensures the query field is populated

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

10d09d45 04/06/2016 11:20 AM Dominic Cleal

fixes #14482 - close two-pane when saving compute profile attributes

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

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

406b34f1 04/04/2016 04:20 AM Tomer Brisker

Fixes #14341 - List all images for compute resource

Previously, the listing was paginated, but since the table is loaded
via ajax and handled by datatables, the pagination had no effect,
leading to a list limited to the max per page (20 usually).
Also, improved the lookup to only bring the needed data.

View revisions

Also available in: Atom