Project

General

Profile

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

# Date Author Comment
84d8bcb2 07/22/2012 05:53 AM Amos Benari

fixes #1738 Puppet Runtime charts look very messed up.

59be369d 06/24/2012 01:42 PM Amos Benari

fixes #1642 Puppet Runtime chart shows nothing.

dd42df0a 05/29/2012 03:41 AM Ohad Levy

adds ec2 provisioning support fixes #1223

- added progress bar for instance creation
- minor fixes for certname based deployments
- added ssh provisioning support to orchestartion, which utilize finish
scripts by default
- added images support (part of the vm compute tab)...

c9579050 05/23/2012 03:02 AM Greg Sutcliffe

Refactor my_hosts and my_facts scopes to include auth checks

370a7ac7 05/14/2012 04:19 AM Ohad Levy

fixes #137 - Better support for non-hostname certnames

This patch introduce a new setting :use_uuid_for_certificates which
defaults to false.

users who wish to deploy their hosts using a random unique id, should
enable that setting, and use the certname directive in their puppet.conf...

67799065 03/15/2012 10:34 AM Ohad Levy

code smell

90ddcbb1 12/25/2011 04:54 AM Greg Sutcliffe

Don't show reports from hosts not in a User's filter refs #1356

387b0b0c 12/20/2011 01:56 AM Ohad Levy

Revert "Fixes #593 - Separate log file for facts and reports"

This reverts commit 5e7454fc1f73ebb599cf7dc96faa22836eebd11c.

5e7454fc 12/19/2011 08:24 AM Paul Kelly

Fixes #593 - Separate log file for facts and reports

Signed-off-by: Paul Kelly <>

9b41cf08 11/28/2011 08:02 AM Ohad Levy

fixes #402 - Add noops/pending to metric handling, and provide pending hosts for dashboard views.

This change adds the ability to see noops in metric reports inside
foreman graphs, charts and lists. The business reason for this is to allow
users to run their puppet agents in noop mode, and see where nodes have...

a07977de 11/28/2011 05:39 AM Amos Benari

fixes #1152 - eventful should not include skipped.

Signed-off-by: Amos Benari <>

017e1049 11/28/2011 03:44 AM Ohad Levy

WIP rails3 migration

2a1616ed 11/16/2011 04:09 PM Tim Speetjens

Fixes #1250 - register restart failures correctly for reports from puppet > 2.6

Signed-off-by: Tim Speetjens <>

9390e9cf 08/07/2011 02:37 AM Ohad Levy

fixes #1087 - removes code duplication between Reports and Hosts

0de3b547 07/18/2011 09:39 AM Ohad Levy

fixes #687 - this dramateclly improves expired reports deletion speed and system usage.

76607ed5 06/29/2011 02:17 PM Ohad Levy

fixes #100 - Setting is now a ActiveRecord object

This allows users to manage foreman settings via the UI.

the UI is a bit ugly, but works :)

778b5a0a 05/22/2011 03:14 AM Ohad Levy

Fixes wrong summary status sting the the report API response refs #882

925b276b 05/15/2011 11:08 AM Corey Osman

Feature #882 - add api call to reports page to get the index section

Signed-off-by: Corey Osman <>
Signed-off-by: Ohad Levy <>

3eecf845 05/05/2011 08:43 AM Amos Benari

fixes #285 - Use Charting system which can work offline

this includes:
  • dashboard charts
  • statistics page
  • host show page

additionally, main menu buttons and bookmarks drop down are easier to handle and read

f3c1ecd3 04/17/2011 07:14 AM Ohad Levy

fixes #847 - Retrieve last report information per host via the api

this adds two URLS to the API:

/hosts/fqdn/reports/last
/reports/last

both supports JSON output which provides all of the report information.

b0b1ea21 04/10/2011 03:17 PM Ohad Levy

added search to reports page #refs 719

50d977ed 03/27/2011 04:04 AM Ohad Levy

fixes #784 - The HOST flash runtime_graph disapears when you have a failed report

7123fa79 03/22/2011 06:24 AM Ohad Levy

fixes #761 - Support Puppet 2.6.x Report format 2

2b174ff5 01/20/2011 09:52 AM Eric Shamow

Fixes #578 - Emailed error reports are empty

38dbbddf 01/20/2011 05:03 AM Ohad Levy

fixes #335 - this patch will auto import the facts (making the rake task or import_facts script redundent).

this patch introduce a new settings options :using_storeconfigs:
while we try to automaticily detect if we run storeconfigs, its not always possible...

e08af891 01/20/2011 04:02 AM Ohad Levy

fixes #474 - Foreman does not add a node automatically on initial report

010c668d 11/10/2010 12:43 PM Paul Kelly

Fixes #444 - use searchlogic in interesting report filter

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

27ecacf5 10/26/2010 01:42 PM Ohad Levy

Fixed an issue with metric processing on 0.25.x reports, refs #405

475455ed 10/24/2010 11:27 AM Ohad Levy

fixes #414 - Do not store debug messages

4cbaa406 10/21/2010 10:17 AM Ohad Levy

Fixes #405 and Fixes #349 - Adds support to 2.6.x reports

NOTE: Its recommended to Backup your DB prior to using this patch.

45dad022 10/03/2010 01:43 PM Ohad Levy

fixes #394 - Reports do not work - total time is no longer a report
metric in puppet 2.6

This is a quick and dirty solution until we'll refactor the reporting
db layout in #349

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

2dcf4736 05/30/2010 04:38 PM Ohad Levy

minor code smell cleanups

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.

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

fixes #238 - Report wrong marked

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