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.88 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 7.16 KB
compute_resources_vms_controller_test.rb 7.43 KB
config_groups_controller_test.rb 1.08 KB
config_reports_controller_test.rb 2.47 KB
dashboard_controller_test.rb 1.94 KB
domains_controller_test.rb 2.15 KB
environments_controller_test.rb 8.93 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.8 KB
provisioning_templates_controller_test.rb 10.9 KB
ptables_controller_test.rb 4.5 KB
puppetca_controller_test.rb 1.07 KB
puppetclass_lookup_keys_controller_test.rb 2.13 KB
puppetclasses_controller_test.rb 10.4 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
0b22ca40 02/17/2017 09:55 AM Ondřej Pražák

Fixes #7495 - Create/delete autosign entries via API

a61ecf63 02/17/2017 03:33 AM Dominic Cleal

fixes #18540 - update domain on primary in hosts_count tests

domain/domain_id are not attributes of the host itself, they're
delegated to the primary interface. When using update_attribute on the
host, the model doesn't appear `changed?` so Rails 5 skips the save....

5c5f8c0b 02/14/2017 09:48 AM Dominic Cleal

fixes #18489 - test AuthSourceLdap missing and blank passwords

After 2348fc8e, providing an empty password during update would erase
the existing password. Other resource type tests were updated, but not
AuthSourceLdap, so these now reflect the current behaviour....

9caab04b 01/31/2017 04:04 AM Timo Goebel

fixes #13618 - cache expensive vmware api calls

73633f3d 01/31/2017 03:10 AM Daniel Lobato Garcia

Fixes #18040 - URL escape PuppetCA CN on proxy view

If the CN contains characters that cannot be displayed in an URL, like
'mcollective/OL=mcollective', the puppetca list will not be able to
render.

The reason is that Rails cannot generate an URL for such CNs, so we need...

8f3993e3 01/26/2017 02:44 PM Ondřej Pražák

Fixes #12599 - Add config groups related apipie doc

2d9236b8 01/26/2017 08:25 AM Daniel Lobato Garcia

Fixes #17526 - Taxonomy.ignore? does not work with "any context"

In this scenario:

1. User has one organization - "E-Corp" - this organization allows the
user to see every hostgroup (via selecting "all host groups" when
editing the organization).

2. User has a location "Czech republic" that also includes all host...

35c14172 01/26/2017 08:18 AM Ivan Necas

Refs #15779 - make background processing unavailable for now (#4217)

The original PR got vetted in the packaging phase and including
foreman-task as dependency of Foreman was refused. We need to rethink
our approach for getting the foreman-tasks functionality available...

9f68d4d9 01/25/2017 04:38 AM Ondřej Pražák

Fixes #17681 - Switch to newly created taxonomy

38a9ed0c 01/24/2017 06:12 AM Ori Rabin

Refs #17653 - fix typo in show_hidden_parameters and add tests

View revisions

Also available in: Atom