Skip to content

v1.4.0

Compare
Choose a tag to compare
@moebiusband73 moebiusband73 released this 05 Dec 09:48
· 19 commits to master since this release
1616d96

Changelog

New Features

  • 81b8d57 feat: Add buffered channel with worker thread for job start API
  • 017f9b2 feat: Add tag scopes to front and backend, initial commit
  • 5b03cf8 feat: Add total energy and energy footprint
  • 1b5f4bf feat: SyncUserOnLogin now updates name of token logged user
  • 21e4870 feat: add configurability to frontend plot zoom
  • 906bac9 feat: add dropdown to user and project list navbar
  • 00a5786 feat: add edit of notice box content to admin settings
  • 01102cb feat: add updateUserOnLogin config option for oidc, jwt
  • 684cb5a feat: change statistics render of metric plot to min/max/median
  • 7602641 feat: change to resolution increase on zoom
  • 4822566 feat: display energy usage in job view
  • 6f74c8c feat: make cron worker frequency configurable
  • 2f0460d feat: make quick select starttimes url copyable
  • b3ed2af feat: move tag management to new job view header
  • 38ce40a feat: redirect to requested page after login, solves #281
  • 398e3c1 feat: split concurrent jobs list to own scrollable component

Bug fixes

  • 35bd773 fix: Replace reserved keywords in database schemas
  • 85dc036 fix: SimpleResampler fixed
  • 3b769c3 fix: Update to resampler handling different resolutions
  • ed991de fix: ad dmissing resampleConfig handling to scope select
  • 561fd41 fix: add accelerator scope to to-be archived scopes
  • 95fe369 fix: add additionally loaded scopes to statsTable again
  • 49e0a2c fix: add compatibility for footprint metrics without config
  • 182f0f2 fix: add missing default resolution case
  • 55027cb fix: add resolution 60 default to ccms nodeData query
  • b3222f3 fix: archived statisticsSeries with mean data now shown again
  • c80d3a6 fix: errors in import paths
  • 63fb923 fix: fix api test router init
  • e527531 fix: fix crashing job view if roofline metrics missing
  • e14d6a8 fix: fix db migration to v8, changes key name to cpu_load
  • ab07c79 fix: fix footprint logic, do not scale thresholds on multi node jobs
  • 1758275 fix: fix getMetricConfigDeep util function
  • 76d0fc9 fix: fix job list render for continuous mode on filter or sort changes
  • 9fe7cdc fix: fix plot labeling if specific host selected, hide loadall if only node returned
  • 0b9f74f fix: fix plot render for summed metrics on scope change
  • 084f89f fix: fix svelte source paths in makefile
  • ff3502c fix: fix tag filter results
  • ce9995d fix: fix wrongly inserted gql request and import path error
  • 63b9e61 fix: fixed and changed to footprint update by transactions
  • d34e0d9 fix: omit resources prop from metricPlot, use series for legend instead
  • 2aef6ed fix: oversight error on redirect target
  • 193bee5 fix: prevent addition of existing scopes to table
  • 5da6baf fix: prevent jump to table head on continuous scroll load
  • be9df76 fix: setup user in api test config
  • f89b5cd fix: solve inconsistencies with filters, fixes #280
  • 934d1a6 fix: use configured footprint statType for update
  • fc1c54a fix: use left join to keep unmatched stats query result rows
  • 5eb6f7d fix: user name join not required for normal jobStats
  • 2551921 fix: wrong display of tag after filter select

Supports job archive version 2 and database version 8.
Please check out the Release Notes for further details on breaking changes.