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
application_record.rb 229 Bytes
architecture.rb 745 Bytes
auth_source.rb 2.7 KB
bookmark.rb 1.18 KB
cached_user_role.rb 145 Bytes
cached_usergroup_member.rb 95 Bytes
compute_attribute.rb 1.39 KB
compute_profile.rb 708 Bytes
compute_resource.rb 10.6 KB
config_group.rb 1.14 KB
config_group_class.rb 309 Bytes
config_report.rb 3.11 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.14 KB
fact_value.rb 4.52 KB
feature.rb 356 Bytes
filter.rb 7.53 KB
filtering.rb 86 Bytes
host.rb 976 Bytes
host_class.rb 312 Bytes
host_config_group.rb 297 Bytes
host_status.rb 241 Bytes
hostgroup.rb 9.39 KB
hostgroup_class.rb 346 Bytes
image.rb 1.7 KB
key_pair.rb 335 Bytes
log.rb 450 Bytes
lookup_value.rb 3.85 KB
medium.rb 2.18 KB
message.rb 421 Bytes
model.rb 642 Bytes
notification.rb 2.73 KB
notification_blueprint.rb 1.06 KB
notification_recipient.rb 835 Bytes
operatingsystem.rb 10.3 KB
os_default_template.rb 390 Bytes
parameter.rb 2.74 KB
permission.rb 772 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 7.32 KB
setting.rb 11.5 KB
smart_proxy.rb 5.32 KB
source.rb 374 Bytes
ssh_key.rb 2.03 KB
subnet.rb 9.76 KB
subnet_domain.rb 246 Bytes
taxable_taxonomy.rb 598 Bytes
taxonomy.rb 8.08 KB
template.rb 2.93 KB
template_combination.rb 335 Bytes
template_kind.rb 1.04 KB
token.rb 280 Bytes
trend.rb 645 Bytes
trend_counter.rb 339 Bytes
user.rb 22.8 KB
user_mail_notification.rb 618 Bytes
user_role.rb 2.39 KB
usergroup.rb 4.47 KB
usergroup_member.rb 3.59 KB
widget.rb 573 Bytes

Latest revisions

# Date Author Comment
a5c28947 06/14/2017 02:08 PM Jo Vandeginste

fixes #20001 - Allow access to interface fqdn from snippets

This allows snippets to access an interface's `fqdn` and `shortname`.

dd4c1274 06/13/2017 11:51 AM Jo Vandeginste

Fixes #19991 - Add network6 to nic model

This adds the method `network6`, delegated to the `subnet6` relation.
Because the `delegate` methods does not support completely renaming a
method, I use a combination of delegate and alias. I updated the
definition for `network` (the v4 equivalent) to be consistent.

987aa983 06/07/2017 09:59 AM Lukas Zapletal

Fixes #19728 - set admin user in rake console

91f8ffb1 06/05/2017 06:39 AM Daniel Lobato Garcia

Fixes #19631 - ComputeResource with KeyPair can be removed

The concern for removing the compute resources with keypairs was trying
to destroy the compute resource too early. Also, this deletion already
happened because of the has_one :dependency => :destroy relation...

aa7637bb 06/04/2017 11:35 AM Tomer Brisker

Fixes #19762 - upgrade to rubocop 0.49.1

cf468753 06/01/2017 10:01 AM Amir Fefer

Fixes #15861 - increase size of audited_changes column

In mysql text type is limited to 64K, while in psql
there's no limit. Changeing type to MEDIUMTEXT,
which limited to 16MB, should solve this issue in mysql

cabe2c2e 06/01/2017 07:45 AM Ohad Levy

Fixes #19700 - update rubocop rules

The following changes have been made:

- Performance/RedundantMerge:
changes lines such as:
```not_found_message.merge! :message => options```
to:
```not_found_message[:message] = options```

- converts str.match() to str =~ ()...

af9edf10 06/01/2017 06:11 AM Marek Hulán

Fixes #19612 - CVE-2017-7505 don't expose admin to taxed users

8f7c12b3 05/29/2017 07:09 AM Lukas Zapletal

Fixes #19632 - changed shim and grub1 PXE names

2dc6e2dd 05/28/2017 01:35 PM Martin Ducar

Fixes #19459 - improve vm boot failure feedback

To be able to override the wait for vm ready we need to move
it to compute resource definition. Also improve Openstack one

View revisions

Also available in: Atom