Releases: voxpupuli/puppetboard
Releases · voxpupuli/puppetboard
v3.4.2
- Fix auto-resize in radiator view,
- Fix Query tab cannot be disabled on Docker
- Removed unused import in setup.py,
Thanks to the following contributors of this release: @vilhelmprytz, @ldumont, @allan-reynolds.
v3.4.1
v3.4.0
- Query view improvements:
- Make the result clickable if a certname is in it (#652).
- UX improvements: show the number of results, show a user-friendly error in case of a PQL syntax error, show a warning on empty result, use fixed-width font for matching the query with the possible error message, remove useless 'Cancel' button. (#653).
- Add 'Download as CSV' and 'Download as XLSX' to the results (#654).
- Make the result shareable using URL (#657).
- New Failures view for showing the first error/failed resource for all nodes with a failed puppet run. It can show both "friendly" and raw error messages (#662).
- Sort 'uptime' fact values correctly (#591).
- Visual tweaks (#667).
- Improvements for running with Docker:
- Add missing fonts and icons to the PyPI package (#666).
- Refactoring: split views into separate files (#665).
- Update many dependencies.
✨ Thanks to the following contributors of this release: @djluo, @GermanG, @jgrammen-agilitypr, @SeanHood, @tuxmea, @qhess34! 🌟
v3.4.0rc6
v3.4.0rc5
Like 3.4.0 (RC4) and additionally:
- Add a new "Failures" view for showing the first error/failed resource for all nodes with a failed puppet run. It can show both "friendly" and raw error messages (#662).
- Allow passing PuppetDB certificates via environment variables when using Docker, in base64 encoding or not (#671).
- Add Puppet code for running Puppetboard using Docker into the README (#672).
- Add missing fonts and icons to the PyPI package (#666).
- Visual tweaks (#667).
- Refactoring: splitted views into separate files (#665).
Thanks to the following contributors of this release: @SeanHood, @tuxmea, @djluo
v3.4.0rc4
v3.4.0rc2
- Query improvements:
- Add
Download as CSV
andDownload as XLSX
buttons to the result (#654). - Make the result shareable using URL (#657).
- Make the result clickable if a certname is in it (#652).
- UX improvements: show the number of results, show a user-friendly error in case of a PQL syntax error, show a warning on empty result, use fixed-width font for matching the query with the possible error message, remove useless 'Cancel' button. (#653).
- Add
- Sort the
uptime
fact values correctly (#591). - Minor update to some dependencies.
Thanks to the following contributors of this release: @GermanG, @jgrammen-agilitypr
v3.4.0rc1
- Make the query result clickable if a certname is in it (#652)
- Query UX improvements: show the number of results, show a user-friendly error in case of a PQL syntax error, show a warning on empty result, use fixed-width font for matching the query with the possible error message, remove useless 'Cancel' button. (#653)
Thanks to the following contributors of this release: @GermanG
v3.3.0
- Show structured facts as pretty-formatted, syntax-highlighted JSON. Works on Node view and Facts view. Colors meaning are as follows: orange - number, blue - boolean, green - dict's key name. Implements #83.
- Fix getting nodes with non-string fact values (#612).
- Fix missing trailing 'u' character in facts with hashes (#567).
- Add favicon (#650)