Prepare minor release 1.1.0

This commit is contained in:
2023-07-20 08:33:42 +02:00
parent 5923070191
commit f81ffbe83d
3 changed files with 17 additions and 13 deletions

View File

@@ -1,11 +1,11 @@
# `cc-backend` version 1.0.0
# `cc-backend` version 1.1.0
Supports job archive version 1 and database version 6.
This is the initial release of `cc-backend`, the API backend and frontend
This is a minor release of `cc-backend`, the API backend and frontend
implementation of ClusterCockpit.
** Breaking changes **
** Breaking changes v1 **
The aggregate job statistic core hours is now computed using the job table
column `num_hwthreads`. In a future release this column will be renamed to
@@ -25,12 +25,3 @@ sqlite> PRAGMA foreign_keys = ON;
```
Otherwise if you delete jobs the jobtag relation table will not be updated accordingly!
**Notable changes**
* Supports user roles admin, support, manager, user, and api.
* Unified search bar supports job id, job name, project id, user name, and name
* Performance improvements for sqlite db backend
* Extended REST api supports to query job metrics
* Better support for shared jobs
* More flexible metric list configuration
* Versioning and migration for database and job archive