Tim Meusel
b993991de7
Merge pull request #448 from jeis2497052/master
...
Propose small spelling change
2018-01-26 23:45:25 +01:00
John Eismeier
7458d5fba4
Propose small spelling change
2018-01-26 17:18:52 -05:00
Mike Terzo
2da9ba9396
Merge pull request #446 from kirkins/patch-4
...
If query is None don't perform add on it.
2017-12-23 05:27:12 -05:00
Philip Kirkbride
70a4a6ebbd
If query is None don't perform add on it.
2017-12-22 22:55:05 -05:00
Mike Terzo
3867e1aa77
Merge pull request #436 from kirkins/patch-4
...
Make 320px the max width for columns #404
2017-11-10 01:42:18 -05:00
Philip Kirkbride
74f62e305e
Make 320px the max width for columns #404
2017-11-07 11:28:44 -05:00
Mike Terzo
d456d19bb4
Merge pull request #431 from roidelapluie/fix-readme
...
Fix docker instruction formating in README
2017-10-24 11:15:48 -04:00
Julien Pivotto
db6638160a
Fix docker instruction formating in README
2017-10-24 09:26:02 -04:00
Mike Terzo
c52f744cef
Merge pull request #423 from mterzo/missing_offline_files
...
Include template files for altering Semantic css and fonts
2017-10-18 16:03:35 -04:00
Mike Terzo
af9476d43a
Merge pull request #427 from mterzo/charting
...
Chart styling
2017-10-18 16:03:17 -04:00
Mike Terzo
6080fcc8e3
Include c3 style sheet
2017-10-18 15:50:09 -04:00
Mike Terzo
95eb364075
Updating to c3 0.4.18
2017-10-18 15:30:21 -04:00
tparkercbn
98c4cb608c
Make the page title in the html templates a variable in default_settings.py ( #378 )
...
Make the page title configurable.
Admins with many sites running separate puppetservers with separate puppetbords may find it useful to be able to chagen the page title from Puppetboard to something more site specific.
2017-10-18 12:50:54 -04:00
Lars Næsbye Christensen
b957753662
Update README, addressing #421 and #412 ( #422 )
...
* remove mentioning of stability and youth
* Add mentioning of PuppetDB 5
* specify PuppetDB 3 through 5
2017-10-18 06:14:28 -04:00
Mike Terzo
28566b351f
Include template files for altering Semantic css and
...
google fonts
2017-10-18 00:31:55 -04:00
Mike Terzo
fdc9ea6254
Merge pull request #369 from acritox/bugfix/formatvalue
...
Fix formatvalue for list of dicts
2017-10-16 19:55:31 -04:00
Mike Terzo
8e4f8a3ec6
Merge pull request #415 from larsnaesbye/master
...
Update jquery-tablesort to 0.0.11
2017-10-16 19:53:31 -04:00
Mike Terzo
01b4852488
Merge pull request #401 from kirkins/patch-2
...
Fix sort by date on nodes and index page
2017-10-16 19:51:15 -04:00
Mike Terzo
a29874ba08
Merge pull request #419 from mterzo/docker_hooks
...
Docker build needs to use light weight tags
2017-10-16 07:47:58 -04:00
Mike Terzo
11737623b1
Docker build needs to use light weight tags
...
to get the proper version from GitHub releases.
Only use git describe when docker builds master
use the tag name which is stored in the environment
variable SOURCE_BRANCH.
See:
https://docs.docker.com/docker-cloud/builds/advanced/#override-build-test-or-push-commands
2017-10-16 07:44:18 -04:00
Tim Meusel
a34f941b84
Merge pull request #418 from mterzo/dev_0.3.1
...
Starting next release cycle for 0.3.1
2017-10-16 13:36:34 +02:00
Mike Terzo
a6c06f2f51
Starting next release cycle for 0.3.1
2017-10-16 07:10:16 -04:00
Tim Meusel
4636d2043b
Merge pull request #417 from mterzo/rel_0_3_0
...
Update for release 0.3.0
v0.3.0
2017-10-16 12:44:29 +02:00
Tim Meusel
29344e0f17
Merge pull request #416 from mterzo/pydb_udpate
...
Update for pypuppetdb
2017-10-16 12:44:04 +02:00
Mike Terzo
22603e3e32
Update for release 0.3.0
2017-10-15 16:25:39 -04:00
Mike Terzo
2c423d67c9
Update for pypuppetdb
2017-10-15 16:01:01 -04:00
lanac
f263c29d19
updated jquery-tablesort to 0.0.11
2017-10-14 22:32:55 +02:00
Philip Kirkbride
18df71924a
modify date sort to handle failed #405
2017-07-13 11:56:50 -04:00
Philip Kirkbride
a555611cc6
Use js instead of moment to parse date to avoid warning
2017-07-13 11:44:22 -04:00
Philip Kirkbride
4f9930fc53
Fix bug breaking date/time sort
2017-07-12 23:01:27 -04:00
Mike Terzo
66d344b3c1
Merge pull request #400 from kirkins/patch-1
...
Remove date classes from nodes page
2017-07-11 10:48:32 -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
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