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.52 KB
dashboard_controller_test.rb 1.94 KB
domains_controller_test.rb 2.15 KB
environments_controller_test.rb 7.89 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 56.4 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 2.13 KB
puppetclasses_controller_test.rb 10.5 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
8b3f1a97 12/20/2016 11:36 AM Shlomi Zadok

Fixes #17525 - Add a friendly error message to invalid dns_id

ff5900e9 12/13/2016 10:14 AM Trey Dockendorf

Fixes #17257 - Allow specific configs to be recreated

f8a2b268 12/08/2016 05:02 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...

497c022b 12/07/2016 02:26 AM Tomer Brisker

Fixes #17503 - Only trigger PXELoader suggestion when needed

Previously every host instantiation triggered a PXELoader suggestion,
which led to up to 3 extra queries per host loaded. This changes so that
the suggestion is only applied when a host changes it's OS.

f8a2b33e 12/05/2016 07:48 AM Ori Rabin

Fixes #17548 - Orphaned smart class parameters are hidden

5a8f4579 12/05/2016 03:34 AM Amir Fefer

Fixes #12156 - Adds email configuration into Foreman settings

Instead using email.yaml, the email configuration
can be modified dynamically via settings.

9a4ed000 11/30/2016 05:43 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...

d7d14c75 11/29/2016 05:19 AM Tomer Brisker

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

6695a556 11/25/2016 11:37 AM Timo Goebel

fixes #11127 - show error when rebuild reboot fails

0cf8ea67 11/25/2016 11:27 AM Marek Hulán

Fixes #17483 - async task creation returns 202

Includes task link in response

View revisions

Also available in: Atom