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 30.8 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 919 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.64 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.2 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.27 KB
variable_lookup_keys_controller.rb 536 Bytes

Latest revisions

# Date Author Comment
3a10d701 02/19/2017 07:47 AM Shlomi Zadok

Fixes #18559 - Order mail notifications by name

0b22ca40 02/17/2017 09:55 AM Ondřej Pražák

Fixes #7495 - Create/delete autosign entries via API

caa2c215 02/09/2017 11:05 AM Marek Hulán

Fixes #18440 - removes dead code and obsolete permission

37be416c 02/09/2017 10:34 AM Amit Karsale

Fixes #16846 - Org create failure with specific msg

7477c779 02/09/2017 07:48 AM Ivan Necas

Fixes #18410 - log permission denials

9caab04b 01/31/2017 04:04 AM Timo Goebel

fixes #13618 - cache expensive vmware api calls

8f3993e3 01/26/2017 02:44 PM Ondřej Pražák

Fixes #12599 - Add config groups related apipie doc

35c14172 01/26/2017 08:18 AM Ivan Necas

Refs #15779 - make background processing unavailable for now (#4217)

The original PR got vetted in the packaging phase and including
foreman-task as dependency of Foreman was refused. We need to rethink
our approach for getting the foreman-tasks functionality available...

9f68d4d9 01/25/2017 04:38 AM Ondřej Pražák

Fixes #17681 - Switch to newly created taxonomy

15c7ce27 01/24/2017 10:17 AM Dominic Cleal

fixes #18214 - accept `params` as AC::Parameters or Hash

In Rails 5, ActionController::Parameters no longer inherits from Hash
and so type checks for params.is_a?(Hash) now return false and should
accept either. (Rails commit 14a3bd5.)

View revisions

Also available in: Atom