Commit Graph

230 Commits

Author SHA1 Message Date
Corey Hammerton
e0866a12ea puppetboard/catalog: Making the catalog tables searchable
Also standardizing the form declarations
2015-10-28 19:54:16 -04:00
Corey Hammerton
7f520af661 Merge pull request #164 from raphink/v4-api
Make Puppetboard work with the PuppetDB V4 api

This PR just enables the basic functionality of PuppetBoard with the new PyPuppetDB version. https://github.com/puppet-community/puppetboard/pull/176 includes this work as well as other work to make better utilization of the new library
2015-10-26 22:11:40 -04:00
Corey Hammerton
af05f67428 puppetboard: Adding PuppetDB 3.x support
Some excerpts from CHANGELOG.rst include:
- Increasing the pypuppetdb requirements from 0.1.x to 0.2.x
- The Reports page now lists reports from the reports endpoint instead of
  a link to a PuppetDB issue with a feature request
- Adding a Catalogs page to view either individual node catalogs or compare
  them against other nodes
- New environment awareness adds a new query parameter to all applicable
  endpoints to filter results based on the current environment. If the
  default environment 'production' is not available, or any other unavailable
  environment, the user is redirected to the first known environment.
- Adding pagination functionality for reports (for now) based on the value of
  the REPORTS_COUNT configuration option (used for the limit and the offset
  calculation). Implementation also makes it possible for other UI enhancements.
- Removing the limit_reports function from puppetboard/utils.py since paging
  parameters are now accepted by the pypuppetdb endpoint functions.
- Bumping the version to 0.1.0
2015-10-26 21:44:33 -04:00
Corey Hammerton
4362f80db6 Merge pull request #170 from rfletcher/skip-color
Make "skips" color consistent
2015-10-26 20:22:24 -04:00
Raphaël Pinson
6af356a2fd Use pypuppetdb with api version 4 2015-10-26 13:39:54 +01:00
Matthew Gyurgyik
1aad26a0c8 update query example to use certname 2015-10-23 11:17:02 -04:00
Corey Hammerton
202f6b9e8a Merge pull request #169 from corey-hammerton/0.0.5
puppetboard: Version bump to 0.0.5
2015-10-15 20:51:28 -04:00
Rick Fletcher
0c5914ff44 Turn down brightness and saturation a bit in the predefined "yellow" 2015-10-13 12:06:08 -04:00
Rick Fletcher
15a9aaaa9f Consistently use yellow for skip stats 2015-10-12 20:20:49 -04:00
Rick Fletcher
f2da1b295a Define a "yellow" 2015-10-12 20:19:00 -04:00
Rick Fletcher
4c13898490 Make "skips" color consistent
"Skips" were highlighted with orange on one page and yellow on another. This change makes them consistent, and switches the color to "black" for accessibility reasons. (The contrast between the shades of orange and red used for skips and errors was *very* low. Indistinguishable on some screens.)
2015-10-12 00:26:16 -04:00
Corey Hammerton
9fbd283c9f puppetboard: Version bump to 0.0.5 2015-10-09 20:22:37 -04:00
Spencer Krum
5842326f2e Merge pull request #157 from corey-hammerton/inventory
puppetboard/app.py: Optimizing the inventory page
2015-10-05 18:18:59 -04:00
Corey Hammerton
a3473abf61 puppetboard: Adding a more intuitive catalog view
A new endpoint in the header, Catalogs, takes the user to a page with a node
table similar to that in the nodes page. This table shows the node with a
link to the node page, the catalog timestamp with a link to the catalog
page and a small form with a select field to be used to compare the
catalog of this row's node with that of another node.
2015-09-23 11:16:20 -04:00
Corey Hammerton
52162c04a6 puppetboard/app.py: Optimizing the inventory page
Instead of querying PuppetDB for every fact that it knows about only
querying it for the fact names that it knows about. The result is a
much smaller result set that is more noticable on environments with
large numbers of nodes and/or facts.

