Christoph Kluge
5c9d4ffa9a
clarify and simplyfy earlier change
2025-03-03 17:00:33 +01:00
Christoph Kluge
419bc2747b
fix nodeInfo null error
2025-03-03 16:53:19 +01:00
Christoph Kluge
3ab8973895
use extendedLegend in nodeList for all non-idle nodes
...
- changed from "use for shared nodes only"
2025-03-03 12:44:18 +01:00
Christoph Kluge
c21d7cf101
fix and review quick starttime select handling
2025-03-03 11:21:54 +01:00
Christoph Kluge
ec895e1d9e
Add fallback case to nodeInfo
2025-03-03 09:36:37 +01:00
Christoph Kluge
d7aefe0cf0
move user names in top lists to tooltip
2025-02-28 14:55:32 +01:00
Christoph Kluge
187fe5b361
Merge branch 'dev' of https://github.com/ClusterCockpit/cc-backend into dev
2025-02-28 14:40:29 +01:00
Christoph Kluge
b31aea7bc5
revert back to using globalMetrics in jobView metric default select
2025-02-28 14:40:27 +01:00
c661baf058
Load new default metrics config from working directory
2025-02-28 14:36:19 +01:00
Christoph Kluge
0fe0461340
remove conflicting variable layer in metric histo select
2025-02-28 14:00:27 +01:00
Christoph Kluge
d5394c9e92
fix: analysis view top links fixed, add full name to topusers
2025-02-28 13:37:59 +01:00
Christoph Kluge
42135fd26c
if disableClusterSelection is set, display info in cluster filter
...
- instead of undocumented unresponsive cluster name select
2025-02-28 13:37:28 +01:00
Christoph Kluge
38569f55c7
add title to roofline plot
...
- Clarify that roofline is CPU only
2025-02-28 13:09:04 +01:00
Christoph Kluge
5ce03c2db3
add metric selection count info to job view
2025-02-28 13:08:32 +01:00
Christoph Kluge
1031b3eb79
fix: user and status view histogram selection
...
- correctly loads selection for selected cluster
- applies availablility for selected cluster
2025-02-28 13:06:40 +01:00
6268dffff8
Readd time pkg after fixing merge conflict
2025-02-28 09:20:05 +01:00
c10737bfd7
Merge branch 'master' into dev
2025-02-28 09:17:39 +01:00
Christoph Kluge
5bf968010e
Merge branch 'dev' of https://github.com/ClusterCockpit/cc-backend into dev
2025-02-27 14:51:34 +01:00
Christoph Kluge
61bc095d01
fix: decouple polarPlot data query, add new dedicated gql endpoint
...
- includes go package upgrades
- includes gqlgen error workaround
2025-02-27 14:51:31 +01:00
Michael Panzlaff
e376f97547
make swagger
2025-02-27 14:42:18 +01:00
Michael Panzlaff
f2428d3cb3
/jobs/stop_job/ change bad job_state to HTTP 422
2025-02-27 14:20:18 +01:00
Michael Panzlaff
2fdac85d31
fix: Do not allow to start a job with a state != running
2025-02-27 14:04:54 +01:00
Christoph Kluge
b731395689
Merge branch 'dev' of https://github.com/ClusterCockpit/cc-backend into dev
2025-02-26 15:21:00 +01:00
Christoph Kluge
07405e3466
fix: add missing exclusive filter handler for jobQuery
2025-02-26 15:20:58 +01:00
Jan Eitzinger
c562746e5f
Merge pull request #343 from ClusterCockpit/dev
...
Changes for Release v1.4.3
2025-02-25 13:09:54 +01:00
Jan Eitzinger
c0443cbec2
Merge pull request #334 from ClusterCockpit/add_statsRounding_dataLoader
...
Add stats rounding data loader
2025-02-25 13:07:03 +01:00
Christoph Kluge
633bd42036
Add rounding to archiver avg stat calculation
2025-02-24 11:10:45 +01:00
Christoph Kluge
998ef8d834
fix: use job_view_selectedMetrics config instead of iterating globalMetrics
...
- Caveat: Minimal Defaultset needs to be generally available on all clusters
2025-02-19 16:40:25 +01:00
Christoph Kluge
c25b076ca9
fix: separate polar plot metric list from job.footprint return
2025-02-19 16:38:35 +01:00
Christoph Kluge
f43379f365
fix: add missing factor for job power calculation, see #340
2025-02-18 18:10:39 +01:00
Christoph Kluge
58e678d72c
fix: load jobView roofline on finest resolution separately by default, see #339
2025-02-17 18:24:28 +01:00
Jan Eitzinger
cbc49669d0
Merge pull request #333 from brinkcoder/default-metrics-config
...
Add config for default of job_view_selectedMetrics:<cluster_name>
2025-02-17 11:23:02 +01:00
Jan Eitzinger
78bb638fd6
Merge pull request #338 from brinkcoder/add-login-ratelimiting
...
Add Rate Limiting for Login
2025-02-17 11:03:18 +01:00
exterr2f
7a61bae471
clarify error message for blocked user
2025-02-17 09:17:27 +01:00
exterr2f
e1b992526e
Improve rate limiting to combination of IP and username
2025-02-14 20:20:42 +01:00
Christoph Kluge
1b043838ea
fix: fix svelte js race condition on metric selection change, see #335
...
- only dispatch new data to statsTable on 'load-all'
2025-02-14 16:18:58 +01:00
exterr2f
b6b37ee68b
Add Rate Limiting based on IP and username
2025-02-14 12:41:28 +01:00
exterr2f
43cb1f1bff
Fix SessionMaxAge condition to correctly apply valid values
2025-02-14 11:44:46 +01:00
Michael Panzlaff
f7a67c72bf
fix 'unhandled case' error for core metrics
2025-02-13 17:34:45 +01:00
Christoph Kluge
c5476d08fa
amend polar frontend logs
2025-02-12 10:11:54 +01:00
Christoph Kluge
8af92b1557
simplify polar plot data code, add scaling for shared jobs to polar
2025-02-11 18:38:48 +01:00
Christoph Kluge
eaa826bb8a
adds centralized rounding of series stats in dataLoader
...
- Fixed to two digit precision
2025-02-11 10:57:04 +01:00
Christoph Kluge
140b3c371d
fix undefined if system_view_selectedMetric missing
...
- defaults to first metric on init
- reorder gitignore
2025-02-10 15:36:14 +01:00
exterr2f
f158eaa29c
Add default_metrics.json which sets the defaults for job_view_selectedMetrics:cluster for new users
2025-02-10 09:39:49 +01:00
Michael Panzlaff
2bd7c8d51e
Fix 'make -B'
...
Do not raise an error, if the directory already exists.
2025-02-03 16:52:50 +01:00
Christoph Kluge
1e63cdbcda
fix: remove caching for footprint db field
...
- footprints before first worker run are cached as empty, and are permanently returned as such until app restart
- fixes Polar plot for running jobs #328
2025-01-30 17:14:17 +01:00
Jan Eitzinger
86d85f12be
Merge pull request #330 from ClusterCockpit/dev
...
Fix crash if no data on metric-store side
2025-01-30 12:30:25 +01:00
Christoph Kluge
dd470d49ec
fix potential crash cause due to index oor on empty ccms return
2025-01-30 11:55:40 +01:00
Christoph Kluge
95d8062b00
fix Generate JWT as user doesn't work #327
2025-01-30 11:10:50 +01:00
Jan Eitzinger
6247150e9c
Merge pull request #326 from ClusterCockpit/dev
...
Dev
2025-01-28 14:23:15 +01:00