Commit Graph
100 Commits
Author SHA1 Message Date
Christoph Kluge bb6915771d fix: clarify title 2026-03-18 13:23:33 +01:00
Christoph Kluge 33beb3c806 fix: simplify stats query condition
- caused expensive subquery without need in frontend
2026-03-18 11:07:57 +01:00
Christoph Kluge ba366d0d72 use inline literals in simple queries, add downgrade optimize 2026-03-13 15:16:19 +01:00
Christoph Kluge bc214f6cea add nullsafes to frontend 2026-03-13 14:20:45 +01:00
Christoph Kluge e666980184 fix typo 2026-03-13 12:07:43 +01:00
Christoph Kluge c238f68af6 reduce unnecessary complexity 2026-03-13 12:05:16 +01:00
Christoph Kluge 58c0c79f72 handle single job state queries as simple stringquery
- this will improve index usage for single state queries
2026-03-13 12:03:06 +01:00
Christoph Kluge c23d7bd5e5 remove non-required sorting params
- caused expensive DB scans without use or need
2026-03-13 11:27:45 +01:00
Christoph Kluge 41114f7eda reorder frontend coded filters to match db indices 2026-03-13 10:48:38 +01:00
Christoph Kluge a877937a25 add missing downgarde index drop, add optimize after downgrades 2026-03-13 10:11:11 +01:00
Christoph Kluge 8563ed5e08 fix: remove indices from migration 9
- optimization migration 11 drops these indices, so rather not create them in the first place
2026-03-12 14:45:45 +01:00
Christoph Kluge 2d07bdf6b5 fix: add missing nullsafe in publicDash 2026-03-12 14:13:45 +01:00
Christoph Kluge 972b14033a add db migration 11, optimizing index count 2026-03-11 16:07:29 +01:00
Christoph Kluge 5c72664162 bump frontend patch versions 2026-03-10 18:15:24 +01:00
Christoph Kluge f3e796f3f5 add nullsafes to node view 2026-03-10 17:05:50 +01:00
Christoph Kluge cc38b17472 fix wrong field checked vor json validity 2026-03-10 17:02:09 +01:00
Christoph Kluge d2bc046fc6 fix ranged filter GT and LT conditions, reduce energy filter preset 2026-03-09 11:28:30 +01:00
Christoph Kluge 88bd83b07e add nullsafe fallbacks 2026-03-06 10:19:46 +01:00
Christoph Kluge d74465215d simplify and fix adaptive threshold logic 2026-03-06 10:09:44 +01:00
Christoph Kluge 2c519ab2dc bump frontend dependencies
- fixes CVE-2020-7660 in @rollup/plugin-terser
2026-03-05 12:23:00 +01:00
Christoph Kluge 9672903d41 fix panic caused by concurrent map writes 2026-03-04 15:54:18 +01:00
Christoph Kluge db625239ea apply updated rangefilter logic to energy and stats 2026-03-04 14:18:30 +01:00
Christoph Kluge 84fda9c8e2 optimize resource filter by only using range query if required, review filter component 2026-03-03 19:08:16 +01:00
Christoph Kluge f11ff3302d revert urql/svelte bump, bump svelte patch version, regenerate backend 2026-03-03 17:47:17 +01:00
Christoph Kluge 4e1b00a032 frontend dependency bump, includes @urql/svelte 5.0.0 2026-03-03 16:33:19 +01:00
Christoph Kluge 38bb2dd4ec add outofindex checks to external ccms codebase 2026-03-02 16:24:38 +01:00
Christoph Kluge 32fd18543a differentiate between expected and unexpected cases in external ccms queryBuilder 2026-03-02 16:24:38 +01:00
Christoph Kluge 718ff60221 clarify ccms logs 2026-03-02 16:24:38 +01:00
Christoph Kluge d00aa2666d activate update of roles and projects if updateUserOnLogin is set 2026-02-27 15:20:09 +01:00
Christoph Kluge 348b6010e8 fix typo preventing template condition to work 2026-02-26 15:09:01 +01:00
Christoph Kluge 0a0db36433 load statusDetails GQL on tab change 2026-02-25 19:12:30 +01:00
Christoph Kluge df3bc111a4 sort healthTable onMount 2026-02-25 13:23:44 +01:00
Christoph Kluge ff180affd7 reintroduce state information for pie charts
- removed by oversight
2026-02-24 10:07:09 +01:00
Christoph Kluge 31f3c28294 Remove schedState and metaData from metricHealth table 2026-02-23 13:26:06 +01:00
Christoph Kluge bae7ec11b4 migrate changes from cc-backend PR#364 2026-02-20 15:10:02 +01:00
Christoph Kluge 2d90fd05d6 Manually migrate editMetaByRequest to current state of 2026
- originally PR #400
2026-02-20 10:38:07 +01:00
Christoph Kluge 705d70ddc0 add row plot cursor syncing 2026-02-19 15:42:20 +01:00
Christoph Kluge 7789489d08 fix automatic refresh in metric status tab 2026-02-19 14:25:03 +01:00
Christoph Kluge 62cd21eb83 switch to select filters 2026-02-19 13:01:02 +01:00
Christoph Kluge facfc9d4c9 increase column size 2026-02-18 16:22:02 +01:00
Christoph Kluge 89e06c3530 fix layout of metrichealth table 2026-02-18 16:15:04 +01:00
Christoph Kluge fe3ebe0abc add healthStatus tab to status details, add graphql endpoints and handlers 2026-02-17 14:38:06 +01:00
Christoph Kluge 3215bc3de0 review loading indicators in nodeList 2026-02-13 11:58:52 +01:00
Christoph Kluge 48729b172d improve nodeList loading indicator, streamlining 2026-02-12 14:27:41 +01:00
Christoph Kluge e75da7f8cc fix reactivity key placement in nodeList 2026-02-11 18:32:29 +01:00
Christoph Kluge 12e9f6700e fix nodeList resolver data handling, increase nodestate filter cutoff
- add comment on cutoff
2026-02-11 16:16:09 +01:00
Christoph Kluge d07a537f0b move starttime range string 2026-02-10 17:24:30 +01:00
Christoph Kluge 5e4994a64c revert external config supply for nodeList component 2026-02-10 16:46:18 +01:00
Christoph Kluge a5a1fd1a6a fix missing component argument 2026-02-10 15:47:38 +01:00
Christoph Kluge 49a1748641 add not configured info cards, show short job filter options if one active filter 2026-02-10 13:49:23 +01:00
Christoph Kluge 51e9d33f9f fix empty availability print case 2026-02-09 17:21:49 +01:00
Christoph Kluge d1e7ea09bc review handling of disabled metrics in frontend 2026-02-09 15:33:59 +01:00
Christoph Kluge 7dd3ee3084 remove undocumented minRunningFor filter, add short jobs quick selection instead 2026-02-09 12:23:21 +01:00
Christoph Kluge b7df1f56ef fix missing sveltetrap component 2026-02-06 18:05:55 +01:00
Christoph Kluge c43d4a0f16 complete review of context initialization and access, streamlining 2026-02-06 17:51:57 +01:00
Christoph Kluge 5655639320 add subCluster jobFilter for statusDetail queries 2026-02-06 11:10:08 +01:00
Christoph Kluge 276559d120 revert endpoint change 2026-02-05 15:25:49 +01:00
Christoph Kluge e3148b16eb add timers to updateNodeStates 2026-02-05 15:24:11 +01:00
Christoph Kluge 4d13c37008 remove non-required return in updatenodehandler 2026-02-05 15:18:01 +01:00
Christoph Kluge 84d7a7aa7d add running default filter to list name column links if useful 2026-02-05 13:06:46 +01:00
Christoph Kluge 5616801f3e review user vinformation block, reorder reactive var in jobList 2026-02-05 10:33:20 +01:00
Christoph Kluge af73ce9c6d Add usage status tabs for each subCluster 2026-02-04 18:02:21 +01:00
Christoph Kluge a7a95bb866 add shortjobs and resource sums to project and user lists 2026-02-04 13:01:30 +01:00
Christoph Kluge 75e849922d Merge branch 'dev' of https://github.com/ClusterCockpit/cc-backend into dev 2026-02-03 14:34:57 +01:00
Christoph Kluge d39b955b25 fix doubleMetric xlegend label 2026-02-03 14:34:53 +01:00
Christoph Kluge e9cd6b4225 set updateNodeStates timeStamp once per request
-prevents per-host timestamp mismatches due to handler iteration duration
2026-02-02 17:51:41 +01:00
Christoph Kluge 13cca1ee62 change log msg on clusterMetrics 2026-02-02 14:45:19 +01:00
Christoph Kluge 7b4e2fcf59 add isNan to clusterMetric aggregation 2026-02-02 14:34:49 +01:00
Christoph Kluge f2285e603b fix disabled-false-positives, add info if no metrics selected 2026-02-02 10:38:05 +01:00
Christoph Kluge b7bd8210e5 revert column defaults,keep general desc default order 2026-01-31 20:34:16 +01:00
Christoph Kluge 1791e665aa add default orders on list sorting change 2026-01-31 11:25:16 +01:00
Christoph Kluge 732fab4a04 Merge branch 'dev' of https://github.com/ClusterCockpit/cc-backend into dev 2026-01-30 17:22:42 +01:00
Christoph Kluge aa3fcbfe17 add compareJobs feature to user job list view 2026-01-30 17:22:39 +01:00
Christoph Kluge 1ffcc5e241 apply ccUnit for clusterMetrics normalitazion 2026-01-30 15:52:59 +01:00
Christoph Kluge 32f0664012 add indicator to nodeView state, cap bubble size in roofline 2026-01-30 14:32:41 +01:00
Christoph Kluge 2ef1826b12 format nodeOverview state badges, review textFilter
- textFilter now remains on compare
2026-01-30 12:51:49 +01:00
Christoph Kluge d397457ce6 disable forced filter reset on compare 2026-01-29 18:05:03 +01:00
Christoph Kluge e8c81ba7d4 various small dashboard fixes
- piechart color, idle count cap, metricHistoMaximum increased
2026-01-29 17:46:01 +01:00
Christoph Kluge 318dbd65e0 dynamically scale dashboard sums 2026-01-29 17:01:07 +01:00
Christoph Kluge dd56e75b50 improve detail on warning cards 2026-01-29 16:02:13 +01:00
Christoph Kluge df93786474 fix system timeselect display
- float mismatch triggered unknownValue
2026-01-29 15:22:40 +01:00
Christoph Kluge 4deec9a170 no append if ErrNoHostOrMetric fired 2026-01-29 15:18:50 +01:00
Christoph Kluge f26cabbdf1 Streamline missing data warnings, review logging 2026-01-29 15:17:33 +01:00
Christoph Kluge 3452891613 Merge branch 'dev' of https://github.com/ClusterCockpit/cc-backend into dev 2026-01-28 16:50:32 +01:00
Christoph Kluge b25abc5f16 fix selectedMEtric presets in jobList
- remove conflicting reactivity
2026-01-28 16:50:27 +01:00
Christoph Kluge 9d9babe94d review clusterMetrics aggregation handling, fixes index error 2026-01-27 19:04:29 +01:00
Christoph Kluge 719aaaff4b fix data flipping on doublemetric render 2026-01-27 17:39:16 +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
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
Christoph Kluge e074bb315c review job info row layout 2026-01-26 11:53:19 +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