Project

General

Profile

Download (4.38 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
97be58ee 09/26/2011 03:05 AM Corey Osman

fixes #1160 - provisioning api does not contain all the sub components

Signed-off-by: Corey Osman <>

8ae11ffa 08/23/2011 03:28 AM Ohad Levy

fixes #1126 - addes full hostgroup name to hostgroup api

01984fb7 08/16/2011 07:35 AM Amos Benari

New artwork

  • dark top-bar
  • moved the search box below the tabs line.
  • improved the show host page
  • added notifications
  • Settings tab now changes title based on the active action
  • lots of cleanups - fixes #1066, fixes #926, fixes #628 and many other minor changes...
8dec3f5b 08/09/2011 06:48 AM Ohad Levy

fixes #1085 - add default domain and subnet settings to hostgroups

cef8738d 08/07/2011 07:52 AM Ohad Levy

fixes #1092 - hostgroup should not look for parent hostgroups if they do not exists

d5707b63 08/03/2011 02:24 AM Ohad Levy

fixes #724 - Allow default VM specs to be tied to a hostgroup

b4c2016a 07/31/2011 05:38 AM Ohad Levy

fixes #1078 - Foreman should accept minimal parameters when creating a new host

c764d9ec 07/12/2011 11:09 AM Ohad Levy

fixes #1040 - deleting a hostgroup, may delete a configuration template too

9afa092e 07/06/2011 10:07 AM Ohad Levy

fixes #322 Ability to add custom variables and multiple values resovled
in a dynamic Hierarchally order

This commits introduces the ability to define variables per puppet
class.

additionally, each class can have multiple values, depends on the host
which is requesting that variable....

e57d99ca 07/03/2011 01:50 AM Paul Kelly

Fixes #1013 - Architecture change is ignored on the new hostgroup page

Signed-off-by: Paul Kelly <>

be933d8a 06/20/2011 09:17 AM Ohad Levy

fixes #998 - free text search on hostsgroup page.

Signed-off-by: Amos Benari <>

4d4b84f6 06/20/2011 07:07 AM Ohad Levy

fixes #35 - Allow hostgroup nesting for puppet classes and parameters

b80fa6f1 04/13/2011 08:19 AM Ohad Levy

fixes #834 - add search to hostgroup page

36f93e4d 03/17/2011 02:32 PM Ohad Levy

Fixes #609 - Orchestrate puppetca operations

This also includes adding support for a puppet smart-proxy target type
and providing migration support
Updated to provide backward compatability for host and hostgroup objects
Now terminates the build and incorporates other fixes...

d97196da 03/15/2011 09:59 AM Bash Shell

fixes #701 - Include environment, puppetclasses and group_parameters for hostgroups json output.

668d432f 03/15/2011 04:26 AM Ohad Levy

added css grid and converted most pages to use that grid

5410421d 03/15/2011 04:26 AM Ohad Levy

fixed broken tests

added default order and paginations which
fixes #721
fixes #688

7575622d 03/01/2011 02:20 PM Ohad Levy

fixes #698 - Searching for puppetclass in json format gives 500 error

218bd6e0 02/15/2011 10:55 AM Justin Sherrill

Fixes #632 - Adds the ability to generate a PXE menu containig
provisioning template and hostgroup combinations on smart proxies

e5d3f34e 02/01/2011 04:24 PM Ohad Levy

Fixes #631 - Adds the ability to set default values for hostgroups, which
are automatically applied when creating a new host (and selecting that
host group), and allows for templates to be rendered with those default
hostgroup values

cab0d8c6 11/29/2010 07:08 AM Ohad Levy

Fixes #378 - Adds support for multiple configuration templates

Configuration templates (Kickstart, preseed, syslinux, gpxe etc) can now
be saved in the database directly.

Each template is associated with valid operating systems (unless if its a
snippet which can rendered via all other templates) and a possible...

9fd7478e 11/07/2010 10:39 AM Paul Kelly

Fixes #366 - Redmine authorization port

This is a major feature which provides RBAC authorization within Foreman
a mental note to myself - never ever work on large commits

66d71c0b 10/17/2010 08:43 AM Ohad Levy

Added JSON API Support to the HostGroups controller

aa1796f3 06/17/2010 02:15 PM Paul Kelly

Fixes #261 - parameters now use a single reference_id

This implementation uses STI but the table looks the same for all
variants. This is a little strange but it seems to work.

Also removed obsolete controllers and tests
Added more tests

81e2d3f3 06/03/2010 03:54 AM Ohad Levy

fixes #302 and all references to_label and to_s
removed references to all per_page settings as they are common now

b09b4515 04/28/2010 10:12 AM Ohad Levy Fixes #193 - move hosts controller away from AS
  • Remove active scaffold from hosts controller.
  • changed default host graphs from one day for up to one week
  • added dynamic dropdown boxes for host creation / edit page (e.g. for puppet classes, operating systems etc)....
bd46fa41 04/27/2010 06:47 AM Ohad Levy

fixes #200 - Remove activescaffold from the puppet groups page

17a015c2 04/22/2010 04:14 AM Ohad Levy

fixes #217 - Before deleting a Hostgroup, warn that the hostgroup is in use.

611397af 04/08/2010 07:16 AM Ohad Levy

added audting on architecture, hostgroup, operatingsystem and puppetclass

9d5bb4fd 02/18/2010 07:57 PM Lucas Tolchinsky

added hostgroup test and fixed some assertions

72e65b31 01/26/2010 03:38 PM Ohad Levy

fixes #151 - add show host page
Added a nested link to hosts to lots of controllers

086ec942 09/05/2009 05:43 PM Ohad Levy

Added Groups to puppet classes, now its possible to associate a host with a group of classes
it also allowed to setup parameters per group and override them in the host level

I've done it late at night, so who knows :)