Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  api
  shared
application_controller_subclass_test.rb 6.8 KB
architectures_controller_test.rb 2.38 KB
audits_controller_test.rb 720 Bytes
auth_source_ldaps_controller_test.rb 3.28 KB
autosign_controller_test.rb 168 Bytes
bookmarks_controller_test.rb 1.45 KB
common_parameters_controller_test.rb 2.05 KB
compute_attributes_controller_test.rb 1.51 KB
compute_profiles_controller_test.rb 1.36 KB
compute_resources_controller_test.rb 5.5 KB
compute_resources_vms_controller_test.rb 7.45 KB
config_groups_controller_test.rb 1.08 KB
config_reports_controller_test.rb 2.48 KB
dashboard_controller_test.rb 584 Bytes
domains_controller_test.rb 1.85 KB
environments_controller_test.rb 8.21 KB
fact_values_controller_test.rb 580 Bytes
filters_controller_test.rb 2.04 KB
home_controller_test.rb 200 Bytes
hostgroups_controller_test.rb 7.79 KB
hosts_controller_test.rb 38.4 KB
images_controller_test.rb 2.26 KB
locations_controller_test.rb 8.5 KB
lookup_values_controller_test.rb 172 Bytes
media_controller_test.rb 1.84 KB
models_controller_test.rb 1.79 KB
operatingsystems_controller_test.rb 4.79 KB
organizations_controller_test.rb 8.75 KB
provisioning_templates_controller_test.rb 4.88 KB
ptables_controller_test.rb 4.2 KB
puppetca_controller_test.rb 593 Bytes
puppetclass_lookup_keys_controller_test.rb 1.55 KB
puppetclasses_controller_test.rb 8.39 KB
realms_controller_test.rb 1.87 KB
roles_controller_test.rb 3.41 KB
settings_controller_test.rb 1.48 KB
smart_proxies_controller_test.rb 3.29 KB
smart_proxy_auth_test.rb 3.56 KB
statistics_controller_test.rb 740 Bytes
subnets_controller_test.rb 2.98 KB
tasks_controller_test.rb 165 Bytes
trends_controller_test.rb 371 Bytes
unattended_controller_test.rb 13.9 KB
usergroups_controller_test.rb 2.91 KB
users_controller_test.rb 13.5 KB
variable_lookup_keys_controller_test.rb 1.53 KB

Latest revisions

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

768aad03 10/26/2015 07:06 AM Tom Caspy

refs #12147 - compatible test updates for api fact value controller

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

Fixes #11921 - load dynamic features during runtime

2bb102ba 10/21/2015 03:41 PM Tomáš Strachota

Refs #12089 - tests for config templates controller param wrapping

eb8d0ff5 10/21/2015 06:37 AM Shlomi Zadok

Fixes #12004, #11999 - Remove reserved words from Environment friendly_id

Restores use of friendly_id, but removes 'new', 'edit' etc from the
reserved words list to ensure they can be used as identifiers.

Reverts the id-name parameterization to purely name, which fixes...

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

View revisions

Also available in: Atom