Commit Graph

483 Commits

Author SHA1 Message Date
Tim Meusel
28befcef9d Merge pull request #396 from mterzo/docs
Update user documentation
2017-07-08 21:16:46 +02:00
Mike Terzo
6ca7067d8c Merge pull request #397 from mterzo/offline_fix
Add offline mode for Semantic UI.
2017-07-08 10:51:54 -04:00
Mike Terzo
e5c9b300ef Add offline mode for Semantic UI.
Following a similar guide to:
https://github.com/Semantic-Org/Semantic-UI/issues/1521

Using a new endpoint to handle offline mode to host semantic.min.css and
other CSS files.  Need to wrap these in templates to provide URL for
static font files when hosting under a directory.
2017-07-08 10:44:40 -04:00
Mike Terzo
548599bc59 Merge pull request #395 from mterzo/attr_error
Handle attribute error on path.
2017-07-08 10:35:36 -04:00
Mike Terzo
1713f8ec95 Adding docs on how to install on Debian Jessie 2017-07-08 10:30:06 -04:00
Mike Terzo
b82493e201 Update configuration docs 2017-07-08 10:30:06 -04:00
Mike Terzo
c2129e3000 Fix unsafe URLs being passed around causing URL encoding
issues and 404 not found when making requests to the server.
2017-07-08 10:27:06 -04:00
Mike Terzo
126b53aada Stop the Processing widget when server returns an error 2017-07-08 10:23:11 -04:00
Tim Meusel
9bd0784838 Merge pull request #393 from mterzo/clean_error
Handle server exception when unable to connect early.
2017-07-08 09:25:04 +02:00
Mike Terzo
7bef20b116 Adding new line 2017-07-04 22:14:54 -04:00
Mike Terzo
c24e927c27 Adding pep8 compliance in travis 2017-07-04 22:14:43 -04:00
Mike Terzo
9488e8cb83 Refactor out some global space to allow for testable code
and handling error conditions before flask is completely
initialized.
2017-07-01 03:35:48 -04:00
Tim Meusel
df915834a4 Merge pull request #388 from mterzo/radiator_color_scheme
Updating radiator CSS to match that of the main CSS.
2017-06-11 10:03:36 +02:00
Mike Terzo
ecf94ef6fa Updating radiator CSS to match that of the main CSS.
Changed wording for Pending to Noop.
2017-06-10 04:21:07 -04:00
Mike Terzo
f4d751060a Merge pull request #386 from redref/fix_default_order
Fix #383
2017-06-10 03:44:09 -04:00
Mike Terzo
38b2a2fc05 Merge pull request #357 from redref/facts
Facts revamp with datatables.
2017-06-10 03:43:15 -04:00
Mike Terzo
7cd8908adb Merge branch 'master' into facts 2017-06-10 03:40:13 -04:00
Mike Terzo
26825aee4f Merge pull request #355 from redref/inventory
Inventory page revamp with paging
2017-06-10 03:37:00 -04:00
Mike Terzo
8f5f7ac7c4 Merge pull request #344 from redref/reports_noops_display
Add total and noop boxes on reports page.
2017-06-10 03:36:26 -04:00
Mike Terzo
38f7958842 Merge pull request #387 from mterzo/docker_pre_build
Adding Docker puppet version tagging
2017-06-10 03:36:01 -04:00
Mike Terzo
db2f8f8b59 Adding Docker puppet version tagging 2017-06-10 02:32:33 -04:00
redref
64c26e19c2 Fix #383
Default to 'desc' for default column 'end_time'
2017-06-06 19:06:42 +02:00
Mike Terzo
671d538a8b Add report column settings to docker_settings 2017-06-06 18:39:19 +02:00
redref
42ed123fe3 Fix number formating in counters 2017-06-06 18:39:19 +02:00
redref
16b197e0ce Make counters configureable 2017-06-06 18:39:19 +02:00
redref
bb26c5bbea Metrics display tune 2017-06-06 18:39:19 +02:00
redref
1758f972f1 Reports counts - add total and noop 2017-06-06 18:39:19 +02:00
Mike Terzo
2f347fd665 Merge pull request #384 from Celant/master
Fix dailychart.js when using non-root location
2017-05-16 13:29:07 -04:00
Celant
3b817e0a5e Fix dailychart when using non-root location
When puppetboard is being run from a directory instead of the root of the domain, the daily chart will not work as it tries to load the data from the root. This change makes it load the data from the current working URL, instead of forcing root.
2017-05-16 14:08:11 +01:00
Raphaël Pinson
c229f51556 Commonmark version (#321)
* Allow HTML in config_version to be interpreted
* Allow Markdown in config_version
2017-04-03 17:37:21 -04:00
redref
d2c47df31f Fix link formatting 2017-04-03 22:37:11 +02:00
redref
c1fd33fb5c Generate fact JSON directly in python 2017-03-23 23:21:28 +01:00
redref
b17a2b0450 Fix tox deps 2017-03-23 23:13:18 +01:00
redref
d4d7b6a56a Clean CatalogForm 2017-03-23 23:13:12 +01:00
redref
4b96cfe196 Fix facts method doc 2017-03-23 23:12:57 +01:00
redref
484727b62c Fix #356 with the new template
Created a custom template_filter as in python3, the groupby filter cannot order Bool vs Str. Needed to push format before the groupby which is not currently possible in jinja.
2017-03-23 22:35:28 +01:00
redref
40511c007a Fact pages and node page tests 2017-03-23 22:35:28 +01:00
redref
a21bd0ac1d Revamp fact pages and tables to datatables 2017-03-23 22:35:28 +01:00
redref
f13100664a Facts page fix + performance revamp
Removed facts query to let only fact-names. facts query time grow pretty quickly with number of nodes. Drawback: no filter on environment (which seems acceptable)
Add testing about view and column repartition (broken in jinja2 2.9.X / inner loop variables).
Rework facts page (jinja 2.9 compliant)
2017-03-23 22:35:28 +01:00
Tim Meusel
e76fdb578c Merge pull request #376 from mterzo/dep_update
Dependency update
2017-03-21 01:15:55 +01:00
Mike Terzo
c59607564a Updating Forms to the new FlaskForm class name 2017-03-20 19:47:21 -04:00
Mike Terzo
cdedf94506 Remove 204-NoContent, Flask, and Werkzeug no longer provide
public apis to add additional error code exception handling.
2017-03-20 19:47:13 -04:00
Mike Terzo
796e2ee7fd Upgrade to new versions of flask and dependencies 2017-03-20 19:47:06 -04:00
Tim Meusel
ac44aefea4 Merge pull request #375 from mterzo/better_requirements
Simple requirements
2017-03-21 00:38:04 +01:00
Mike Terzo
9e09db5f2d Update test dependencies to latest versions. 2017-03-20 17:50:21 -04:00
Mike Terzo
10147b993e Simply build requirements. Dependency management based on
social_app django project.
2017-03-20 17:41:52 -04:00
redref
507df87234 Inventory page testing 2017-02-15 21:43:14 +01:00
redref
709d14e9a2 Inventory revamp - client side 2017-02-15 21:39:49 +01:00
Mike Terzo
fd4051b619 Merge pull request #353 from redref/catalogs
Revamp catalog page with paging
2017-02-15 04:53:07 -05:00
Mike Terzo
21f9a8de8c Merge pull request #362 from buzzdeee/master
Puppet related ports/package maintenance on OpenBSD was taken over
2017-02-14 18:19:51 -05:00