Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  api
  concerns
  shared
about_controller_test.rb 918 Bytes
application_controller_subclass_test.rb 10.3 KB
architectures_controller_test.rb 2.5 KB
audits_controller_test.rb 1012 Bytes
auth_source_ldaps_controller_test.rb 5.18 KB
autosign_controller_test.rb 168 Bytes
bookmarks_controller_test.rb 2.9 KB
common_parameters_controller_test.rb 2.1 KB
compute_attributes_controller_test.rb 3.37 KB
compute_profiles_controller_test.rb 1.42 KB
compute_resources_controller_test.rb 7.37 KB
compute_resources_vms_controller_test.rb 8.9 KB
config_groups_controller_test.rb 1.14 KB
config_reports_controller_test.rb 3.14 KB
dashboard_controller_test.rb 1.88 KB
domains_controller_test.rb 2.18 KB
environments_controller_test.rb 9.13 KB
fact_values_controller_test.rb 1.04 KB
filters_controller_test.rb 3.23 KB
home_controller_test.rb 200 Bytes
hostgroups_controller_test.rb 10.2 KB
hosts_controller_test.rb 64.2 KB
images_controller_test.rb 2.43 KB
interfaces_controller_test.rb 532 Bytes
key_pairs_controller_test.rb 2.38 KB
locations_controller_test.rb 9.71 KB
lookup_keys_controller_test.rb 2.3 KB
lookup_values_controller_test.rb 172 Bytes
media_controller_test.rb 1.69 KB
models_controller_test.rb 1.84 KB
notification_recipients_controller_test.rb 6.13 KB
operatingsystems_controller_test.rb 5.57 KB
organizations_controller_test.rb 10.8 KB
provisioning_templates_controller_test.rb 11.4 KB
ptables_controller_test.rb 4.57 KB
puppetca_controller_test.rb 1.13 KB
puppetclass_lookup_keys_controller_test.rb 2.33 KB
puppetclasses_controller_test.rb 10.9 KB
realms_controller_test.rb 1.99 KB
roles_controller_test.rb 4.5 KB
settings_controller_test.rb 2.13 KB
smart_proxies_controller_test.rb 9.96 KB
smart_proxy_auth_test.rb 6.54 KB
ssh_keys_controller_test.rb 1.02 KB
statistics_controller_test.rb 661 Bytes
subnets_controller_test.rb 5.56 KB
tasks_controller_test.rb 165 Bytes
trends_controller_test.rb 1.9 KB
unattended_controller_test.rb 20.6 KB
usergroups_controller_test.rb 3.13 KB
users_controller_test.rb 18 KB
variable_lookup_keys_controller_test.rb 1.94 KB

Latest revisions

# Date Author Comment
0126b62d 09/26/2017 03:40 PM Lukas Zapletal

Fixes #20559 - print rails log for test failures

87b20d5e 09/24/2017 10:55 AM Shimon Shtein

Fixes #21015 - sync host and hostgroup rabl to show all_classes

38964973 09/22/2017 11:45 AM Dominic Cleal

Fixes #20957 - Replace alias_method_chain with Module prepend

Deprecated in Rails 5.0 and will be removed in 5.1. Some instances of
classes overwriting existing methods can be handled with `super`, other
concerns or modules are changed to use prepend instead of include....

abd38baa 09/19/2017 04:20 AM Trey Dockendorf

Fixes #20487 - Add rebuild_config to hostgroups API

9a41f58f 09/19/2017 03:07 AM Tomáš Strachota

Fixes #10726 - NIC types are immutable

b9c2117e 09/18/2017 09:07 AM Dominic Cleal

Fixes #20954 - don't access MIME types via constants

b88cd3a2 09/18/2017 05:12 AM Dominic Cleal

Fixes #20951 - Replace render :text with :plain

d738d2c0 09/14/2017 07:08 AM Marek Hulán

Fixes #19047 - unify date formats

This introduces two new helpers for printing date in absolute and
relative format. Helper for absolute accepts also a parameter to choose
between long and short variant. The long one includes the year. The date
also has a title so you see the other format after hovering mouse...

b3fb472c 09/13/2017 02:30 AM Daniel Lobato Garcia

Fixes #20098 - Resolve template_used for image provisioning

At the moment, the method Hostext::OperatingSystem#template_kinds is
unable to handle image-based provisioning. If there is an image, it will
not be able to find it as 'self.compute_attributes' does not exist for...

1897b4d4 09/11/2017 02:33 PM Sebastian Gräßl

Fixes #20800 - Comply with Patternfly login page recommendations

  • Move alerts inline above form
  • Make submit button not show a "loading" state

View revisions

Also available in: Atom