Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  auth_sources
  compute_resources
  concerns
  host_status
  hosts
  lookup_keys
  models
  nics
  operatingsystems
  orchestration
  parameters
  settings
  shared
  sso
  subnet
architecture_test.rb 2.32 KB
auth_source_test.rb 425 Bytes
bookmark_test.rb 2.23 KB
compute_attribute_test.rb 1.4 KB
compute_profile_test.rb 1.18 KB
compute_resource_test.rb 13 KB
config_group_class_test.rb 243 Bytes
config_group_test.rb 151 Bytes
config_report_test.rb 2.93 KB
domain_test.rb 5.52 KB
environment_test.rb 724 Bytes
external_usergroup_test.rb 281 Bytes
fact_value_test.rb 7.91 KB
feature_test.rb 157 Bytes
filter_test.rb 9.22 KB
host_config_group_test.rb 1.46 KB
host_jail_test.rb 916 Bytes
host_status_test.rb 894 Bytes
host_test.rb 154 KB
hostgroup_class_test.rb 619 Bytes
hostgroup_test.rb 23.8 KB
image_test.rb 630 Bytes
key_pair_test.rb 1.41 KB
location_test.rb 146 Bytes
log_test.rb 150 Bytes
lookup_key_test.rb 19 KB
lookup_value_test.rb 11 KB
mail_notification_test.rb 1.45 KB
medium_test.rb 3.08 KB
message_test.rb 154 Bytes
model_test.rb 535 Bytes
nic_bmc_jail_test.rb 558 Bytes
nic_test.rb 16.3 KB
notification_blueprint_test.rb 238 Bytes
notification_recipient_test.rb 471 Bytes
notification_test.rb 3.73 KB
operatingsystem_test.rb 13.3 KB
orchestration_test.rb 6.02 KB
organization_test.rb 150 Bytes
os_default_template_test.rb 384 Bytes
parameter_test.rb 3.93 KB
permission_test.rb 1.15 KB
provisioning_template_test.rb 9.35 KB
ptable_test.rb 3.03 KB
puppetclass_test.rb 7.11 KB
realm_test.rb 1.95 KB
report_test.rb 4.81 KB
role_test.rb 9.13 KB
setting_test.rb 21.3 KB
smart_proxy_test.rb 3.77 KB
ssh_key_test.rb 1.59 KB
subnet_test.rb 4.58 KB
taxonomix_test.rb 14.5 KB
taxonomy_test.rb 2.74 KB
template_combination_test.rb 166 Bytes
template_kind_test.rb 636 Bytes
template_test.rb 3.32 KB
token_test.rb 1.8 KB
trend_counter_test.rb 159 Bytes
trend_test.rb 464 Bytes
user_role_test.rb 2.48 KB
user_test.rb 34.6 KB
usergroup_member_test.rb 15.4 KB
usergroup_test.rb 9.22 KB
widget_test.rb 1.4 KB

Latest revisions

# Date Author Comment
28b7dd9f 03/15/2017 12:03 PM Timo Goebel

fixes #18476 - users have ssh keys

ff74c383 03/10/2017 04:52 AM Lukas Zapletal

Fixes #18800 - strong params no longer breaks inherited attrs

ffdcc07d 03/09/2017 10:32 AM Tomer Brisker

Fixes #18813 - Sort matchers by priority

a36689ab 03/09/2017 07:45 AM Ohad Levy

fixes #18681 - moves polymorphic subject into notification object

also adds host build, destroyed and missing owner UI notifications

3ebc95da 03/08/2017 12:50 PM Marek Hulán

Fixes #18767 - keep cloning info

535d2329 03/08/2017 04:40 AM Amir Fefer

Fixes #14013 - add a setting for default owner of new hosts

2b81dfe4 03/05/2017 05:58 AM Tomer Brisker

Fixes #14492 - Unify delete and minimize for dashboard widgets

Originally the idea was for the buttons to have a different effect on
the widgets, however with changes introduced later on these differences
have been reduced to being insignificant.

f54cb6a2 02/28/2017 11:25 AM Dominic Cleal

fixes #18662 - stop default scope being overridden by association

Ensure the Taxonomix empty default scope isn't overridden by association
scopes which (effectively) calls `.where(:id => ...)` and overrides the
value of :id set in this default scope. This occurs on Rails 5.0 which...

f16b2068 02/26/2017 09:10 AM Dominic Cleal

refs #16982 - remove User.current deassignment (no such user)

Allows the scope change to be reverted, as User.current is no longer set
to `nil` (there is no 'admin' user).

This was relying on a bug in Ruby on Rails 4.2 where the `unscoped` call
filtered through thread variables into Subnet.subnet_for which calls...

38ac46e5 02/23/2017 10:35 AM Dominik Hlavac Duran

Fixes #17272 - Fixed Searches on parameters with !=

View revisions

Also available in: Atom