Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
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...

6526673d 05/16/2010 12:23 PM Ohad Levy

fixes #257 - When creating a new hostgroup, it fails if I add a parameter when creating

e394b70b 05/14/2010 08:07 AM Ohad Levy

yet another fix for #216

5656ef86 05/14/2010 06:58 AM Ohad Levy

fixes #216 - Validate uniqueness of a parameter name for Individual hosts

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.

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...

c9140ad1 05/06/2010 01:56 PM Ohad Levy

fixes #238 - Report wrong marked

c289176c 05/03/2010 03:18 PM Ohad Levy

fixes #237 - installing puppet from epel breaks if base image is not 5.3 or 4.9 release

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
e6c75845 04/30/2010 03:31 AM Ohad Levy

fixes #231 - find_each LocalJumpError (no block given)

c820bdbb 04/29/2010 03:24 AM Ohad Levy

fixes #160 - Last Report Date is client date, not date report was received

2e31dbca 04/28/2010 05:27 PM Ohad Levy

fixes #225 - migration fails - undefined local variable or method release_name

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)....
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.

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

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

added google_visualr and converted dashboard and hosts graphs

c4c59fbb 04/14/2010 07:58 AM Ohad Levy

family id can not be forced at this time, as it breaks many fact import operatings, fixing broken tests

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.

cf2f7656 04/12/2010 03:17 PM Ohad Levy

fixes #181 - External node import prints 'nil' instead of 'class foo missing'

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

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

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

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

added audting on architecture, hostgroup, operatingsystem and puppetclass

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

0da5bcf1 03/25/2010 03:01 PM Ohad Levy

refs #181 - solves unordered output

c37c6065 03/25/2010 02:10 PM Ohad Levy

fixes #190 - Email report should be mime-wrapped

722ba6f1 03/25/2010 02:00 PM Ohad Levy

fixes #181 - External node import prints 'nil' instead of 'class foo missing'

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"

8042b804 03/04/2010 12:53 PM Ohad Levy

fixes #172 - unable to save NFS based medias

30ba36d1 02/18/2010 09:07 PM Ohad Levy

db:migrate failed, commenting this test and implementation for now

a675da90 02/18/2010 08:05 PM Lucas Tolchinsky

finished tests for environment

85882e5f 02/18/2010 08:05 PM Lucas Tolchinsky

added test for pupetclass

d91a5a87 02/18/2010 08:05 PM José Luis Escalante

added the host_parameter_test, modified the Ensure_not_use_by issue in the subnet model and almost finished the subnet_test

10139fde 02/18/2010 08:05 PM José Luis Escalante

added the domain_parameter_test and group_parameter_test, modified the ensure_not_used_by in subnet model, almost finished the domain test and started the subnet test.

2cea651f 02/18/2010 08:05 PM Lucas Tolchinsky

first host_mailer tests to complete

f111e0da 02/18/2010 08:05 PM José Luis Escalante

modified the Ensure_not_use_by in Domain model, started the Domain test, and corrected some minor issues in Auth_source_ldap test

1e4b330b 02/18/2010 08:05 PM Lucas Tolchinsky

added test for before_destroy on architecture

88693384 02/18/2010 08:05 PM Lucas Tolchinsky

before_destroy patch successfully applied, also, added require for ruby-debug

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

added hostgroup test and fixed some assertions

1ec92973 02/18/2010 07:57 PM Lucas Tolchinsky

refactored the trailing spaces test and added parameter test

cec4503c 02/18/2010 07:57 PM Lucas Tolchinsky

Puppetclasses tests on green

7e57efb4 02/18/2010 07:57 PM Lucas Tolchinsky

Media tests on green

52905046 02/18/2010 07:57 PM Lucas Tolchinsky

blank line removed

34251c45 02/18/2010 07:57 PM Lucas Tolchinsky

ptables tests on green

3d29a5a4 02/18/2010 07:57 PM Lucas Tolchinsky

operatingsystem tests refactored on green

1e6a9256 02/18/2010 07:57 PM Lucas Tolchinsky

