edit new features for 1.4.3 releasenotes

This commit is contained in:
Christoph Kluge 2025-02-28 15:12:42 +01:00
parent 632b9fc5ea
commit 6640e93ce9

View File

@ -22,20 +22,19 @@ For release specific notes visit the [ClusterCockpit Documentation](https://clus
## New features ## New features
- Tags have a scope now. Tags created by a basic user are only visible by that - Detailed Node List
user. Tags created by an admin/support role can be configured to be visible by - Adds new routes `/systems/list/$cluster` and `/systems/list/$cluster/$subcluster`
all users (global scope) or only be admin/support role. - Displays live, scoped metric data requested from the nodes indepenent of jobs
- Re-sampling support for running (requires a recent `cc-metric-store`) and - Color Blind Mode
archived jobs. This greatly speeds up loading of large or very long jobs. You - Set on a per-user basis in options
need to add the new configuration key `enable-resampling` to the `config.json` - Applies to plot data, plot background color, statsseries colors, roofline timescale
file. - Histogram Bin Select in User-View
- For finished jobs a total job energy is shown in the job view. - Metric-Histograms: `10 Bins` now default, selectable options `20, 50, 100`
- Continuous scrolling in job lists is default now. - Job-Duration-Histogram: `48h in 1h Bins` now default, selectable options:
- All database queries (especially for sqlite) were optimized resulting in - `60 minutes in 1 minute Bins`
dramatically faster load times. - `12 hours in 10 minute Bins`
- A performance and energy footprint can be freely configured on a per - `3 days in 6 hour Bins`
subcluster base. One can filter for footprint statistics for running and - `7 days in 12 hour Bins`
finished jobs.
## Known issues ## Known issues