Commit Graph
100 Commits
Author SHA1 Message Date
Christoph Kluge faacf3f343 svelte state_referenced_locally warning fixes
- change to derived where possible
- suppress warning elsewhere
- discussion here: sveltejs/svelte/issues/17289
2026-01-15 18:17:45 +01:00
Christoph Kluge cd3d133f0d Merge branch 'dev' of https://github.com/ClusterCockpit/cc-backend into dev 2026-01-15 10:12:02 +01:00
Christoph Kluge 3b7fc44ce9 specify job count return logs, move to debug level 2026-01-15 10:11:31 +01:00
Christoph Kluge e5c620ca20 filter metrics for NodeMetrics query 2026-01-14 19:22:31 +01:00
Christoph Kluge d0bcfb90e6 Merge branch 'dev' of https://github.com/ClusterCockpit/cc-backend into dev 2026-01-14 17:18:25 +01:00
Christoph Kluge 9deee54e41 make nextPage query conditional if no return limit is requested 2026-01-14 17:18:21 +01:00
Christoph Kluge d8cd752dcb Merge branch 'dev' of https://github.com/ClusterCockpit/cc-backend into dev 2026-01-14 16:03:39 +01:00
Christoph Kluge 5d376e6865 fix clustername array init size 2026-01-14 16:03:34 +01:00
Christoph Kluge 77b7548ef3 fix wrong varname 2026-01-14 13:00:36 +01:00
Christoph Kluge 59851f410e Merge branch 'dev' of https://github.com/ClusterCockpit/cc-backend into dev 2026-01-14 11:25:43 +01:00
Christoph Kluge 4cb8d648cb adapt frontend to backend config changes, clarify variable names 2026-01-14 11:25:40 +01:00
Christoph Kluge 170a9ace8a Merge branch 'dev' of https://github.com/ClusterCockpit/cc-backend into dev 2026-01-13 16:59:57 +01:00
Christoph Kluge 518e9950ea add job exclusivity filter, review db indices 2026-01-13 16:59:52 +01:00
Christoph Kluge 502d7e9084 Rework info panel in public dashboard
- change to bootstrap grid from table
- add infos, use badges
- remove non required query
2025-12-22 17:26:56 +01:00
Christoph Kluge 89875db4a9 dashboard layout fixes 2025-12-22 10:39:40 +01:00
Christoph Kluge 7acc89e42d move public dash close button 2025-12-19 17:52:21 +01:00
Christoph Kluge af7d208c21 remove unused class 2025-12-19 16:16:57 +01:00
Christoph Kluge 91b90d033e fix metric select drag and drop 2025-12-19 15:27:35 +01:00
Christoph Kluge 7a0975b94d final fix render race condition if metrics change in nodeList 2025-12-19 15:10:15 +01:00
Christoph Kluge c58b01a602 fix wrong render condition order in nodeList 2025-12-19 14:42:02 +01:00
Christoph Kluge 8244449646 Merge branch 'dev' of https://github.com/ClusterCockpit/cc-backend into dev 2025-12-18 15:55:40 +01:00
Christoph Kluge 436afa4a61 fix tag count by including type in grouping 2025-12-18 15:55:30 +01:00
Christoph Kluge 43bdb56072 add fallback case if metric has no name in nodeListRow 2025-12-18 15:04:03 +01:00
Christoph Kluge 19c8e9beb1 move extensive NodeMetricsList handling to node repo func 2025-12-18 10:44:58 +01:00
Christoph Kluge 11e94124cc improve handling and layout if missing data in dashboard 2025-12-16 15:43:57 +01:00
Christoph Kluge 102109388b link to public dashboard in admin options, add return button do public dashboard 2025-12-16 13:54:17 +01:00
Christoph Kluge d56b0e93db cleanup routes, cleanup root components 2025-12-15 15:10:10 +01:00
Christoph Kluge c5aff1a2ca add autorefresh, remove leftover query 2025-12-15 13:55:02 +01:00
Christoph Kluge 79e1c236fe cleanup, adapt internalDash, remove debug query value 2025-12-12 17:51:54 +01:00
Christoph Kluge 0d62181272 move roofline elements below series data render 2025-12-12 11:19:37 +01:00
Christoph Kluge 290a71bd48 Merge branch 'dev' into status_dashboard 2025-12-11 18:56:09 +01:00
Christoph Kluge 6e385db378 color roofline plot, add option to match pie and table color for ndoestate 2025-12-11 18:51:19 +01:00
Christoph Kluge 4083de2a51 Add public dashboard and route, add DoubleMetricPlot and GQL queries
- add roofline legend display switch
- small fixes
2025-12-09 10:26:55 +01:00
Christoph Kluge 967f0a3294 remove non required update trigger 2025-11-26 11:00:41 +01:00
Christoph Kluge 6eb779d359 update frontend dependencies, remove deprecated rollup options 2025-11-25 15:49:04 +01:00
Christoph Kluge 414147177a Vacuum not allowed within a migration transaction 2025-11-24 13:30:25 +01:00
Christoph Kluge 3b37f3630c add vacuum statement to migration
- reduces DB size after job table migration
2025-11-24 13:21:14 +01:00
Christoph Kluge 7c1a818582 fix outdated condition in findJobFootprintThresholds 2025-11-21 16:05:47 +01:00
Christoph Kluge c4cf7e9707 Recreate job table indices after copy, add node table timstamp indices 2025-11-21 13:44:05 +01:00
Christoph Kluge 1ceb681521 fix missed out keyword 2025-11-20 15:58:40 +01:00
Christoph Kluge 261905a364 unify out_of_memory jobState spelling
- underscores used in existing databases
2025-11-20 15:08:22 +01:00
Christoph Kluge da8d562eba fix hardcoded dev variable 2025-11-20 13:25:09 +01:00
Christoph Kluge 399af8592c switch nodeList logic to SQLite as source of truth, fix nodeList continuous scroll
- keep notindb logic for now
2025-11-20 12:18:13 +01:00
Christoph Kluge 90c3381954 add nodeState info display and filtering to systems views 2025-11-18 15:56:55 +01:00
Christoph Kluge 21334c8026 make active metrics reactive to cluster filter 2025-11-14 14:45:22 +01:00
Christoph Kluge cbdef6ce9e fix missing rooflines in analysis heatmap plot 2025-11-14 14:02:16 +01:00
Christoph Kluge 591cd9fd66 review analysis view layout, add title with info 2025-11-14 11:28:48 +01:00
Christoph Kluge e8d2a45afb add allocated cores gauge to status view, fix stacked labels 2025-11-14 10:40:42 +01:00
Christoph Kluge 3b533938a6 review status view components, make node states refreshable 2025-11-13 17:27:41 +01:00
Christoph Kluge 9fe342a7e9 fix metricSelect error if cluster filter is active 2025-11-13 13:40:31 +01:00
Christoph Kluge 2152ced97a improve metricplot threshold handling
- simplified and adaptive thresholds for shared jobs
2025-11-13 11:18:40 +01:00
Christoph Kluge 404be5f317 add optional legend flip to plots 2025-11-12 17:20:50 +01:00
Christoph Kluge f56783a439 add plot cursor sync to nodelist rows 2025-11-12 16:44:49 +01:00
Christoph Kluge fb278182d3 add schedulerState resolver 2025-11-12 13:50:09 +01:00
Christoph Kluge c2c63d2f67 fix backend node queries
- wrong table name
- wrong scan field count: timestamp catch for log
2025-11-12 13:38:58 +01:00
Christoph Kluge 7f740455fe fix old gql field name 2025-11-12 13:09:31 +01:00
Christoph Kluge 946b992746 fix leftover dev variable 2025-11-12 12:46:00 +01:00
Christoph Kluge a6c43e6f2f finalize timed node state frontend code for status view 2025-11-11 17:03:59 +01:00
Christoph Kluge ecad52c18d fix: fix defautl time range select values 2025-11-06 11:15:11 +01:00
Christoph Kluge e49e5a0474 finalize timed node state backend code, concat functions 2025-11-05 18:17:29 +01:00
Christoph Kluge 714d6af7cd initial branch commit, improve countstate backend logic
- stacked component rough sketch
- gql data request pipeline layed out
2025-10-17 18:24:05 +02:00
Christoph Kluge de309784b4 Merge branch 'dev' of https://github.com/ClusterCockpit/cc-backend into dev 2025-10-16 15:33:59 +02:00
Christoph Kluge a623cf53f3 revert leftover notfoundhandler experiments 2025-10-16 15:33:56 +02:00
Christoph Kluge cda10788fb adapt migrated indices to new database structure, include node tables, update job indices 2025-10-15 10:46:24 +02:00
Christoph Kluge 845905d9c8 remove inspect commands for dev 2025-10-15 10:35:35 +02:00
Christoph Kluge 5908ae7905 adapt status node query resolution to new node_state table 2025-10-14 18:45:05 +02:00
Christoph Kluge 4131665284 remove gql auto comment 2025-10-14 18:43:16 +02:00
Christoph Kluge 6a43dfb0d7 Fix missing model.Aggregate entry, fix status queries and refresh 2025-10-14 18:43:00 +02:00
Christoph Kluge 0a3a664653 small fixes, set analysisView config defaults 2025-10-09 16:33:14 +02:00
Christoph Kluge 471ec1cd2e change deprecated defaultMetrics loader to new confkey
- see PR #333
2025-10-08 18:24:41 +02:00
Christoph Kluge e296cd7ca0 add web init with uiconfig file path, add cli flag 2025-10-08 16:25:50 +02:00
Christoph Kluge 31cfa8cd7c fix typo for tagEditDisplay 2025-10-08 12:58:02 +02:00
Christoph Kluge 70fe8aa367 fix systemsView config laod and mutation, fix metricSelection checked 2025-10-07 15:46:16 +02:00
Christoph Kluge cc9dafac6f fix sq.Update call 2025-10-02 18:10:58 +02:00
Christoph Kluge 32429f1481 adapt frontend for new uiConfig keys, add nodeOverview mutation 2025-10-02 18:10:33 +02:00
Christoph Kluge 935fb238a4 add init context to nodeOverview, add additional key for plot rerender 2025-09-10 18:01:33 +02:00
Christoph Kluge d03e5b4562 handle metric disabled state explicitly in nodeOverview component 2025-09-10 15:42:13 +02:00
Christoph Kluge 05c45c6468 fix: add missing kes to node overview, solves load to empty overview 2025-09-10 15:31:39 +02:00
Christoph Kluge 2a91ca0cff Merge branch 'dev' into rework_status_view 2025-08-13 14:29:19 +02:00
Christoph Kluge 19a75554b0 remove outdated components 2025-08-13 14:23:19 +02:00
Christoph Kluge 58ae476a3e move and add interface options for status tabs 2025-08-13 14:22:24 +02:00
Christoph Kluge 44d8254a0b fix layouting 2025-08-12 17:57:04 +02:00
Christoph Kluge bd2cdfcef2 reorganize plots, reduce tabs, 2025-08-12 17:04:31 +02:00
Christoph Kluge 10194105e3 fix color overflow, add info if no status data 2025-08-08 13:50:09 +02:00
Christoph Kluge b474288df7 add cbmode to piecharts
- old default colorscheme is now cb colorscheme
2025-08-07 18:20:34 +02:00
Christoph Kluge f338209f32 rename new roofline compnent 2025-08-07 16:28:35 +02:00
Christoph Kluge bef832e45b Build new statusDash, refine newRoofline data render 2025-08-07 16:10:11 +02:00
Christoph Kluge 71cfb4db77 fix: fix metric availability subcluster list overflow 2025-08-05 14:19:03 +02:00
Christoph Kluge 98b9f8e62d Add more information to status dash 2025-08-04 14:50:53 +02:00
Christoph Kluge 4d2c64b012 remove logging 2025-07-23 15:00:10 +02:00
Christoph Kluge 35c0b0be58 add scheduler and health status pie charts 2025-07-21 16:03:07 +02:00
Christoph Kluge 7a54e2cfb3 add required and minItems flags to uiConfigSchema 2025-07-21 11:37:05 +02:00
Christoph Kluge 54283f6d3c add schema definition for uiConfig 2025-07-21 11:21:54 +02:00
Christoph Kluge 697acd1d88 Extend bubbleRoofline for nodeData, add column to node table, rename nodeStats query 2025-07-18 18:12:07 +02:00
Christoph Kluge 5cdb80b4d6 cleanup intends, add transparency switch to path renderer 2025-07-15 18:49:23 +02:00
Christoph Kluge e48ff8be73 change bubble render parameters
- Note: data points are hover highlighted by tooltip
2025-07-15 16:36:12 +02:00
Christoph Kluge 096217eea6 cleanup bubbleRoofline code, comment optional code parts 2025-07-15 16:00:55 +02:00
Christoph Kluge ed5290be86 adds new roofline component for job average based data
- clickable, resource sized and duration colored bubbles
2025-07-14 18:12:34 +02:00
Christoph Kluge b036c3903c add config fallbacks and notes 2025-07-10 14:57:12 +02:00
Christoph Kluge 57b43b7b60 Split status view into tabbed components 2025-07-07 18:44:24 +02:00