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 4.12 KB
compute_resources_vms_controller.rb 4.23 KB
config_groups_controller.rb 801 Bytes
config_reports_controller.rb 1.14 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.18 KB
home_controller.rb 1.04 KB
hostgroups_controller.rb 5.02 KB
hosts_controller.rb 25.7 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
roles_controller.rb 2.27 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
e282ff7b 11/09/2015 08:49 AM Ori Rabin

Fixes #11464 - use host inherited views for hostgroup parent parameters

97b5cd0a 11/09/2015 06:01 AM Shimon Shtein

Fixes #12201 - Made parent associations finder less dependent on association name

1153aa6b 11/02/2015 08:31 AM Daniel Lobato Garcia

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

This is already fixed in develop, and wrap_params is not needed. It
won't harm but it's basically dead code. The original commit was merged
by mistake into develop, it was supposed to be merged to 1.9-stable...

af80ee8b 11/02/2015 04:10 AM Shlomi Zadok

Fixes #10889 - Allow selection of resource pool

a0218e66 10/29/2015 08:54 AM Marek Hulán

Fixes #12279 - add default order to roles

e8d6d2d6 10/28/2015 11:15 AM Shlomi Zadok

fixes #4151 - enable reports STI

Permits subclassing of ReportImporter and Report to import and store
new types of reports associated to hosts.

3ba1fa7c 10/28/2015 09:48 AM Timo Goebel

fixes #12127 - verify x509 subject alternative names when authenticating a smart proxy

eb60198a 10/28/2015 08:24 AM Christine Fouant

Fixes #12333 - adds search capabilities to bookmarks

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

View revisions

Also available in: Atom