mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-04-30 07:01:42 +02:00
Prepare Bugfix Release 1.4.4
This commit is contained in:
parent
ff588ad57a
commit
acaad69917
2
Makefile
2
Makefile
@ -2,7 +2,7 @@ TARGET = ./cc-backend
|
|||||||
VAR = ./var
|
VAR = ./var
|
||||||
CFG = config.json .env
|
CFG = config.json .env
|
||||||
FRONTEND = ./web/frontend
|
FRONTEND = ./web/frontend
|
||||||
VERSION = 1.4.3
|
VERSION = 1.4.4
|
||||||
GIT_HASH := $(shell git rev-parse --short HEAD || echo 'development')
|
GIT_HASH := $(shell git rev-parse --short HEAD || echo 'development')
|
||||||
CURRENT_TIME = $(shell date +"%Y-%m-%d:T%H:%M:%S")
|
CURRENT_TIME = $(shell date +"%Y-%m-%d:T%H:%M:%S")
|
||||||
LD_FLAGS = '-s -X main.date=${CURRENT_TIME} -X main.version=${VERSION} -X main.commit=${GIT_HASH}'
|
LD_FLAGS = '-s -X main.date=${CURRENT_TIME} -X main.version=${VERSION} -X main.commit=${GIT_HASH}'
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# `cc-backend` version 1.4.3
|
# `cc-backend` version 1.4.4
|
||||||
|
|
||||||
Supports job archive version 2 and database version 8.
|
Supports job archive version 2 and database version 8.
|
||||||
|
|
||||||
@ -22,21 +22,7 @@ For release specific notes visit the [ClusterCockpit Documentation](https://clus
|
|||||||
|
|
||||||
## New features
|
## New features
|
||||||
|
|
||||||
- Detailed Node List
|
- Enable to delete tags from the web interface
|
||||||
- Adds new routes `/systems/list/$cluster` and `/systems/list/$cluster/$subcluster`
|
|
||||||
- Displays live, scoped metric data requested from the nodes indepenent of jobs
|
|
||||||
- Color Blind Mode
|
|
||||||
- Set on a per-user basis in options
|
|
||||||
- Applies to plot data, plot background color, statsseries colors, roofline timescale
|
|
||||||
- Job-View metric selection is now persisted based on the jobs subcluster.
|
|
||||||
Helpful for heterogeneous subcluster configurations.
|
|
||||||
- Histogram Bin Select in User-View
|
|
||||||
- Metric-Histograms: `10 Bins` now default, selectable options `20, 50, 100`
|
|
||||||
- Job-Duration-Histogram: `48h in 1h Bins` now default, selectable options:
|
|
||||||
- `60 minutes in 1 minute Bins`
|
|
||||||
- `12 hours in 10 minute Bins`
|
|
||||||
- `3 days in 6 hour Bins`
|
|
||||||
- `7 days in 12 hour Bins`
|
|
||||||
|
|
||||||
## Known issues
|
## Known issues
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user