improved tests and corrected validation

8123c475 02/18/2010 07:57 PM Lucas Tolchinsky

Operatingsystem tests on green

3de556e1 02/18/2010 07:57 PM Lucas Tolchinsky

architecture tests addded on green

8485883a 02/10/2010 08:10 AM Ohad Levy

fixes #167 - password will be updated each time to host is being edited

07723734 01/30/2010 01:28 PM Ohad Levy

fixes 163 - clean certificate only when a new build request starts

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

2c7da330 01/20/2010 07:05 AM Ohad Levy

fixes #159 - If facts are imported incorrectly or incompletely, the Statistics links does not work

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

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

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

fixes #153 - EMail Notifications when hosts report failures

94adb302 01/08/2010 03:25 AM Ohad Levy

fixes #150 - Summary email ignores environment selection

52a909a3 01/07/2010 02:06 AM Ohad Levy

fixes #138 - Statistics page doesn't show any info if memory facts are unavailable

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

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

8f823b83 01/06/2010 03:52 AM Ohad Levy

fixes #140 - dashboard fails when using postgresql backend

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

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

cf94f9c2 12/17/2009 12:43 PM Frank Sweetser

Fixes #133 - Report.with_changes looking at wrong column

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

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

fixes #106 - redid the status calcuation, this fixes #80 but not in an optimal way - db migration would be required for that.

06160506 12/10/2009 07:26 AM Ohad Levy

fixes #125 - allow query interface to specify multiple classes and facts and key value pairs for facts

1ed89594 12/08/2009 01:56 PM Ohad Levy

fixes #121 - rake task might import a 'main' class

380dd66b 12/08/2009 03:28 AM Frank Sweetser

fixes #119 - Recurse into module directories when looking for classes

6281aac9 12/07/2009 06:55 AM Ohad Levy

fixes #81 - Rake does not import classes from modules when not using the environment statement in puppet.conf

b6485e4a 12/01/2009 06:25 AM Ohad Levy

removed commented lines

b8d4a4b0 12/01/2009 06:17 AM Martin Englund

bug #99

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

First stab at fixing feature #87

2c5c3b2b 12/01/2009 04:52 AM Ohad Levy

fixes #103 - Deleting a host should clean up the certificate too

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

16d9312d 11/25/2009 02:24 AM Ohad Levy

fixes #83, envirionment is hash by it self, not a parameter

4b8adb21 11/20/2009 04:07 AM Ohad Levy

fixes #68 ; wrong condition was used again

c1c67721 11/20/2009 03:49 AM Ohad Levy

fixes #68 ; wrong condition was used

8a815cdc 11/18/2009 03:50 PM Ohad Levy

fixes #83 - add environment to external nodes parameter

69923df9 11/12/2009 01:47 PM Ohad Levy

fixes #68 - do not force to key in all unattended related info when using Foreman as a simple node

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

74a55dfb 11/06/2009 07:06 AM Ohad Levy

fixes #72: allow to define the default puppet server hostname

56009410 11/04/2009 01:50 PM Ohad Levy

fixes #57 - add retention rules to expire old reports

4c18668b 11/04/2009 12:50 PM Ohad Levy

added a label for each report

efc301c5 10/30/2009 03:25 AM Ohad Levy

ugly workaround for broken reports, I think I'll refactor the whole reporting database and import as serializing doesnt seem to work that reliably

f2b00c3c 10/29/2009 04:26 PM Ohad Levy
  • created an audit show page
  • added auditing for external node parameters
    refs #43
128c4ed9 10/28/2009 07:39 AM Ohad Levy

fixes #54

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

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

d2f989d8 10/21/2009 09:52 AM Ohad Levy

fixes #53

0f419629 10/20/2009 09:45 AM Ohad Levy

fixes #53, fixes #25 and general improvment to sql delete commands

c79698c2 10/19/2009 02:32 PM Ohad Levy

clean up remain original audit files

48578f0e 10/19/2009 02:28 PM Ohad Levy

Merge branch 'audits'