On one environment with > 2500 fact-names and 35 nodes a curl test
to the facts endpoint without any query string returned in ~3.5 seconds.
Ran another curl test to the facts endpoint with the query string that
the code in this commit creates, the command finished in ~0.040 seconds.
2015-09-04 21:23:19 -04:00
Corey Hammerton
bce33aee0f puppetboard: Adding Catalog Viewer
This makes use of the available catalog endpoints in pypuppetdb and PuppetDB
and displays to administrators the last compiled catalog for a node,
if the variable ENABLE_CATALOG is True (defaults to False)
2015-08-19 21:01:11 -04:00
Spencer Krum
1253739bf3 Merge pull request #135 from stoyansbg/master
Added inventory page along with a navbar link.
2015-06-09 16:24:19 -07:00
Stoyan Stoyanov
96ef996f60 inventory.html: Brought UI up to date.
Updated template to match the style of the rest of the templates
that were updated a year ago when the project switched to using
Semantic-UI.
2015-06-09 15:46:08 -07:00
Stoyan Stoyanov
f6dbb249e6 app.py: inventory - account for non-existing facts
Set the fact value to be displayed in the inventory tab to "undef"
if the fact does not exist for a node.
2015-05-12 15:15:11 -07:00
Sebastian Svensson
3d0de31e86 Update nodes.html
changed node to node_name
2015-05-11 14:29:07 +02:00
Sebastian Svensson
15f2b2c4ed renamed node in @app.route('/reports/<node>') to node_name and renamed node in {% if node.report_timestamp %} to node_name 2015-05-11 11:33:40 +02:00
Fotis Gimian
8f2d5cbc34 Removed jquery-tablesort (tablesort.min.js) as the project is now using jquery-tablesorter instead 2015-05-11 07:29:00 +10:00
Fotis Gimian
25df8c071a Allowed the ability to provide a static SECRET_KEY for use with CSRF protection (fixes #128) 2015-05-10 23:24:48 +10:00
Christian Svensson
91f09b8f56 Patch _macros.html for the latest cleanups
97bbe9 renamed the keyword arguments for report(node_name, report_id) but _macros.html wasn't updated
2015-05-10 14:16:18 +01:00
Fotis Gimian
1b48e36ea5 Repaired failure to redirect the latest report for a node 2015-05-10 21:08:40 +10:00
Fotis Gimian
4bdf2ecc12 Switched to a compact table layout for fact listings 2015-05-10 20:53:28 +10:00
Fotis Gimian
97bbe96465 Updated all Python code to be fully flake8 compliant 2015-05-10 20:08:09 +10:00
Fotis Gimian
fd351f4483 Repaired sorting of date columns 2015-05-10 19:49:29 +10:00
Daniele Sluijters
df3a797f0f Merge pull request #137 from fgimian/further-details-for-nodes
Further details for nodes added (skip count and reported date on overview page)
2015-05-10 11:39:43 +02:00
Fotis Gimian
62d1f26f7a Added the report column to the dashboard page 2015-05-10 19:32:27 +10:00
Fotis Gimian
59b7717e8f Added a skipped count for nodes in the overview and nodes pages 2015-05-10 19:32:22 +10:00
Fotis Gimian
97e0fb0015 The dev.py script will now also start coffee in watch mode to automatically compile coffee files during development 2015-05-10 17:17:19 +10:00
Stoyan Stoyanov
d75d5007a3 Added inventory page along with a navbar link.
Added inventory page showing a table similar to the "Nodes" one,
but containing any customizable set of facts.

A setting INVENTORY_FACTS has been added. It controls the list
of facts to be displayed along with a description for the header
of the table.
2015-05-07 14:38:25 -07:00
Julien Kassar
a01a5cf9e0 Add version and current year to the layout
Fixes #78
2015-02-27 13:39:36 -05:00
Julien Kassar
cf30d32869 Add scroll to top button 2015-02-26 10:42:14 -05:00
Daniele Sluijters
44188fd12a Merge pull request #91 from seantis/master
Accept the configuration_version as alternative in the report view.
2015-02-13 09:42:07 +01:00
Spencer Krum
7a0c4bd837 Selecting which graphs to show with config option
Known-good facts to graph are set as defaults. This list is merged
with whatever facts are listed in settings.py
2015-01-24 21:15:52 -08:00
William Van Hevelingen
3940c84de3 Improve speed with facts that have many unique values
When there are more than 15 unique fact values it groups the least
commonly used into an other label.

Co-authored-by: Sage Imel <sage@cat.pdx.edu>
Co-authored-by: Ryan Niebur <ryan@cat.pdx.edu>
2015-01-24 21:15:23 -08:00
William Van Hevelingen
8e063e7f15 Replace chart.js with c3.js
chart.js is poorly maintained and has been disabled. c3.js
has active development and removes the need for two charts
on the facts page.

Co-authored-by: Sage Imel <sage@cat.pdx.edu>
Co-authored-by: Ryan Niebur <ryan@cat.pdx.edu>
2015-01-24 21:15:23 -08:00
Spencer Krum
3d3b7012e3 Updating redmine tickets to jira tickets 2014-11-17 17:49:29 +00:00
Denis Krienbühl
31a158c375 Accept the configuration_version as alternative in the report view. 2014-09-10 16:10:38 +02:00
Gert van Dijk
d1342510fd Upgrade external resources libraries to current versions.
To align with added offline resources:

* Semantic UI from 0.12.0 to 0.16.1
  (0.18.0 is not yet available on cdnjs.cloudflare.com)
* jQuery TableSorter from 2.13.3 to 2.17.2
* moment.js from 2.5.1 to 2.7.0
2014-06-26 20:47:08 +02:00
Gert van Dijk
5190020a0b Offline: Add OFFLINE_MODE config and adjust HTML resources. 2014-06-26 20:43:01 +02:00
Gert van Dijk
116c2f7255 Offline: Include Open Sans font from Google Font API. 2014-06-26 20:26:40 +02:00
Gert van Dijk
587569fe49 Offline: Include TableSorter 2.17.2 minified JS and formatter CSS. 2014-06-26 20:21:01 +02:00
Gert van Dijk
73ff3b74ff Offline: Include moment.js version 2.7.0 (minified).
Also remove currently included outdated moment.js (2.0.0).
2014-06-26 20:15:50 +02:00
Gert van Dijk
0c85b1dc12 Offline: Include jQuery 2.1.1 (minified JS + map file). 2014-06-26 20:11:14 +02:00
Gert van Dijk
8f0bfb6482 Offline: Include Semantic UI 'packaged' version 0.16.1. 2014-06-26 20:04:21 +02:00
stack72
f5d0f86e31 Merge remote-tracking branch 'upstream/master' 2014-06-10 21:59:02 +01:00
Daniele Sluijters
dbb8d9f12c Merge pull request #69 from tilya/node_state_noop
adds pending nodes counter to the main dashboard (#58)
2014-05-29 11:51:31 +02:00