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 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 7.55 KB
config_groups_controller_test.rb 1.08 KB
config_reports_controller_test.rb 2.47 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 582 Bytes
filters_controller_test.rb 3.15 KB
home_controller_test.rb 200 Bytes
hostgroups_controller_test.rb 10 KB
hosts_controller_test.rb 58.7 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.57 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 4.03 KB
operatingsystems_controller_test.rb 5.45 KB
organizations_controller_test.rb 10.7 KB
provisioning_templates_controller_test.rb 11.1 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
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.2 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
229195a5 03/14/2017 10:11 AM Tomer Brisker

Fixes #18760 - Allow export to CSV

This introduces a way of exporting tables from the UI to CSV.
There are 3 steps to adding a CSV export to a table:

1. Add the CsvResponder concern to the relevant controller.
2. Add a `format.csv` block to the index controller action. This block...

273f928c 03/14/2017 07:42 AM Ondřej Pražák

Fixes #17463 - Detect user's orgs when importing from puppet

100cf25b 03/12/2017 07:15 AM Ori Rabin

Fixes #18718 - Empty boolean matcher should not turn into false

a36689ab 03/09/2017 07:45 AM Ohad Levy

fixes #18681 - moves polymorphic subject into notification object

also adds host build, destroyed and missing owner UI notifications

8813aee5 03/07/2017 08:24 AM Ondřej Pražák

Fixes #18317 - Clone user role via API

2b81dfe4 03/05/2017 05:58 AM Tomer Brisker

Fixes #14492 - Unify delete and minimize for dashboard widgets

Originally the idea was for the buttons to have a different effect on
the widgets, however with changes introduced later on these differences
have been reduced to being insignificant.

3a766513 03/03/2017 09:30 AM Marek Hulán

Fixes #18345 - Improve templates error handling

f54cb6a2 02/28/2017 11:25 AM Dominic Cleal

fixes #18662 - stop default scope being overridden by association

Ensure the Taxonomix empty default scope isn't overridden by association
scopes which (effectively) calls `.where(:id => ...)` and overrides the
value of :id set in this default scope. This occurs on Rails 5.0 which...

d9d745e5 02/28/2017 10:46 AM Ohad Levy

fixes #18676 - don't ignore notification expiry

This also adds the ability to mass refresh expiry dates.

52bae9f0 02/27/2017 04:15 PM Dominic Cleal

refs #16982 - check _ids getters as admin user in taxonomy tests

After a request and User.current is back to nil, the ids getters will
not return any results as the default taxonomix scopes don't permit it.
The clone test was instead testing that _no
records were associated.

View revisions

Also available in: Atom