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.62 KB
config_groups_controller.rb 782 Bytes
config_reports_controller.rb 1.42 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 1.32 KB
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.7 KB
images_controller.rb 1.41 KB
interfaces_controller.rb 1.25 KB
key_pairs_controller.rb 1.7 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 703 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
ssh_keys_controller.rb 597 Bytes
statistics_controller.rb 483 Bytes
subnets_controller.rb 2.51 KB
tasks_controller.rb 324 Bytes
templates_controller.rb 4.31 KB
trends_controller.rb 1.25 KB
unattended_controller.rb 8.72 KB
usergroups_controller.rb 1.56 KB
users_controller.rb 5.27 KB
variable_lookup_keys_controller.rb 536 Bytes

Latest revisions

# Date Author Comment
7c3d1c5c 06/08/2017 01:26 PM Marek Hulán

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

(cherry picked from commit af9edf1098bf8e643e1607f9375595e375e7ade6)

Conflicts:
app/models/notification.rb

2d6c6f18 06/08/2017 01:22 PM Daniel Lobato Garcia

Fixes #19631 - ComputeResource with KeyPair can be removed

The concern for removing the compute resources with keypairs was trying
to destroy the compute resource too early. Also, this deletion already
happened because of the has_one :dependency => :destroy relation...

c85a1c66 04/24/2017 09:58 AM Marek Hulán

Fixes #18687 - restore hash format for parameter attributes

ab32efbe 04/24/2017 09:58 AM Marek Hulán

Fixes #17897 - update status api documentation

14284681 04/24/2017 09:58 AM Tomer Brisker

Fixes #19252 - Correct permission mapping for vm association

0f49b72b 04/05/2017 03:04 PM Amir Fefer

Fixes #16043 - add select all hosts option

(cherry picked from commit 13a7bf0d3ad3445ce82bb2a79b46a2352bb3694b)

e135dc98 03/29/2017 04:24 AM Tomer Brisker

Fixes #18954 - Add CSV export to facts table

5f1440ab 03/28/2017 01:18 PM Tomer Brisker

Fixes #18762 - Add csv export to reports table

0e52ebb7 03/28/2017 10:15 AM Dominic Cleal

fixes #19035 - rewrite TopbarSweeper without rails-observers

Moves from the observer object into two mixins, one on the model and one
on the top-level controllers to observe creates/updates/destroys on
monitored models. Replaces rails-observers as it lacks Rails 5 support.

d6a059c8 03/28/2017 04:22 AM Ohad Levy

fixes #18940 - adds caching to notification api calls.

this implementation reduce the notification fetching time on
my production system from avg response times of 80ms to 20ms,
and siginficantly reducing server load (db, cpu etc)

it also removes total counts from the implementation, as that was not...

View revisions

Also available in: Atom