Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  api
application_controller_subclass_test.rb 6.8 KB
architectures_controller_test.rb 2.38 KB
audits_controller_test.rb 720 Bytes
auth_source_ldaps_controller_test.rb 3.28 KB
autosign_controller_test.rb 168 Bytes
bookmarks_controller_test.rb 1.45 KB
common_parameters_controller_test.rb 2.05 KB
compute_attributes_controller_test.rb 1.51 KB
compute_profiles_controller_test.rb 1.36 KB
compute_resources_controller_test.rb 4.75 KB
compute_resources_vms_controller_test.rb 7.45 KB
config_groups_controller_test.rb 1.08 KB
dashboard_controller_test.rb 584 Bytes
domains_controller_test.rb 1.85 KB
environments_controller_test.rb 7.68 KB
fact_values_controller_test.rb 580 Bytes
filters_controller_test.rb 2.04 KB
home_controller_test.rb 200 Bytes
hostgroups_controller_test.rb 5.11 KB
hosts_controller_test.rb 35.1 KB
images_controller_test.rb 2.26 KB
locations_controller_test.rb 8.5 KB
lookup_keys_controller_test.rb 1.48 KB
lookup_values_controller_test.rb 172 Bytes
media_controller_test.rb 1.84 KB
models_controller_test.rb 1.79 KB
operatingsystems_controller_test.rb 4.79 KB
organizations_controller_test.rb 8.75 KB
provisioning_templates_controller_test.rb 4.88 KB
ptables_controller_test.rb 4.2 KB
puppetca_controller_test.rb 593 Bytes
puppetclasses_controller_test.rb 8.39 KB
realms_controller_test.rb 1.87 KB
reports_controller_test.rb 2.01 KB
roles_controller_test.rb 3.41 KB
settings_controller_test.rb 1.48 KB
smart_proxies_controller_test.rb 3.29 KB
smart_proxy_auth_test.rb 1.85 KB
statistics_controller_test.rb 740 Bytes
subnets_controller_test.rb 2.98 KB
tasks_controller_test.rb 165 Bytes
trends_controller_test.rb 371 Bytes
unattended_controller_test.rb 13.9 KB
usergroups_controller_test.rb 2.91 KB
users_controller_test.rb 13.5 KB

Latest revisions

# Date Author Comment
4269abbd 08/11/2015 03:56 AM Tomáš Strachota

Fixes #10248 - cloning volume information for virtual machines

04cb74c0 07/29/2015 09:00 AM Shimon Shtein

Fixes #9591 - Added support for "inherit" state.

24fc15c5 07/22/2015 06:29 AM Daniel Lobato Garcia

Fixes #10929 - Add removed widgets to dashboard

This commit allows users to re-add widgets. At this point it's only
possible to recover removed widgets by clicking on "Reset to default".

To do this I populate the 'Add widgets' list by getting a diff
between the current widgets and the available ones. The code calls any...

e06167e0 07/22/2015 06:29 AM Shimon Shtein

Fixes #4830 - Added a new template to show when no trend data is collected.

ee464a8e 07/20/2015 05:49 PM Ondřej Pražák

Fixes #10550 - Settings API will not update when value parameter is missing

445dd7ab 07/20/2015 10:28 AM Daniel Lobato Garcia

Fixes #11089 - Adapt tests to Rails 4

This commit contains all changes to tests in branch
https://github.com/theforeman/foreman/pull/2055 that I found to be
retrocompatible with Rails 3. The more of these we can get in, the less
code we will have to review for Rails 4, and the more relevant it will...

de9e7ada 07/16/2015 05:56 AM Marek Hulán

Fixes #11035 - template preview feature

bb39df2a 07/14/2015 07:01 AM Shimon Shtein

Fixes #8343 - Consolidated code paths, and removed unnecessary DB calls for parent object

890e765e 07/14/2015 03:35 AM Daniel Lobato Garcia

Fixes #11078 - Substitute find_all_by by where to comply with Rails 4

This commit takes away all instances up to this point of find_all_by to
improve Rails 4 compatibility. They are substituted by .where calls.

d575926a 07/13/2015 07:36 AM Alon Goldboim

Fixes #10356 - changed the POST/PUT RABL template to be the same as the GET template

HTTP response code standardized to 201 on create.

View revisions

Also available in: Atom