Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
69f8d207 05/27/2010 03:21 PM Ohad Levy

fixes #277 - add search options to puppet classes page

39165477 05/27/2010 03:50 AM Ohad Levy

fixes #272 - add a warning if there is a clock drift between the client and foreman

661e86c7 05/26/2010 12:49 PM Ohad Levy

fixes #269 - Remove activescaffold from audits page

b729fb04 05/26/2010 05:12 AM Paul Kelly

Fixes #212 - Remove AS from facts

bccca063 05/26/2010 03:51 AM Ohad Levy

fixes #268 - 500 Error on "All Puppet Classes"

0ba45d6d 05/24/2010 09:03 AM Jochen Schalanda

fixes #236 - Installation media are now usable with more than one operating system.

ae2998af 05/24/2010 07:38 AM Jochen Schalanda

Fixes #265 - improved preseed template and more complicated partitioning scheme for Debian-based distributions.

91549be9 05/24/2010 07:33 AM Ohad Levy

fixes #264 - Overview of host's puppet classes should be sorted

01e46fcc 05/24/2010 07:29 AM Jochen Schalanda

Fixes #262 - Architecture selection on create/edit operating system form

459e0feb 05/24/2010 07:11 AM Paul Kelly

Fixes #249 - Remove AS from reports

Added a searchbar for hostname, reporting period and the type of report.

d995ecb4 05/24/2010 04:13 AM Paul Kelly

Ensure that all index views and controllers are consistent

Ensures that all controllers use @search in the index method
Ensure that all index views use pagination

452d6329 05/24/2010 04:08 AM Paul Kelly

Fixes #248 - Generalise tab management and search facility

The search facility is now available from all controllers.
The search bar is only displayed if there is a partial
<controller_name>/_search_line.html.erb available.This partial also
describes and implements the possible search parameters for this controller...

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

Fixes #204 - Remove AS from environments page

Merged import facility in Environment and Puppetclass controllers

6874bbd9 05/18/2010 04:01 AM Paul Kelly

Fixes #232 - Removes AS from Users page

The password verification test has not yet been implemented but will get done in AuthSourceInternal fix
All tests now pass These tests now work whether settings[:ldap] is enabled or not
Plus whitespace fix

6b728fdc 05/18/2010 03:19 AM Bash Shell

Fixes #258: Change Environment for multiple hosts.

9c0e127b 05/17/2010 07:03 AM Paul Kelly

Fixes #170 - implement usergroups

Added migration
Added tests
Added MVC files
Added the routes as well
Added the program logic and additional views
Added RESTful actions for update and create
Added validations to ensure that usergroup.name and user.login do not collide...

19bd108a 05/10/2010 03:34 AM Paul Kelly

Fixes #240 - Clone operation highlights changes correctly

The clone operation no longer flags edits as errors. This looks better.

4e85a944 05/09/2010 03:55 PM Ohad Levy

fixes #233 - In the "Show" page for a Host, Build link should not be visible when Unattended is false.

52538203 05/09/2010 03:30 PM Ohad Levy

Fixes #179 - allow mass assignment of parameters and host groups.
Greatly inspired by Ashay Humane <> at 5c2e395c

dad78fb6 05/06/2010 04:00 PM Paul Kelly

Fixes #132 - Added a clone operation

This clones the AR, attaches clones of the
originals host_parameters and then renders the "new" action, ready for editing.

The host_parameters must not use validate_presence of :host_id when using nested attributes.
Created a hidden :nested attribute to the form to flag this behaviour...

cdd8bb6f 05/06/2010 02:47 PM Paul Kelly

Fixes #183 - Adds searchbar facility to hosts

Qualified the fact_selected partial
Added a reset button
Added popup help
Beautification and grooming

7a481d2d 05/03/2010 02:20 PM Jochen Schalanda

fixes #235 - Small refactoring of the media handling for operating system families: * Use URI class for any URI related operations * Added substitution for $version, $major and $minor in media path * Force use of http(s)|ftp|nfs URI schema: NFS shares have now to be entered in URI form: nfs://server/path/.../ instead of server:/path/.../

163711af 04/30/2010 06:08 AM Ohad Levy fixes #200
  • added better module detection to properly show the module list
  • Add sorting to module class lists
  • Add description to each link
2295ea88 04/30/2010 03:31 AM Ohad Levy

added titles to hosts show page actions

82146751 04/28/2010 04:57 PM Ohad Levy

fixes #224 - edit multiple fails on operating system

ef14965b 04/28/2010 04:21 PM Ohad Levy

fixes #222 - add search and sort functionality to dashboard host lists

