Project

General

Profile

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

# Date Author Comment
f8d94608 09/24/2012 10:41 AM Amos Benari

fixes #832 - adds parameterized class support

Credits:
This patch is based on the original work of Olivier Favre
<> many many thanks!

This patch adds the following features
  • import class parameters, and try to understand their types
  • support a complex matrix of environments, puppet classes and their...
d9a2ebac 07/26/2012 07:58 AM Ohad Levy

[SQL optimizations] - many small optimizations

This is one of a few patches aim to improve Foreman performance
  • Bookmarks have only users, not usergroups
  • added caching to the settings table
  • removed notice message lookups (we are not really using those)...
017e1049 11/28/2011 03:44 AM Ohad Levy

WIP rails3 migration

05ab4c16 10/18/2011 04:31 PM Ohad Levy

new UI for foreman

2c7681e3 06/27/2011 06:48 AM Ohad Levy

fixes #1010 - import new classes does not show error-message

a3ab05bd 04/14/2011 01:21 PM Ohad Levy

fixes an issue with class assignments - refs #827

31207a31 04/14/2011 02:07 AM Ohad Levy

fixes #827 add support for retrieving classes per host via the api

This allows queries like
/hosts/fqdn/puppetclasses
/puppetclasses/klass/hosts

it also changes the puppetclasses urls to include the class name instead of its ID.

ac7fe332 04/10/2011 03:51 PM Ohad Levy

added search to puppet classes page #refs 719

754b1a01 11/18/2010 04:59 AM Ohad Levy

fixes #303 - cleanup flash hash from activescafold leftovers

ce025b4b 11/07/2010 10:39 AM Ohad Levy

fix for puppetdoc lookups which do not exists on the filesystem - refs #423

bee8f73b 11/04/2010 09:54 AM Ohad Levy

This is addition fix to ref #423

1c4e9d45 11/02/2010 01:57 PM Ohad Levy

fixes #423 - import puppetclasses is available on all controllers

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

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

be96f201 09/19/2010 01:19 PM Ohad Levy

XHTML compliance

85d3461d 05/28/2010 04:25 AM Ohad Levy

fixes #243 - When adding classes for in individual hosts, Adding then immediately Removing the class does not work

69f8d207 05/27/2010 03:21 PM Ohad Levy

fixes #277 - add search options to puppet classes page

5f6b2196 05/18/2010 04:23 AM Paul Kelly

Fixes #204 - Remove AS from environments page

Merged import facility in Environment and Puppetclass controllers

bd46fa41 04/27/2010 06:47 AM Ohad Levy

fixes #200 - Remove activescaffold from the puppet groups page

4487bd21 04/19/2010 03:09 AM Ohad Levy

reduce puppet classses per page

c88c9fd6 04/12/2010 02:53 PM Ohad Levy

fixes #199 - adds a search functionality to puppetclass page

af6e2624 04/09/2010 10:25 AM Ohad Levy

fixes #199 - Remove activescaffold from the puppetclasses page, search functionality will follow

392a9112 03/17/2010 02:07 AM Paul Kelly

Fixes #175 - A link is provided to import classes and environments

There is now a link on both the environments and classes page which
imports any new classes or environments into Foreman.

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

72910375 09/10/2009 02:05 PM Ohad Levy

Added some more text to the settings menu, removed some fields which are not yet required.

c6eee281 08/02/2009 04:45 PM Ohad Levy

Add support for multiple puppet classes per host / operating system / environment etc
this should enable a proper dropdowns when creating the gui part that shows possible puppet class / operating system / env combinations

fix external nodes to actully work with multiple puppet classes...