Mike Terzo
22603e3e32
Update for release 0.3.0
2017-10-15 16:25:39 -04:00
Philip Kirkbride
a169b25a99
fix sort by date on index.html
...
"
2017-07-11 10:42:37 -04:00
Philip Kirkbride
b2880f13a5
Remove date classes from nodes page
...
This change makes sorting by date on nodes page work.
2017-07-11 10:35:46 -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
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
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
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
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
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
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
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
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
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
1e5f683b66
Moving version to a single place in version.py ( #358 )
...
* Moving version to a single place in version.py
* Requirements in setup.py + tox.ini
2017-02-13 00:35:15 -05:00
redref
f908a1e86c
Catalogs tests - better data testing
2017-02-06 16:19:45 +01:00
redref
4190e36278
Add some tests to catalogs
2017-02-03 23:11:08 +01:00
redref
b947bf05c2
Revamp catalog page: paging + datatables
2017-02-03 22:08:05 +01:00
Mike Terzo
1da673cea4
Prepare for release 0.2.1
2017-02-03 07:17:20 -05:00
redref
2cdf5fea61
Fix python3 chart (_iter_dates)
2017-02-03 12:13:33 +01:00
Mike Terzo
89e49d95a6
Fix Jinja2 template support for nested variables
2017-02-02 08:19:59 -05:00
Mike Terzo
596f0110f1
Support for new Flask errorhandling
2017-02-02 08:19:59 -05:00
Mike Terzo
58d613ba02
Fixing pep8 issues for the future
2017-02-02 08:19:59 -05:00
Mike Terzo
36c913588a
Merge pull request #331 from mterzo/all_envs
...
Support for PuppetDB 3.x on all environments
2017-02-02 08:04:40 -05:00
redref
1432cfeac2
Fix tablesort when no pie - +indent
2017-01-31 19:14:20 +01:00
redref
f6e04ca67f
Remove non-needed columns option
2017-01-31 18:32:52 +01:00
redref
851797e4c6
filter-list handling reload
2017-01-31 17:11:41 +01:00
redref
17f902c18f
Fix filter-list behavior with a class flag
2017-01-31 16:23:23 +01:00
redref
347749c0e1
Footer - grid padding in the same unit as text
2017-01-31 16:18:11 +01:00
Mike Terzo
b82a305952
When searching metrics, the search button doesn't disappear.
2017-01-31 03:50:11 -05:00
Mike Terzo
e28eb5027d
Adding configuration option to specify the bar chart
2017-01-31 03:41:14 -05:00
Mike Terzo
1170577525
Fix broken sort and filter. Not everything has
...
been migrated to data tables and still needs to be
able to sort and filtered.
2017-01-31 03:41:14 -05:00