5af52b3b 04/28/2010 03:16 PM Ohad Levy

fixes #220 - show all used puppet classes when using storeconfigs

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)....
71974974 04/27/2010 10:05 AM Florian Ernst

fix closing tag in report template: s/capmion/caption/

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

fixes #200 - Remove activescaffold from the puppet groups page

8a9035d2 04/20/2010 06:34 AM Ohad Levy

fixes #219 - debian should not be the default operatingsystem family

9a9b3e75 04/20/2010 06:21 AM Paul Kelly

Fixes #13 - Manage Debian family release-name

9d75c16d 04/19/2010 03:18 AM Ohad Levy

added common links to host show page and pagination

f87f1250 04/19/2010 03:17 AM Ohad Levy

added links to all facts and switched to url helpers

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

reduce puppet classses per page

c6f1b718 04/16/2010 09:46 AM Ohad Levy

added google_visualr and converted dashboard and hosts graphs

08bf6aba 04/14/2010 04:52 AM Ohad Levy

fixes #208 - use nested_attributes for lookup parameters

5f75dccc 04/14/2010 04:02 AM Paul Kelly

Fixes #177 - Family concept

It will_paginate and handle searches
Added family support to Operatingsystem
More work will be needed to add family support to host manipulation.

c5f7180a 04/13/2010 10:54 AM Ohad Levy

removing show action from arch page too

7f7c72bf 04/13/2010 10:53 AM Ohad Levy

refs #203, error on zero size array

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

1cf43cf6 04/09/2010 09:06 AM Ohad Levy

Merge branch 'feature-203' into develop

92971ae3 04/09/2010 09:06 AM Ohad Levy

removing show action in places it doesn't make sense, and minor visual changes

97e387ca 04/09/2010 07:41 AM Bash Shell

fixes #203 Remove ActiveScaffold from Models

2217ce9c 04/08/2010 08:48 AM Ohad Levy

fixes #206 - Remove activescaffold from the authentication page

76b2f1b7 04/08/2010 07:49 AM Ohad Levy

fixes #202 - Remove activescaffold from the medias page

c2ba4ed3 04/08/2010 07:15 AM Ohad Levy

fixes #201 - Remove activescaffold from the domains page

fa7070ca 04/08/2010 06:02 AM Ohad Levy

fixes #207 - remove activescaffold from Parameters settings

66bb73ba 04/07/2010 10:16 AM Ohad Levy

fixes #198 - remove activescaffold from Operating systems setting page

e6d73c7f 04/06/2010 03:09 AM Ohad Levy

fixes #195 - remove activescaffold from Architectures setting page

55ed30c7 04/05/2010 02:09 PM Ohad Levy

fixes #194 - remove activescaffold from partitioning table setting page

1c53ea6a 03/25/2010 01:20 PM Ohad Levy

fixes #192 - Host Run Interval Chart Broken

0265427b 03/09/2010 06:47 AM Ohad Levy

fixes #141 - add support to extlookup kind of queries through foreman
usage:
wget -q -O - "http://foreman/lookup?key=ntpserver&order[]=my.domain&order[]=common"
if you want it in YAML, just add:
wget -q -O - "http://foreman/lookup?key=ntpserver&order[]=my.domain&order[]=common&format=yml"

26c6cbeb 03/08/2010 08:42 AM Ohad Levy

fixes #174 - incorrect counter on host lists

bb7981b5 03/08/2010 05:13 AM Ohad Levy

fixes #173 - redirection loop on login

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

4e42b118 01/26/2010 03:36 PM Ohad Levy

added basic pagination

f4a38198 01/20/2010 07:04 AM Ohad Levy

refs #153 - this will send email notifications only if its enabled in config/settings.yml

14cf4248 01/17/2010 03:08 PM Ohad Levy

updated to year 2010

adb0dfd9 01/16/2010 12:38 PM Ohad Levy

fixes #153 - EMail Notifications when hosts report failures

e386628a 01/06/2010 05:14 AM Ohad Levy

fixes #124 - Support run interval other than default 30 minutes

7e22f6d8 01/06/2010 02:03 AM Ohad Levy

fixes - #146 Adds a host environment and fact based filtering to Summarized emails

be39f2e6 12/17/2009 12:39 PM Ohad Levy

shorter time output in dashboard view

d6bd5d9a 12/17/2009 12:37 PM Ohad Levy

fixes #135 - highlight in red errors in summary email

867beeea 12/14/2009 06:22 AM Ohad Levy

fixes #130 - divide by zero in dasbboard

16cb7742 12/14/2009 06:02 AM Ohad Levy

