Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  api
  concerns
about_controller.rb 673 Bytes
application_controller.rb 14.7 KB
architectures_controller.rb 901 Bytes
audits_controller.rb 593 Bytes
auth_source_ldaps_controller.rb 1.2 KB
autosign_controller.rb 1.4 KB
bookmarks_controller.rb 1.1 KB
common_parameters_controller.rb 1.01 KB
compute_attributes_controller.rb 922 Bytes
compute_profiles_controller.rb 976 Bytes
compute_resources_controller.rb 4.55 KB
compute_resources_vms_controller.rb 4.67 KB
config_groups_controller.rb 782 Bytes
config_reports_controller.rb 1.04 KB
dashboard_controller.rb 2.3 KB
domains_controller.rb 713 Bytes
environments_controller.rb 818 Bytes
external_usergroups_controller.rb 558 Bytes
fact_values_controller.rb 955 Bytes
facts_controller.rb 491 Bytes
filters_controller.rb 2.6 KB
home_controller.rb 1.02 KB
hostgroups_controller.rb 4.46 KB
hosts_controller.rb 31 KB
images_controller.rb 1.41 KB
interfaces_controller.rb 1.25 KB
key_pairs_controller.rb 1.69 KB
locations_controller.rb 208 Bytes
lookup_keys_controller.rb 1.27 KB
lookup_values_controller.rb 1.21 KB
mail_notifications_controller.rb 112 Bytes
media_controller.rb 809 Bytes
models_controller.rb 702 Bytes
notification_recipients_controller.rb 960 Bytes
operatingsystems_controller.rb 1.14 KB
organizations_controller.rb 216 Bytes
parameters_controller.rb 257 Bytes
permissions_controller.rb 700 Bytes
provisioning_templates_controller.rb 437 Bytes
ptables_controller.rb 199 Bytes
puppetca_controller.rb 1.46 KB
puppetclass_lookup_keys_controller.rb 614 Bytes
puppetclasses_controller.rb 3 KB
realms_controller.rb 702 Bytes
roles_controller.rb 2.58 KB
settings_controller.rb 1.1 KB
smart_proxies_controller.rb 4.67 KB
statistics_controller.rb 483 Bytes
subnets_controller.rb 2.51 KB
tasks_controller.rb 324 Bytes
templates_controller.rb 4.3 KB
topbar_sweeper.rb 778 Bytes
trends_controller.rb 1.25 KB
unattended_controller.rb 8.72 KB
usergroups_controller.rb 1.56 KB
users_controller.rb 5.28 KB
variable_lookup_keys_controller.rb 536 Bytes

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...

a60d71e6 03/14/2017 08:22 AM Shimon Shtein

Fixes #18843 - Changed from eager_load to includes in #index

Avoiding multiple joins that result in very wide result rows.
It leads to big memory footprint in the DB especially on big datasets.
This big footprint translates then into DB high CPU usage while...

bed806f8 03/10/2017 01:59 PM Dominik Hlavac Duran

Fixes #18764 - Hammer-cli current user password update

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

Fixes #18317 - Clone user role via API

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

Fixes #18345 - Improve templates error handling

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.

0a54c7f8 02/27/2017 03:21 AM Dominic Cleal

fixes #18665 - call #to_h before comparing AC::Parameters to hash

Allows comparisons when ActionController::Parameters is separated from
Hash in Rails 5.0. #permit! is now called on inner hashes sent through
KeepParam (similar to rails/rails@e86524c in 5.1) so they are included...

ba8f06a4 02/24/2017 12:02 PM Dominic Cleal

fixes #18664 - ignore missing callbacks in SmartProxyAuth concern

Filters that are only registered on the UI controllers cause errors
when using SmartProxyAuth on an API controller under Rails 5.0.

9b5a4677 02/23/2017 11:05 AM Tomáš Strachota

Fixes #18582 - add missing id params to taxonomy apidoc

5f606e11 02/22/2017 03:26 AM Daniel Lobato Garcia

Fixes #16982 - Scope properly when no taxonomies are set

The default scope for hosts and other objects did not restrict
properly by taxonomies. An user without organizations or
locations, could do anything it's permissions allow to.
The list of hosts was unrestricted and showed hosts in...

View revisions

Also available in: Atom