Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
architectures_controller_test.rb 2.49 KB
audits_controller_test.rb 925 Bytes
auth_source_ldaps_controller_test.rb 1.84 KB
autosign_controller_test.rb 610 Bytes
base_controller_subclass_test.rb 647 Bytes
bookmarks_controller_test.rb 1.61 KB
common_parameters_controller_test.rb 1.16 KB
compute_attributes_controller_test.rb 1001 Bytes
compute_profiles_controller_test.rb 1.13 KB
compute_resources_controller_test.rb 10.6 KB
config_reports_controller_test.rb 7.45 KB
config_templates_controller_test.rb 4.16 KB
dashboard_controller_test.rb 300 Bytes
domains_controller_test.rb 3.04 KB
environments_controller_test.rb 1.44 KB
external_usergroups_controller_test.rb 2.35 KB
fact_values_controller_test.rb 1.78 KB
filters_controller_test.rb 1.22 KB
home_controller_test.rb 175 Bytes
host_classes_controller_test.rb 955 Bytes
hostgroup_class_controller_test.rb 990 Bytes
hostgroups_controller_test.rb 2.14 KB
hosts_controller_test.rb 21.9 KB
images_controller_test.rb 1.52 KB
interfaces_controller_test.rb 2.33 KB
locations_controller_test.rb 8.36 KB
media_controller_test.rb 1.17 KB
models_controller_test.rb 1.5 KB
operatingsystems_controller_test.rb 4.09 KB
os_default_templates_controller_test.rb 2.36 KB
override_values_controller_test.rb 4.22 KB
parameters_controller_test.rb 9.13 KB
permissions_controller_test.rb 641 Bytes
plugins_controller_test.rb 197 Bytes
provisioning_templates_controller_test.rb 3.61 KB
ptables_controller_test.rb 2.72 KB
puppetclasses_controller_test.rb 5.1 KB
realms_controller_test.rb 3.01 KB
reports_controller_test.rb 7.3 KB
roles_controller_test.rb 1.09 KB
settings_controller_test.rb 949 Bytes
smart_class_parameters_controller_test.rb 5.96 KB
smart_proxies_controller_test.rb 11.4 KB
smart_variables_controller_test.rb 2.83 KB
statistics_controller_test.rb 551 Bytes
subnets_controller_test.rb 1.78 KB
tasks_controller_test.rb 976 Bytes
template_combinations_controller_test.rb 2.61 KB
template_kinds_controller_test.rb 325 Bytes
usergroups_controller_test.rb 1.13 KB
users_controller_test.rb 5.16 KB

Latest revisions

# Date Author Comment
7c671609 02/09/2016 04:29 AM Dominic Cleal

fixes #13440 - rename Host#model_name to #hardware_model_name

Rails 4.2 defines a model_name instance method which is used in routing
and called from link_to. Rename our model_name methods to
hardware_model_name to prevent this overlapping and causing link_to...

9d496351 02/05/2016 11:04 AM Tom Caspy

fixes #12920 - allowing os parameters to be set via API

33d9f9ee 02/03/2016 08:35 AM Lukas Zapletal

Fixes #12718 - smart proxy log table

This patch adds a table with logs fetched from Smart Proxy /logs new API. It
returns latest N log entries from a simple memory buffer. The table supports
filtering by level, custom filtering and it introduces several overview...

7ee381e9 01/14/2016 07:48 AM Lukas Zapletal

Fixes #12566 - host_parameters_attributes accepts nested flag

9fa40c47 01/12/2016 03:32 AM Ori Rabin

Fixes #13101 - Smart class parameters show puppetclass in api

502feabe 01/12/2016 03:32 AM Ondřej Pražák

Fixes #10357 - Realms for organizations and locations can be retrieved through API

3e4b2f77 01/11/2016 05:32 AM Ori Rabin

Fixes #12965 - provisioning/config templates are shown under OS API

a4e56c45 01/08/2016 08:31 AM Marek Hulán

Fixes #12754 - adds permission name to 403 page

fb9f45e8 12/18/2015 08:03 AM Daniel Lobato Garcia

Fixes #7230, #12021 - Upgrade to Rails 4.1.5

This commits upgrades Rails to Rails 4.1.5. See a description of the
changes included here, and go to the pull request in GitHub to see more
detailed explanations:

  • Update gems to a Rails 4 compatible version, including dependencies...
d4b8428f 12/15/2015 07:25 AM Amir Fefer

Fixes #12180 - lookup_value presence validation moved from lookup_key

Global parameters can have empty values so smart variables that are also global should be allowed to accept empty values too.
The validation on lookup_value to make sure it isn't empty is in the LookupKey class therefore affecting both VariableLookupKey and PuppetClassLookupKey....

View revisions

Also available in: Atom