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