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.19 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.08 KB
feature.rb 110 Bytes
foreman_trend.rb 818 Bytes
group_parameter.rb 686 Bytes
host.rb 31.9 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.85 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.1 KB
ptable.rb 1 KB
puppet_class_importer.rb 9.18 KB
puppetclass.rb 7.15 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.61 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 2.05 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.06 KB
user_fact.rb 681 Bytes
user_role.rb 994 Bytes
usergroup.rb 1.83 KB
usergroup_member.rb 115 Bytes
windows.rb 270 Bytes

Latest revisions

# Date Author Comment
2c01421b 12/17/2012 02:25 PM Joseph Magen

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

ca166dba 12/17/2012 02:14 PM Joseph Magen

fixes #1353 added custom hook when host build mode changes

see http://theforeman.org/projects/foreman/wiki/Custom_Hooks_in_Plugin

a07f8856 12/17/2012 02:03 PM Joseph Magen

fixes #2051 good host percentange was wrong

ffbb8214 12/12/2012 03:26 AM Amos Benari

scope templates by taxonomy.

8b6ed14e 12/11/2012 03:50 AM Abby Edwards

fixed bug preventing LDAP authentication in auth_source_ldap model

The logic for determining which password to send the LDAP server
was inverted in the search_for_user_entries method. To address,
I made two changes. First, I inverted the logic of the
use_user_login_for_auth? method so it returns true when we are...

3cb23101 12/09/2012 04:18 AM Greg Sutcliffe

fixes #1977 - Don't rely on Puppetversion to determine report version

fc9ba74f 12/05/2012 02:17 PM Robert Birnie

fix trend labels for ForemanTrends

5f75d98a 12/05/2012 09:06 AM Ivan Necas

fixes #1937 - Foreman doesn't work well when run on subpath

  • request_url is not enough to pass form controller to tftp
    Other variables (like script_name) need to be used from
    controller.url_options to properly generate the path in the PXE template.
  • use rails helper to get the path to noVNC source...
e76ac9ca 12/05/2012 08:52 AM Ohad Levy

fixes #2003 - Improve Parameterized classes values retrieval time

This patch adds a new classification class which
tries to fetch all values at once

The initial implementation cared about a name / value at a time
however getting all at once (e.g. during a puppet ENC call) is much more...

2b9392bb 12/05/2012 08:52 AM Ohad Levy

SQL improvments for paramaters in host edit section refs #2003

View revisions

Also available in: Atom