fixes #80, fixes #106 and fixes #128

b2ef897d 12/14/2009 06:00 AM Ohad Levy

fixes #71 - send out daily email summary of puppet changes

9c3ffb6b 12/14/2009 06:00 AM Ohad Levy

switches global setting var to be a constant var - refs #100

3692e733 12/11/2009 12:06 PM Ohad Levy

fixed formatting

676f4104 12/08/2009 03:29 AM Frank Sweetser

fixes - #120 - Include timestamp of dashboard page generation

9ec8c2ae 12/04/2009 06:00 AM Frank Sweetser

fixes #108 - Move "Total" line to bottom of list and emphasize it

456d537a 12/01/2009 06:09 AM Martin Englund

First stab at fixing feature #87

300c8b44 11/25/2009 02:51 AM Ohad Levy

fixes #89 - this adds basic graphs and charts for your inventory, it
also includes minor changes to the dashboard graphs

34df1be2 11/25/2009 02:29 AM Ohad Levy

fix spelling mistakes, comments etc - minor refactor

d7bb0ba7 11/12/2009 12:04 PM Ohad Levy

first stab at #77 - add basic graphing engine and added a couple of graphs in the dashboard

4bdd27e1 11/09/2009 03:49 AM Ohad Levy

fixes #70 - shows hosts in error state in the dashboard

71024dc8 11/04/2009 12:30 PM Ohad Levy

added delete link from report show action

e370e123 10/29/2009 04:46 PM Ohad Levy

Destroyed objects did not show up correctly

f2b00c3c 10/29/2009 04:26 PM Ohad Levy
  • created an audit show page
  • added auditing for external node parameters
    refs #43
eecd3e7e 10/29/2009 02:21 PM Ohad Levy

fixes #28 and converts existing helpers to snippets

44c96500 10/28/2009 06:43 AM Ohad Levy

added missing index page and added db indexs - ref #30

90b70658 10/28/2009 06:00 AM Ohad Levy

Fixes #30 - a very basic version for now - feature requests ARE WELCOMED

244bdd5a 10/21/2009 09:53 AM Ohad Levy

switched to rest helpers

f685dd61 10/19/2009 02:20 PM Ohad Levy

Adding Links to Audit Log
Currently Facts Auditing is disable

21d7dd1b 10/16/2009 07:49 AM Ohad Levy

LDAP auth is not required when using the external query interface. fixed an issue that you couldnt use the ldap settings if ldap was turn off, but you couldnt login if ldap was turn on... you kinda get the idea..

1ba05a93 10/15/2009 03:07 PM Ohad Levy

Squashed commit of the following:

commit c4382aeea5d72402bcbf3049d3c08f74792ca379
Author: Ohad Levy <>
Date: Thu Oct 15 22:03:26 2009 +0800

disable ldap by default

commit 685baf5f2c78128feebcbeed6910b131a072a81b
Author: Ohad Levy <>...

0e12dbfc 10/13/2009 05:00 PM Ohad Levy

fixes #46, This adds a basic query able interface to Foreman

7c0c8e06 09/24/2009 02:31 PM Ohad Levy Minor view changes:
  • Adds a link from host report to host edit
  • Resized edit text box size
9cbcd8f8 09/23/2009 07:22 AM Ohad Levy

fixed typo and changed order to puppet report output

767bbf03 09/20/2009 04:40 PM Ohad Levy

Fixes #16, this adds the possibility to see the host report status out of the host list

9f9a8052 09/19/2009 04:23 PM Ohad Levy

Fixes #23; This provides status indicators to the reports list.
Additionally, this provides a detailed overview of each host.

b0d3f4ee 09/19/2009 09:05 AM Ohad Levy

Fixes #20. This create links from the host list to the RRD graphs that puppet generates.

You must enable the RRD graphs on your puppetmaster and allow access to them over HTTP

eafaf5f1 09/14/2009 04:15 PM Ohad Levy

Fixes #9 and introduce a basic reporting viewing over http

7bd655ea 09/11/2009 03:27 PM Ohad Levy

Firefox still looks for the file in its orginal place, so removing redundent lines and reverting the layout

beea33f9 09/11/2009 02:40 PM Ohad Levy

Oops busybox wget cant do https

22c60a07 09/11/2009 02:18 PM Ohad Levy
  • Minor Formatting changes to unattended templates
  • Ensured that installation works also if preseed is served via https.
  • Removed unrequired default packages.
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.

50d325f0 09/10/2009 01:25 PM Ohad Levy

added links to redmine

84c0a1f6 09/10/2009 02:43 AM Ohad Levy

fixes #4