Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  hostext
  orchestration
  smart_proxies
.gitkeep 0 Bytes
architecture.rb 555 Bytes
archlinux.rb 439 Bytes
auth_source.rb 2.18 KB
auth_source_internal.rb 358 Bytes
auth_source_ldap.rb 4.84 KB
authorization.rb 1.39 KB
bookmark.rb 996 Bytes
classification.rb 3.2 KB
common_parameter.rb 307 Bytes
compute_resource.rb 5.86 KB
config_template.rb 6.37 KB
dashboard.rb 1.92 KB
debian.rb 1.2 KB
domain.rb 2.83 KB
domain_parameter.rb 674 Bytes
environment.rb 1.65 KB
environment_class.rb 1.06 KB
fact_trend.rb 1.43 KB
fact_value.rb 2.75 KB
facts_importer.rb 3.31 KB
feature.rb 110 Bytes
foreman_trend.rb 818 Bytes
group_parameter.rb 686 Bytes
host.rb 32 KB
host_class.rb 222 Bytes
host_common.rb 3.47 KB
host_mailer.rb 3.22 KB
host_observer.rb 622 Bytes
host_parameter.rb 663 Bytes
host_template_helpers.rb 1.26 KB
hostgroup.rb 4.91 KB
hostgroup_class.rb 248 Bytes
image.rb 656 Bytes
key_pair.rb 178 Bytes
location.rb 525 Bytes
log.rb 492 Bytes
lookup_key.rb 7.82 KB
lookup_value.rb 1.95 KB
medium.rb 1.84 KB
message.rb 212 Bytes
model.rb 412 Bytes
notice.rb 694 Bytes
operatingsystem.rb 5.99 KB
orchestration.rb 5.75 KB
organization.rb 525 Bytes
os_default_template.rb 336 Bytes
os_parameter.rb 591 Bytes
parameter.rb 1.18 KB
ptable.rb 1 KB
puppet_class_importer.rb 9.18 KB
puppetclass.rb 7.13 KB
redhat.rb 1.44 KB
report.rb 12.5 KB
report_common.rb 1.47 KB
role.rb 4.76 KB
setting.rb 3.62 KB
smart_proxy.rb 2.65 KB
solaris.rb 3.55 KB
source.rb 210 Bytes
subnet.rb 4.58 KB
subnet_domain.rb 240 Bytes
suse.rb 345 Bytes
taxable_taxonomy.rb 194 Bytes
taxonomix.rb 1.99 KB
taxonomy.rb 1.73 KB
template_combination.rb 311 Bytes
template_kind.rb 168 Bytes
token.rb 400 Bytes
trend.rb 592 Bytes
trend_counter.rb 294 Bytes
trend_importer.rb 1.77 KB
user.rb 8.08 KB
user_fact.rb 681 Bytes
user_role.rb 994 Bytes
usergroup.rb 1.92 KB
usergroup_member.rb 115 Bytes
windows.rb 270 Bytes

Latest revisions

# Date Author Comment
90ed6bdf 12/24/2012 06:16 AM Joseph Magen

removed has_many_polymorphs and used has_many :source and :source_type

cd5947ee 12/24/2012 03:50 AM Robert Birnie

fixes #2062 - Add max_trends setting

867084a0 12/24/2012 03:46 AM Ohad Levy

Do not use :class_name in has_many :through, missed on for class_params

4ac52744 12/20/2012 07:54 AM Ohad Levy

removed class_name from all relationships that has_many :through as its invalid.

It seems like we hit a rails bug, where the joins were incorrectly created,
once removed, it was generated correctly.

reviewing the docs again, say that its ignored with hmt relation, so removing anyway.

71291a46 12/20/2012 04:18 AM Dmitri Dolguikh

fixes #1834 to get foreman running under ruby 1.9.3

dd838ac2 12/19/2012 08:59 AM Joseph Magen

added slash /unattended to other url_for calls

10130849 12/19/2012 07:12 AM Ohad Levy

fixes #2023 - Don't try to save os=nil in the fact importer

I've tried to address all possible places where empty set of facts (e.g. we
dont have the facts just yet as its a brand new install) could lead to the
operating system value disappering.

i believe the issue happened because of a boolean == string compareing (e.g....

387b764b 12/19/2012 05:38 AM Amos Benari

Fix Foreman SQL injection through search mechanism CVE-2012-5648

9e8be300 12/17/2012 02:30 PM Oved Ourfali

fixes #1978 - changing login maximum size to 100

In case of using a long login name (such as ovirt_username@domain), on
the fly login will fail. Increasing the maximum login size to 100.

2c01421b 12/17/2012 02:25 PM Joseph Magen

fixes #2045 changed condition so there is no error in Postgresql

View revisions

Also available in: Atom