Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  api
  concerns
  shared
about_controller_test.rb 918 Bytes
application_controller_subclass_test.rb 9.71 KB
architectures_controller_test.rb 2.45 KB
audits_controller_test.rb 945 Bytes
auth_source_ldaps_controller_test.rb 4.43 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 6.54 KB
compute_resources_vms_controller_test.rb 7.43 KB
config_groups_controller_test.rb 1.08 KB
config_reports_controller_test.rb 2.47 KB
dashboard_controller_test.rb 1.94 KB
domains_controller_test.rb 2.15 KB
environments_controller_test.rb 7.84 KB
fact_values_controller_test.rb 556 Bytes
filters_controller_test.rb 3.15 KB
home_controller_test.rb 200 Bytes
hostgroups_controller_test.rb 9.35 KB
hosts_controller_test.rb 57.3 KB
images_controller_test.rb 2.35 KB
interfaces_controller_test.rb 532 Bytes
locations_controller_test.rb 10.6 KB
lookup_keys_controller_test.rb 2.3 KB
lookup_values_controller_test.rb 172 Bytes
media_controller_test.rb 1.65 KB
models_controller_test.rb 1.77 KB
operatingsystems_controller_test.rb 5.45 KB
organizations_controller_test.rb 11.6 KB
provisioning_templates_controller_test.rb 10.9 KB
ptables_controller_test.rb 4.5 KB
puppetca_controller_test.rb 639 Bytes
puppetclass_lookup_keys_controller_test.rb 1.59 KB
puppetclasses_controller_test.rb 10.4 KB
realms_controller_test.rb 1.86 KB
roles_controller_test.rb 4.43 KB
settings_controller_test.rb 2.13 KB
smart_proxies_controller_test.rb 9.85 KB
smart_proxy_auth_test.rb 6.19 KB
statistics_controller_test.rb 661 Bytes
subnets_controller_test.rb 5.43 KB
tasks_controller_test.rb 165 Bytes
trends_controller_test.rb 1.83 KB
unattended_controller_test.rb 19.9 KB
usergroups_controller_test.rb 3.06 KB
users_controller_test.rb 16.9 KB
variable_lookup_keys_controller_test.rb 1.51 KB

Latest revisions

# Date Author Comment
ed7e5184 01/30/2017 11:02 AM Amit Karsale

Fixes #13775 - merge if data set is present

(cherry picked from commit 8e81effcedafc539cbe3477b5565d9239f1f2f51)

d42544e5 01/30/2017 11:01 AM Sean O'Keeffe

Fixes #17683 - Wrong resource type in HG AJAX permission check

(cherry picked from commit 7892585d897ad5843a285bb9ddb5100b664b03cd)

0afb9e99 12/22/2016 09:56 AM Dominic Cleal

fixes #17395 - use admin user for load_template_vars

When `load_template_vars` is called from before_action, the current user
must already be set to ensure caching of parameters inside Host#params
is done with consistent permissions. Otherwise when Foreman::Renderer's...

1ee7b011 12/05/2016 09:32 AM Amir Fefer

Fixes #12156 - Adds email configuration into Foreman settings

Instead using email.yaml, the email configuration
can be modified dynamically via settings.
(cherry picked from commit 5a8f4579cbf581b7c54d86f3dc055d45362e6508)

c4889226 12/05/2016 09:32 AM Tomáš Strachota

Fixes #17487 - support sessions for api calls

- authenticated api calls save user to session and set
flag api_authenticated_session
- sessions with such flag allow posting requests without CSRF token
- api sessions exipre the same way as UI sessions
- api sessions don't store any additional data to keep the requests...

05324d2b 12/05/2016 09:32 AM Tomer Brisker

Refs #1556 - Remove puppet docroot setting from db and tests

(cherry picked from commit d7d14c75de4256317d5dad6a00f2e22bc4b905ef)

79833adf 12/05/2016 09:32 AM Timo Goebel

fixes #11127 - show error when rebuild reboot fails

(cherry picked from commit 6695a5563dc244522c7eb2135b8ab827f1d80411)

28efe7f8 12/05/2016 09:32 AM Trey Dockendorf

Fixes #17296 - Add setting access_unattended_without_build

(cherry picked from commit 2652deaf8f81cf315eed8f61b675a73bce0c6eff)

27752930 11/25/2016 02:43 AM Kavita Gaikwad

Fixes #17343 - set deep munge config off

deep_munge was introduced as a solution to keep
Rails secure by default which results in
'empty array becomes nil in params'.
Thats why, set deep_munge config off in application.rb.
Also, added changes which will cast param argument to string...

af53af44 11/24/2016 10:52 AM Amir Fefer

Fixes #17468 - build PXE returns error with no TFTP proxies

Build PXE menu responds with no error when no TFTP
proxies are found, it renders an error message in the UI.

View revisions

Also available in: Atom