Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  api
  concerns
about_controller.rb 314 Bytes
application_controller.rb 12.4 KB
architectures_controller.rb 848 Bytes
audits_controller.rb 593 Bytes
auth_source_ldaps_controller.rb 709 Bytes
autosign_controller.rb 1.29 KB
bookmarks_controller.rb 933 Bytes
common_parameters_controller.rb 1004 Bytes
compute_attributes_controller.rb 880 Bytes
compute_profiles_controller.rb 919 Bytes
compute_resources_controller.rb 3.8 KB
compute_resources_vms_controller.rb 4.23 KB
config_groups_controller.rb 801 Bytes
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.18 KB
home_controller.rb 1.04 KB
hostgroups_controller.rb 5.71 KB
hosts_controller.rb 25.6 KB
images_controller.rb 1.36 KB
interfaces_controller.rb 866 Bytes
locations_controller.rb 156 Bytes
lookup_keys_controller.rb 942 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.57 KB
puppetclass_lookup_keys_controller.rb 524 Bytes
puppetclasses_controller.rb 2.99 KB
realms_controller.rb 727 Bytes
reports_controller.rb 1.04 KB
roles_controller.rb 2.24 KB
settings_controller.rb 961 Bytes
smart_proxies_controller.rb 1.7 KB
statistics_controller.rb 1.59 KB
subnets_controller.rb 2.2 KB
tasks_controller.rb 324 Bytes
templates_controller.rb 3.81 KB
topbar_sweeper.rb 624 Bytes
trends_controller.rb 1.03 KB
unattended_controller.rb 8.79 KB
usergroups_controller.rb 1.46 KB
users_controller.rb 3.76 KB
variable_lookup_keys_controller.rb 108 Bytes

Latest revisions

# Date Author Comment
02e4c535 10/26/2015 08:44 AM Daniel Lobato Garcia

Fixes #11924 - Substitute .scoped by .where(nil) to force return relation

On Rails 4 .scoped is deprecated. Calling .all on the model returns the
equivalent ActiveRecord relation object on Rails 4, but on Rails 3 it
returns an Array right away.

A proper replacement we can use is where(nil) - it's ugly but it returns...

de65857c 10/26/2015 07:57 AM Tom Caspy

fixes #9981 - making sure lookup_keys with errors get displayed if they're broken

7a3a1052 10/23/2015 04:48 AM Tomáš Strachota

Fixes #12089 - fix using unwrapped parameters in config templates API controller

1d0315e0 10/22/2015 11:13 AM Marek Hulán

Fixes #11921 - load dynamic features during runtime

9293c0fe 10/12/2015 07:03 AM Ori Rabin

Fixes #11237 - documenting hostgroup association to compute profile

c1755e07 10/12/2015 06:54 AM Daniel Lobato Garcia

Fixes #10988 - Remove 1.11 deprecations

996b3db5 10/07/2015 08:39 AM Daniel Lobato Garcia

Refs #10409 - Rails 4 compatible changes with Rails 3

This includes some changes that can be applied to Rails 3 without
any issue and don't follow any particular pattern/deprecation, In
general these are minor things we have to change. Other PRs with
retrocompatible changes that aim to fix particular deprecations...

d6436499 09/30/2015 12:55 PM Dominic Cleal

fixes #11996 - use preload to avoid multiple fact/host table joins

When retrieving fact_values as a non-admin user, the my_facts scope
performs a join to the hosts table. The .includes(:host) also performs
a join via eager loading, and when both are combined with a scoped...

585329f5 09/25/2015 11:11 AM Marek Hulán

Fixes #11767 - avoid cleaning of interface attributes

08e86bf5 09/24/2015 05:07 AM Ondřej Pražák

Fixes #11764 - Taxonomy parameters can be accessed through API

View revisions

Also available in: Atom