Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  api
  shared
about_controller_test.rb 918 Bytes
application_controller_subclass_test.rb 6.8 KB
architectures_controller_test.rb 2.45 KB
audits_controller_test.rb 945 Bytes
auth_source_ldaps_controller_test.rb 3.67 KB
autosign_controller_test.rb 168 Bytes
bookmarks_controller_test.rb 1.98 KB
common_parameters_controller_test.rb 2.04 KB
compute_attributes_controller_test.rb 1.51 KB
compute_profiles_controller_test.rb 1.36 KB
compute_resources_controller_test.rb 6.54 KB
compute_resources_vms_controller_test.rb 7.45 KB
config_groups_controller_test.rb 1.08 KB
config_reports_controller_test.rb 2.52 KB
dashboard_controller_test.rb 1.92 KB
domains_controller_test.rb 1.66 KB
environments_controller_test.rb 7.84 KB
fact_values_controller_test.rb 562 Bytes
filters_controller_test.rb 2.34 KB
home_controller_test.rb 200 Bytes
hostgroups_controller_test.rb 8.52 KB
hosts_controller_test.rb 49.6 KB
images_controller_test.rb 2.35 KB
locations_controller_test.rb 9.44 KB
lookup_values_controller_test.rb 172 Bytes
media_controller_test.rb 1.65 KB
models_controller_test.rb 1.77 KB
operatingsystems_controller_test.rb 4.78 KB
organizations_controller_test.rb 9.74 KB
provisioning_templates_controller_test.rb 4.99 KB
ptables_controller_test.rb 4.28 KB
puppetca_controller_test.rb 639 Bytes
puppetclass_lookup_keys_controller_test.rb 1.53 KB
puppetclasses_controller_test.rb 9.18 KB
realms_controller_test.rb 1.86 KB
roles_controller_test.rb 2.73 KB
settings_controller_test.rb 2.13 KB
smart_proxies_controller_test.rb 9.5 KB
smart_proxy_auth_test.rb 4.31 KB
statistics_controller_test.rb 722 Bytes
subnets_controller_test.rb 2.81 KB
tasks_controller_test.rb 165 Bytes
trends_controller_test.rb 809 Bytes
unattended_controller_test.rb 15.2 KB
usergroups_controller_test.rb 3.06 KB
users_controller_test.rb 14 KB
variable_lookup_keys_controller_test.rb 1.51 KB

Latest revisions

# Date Author Comment
b597a8a5 04/12/2016 06:48 AM Shimon Shtein

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

1cf79b15 04/11/2016 10:15 AM Ranjan Kumar

Fixes #14261 - User API should return correct admin status

bd95cda6 04/05/2016 07:38 AM Dominic Cleal

fixes #14415 - check CR availability with Fog, not SETTINGS

Simplifies the code for checking compute resource availability, which
can easily be determined with the registered Fog providers instead of
being stored in SETTINGS in app initialisation. Plugins should always be...

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.

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

Fixes #5816 - allow editing and displaying self via API

355c3a31 03/31/2016 04:13 AM Dominic Cleal

fixes #12746 - list compute resources from plugin definitions

Load the full list of known CRs from plugins on the fly, instead of
modifying the class-level list of supported plugins. Since plugin
definitions don't get reloaded, this allows the ComputeResource class to...

7aa342ea 03/30/2016 04:53 AM Michael Moll

fixes #9782 - implement mediapath for suse/yast

2a08e8c1 03/28/2016 11:07 AM Ori Rabin

Fixes #13727 - Error raised when setting default_value when override is set to false

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

Fixes #14264 - improve primary interface selection

View revisions

Also available in: Atom