Tenzir Platform v1.12 introduces an action bar at the bottom of the Explorer, providing easier access to view settings. Additionally, the widget row on the nodes page has been enhanced with numerous improvements and bug fixes.
Download the release on GitHub.
Features
Section titled “Features”Support GCloud OAuth Clients
Section titled “Support GCloud OAuth Clients”The platform now supports tokens created by Google Cloud IAP.
By @lava.
Changes
Section titled “Changes”Improved pipeline list activity metrics loading state
Section titled “Improved pipeline list activity metrics loading state”- The loading state for the sparkbars in the pipeline table no longer shows forever if none of the pipelines are running.
- The loading spinner for the sparkbars in the pipeline table has been replaced by a pulsating skeleton of the sparkbars, which is a little easier on the eyes.
By @avaq.
Result controls moved to a floating bar
Section titled “Result controls moved to a floating bar”The result controls in the Explorer are now shown in a floating bar anchored at the bottom center of the page, instead of above the results table, for easier access and a cleaner layout.
By @gitryder.
Schemas pane on the right
Section titled “Schemas pane on the right”The schemas pane in the Explorer is now docked at the right edge consistently, removing confusion between the icons for expanding schemas pane and the nodes pane, and putting more attention on the results table.
By @dominiklohmann.
Add realtime updates to pipeline list diagnostics
Section titled “Add realtime updates to pipeline list diagnostics”The diagnostics widget and numbers of diagnostics in the pipeline list now update in real time.
By @avaq.
Improvements to the Ingress/Egress data visualization
Section titled “Improvements to the Ingress/Egress data visualization”- The daily throughput widget now shows the number of bytes for the window that exactly matches the 24h range from the last seen data point, including smooth interpolation.
- The ingress/egress data shown now gets more realtime updates.
- The ingress/egress graph’s X domain was made more stable, meaning there’s no sudden jumps in the graph’s X axis when new data is shown.
By @avaq.
Bug Fixes
Section titled “Bug Fixes”Fix editor strip overlapping last lines
Section titled “Fix editor strip overlapping last lines”The editor’s control strip, which includes the Run button, no longer overlaps the last few lines of your code. You can now see and work with your entire script without anything getting in the way.
By @gitryder.
Preserved dashboard cell order when adding new cells
Section titled “Preserved dashboard cell order when adding new cells”Fixed an issue where existing dashboard cells were sometimes being reordered when a new cell was added.
By @dit7ya.