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.45 KB
audits_controller_test.rb 945 Bytes
auth_source_ldaps_controller_test.rb 5.11 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.22 KB
compute_resources_vms_controller_test.rb 8.83 KB
config_groups_controller_test.rb 1.08 KB
config_reports_controller_test.rb 2.66 KB
dashboard_controller_test.rb 1.88 KB
domains_controller_test.rb 2.12 KB
environments_controller_test.rb 9.06 KB
fact_values_controller_test.rb 1.08 KB
filters_controller_test.rb 3.17 KB
home_controller_test.rb 200 Bytes
hostgroups_controller_test.rb 10 KB
hosts_controller_test.rb 62.6 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.55 KB
lookup_keys_controller_test.rb 2.3 KB
lookup_values_controller_test.rb 172 Bytes
media_controller_test.rb 1.63 KB
models_controller_test.rb 1.77 KB
notification_recipients_controller_test.rb 5.88 KB
operatingsystems_controller_test.rb 5.45 KB
organizations_controller_test.rb 10.6 KB
provisioning_templates_controller_test.rb 11.2 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.9 KB
realms_controller_test.rb 1.93 KB
roles_controller_test.rb 4.43 KB
settings_controller_test.rb 2.13 KB
smart_proxies_controller_test.rb 9.89 KB
smart_proxy_auth_test.rb 6.19 KB
ssh_keys_controller_test.rb 1.02 KB
statistics_controller_test.rb 661 Bytes
subnets_controller_test.rb 5.46 KB
tasks_controller_test.rb 165 Bytes
trends_controller_test.rb 1.83 KB
unattended_controller_test.rb 20.7 KB
usergroups_controller_test.rb 3.06 KB
users_controller_test.rb 17.2 KB
variable_lookup_keys_controller_test.rb 1.75 KB

Latest revisions

# Date Author Comment
20d817c8 06/04/2017 07:21 AM Tomer Brisker

Fixes #19585 - Allow csv export of nested attributes

This is required for example to export host facet attributes.

cabe2c2e 06/01/2017 07:45 AM Ohad Levy

Fixes #19700 - update rubocop rules

The following changes have been made:

- Performance/RedundantMerge:
changes lines such as:
```not_found_message.merge! :message => options```
to:
```not_found_message[:message] = options```

- converts str.match() to str =~ ()...

af9edf10 06/01/2017 06:11 AM Marek Hulán

Fixes #19612 - CVE-2017-7505 don't expose admin to taxed users

5e38d636 05/11/2017 07:29 AM Dmitri Dolguikh

Fixes #19173 - build notification succeeds with expired token.

b9df73be 05/10/2017 04:25 AM Ohad Levy

fixes #19479, #10587, #19500 - two pane notifications are visible

- notification is now inside the content div, allowing two-pane server
responses to include it.
- refactored all notifications to use notification helpers (notice,
warning and error) instead of direct flash manipulation...

7bc914eb 05/09/2017 02:55 AM Dominic Cleal

fixes #19476 - list features in smart proxy refresh API response

48c0d613 04/21/2017 10:06 AM Dominic Cleal

fixes #19345 - set host group parent names for consistent sorting

Prevents sequentially generated parent names (e.g. hostgroup9, 10) from
being sorted in the opposite order to the test expectation.

edd5310f 04/20/2017 10:57 AM Dominic Cleal

fixes #19131 - upgrade minitest to latest 5.x

- override minitest's `_` expectation method with the gettext method
- rename `location` let helper, conflicted with a minitest method name
- fix `assert_equal nil, [..]` deprecation warnings, prefer `assert nil`...

ea0d94e6 04/19/2017 09:37 AM Ohad Levy

fixes #19192 - adds mark all as read notification action

This implements missing feature from patternfly ( see http://www.patternfly.org/pattern-library/communication/notification-drawer/#/code/angular)

dd290225 04/19/2017 08:59 AM Marek Hulán

Fixes #18687 - restore hash format for parameter attributes

View revisions

Also available in: Atom