Project

General

Profile

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

# Date Author Comment
3a555277 08/13/2015 07:13 AM Tom Caspy

fixes #1881 - adding auto refresh button to dashboard

313979b9 07/31/2015 05:53 AM Stephen Benjamin

fixes #7275 - remove welcome page and replace with docs button

7fdaccd5 07/24/2015 10:24 AM Ivan Necas

Fixes #10850 - handled errors when missing template when rendering widget

24fc15c5 07/22/2015 06:29 AM Daniel Lobato Garcia

Fixes #10929 - Add removed widgets to dashboard

This commit allows users to re-add widgets. At this point it's only
possible to recover removed widgets by clicking on "Reset to default".

To do this I populate the 'Add widgets' list by getting a diff
between the current widgets and the available ones. The code calls any...

ae4d968e 06/25/2015 05:58 AM Daniel Lobato Garcia

Fixes #10090 - Minimised dashboard widget names are translated

a0c7b5ae 04/20/2015 03:55 AM Tomer Brisker

Refs #8106 - Add helper for add to dashboard button

42117380 04/02/2015 09:22 AM Tomer Brisker

Fixes #8106 - Dashboard rewrite to allow better customization

abd8f1d1 02/18/2015 03:54 AM Daniel Lobato Garcia

Refs #3809 - Remove cops for empty lines

ad998ce7 12/28/2014 07:22 AM Shlomi Zadok

fixes #8049 - Add timezone to user

5f029ed6 10/07/2014 03:40 AM Daniel Lobato Garcia

Refs #3809 - Use parentheses in method definitions

4f7a4d0b 10/06/2014 02:37 PM David Davis

Refs #3809 - Fix a few rubocop TODOs

96144a47 10/06/2014 01:57 PM Daniel Lobato Garcia

Refs #3809 - Remove rubocop TODOs

Removed the following TODOs so that cops for these will run from now on:

Lint/AmbiguousOperator, DefEndAlignment, DeprecatedClassMethods
EnsureReturn, RequireParentheses, Void, BlockAlignment, EndAlignment,
UselessAccessModifier,...

9f1c910a 08/18/2014 09:42 AM Ohad Levy

fixes #7009, N+1 (actually 6+1) queries in dashboard page

db6d37b9 06/15/2014 01:34 PM Amos Benari

fixes #5345 - customizable dashboard

acfbc458 03/03/2014 02:26 PM Marek Hulán

fixes #812 - new permissions model, user group role and nest support, role filters for better granularity

Contributions from:
2af890f2 07/01/2013 10:57 AM Amos Benari

fixes #2665 - search on click in dashboard pie chart

3a124d99 07/01/2013 10:57 AM Amos Benari

fixes #2731 - add color legend to the dashboard

40b834e3 05/22/2013 08:15 AM Amos Benari

fixes #2522 dashboard events table should not have a border and is too long

0ee000ea 05/21/2013 07:44 AM Dominic Cleal

fixes #2491, fixes #2487 - i18n issues

3dfb6e4c 05/09/2013 05:07 AM Dominic Cleal

fixes #2420 - extract strings for i18n from JavaScript, various i18n fixes

b88565ec 05/08/2013 11:08 AM Dominic Cleal

fixes translator comment

2fc0a023 05/08/2013 11:00 AM Greg Sutcliffe

Fixes #2406 - add recent report summary to dashboard latest events box

74e0b0e3 04/24/2013 05:07 AM Lukas Zapletal

Feature #2368 - form helpers, exceptions and fixes

bfbf7ed8 04/24/2013 05:07 AM Lukas Zapletal

Feature #2368 - i18n extracting strings

870e7fcc 04/10/2013 11:29 AM Amos Benari

flot charts

Use flot charts instead of highcharts.
flot charts license is more friendly.

This version of the code is feature compatible with the old charts,
including:
pie: drill-down and expend.
stacked charts: zoom, hide series in legend.
all types has tooltips....

6e16202c 11/15/2012 08:59 AM Amos Benari

fixes #1074 run distribution graph too vague

e1863f84 08/26/2012 03:09 AM Hannes Schaller

changed dashboard display of interval to use time_ago_in_words

ad7ccf6a 05/15/2012 01:41 AM Brian Gupta

Dashboard "Good hosts" should exclude "pending" hosts, refs #1617

0bb7ac8f 05/14/2012 02:46 AM Brian Gupta

Changes to dashboard statistics. Fixes #1617

efed9680 12/29/2011 09:06 AM Amos Benari

fixed dashboard pie colors.

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

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

WIP rails3 migration

cc90281e 11/10/2011 09:45 AM Amos Benari

dashboard pie has links to the relevant hosts filter page.

Signed-off-by: Amos Benari <>

bfcbdbd8 11/08/2011 09:16 AM Tim Speetjens

Fixes #1298 - Make the run distribution chart appear within the same scope as the rest of the dashboard

Signed-off-by: Tim Speetjens <>

df098e26 11/03/2011 04:27 PM Amos Benari

set consistent color array for the dashboard pie.

9442eac2 10/31/2011 11:12 AM Amos Benari

fixes #1277 - add bar chart to report show page.

48c5cd3e 10/31/2011 11:12 AM Amos Benari

fixes #1276 - Non intrusive javascript pie and bar

f443d54a 10/27/2011 09:24 AM Tim Speetjens

fixes #1151 Fix dashboard pie, to contain correct total number of hosts

to me this makes sense. Don't shoot me if the logic isn't 100% correct...

in short, active hosts are counted as ok hosts, which makes the
counters get higher than the number of total hosts sometimes....

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

new UI for foreman

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

fe6d3ff2 05/17/2011 09:29 AM Amos Benari

no default open color on dashboard pie

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

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

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