Commit Graph

2399 Commits

Author SHA1 Message Date
69739ffdfd Merge branch 'dev' of github.com:ClusterCockpit/cc-backend into dev 2026-01-28 07:05:32 +01:00
95689e3c99 Add API endpoint for getUsedNodes
Needed by dynamic memory management for external ccms
2026-01-28 07:05:29 +01:00
Christoph Kluge
9d9babe94d review clusterMetrics aggregation handling, fixes index error 2026-01-27 19:04:29 +01:00
9d15a87c88 Take into account the real allocated heap memory in MemoryUsageTracker 2026-01-27 18:23:09 +01:00
Christoph Kluge
719aaaff4b fix data flipping on doublemetric render 2026-01-27 17:39:16 +01:00
bbde91a1f9 Move wg increment inside goroutines. Make GC calls less aggressive 2026-01-27 17:25:29 +01:00
55cb2cb6d6 Prevent file not closed on error in avro checkpoint 2026-01-27 17:10:26 +01:00
752e19c276 Pull out metric List build from metricstore Init 2026-01-27 17:06:52 +01:00
28a3ff8d67 Upgrade cc-lib. Change nodestate log levels 2026-01-27 14:26:41 +01:00
Christoph Kluge
ae81687da9 add jobList load indicator 2026-01-27 13:49:15 +01:00
Christoph Kluge
2173d3527d add rounding to statsTable data 2026-01-27 13:31:16 +01:00
2859f12dc1 Merge branch 'dev' of github.com:ClusterCockpit/cc-backend into dev 2026-01-27 10:02:39 +01:00
b307e885ce feat: Add support for multiple external metric stores 2026-01-27 10:02:07 +01:00
4853814228 Review and refactor metric-store client. Add documentation 2026-01-27 07:17:17 +01:00
ca08717b9d Reintroduce external metric-store client 2026-01-27 07:00:13 +01:00
Christoph Kluge
934bc13c2c add fallback case to extendedLegend render 2026-01-26 18:09:54 +01:00
Christoph Kluge
4aa337ccc8 fix missing index change 2026-01-26 16:05:42 +01:00
Christoph Kluge
700f2aad55 Merge branch 'dev' of https://github.com/ClusterCockpit/cc-backend into dev 2026-01-26 15:53:02 +01:00
Christoph Kluge
836e6e4242 Review duration filter handling, update migration indices 2026-01-26 15:53:00 +01:00
b5182c4c13 Prepare release 1.5.0 2026-01-26 15:29:28 +01:00
b9e65b50db Merge branch 'dev' of github.com:ClusterCockpit/cc-backend into dev 2026-01-26 13:17:38 +01:00
0ea836c69c Revert metricstore api paths 2026-01-26 13:17:36 +01:00
Christoph Kluge
e074bb315c review job info row layout 2026-01-26 11:53:19 +01:00
7ecfc8468e Merge branch 'dev' of github.com:ClusterCockpit/cc-backend into dev 2026-01-26 08:38:56 +01:00
c782043c64 Upgrade cclib and remove usage of obsolete util.Float 2026-01-26 08:38:53 +01:00
Christoph Kluge
fbf4004e92 move load indicator to after job list render
- prevents location reset when continuously scrolling
2026-01-23 18:50:28 +01:00
Christoph Kluge
a2c1b65f91 set variables in nodeitems handler 2026-01-23 18:42:07 +01:00
Christoph Kluge
0af550bf4e fix nodelist paging 2026-01-23 18:26:10 +01:00
Christoph Kluge
436194e46d enable fallback for non initialized node table 2026-01-23 17:45:44 +01:00
Christoph Kluge
49938bcef8 remove blocking backend check
- threw errors on expected and correctly handled behavior for nodeList queries
2026-01-23 17:41:21 +01:00
Christoph Kluge
da2a78faa3 Merge branch 'dev' of https://github.com/ClusterCockpit/cc-backend into dev 2026-01-23 16:54:35 +01:00
Christoph Kluge
98dc8cf5b5 add loading indicators to status detail 2026-01-23 16:54:30 +01:00
Aditya Ujeniya
cd810b45ec Adding dataGenerator script 2026-01-23 16:51:17 +01:00
Christoph Kluge
22b1d4d276 review public dashboard layout 2026-01-23 15:25:00 +01:00
Christoph Kluge
25c5457ef3 review internal dash info card layout 2026-01-23 15:14:54 +01:00
Christoph Kluge
ea6b9d910b switch to cluster grouping in dashboard queries 2026-01-23 13:39:34 +01:00
Christoph Kluge
5567371ccd move list filter preset to url 2026-01-23 11:20:32 +01:00
525d99140f Fix missing comma in metristore schema 2026-01-23 10:15:29 +01:00
499b4287f9 Switch to cclib nats client 2026-01-23 10:04:41 +01:00
f41301036b Move metricstore from internal to pkg 2026-01-23 07:49:47 +01:00
30516776e5 Merge branch 'dev' of github.com:ClusterCockpit/cc-backend into dev 2026-01-22 20:31:18 +01:00
07afcc4cd4 Adopt naming of descriptions 2026-01-22 20:31:15 +01:00
Michael Panzlaff
05abea87e7 Do not warn about unencrypted auth when encrypted revsere proxy is used 2026-01-22 14:06:34 +01:00
Christoph Kluge
4459840f5f chage to adaptive row sizes for publicDash 2026-01-21 18:14:15 +01:00
Christoph Kluge
55e0456aac Merge branch 'dev' of https://github.com/ClusterCockpit/cc-backend into dev 2026-01-21 12:21:56 +01:00
Christoph Kluge
f18ae35030 review plot rendering and doublemetric opts 2026-01-21 12:21:52 +01:00
Christoph Kluge
f416be77f7 add publicmode to doublemetric plot, 2026-01-20 16:26:00 +01:00
1d4c79c821 Unify JSON attribute naming ot use kebab style case. Cleanup configuration. 2026-01-20 09:47:13 +01:00
d4edbd7d1a Merge branch 'dev' of github.com:ClusterCockpit/cc-backend into dev 2026-01-19 16:43:04 +01:00
5281f3bb60 Remove obsolete config option disable-archive 2026-01-19 16:42:30 +01:00