Project

General

Profile

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

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

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

added google_visualr and converted dashboard and hosts graphs

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

fixes #192 - Host Run Interval Chart Broken

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

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.

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

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

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

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

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

Merge branch 'audits'

4b9fa51d 10/19/2009 02:23 PM Ohad Levy

fixes #53

aa5a2230 10/17/2009 05:30 AM Ohad Levy

added act_as_audited plugin, seems to be a better implementation than our onws

3642120b 10/02/2009 07:11 PM Ohad Levy

Improve the way reports gets deleted, this should be way faster

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.

9cb1dfc9 09/15/2009 06:15 AM Ohad Levy
  • Ensures that reports are unique per host
  • We now create the host if it doesn't exists, after all, we want to store information in our database.
  • We store all reports for 24 hours (successful and with failures etc).
  • Fixed an issue when the host status didn't get updated (e.g. if you had good "bad" run and afterward a "good" run, the status could stay as "bad")...
eafaf5f1 09/14/2009 04:15 PM Ohad Levy

Fixes #9 and introduce a basic reporting viewing over http

87c40d2e 07/29/2009 03:42 PM Ohad Levy

added basic reporting model and methods