Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
architecture.rb 424 Bytes
auth_source.rb 2.04 KB
auth_source_internal.rb 356 Bytes
auth_source_ldap.rb 3.94 KB
common_parameter.rb 70 Bytes
debian.rb 330 Bytes
domain.rb 967 Bytes
domain_parameter.rb 147 Bytes
environment.rb 4.73 KB
fact_value.rb 1.18 KB
group_parameter.rb 149 Bytes
host.rb 16.6 KB
host_mailer.rb 2.44 KB
host_observer.rb 659 Bytes
host_parameter.rb 228 Bytes
hostgroup.rb 694 Bytes
lookup_key.rb 540 Bytes
lookup_value.rb 166 Bytes
media.rb 592 Bytes
model.rb 198 Bytes
notice.rb 498 Bytes
operatingsystem.rb 2.33 KB
parameter.rb 409 Bytes
ptable.rb 671 Bytes
puppetclass.rb 5.84 KB
redhat.rb 1.25 KB
report.rb 6.48 KB
report_observer.rb 565 Bytes
solaris.rb 149 Bytes
subnet.rb 1.06 KB
user.rb 4.15 KB
usergroup.rb 1.77 KB
usergroup_member.rb 115 Bytes

Latest revisions

# Date Author Comment
841224bf 10/17/2010 08:43 AM Ohad Levy

Environment JSON API should return the environment ID as well

2b4e3e7d 10/17/2010 08:42 AM Ohad Levy

added JSON API Support to the Domains Controller

64e8d608 10/17/2010 07:57 AM Ohad Levy

added JSON API Support to Architectures controller

27210309 10/10/2010 01:09 PM Paul Kelly

Added a basic notice facility to foreman

Notice.create :message => "text", :level => level, :global => boolean
if global is true then any user can cancel that message for all users
else each user must cancel the message individually

level can be "warning" or "message"...

3aa6ea3f 10/06/2010 01:24 PM Ohad Levy

fixes #325 - Retrieve a list of all puppet classes using the REST API

61dc8cee 10/04/2010 09:34 PM Matt Moran

fixes bug #398 - issue with adding hosts with full stops
This introduce a small behaviour change, before, once adding host like:
x.domain.net, foreman would automatically add domain.net to its domain
list, but now, as a full stop(".") is a valid hostname char,...

4db578f3 10/04/2010 11:42 AM Ohad Levy

minor cache optimizations and use routing helper

0c96d0bf 10/03/2010 04:52 PM Ohad Levy fixes #396 - Retrieve a list of all environments using the REST API
  • added support for JSON queries for environments and their respective hosts
f5df7d44 10/03/2010 03:07 PM Paul Kelly

Fixes #390 - A user account is always associated with a session

66125af6 10/03/2010 02:32 PM Ohad Levy

fixes #394 - Reports do not work - total time is no longer a report
metric in puppet 2.6

This is a quick and dirty solution until we'll refactor the reporting
db layout in #349

View revisions

Also available in: Atom