Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  auth_sources
  compute_resources
  concerns
  host
  nic
  operatingsystems
  parameters
  setting
  taxonomies
  trends
architecture.rb 580 Bytes
auth_source.rb 2.72 KB
bookmark.rb 1.28 KB
cached_user_role.rb 226 Bytes
cached_usergroup_member.rb 159 Bytes
compute_attribute.rb 1008 Bytes
compute_profile.rb 740 Bytes
compute_resource.rb 7.54 KB
config_group.rb 1.04 KB
config_group_class.rb 518 Bytes
config_template.rb 7.9 KB
domain.rb 2.46 KB
environment.rb 1.71 KB
environment_class.rb 1.81 KB
external_usergroup.rb 1.54 KB
fact_name.rb 913 Bytes
fact_value.rb 4 KB
feature.rb 358 Bytes
filter.rb 5.95 KB
filtering.rb 133 Bytes
host.rb 846 Bytes
host_class.rb 429 Bytes
host_config_group.rb 408 Bytes
hostgroup.rb 8.65 KB
hostgroup_class.rb 565 Bytes
image.rb 889 Bytes
key_pair.rb 269 Bytes
log.rb 410 Bytes
lookup_key.rb 9.35 KB
lookup_value.rb 2.88 KB
mail_notification.rb 1.35 KB
medium.rb 2.38 KB
message.rb 423 Bytes
model.rb 646 Bytes
operatingsystem.rb 8.62 KB
os_default_template.rb 377 Bytes
parameter.rb 1.88 KB
permission.rb 645 Bytes
ptable.rb 1.08 KB
puppetclass.rb 8.86 KB
realm.rb 903 Bytes
report.rb 5.58 KB
role.rb 5.31 KB
setting.rb 7.54 KB
smart_proxy.rb 4.76 KB
source.rb 375 Bytes
subnet.rb 8.29 KB
subnet_domain.rb 257 Bytes
taxable_taxonomy.rb 348 Bytes
taxonomy.rb 5.04 KB
template_combination.rb 318 Bytes
template_kind.rb 298 Bytes
token.rb 317 Bytes
trend.rb 669 Bytes
trend_counter.rb 350 Bytes
user.rb 18.6 KB
user_mail_notification.rb 626 Bytes
user_role.rb 2.11 KB
usergroup.rb 3.94 KB
usergroup_member.rb 3.58 KB

Latest revisions

# Date Author Comment
eb8c02e1 11/27/2014 11:49 AM Tomer Brisker

Fixes #5723 - Show host groups inherited via config groups in puppetclass index

dff926cb 11/26/2014 11:32 AM Tomer Brisker

Fixes #8414 - extracts validators from models

Also cleans up some unused validators looking for trailing whitespace
that is stripped by the StripWhitespaces concern.
Tried to make some sense from unmatching regexps and validation error
messages. Some validations might need a different regexp to check for what...

51a88438 11/25/2014 07:37 AM Shlomi Zadok

Fixes #7233 - Drop Ruby 1.8.7 and revert Ruby 1.8.7 specifics

c9363b77 11/24/2014 01:26 PM Tomer Brisker

Fixes #7440 - correctly autocomplete current_user

d3d17516 11/24/2014 01:12 PM Tomer Brisker

Fixes #6765 - correct wrong validation on media name

Regex used for validation was wrong, raising error on multiple white spaces instead of on trailing white space.
Trailing white space is stripped anyways by StripWhitespace concern before validation.
Original bug was concerning " " passing validation. However, that is not a single white space but rather quotes with a...

f7bedf48 11/24/2014 05:43 AM Marek Hulán

Fixes #8456 - normalize addresses only if mac is being set

eaefbecc 11/20/2014 07:54 AM Marek Hulán

Fixes #7908 - normalize mac before host get saved

For some reason we save host without running valdiations when we import
attributes from facts. Therefore we have to take care of mac
normalization by ourselves. We have to normalize it just after setting
new value because save can occure anytime.

2312cccf 11/19/2014 06:03 AM Daniel Lobato Garcia

Refs #3809 - Remove useless assignments

9bbd7f96 11/18/2014 05:34 AM Daniel Lobato Garcia

Fixes #4613 - Remove duplicate scoped search from taxonomies

7c3c0594 11/17/2014 06:31 AM Ori Rabin

Fixes #5573 - os search definitions for host available in unattended=false mode

View revisions

Also available in: Atom