Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  api
  concerns
about_controller.rb 673 Bytes
application_controller.rb 14.9 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.22 KB
facts_controller.rb 491 Bytes
filters_controller.rb 2.6 KB
home_controller.rb 1.02 KB
hostgroups_controller.rb 4.58 KB
hosts_controller.rb 31.6 KB
images_controller.rb 1.42 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 1.15 KB
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.5 KB
tasks_controller.rb 324 Bytes
templates_controller.rb 4.3 KB
trends_controller.rb 1.25 KB
unattended_controller.rb 9.52 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
27582273 06/12/2017 02:27 PM Tomer Brisker

Refs #19588 - Allow passing header to csv responder

91f8ffb1 06/05/2017 06:39 AM 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...

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

0bbcc6c3 05/29/2017 04:58 AM Marek Hulán

Fixes #19672 - fix bulk actions for plugins

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

d14f17f6 05/02/2017 03:30 AM Tomer Brisker

Fixes #19417 - Safely check params for nested keys

1e43a17b 04/25/2017 11:29 AM Tomer Brisker

Fixes #19125 - Add description to hostgroup

b8b00a96 04/20/2017 07:56 AM Swapnil Abnave

Fixes #18381 - PXE loader show inherited value in host/hostgroup

View revisions

Also available in: Atom