Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  api
  concerns
  shared
about_controller_test.rb 918 Bytes
application_controller_subclass_test.rb 10.2 KB
architectures_controller_test.rb 2.45 KB
audits_controller_test.rb 945 Bytes
auth_source_ldaps_controller_test.rb 4.43 KB
autosign_controller_test.rb 168 Bytes
bookmarks_controller_test.rb 2.43 KB
common_parameters_controller_test.rb 2.04 KB
compute_attributes_controller_test.rb 1.74 KB
compute_profiles_controller_test.rb 1.36 KB
compute_resources_controller_test.rb 6.54 KB
compute_resources_vms_controller_test.rb 7.43 KB
config_groups_controller_test.rb 1.08 KB
config_reports_controller_test.rb 2.52 KB
dashboard_controller_test.rb 1.94 KB
domains_controller_test.rb 2.15 KB
environments_controller_test.rb 8.99 KB
fact_values_controller_test.rb 556 Bytes
filters_controller_test.rb 3.15 KB
home_controller_test.rb 200 Bytes
hostgroups_controller_test.rb 9.88 KB
hosts_controller_test.rb 58.2 KB
images_controller_test.rb 2.35 KB
interfaces_controller_test.rb 532 Bytes
key_pairs_controller_test.rb 2.38 KB
locations_controller_test.rb 10.6 KB
lookup_keys_controller_test.rb 2.3 KB
lookup_values_controller_test.rb 172 Bytes
media_controller_test.rb 1.65 KB
models_controller_test.rb 1.77 KB
notification_recipients_controller_test.rb 2.31 KB
operatingsystems_controller_test.rb 5.45 KB
organizations_controller_test.rb 11.6 KB
provisioning_templates_controller_test.rb 10.9 KB
ptables_controller_test.rb 4.5 KB
puppetca_controller_test.rb 639 Bytes
puppetclass_lookup_keys_controller_test.rb 2.13 KB
puppetclasses_controller_test.rb 10.5 KB
realms_controller_test.rb 1.86 KB
roles_controller_test.rb 4.43 KB
settings_controller_test.rb 2.13 KB
smart_proxies_controller_test.rb 9.85 KB
smart_proxy_auth_test.rb 6.19 KB
statistics_controller_test.rb 661 Bytes
subnets_controller_test.rb 5.43 KB
tasks_controller_test.rb 165 Bytes
trends_controller_test.rb 1.83 KB
unattended_controller_test.rb 19.9 KB
usergroups_controller_test.rb 3.06 KB
users_controller_test.rb 16.9 KB
variable_lookup_keys_controller_test.rb 1.89 KB

Latest revisions

# Date Author Comment
764ae7e0 01/20/2017 01:52 AM Dominic Cleal

fixes #18159 - change incorrect clearing of test request session

1f206274 01/20/2017 01:52 AM Dominic Cleal

fixes #18155 - add string to empty form-encoded arrays in test

This test attempts to send an empty `:smart_proxy_ids => []` parameter
emulating the UI to unset smart_proxy_ids on a taxonomy, but Rails 5
filters this empty parameter out when converting it internally to a form...

363cab56 01/19/2017 03:43 AM Ohad Levy

fixes #17545 - adds UI notification support

- Initial data model for notification support, based on manageiq design.
- addes notification JSON endpoints.

22a5bf03 01/18/2017 07:37 AM Daniel Lobato Garcia

Fixes #18045 - Puppet classes show up choosing only env.

After #3551 was merged, the hosts controller requires both environment
and hostgroup to be set in order to display puppetclasses.

It shouldn't be required to have both, so we should check what's
available and use it. If it's only the hostgroup or the environment, it...

eb0834f5 01/17/2017 06:47 AM Sebastian Gräßl

Fixes #6502 - List ignored classes and environments on import

When importing environments and classes from puppet, ignored
environments and classes defined in ignored_environments.yml
aren't aparent.

This will add them to the list to import as ignored and...

9643a2cb 01/15/2017 09:31 AM Ori Rabin

Fixes #17653 - Allow all parameters api to unhide values

915ee077 01/11/2017 11:29 AM Sebastian Gräßl

Fixes #3551 - Show unavailable Puppet Classes in Host Group edit

Puppet Classes can be assigned to a Host Group even if they are
not available in the set environment.

The Classes persist through out changes of the environment,
but were previously hidden from the UI this changes that....

9883149a 01/11/2017 06:42 AM Amir Fefer

Fixes #6952 - Set hostgroup after provisioning from pxe

After hostgroup provisioning, when the machine has registered
with foreman, it should be in the same hostgroup.
to achieve this behavier, the fact foreman_hostgroup should be
added to hostgroup provisioning template

a7f4dad2 01/05/2017 05:34 AM Daniel Lobato Garcia

Fixes #17864 - Show smart proxy errors on unattended fail

If your proxy is has some error (like misconfigured sudoers, puppet not
available, etc...) and you try to boot a host through unattended
mode [1], the exception will not show up when you try to fetch the...

8e81effc 12/29/2016 09:17 AM Amit Karsale

Fixes #13775 - merge if data set is present

View revisions

Also available in: Atom