Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  auth_sources
  compute_resources
  concerns
  fact_names
  host
  host_facets
  host_status
  lookup_keys
  mail_notifications
  nic
  operatingsystems
  parameters
  setting
  subnet
  taxonomies
  trends
architecture.rb 746 Bytes
auth_source.rb 2.7 KB
bookmark.rb 1.18 KB
cached_user_role.rb 146 Bytes
cached_usergroup_member.rb 96 Bytes
compute_attribute.rb 1.39 KB
compute_profile.rb 709 Bytes
compute_resource.rb 10.5 KB
config_group.rb 1.14 KB
config_group_class.rb 310 Bytes
config_report.rb 3.12 KB
domain.rb 3.25 KB
environment.rb 1.66 KB
environment_class.rb 1.63 KB
external_usergroup.rb 1.62 KB
fact_name.rb 1.04 KB
fact_value.rb 4.3 KB
feature.rb 357 Bytes
filter.rb 7.3 KB
filtering.rb 87 Bytes
host.rb 976 Bytes
host_class.rb 313 Bytes
host_config_group.rb 298 Bytes
host_status.rb 241 Bytes
hostgroup.rb 9.23 KB
hostgroup_class.rb 347 Bytes
image.rb 1.27 KB
key_pair.rb 336 Bytes
log.rb 451 Bytes
lookup_value.rb 3.74 KB
medium.rb 2.18 KB
message.rb 422 Bytes
model.rb 643 Bytes
notification.rb 2.07 KB
notification_blueprint.rb 1.1 KB
notification_recipient.rb 779 Bytes
operatingsystem.rb 10.4 KB
os_default_template.rb 391 Bytes
parameter.rb 2.74 KB
permission.rb 732 Bytes
provisioning_template.rb 9.58 KB
ptable.rb 1.95 KB
puppetclass.rb 4.83 KB
realm.rb 1.03 KB
report.rb 3.42 KB
role.rb 5.63 KB
setting.rb 11.4 KB
smart_proxy.rb 5.32 KB
source.rb 375 Bytes
subnet.rb 9.73 KB
subnet_domain.rb 247 Bytes
taxable_taxonomy.rb 599 Bytes
taxonomy.rb 8.07 KB
template.rb 2.52 KB
template_combination.rb 336 Bytes
template_kind.rb 1.04 KB
token.rb 281 Bytes
trend.rb 646 Bytes
trend_counter.rb 340 Bytes
user.rb 20.8 KB
user_mail_notification.rb 537 Bytes
user_role.rb 2.36 KB
usergroup.rb 4.21 KB
usergroup_member.rb 3.59 KB
widget.rb 574 Bytes

Latest revisions

# Date Author Comment
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.

1d75969e 03/01/2017 09:21 AM Dominic Cleal

fixes #18735 - truncate encryption key to match preferred length (#4350)

Ruby 2.4's OpenSSL bindings raise an ArgumentError during encryption if
the key length exceeds the cipher's configured length (32 bytes with the
default cipher), but the verification hash algorithm still uses the full...

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...

d9d745e5 02/28/2017 10:46 AM Ohad Levy

fixes #18676 - don't ignore notification expiry

This also adds the ability to mass refresh expiry dates.

213e8060 02/27/2017 06:25 AM Ohad Levy

refs #17545 - notifications should be deleted with blueprint

c08844d0 02/24/2017 10:00 AM Dominic Cleal

refs #17228 - modify, don't re-define existing constant

Prevents warnings during startup:

app/models/setting/provisioning.rb:9: warning: already initialized constant Setting::BLANK_ATTRS
app/models/setting.rb:13: warning: previous definition of BLANK_ATTRS was here
4ada010b 02/23/2017 03:36 PM Ivan Necas

Refs #17272 - fix sql condition

1==1 is not a valid SQL condition.

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

Fixes #17272 - Fixed Searches on parameters with !=

db8b1228 02/23/2017 09:56 AM Daniel Lobato Garcia

Fixes #18426 - Add actions to notification entries

This adds support for the notifications to display actions. In case no
actions are provided, the dropdown kebab isn't shown. The actions
possible right now only include GET links.

bc600bd6 02/23/2017 06:58 AM Ondřej Pražák

Fixes #17228 - Select templates as global defaults (#4283)

This should allow user to select templates that will be used
for building PXE Default on TFTP proxy. These templates will
not be updated from seeds during updates.

View revisions

Also available in: Atom