Commit Graph

  • 187fe5b361 Merge branch 'dev' of https://github.com/ClusterCockpit/cc-backend into dev Christoph Kluge 2025-02-28 14:40:29 +01:00
  • b31aea7bc5 revert back to using globalMetrics in jobView metric default select Christoph Kluge 2025-02-28 14:40:27 +01:00
  • c661baf058 Load new default metrics config from working directory Jan Eitzinger 2025-02-28 14:36:19 +01:00
  • 0fe0461340 remove conflicting variable layer in metric histo select Christoph Kluge 2025-02-28 14:00:27 +01:00
  • d5394c9e92 fix: analysis view top links fixed, add full name to topusers Christoph Kluge 2025-02-28 13:37:59 +01:00
  • 42135fd26c if disableClusterSelection is set, display info in cluster filter Christoph Kluge 2025-02-28 13:37:28 +01:00
  • 38569f55c7 add title to roofline plot Christoph Kluge 2025-02-28 13:09:04 +01:00
  • 5ce03c2db3 add metric selection count info to job view Christoph Kluge 2025-02-28 13:08:32 +01:00
  • 1031b3eb79 fix: user and status view histogram selection Christoph Kluge 2025-02-28 13:06:40 +01:00
  • fcdf4cd476 Bugfixes Jan Eitzinger 2025-02-28 10:15:16 +01:00
  • 6268dffff8 Readd time pkg after fixing merge conflict Jan Eitzinger 2025-02-28 09:20:05 +01:00
  • c10737bfd7 Merge branch 'master' into dev Jan Eitzinger 2025-02-28 09:17:39 +01:00
  • bd0cc69668 Review fatalf log calls and messages Christoph Kluge 2025-02-27 18:10:04 +01:00
  • 84fffac264 Merge branch 'dev' into review_logging Christoph Kluge 2025-02-27 15:20:46 +01:00
  • 24d43f3540 allow /start_job/ with 0 second duration ccfront-dev Michael Panzlaff 2025-02-27 15:11:07 +01:00
  • 5bf968010e Merge branch 'dev' of https://github.com/ClusterCockpit/cc-backend into dev Christoph Kluge 2025-02-27 14:51:34 +01:00
  • 61bc095d01 fix: decouple polarPlot data query, add new dedicated gql endpoint Christoph Kluge 2025-02-27 14:51:31 +01:00
  • e376f97547 make swagger Michael Panzlaff 2025-02-27 14:42:18 +01:00
  • f2428d3cb3 /jobs/stop_job/ change bad job_state to HTTP 422 Michael Panzlaff 2025-02-27 14:20:18 +01:00
  • 2fdac85d31 fix: Do not allow to start a job with a state != running Michael Panzlaff 2025-02-27 14:04:54 +01:00
  • b731395689 Merge branch 'dev' of https://github.com/ClusterCockpit/cc-backend into dev Christoph Kluge 2025-02-26 15:21:00 +01:00
  • 07405e3466 fix: add missing exclusive filter handler for jobQuery Christoph Kluge 2025-02-26 15:20:58 +01:00
  • fc0c76bd77 Apply new log funtion to init and main, review or add logtexts Christoph Kluge 2025-02-26 15:20:25 +01:00
  • d209547968 Remove dedicated fatal loglevel, change to Fprintln for unformatted Christoph Kluge 2025-02-26 14:40:54 +01:00
  • 632b9fc5ea Prepare Bugfix release 1.4.3 Jan Eitzinger 2025-02-26 12:54:50 +01:00
  • 702591b4ec Merge branch 'master' into hotfix Jan Eitzinger 2025-02-26 11:42:01 +01:00
  • c562746e5f Merge pull request #343 from ClusterCockpit/dev Jan Eitzinger 2025-02-25 13:09:54 +01:00
  • c0443cbec2 Merge pull request #334 from ClusterCockpit/add_statsRounding_dataLoader Jan Eitzinger 2025-02-25 13:07:03 +01:00
  • 0191bc3821 Annotate and review log functions, add stdout writers Christoph Kluge 2025-02-25 10:21:48 +01:00
  • 633bd42036 Add rounding to archiver avg stat calculation Christoph Kluge 2025-02-24 11:10:45 +01:00
  • 998ef8d834 fix: use job_view_selectedMetrics config instead of iterating globalMetrics Christoph Kluge 2025-02-19 16:40:25 +01:00
  • c25b076ca9 fix: separate polar plot metric list from job.footprint return Christoph Kluge 2025-02-19 16:38:35 +01:00
  • f43379f365 fix: add missing factor for job power calculation, see #340 Christoph Kluge 2025-02-18 18:10:39 +01:00
  • d902c0acf4 Merge branch 'master' into hotfix Christoph Kluge 2025-02-18 09:35:02 +01:00
  • 58e678d72c fix: load jobView roofline on finest resolution separately by default, see #339 Christoph Kluge 2025-02-17 18:24:28 +01:00
  • a5fdccc764 Introduce nats client Jan Eitzinger 2025-02-17 17:26:51 +01:00
  • cbc49669d0 Merge pull request #333 from brinkcoder/default-metrics-config Jan Eitzinger 2025-02-17 11:23:02 +01:00
  • 78bb638fd6 Merge pull request #338 from brinkcoder/add-login-ratelimiting Jan Eitzinger 2025-02-17 11:03:18 +01:00
  • 7a61bae471 clarify error message for blocked user exterr2f 2025-02-17 09:17:27 +01:00
  • e1b992526e Improve rate limiting to combination of IP and username exterr2f 2025-02-14 20:20:42 +01:00
  • 1b043838ea fix: fix svelte js race condition on metric selection change, see #335 Christoph Kluge 2025-02-14 16:18:58 +01:00
  • 07e72294dc Merge branch 'master' into hotfix Christoph Kluge 2025-02-14 14:29:33 +01:00
  • b6b37ee68b Add Rate Limiting based on IP and username exterr2f 2025-02-14 12:41:28 +01:00
  • 43cb1f1bff Fix SessionMaxAge condition to correctly apply valid values exterr2f 2025-02-14 11:41:34 +01:00
  • f7a67c72bf fix 'unhandled case' error for core metrics Michael Panzlaff 2025-02-13 17:34:45 +01:00
  • c5476d08fa amend polar frontend logs Christoph Kluge 2025-02-12 10:11:54 +01:00
  • 8af92b1557 simplify polar plot data code, add scaling for shared jobs to polar Christoph Kluge 2025-02-11 18:38:48 +01:00
  • eaa826bb8a adds centralized rounding of series stats in dataLoader Christoph Kluge 2025-02-11 10:57:04 +01:00
  • 140b3c371d fix undefined if system_view_selectedMetric missing Christoph Kluge 2025-02-10 15:36:14 +01:00
  • f158eaa29c Add default_metrics.json which sets the defaults for job_view_selectedMetrics:cluster for new users exterr2f 2025-02-10 09:08:09 +01:00
  • c4b98ade53 increase user table height, add but disable autocomplete attribute Christoph Kluge 2025-02-05 15:18:42 +01:00
  • f2e85306ca fix wrong label ids in options view Christoph Kluge 2025-02-05 12:58:51 +01:00
  • 42b9de8360 add canvasId default, fix analysis view pie props Christoph Kluge 2025-02-05 12:51:06 +01:00
  • 6c244f3121 renderodelist spinner info only for continuous scroll Christoph Kluge 2025-02-04 18:41:10 +01:00
  • 9f56213d2f fix list view sorting of string fields Christoph Kluge 2025-02-04 17:52:11 +01:00
  • fb2f7cf680 fix dirty vars on textfilter reset Christoph Kluge 2025-02-04 13:29:09 +01:00
  • 8fcdd24f84 Second onclick pass Christoph Kluge 2025-02-04 12:52:56 +01:00
  • aaafde4a7c add function syntax to sveltestrap onclick events and others Christoph Kluge 2025-02-04 12:13:06 +01:00
  • 2b23003556 fix metric selection drag and drop Christoph Kluge 2025-02-03 19:36:28 +01:00
  • 5681062f01 Initial migration to Svelte5 via full syntax compatability Christoph Kluge 2025-02-03 17:31:01 +01:00
  • d61bf212f5 Fix 'make -B', don't fail if $(VAR) already exists Michael Panzlaff 2025-02-03 17:02:13 +01:00
  • 2bd7c8d51e Fix 'make -B' Michael Panzlaff 2025-02-03 16:52:50 +01:00
  • 1e63cdbcda fix: remove caching for footprint db field Christoph Kluge 2025-01-30 17:14:17 +01:00
  • 86d85f12be Merge pull request #330 from ClusterCockpit/dev Jan Eitzinger 2025-01-30 12:30:25 +01:00
  • dd470d49ec fix potential crash cause due to index oor on empty ccms return Christoph Kluge 2025-01-30 11:55:40 +01:00
  • 95d8062b00 fix Generate JWT as user doesn't work #327 Christoph Kluge 2025-01-30 11:10:50 +01:00
  • 8f82399214 Merge branch 'master' into hotfix Christoph Kluge 2025-01-30 10:36:33 +01:00
  • 6247150e9c Merge pull request #326 from ClusterCockpit/dev Jan Eitzinger 2025-01-28 14:23:15 +01:00
  • 5266644725 Merge branch 'master' into dev Jan Eitzinger 2025-01-28 14:21:16 +01:00
  • 81d9e96552 Upgrade golang version Jan Eitzinger 2025-01-28 14:17:28 +01:00
  • 4ec9f06114 Merge pull request #325 from ClusterCockpit/add_detailed_nodelist Jan Eitzinger 2025-01-28 13:53:57 +01:00
  • 0033e9f6c0 Regenerate GraphQL adapter Jan Eitzinger 2025-01-28 13:51:12 +01:00
  • 571652c314 Merge branch 'dev' into add_detailed_nodelist Jan Eitzinger 2025-01-28 13:47:22 +01:00
  • 7ec233e18a Merge pull request #324 from ClusterCockpit/317_add_colorblindmode Jan Eitzinger 2025-01-28 13:38:40 +01:00
  • 13c9a12336 Merge pull request #323 from ClusterCockpit/add_histogram_bin_select Jan Eitzinger 2025-01-28 13:38:15 +01:00
  • 83d472ecd6 Fix duration histograms in status and analysis view, use defaults Christoph Kluge 2025-01-27 12:35:42 +01:00
  • c21da6512a fix rerender by keys, disable resolution select if no resampling active Christoph Kluge 2025-01-24 16:17:51 +01:00
  • 4b4374e0df Merge pull request #322 from ClusterCockpit/hotfix Christoph Kluge 2025-01-24 14:35:28 +01:00
  • 407276a04d Merge pull request #321 from ClusterCockpit/fix-go-version Christoph Kluge 2025-01-24 14:33:32 +01:00
  • 64f60905b4 Drop change on zoom for selector with options Christoph Kluge 2025-01-24 14:06:43 +01:00
  • 9e6072fed2 Add 25th hour for runtime bracket 24-25h Christoph Kluge 2025-01-24 10:39:33 +01:00
  • a3e5c424fd add zoom in metric histograms for running and completed states Christoph Kluge 2025-01-23 17:48:45 +01:00
  • 6683a350aa initial duration histogram zoom in frontend Christoph Kluge 2025-01-23 12:23:29 +01:00
  • 05bfa9b546 Prepare adaptive binCounts in backend Christoph Kluge 2025-01-22 12:07:12 +01:00
  • 735988decb add extended legend for nodelist acc metrics, move nodelist paging select Christoph Kluge 2025-01-21 18:35:03 +01:00
  • d0580592be include feedback on nodeListView Christoph Kluge 2025-01-17 13:13:00 +01:00
  • 817076bdbf initial prototyping Christoph Kluge 2025-01-16 12:25:49 +01:00
  • 736236e9ca add colorblind setting and friendly palettes Christoph Kluge 2025-01-14 17:40:25 +01:00
  • 3f4114c51b fix: Fix go version in go.mod Michael Panzlaff 2025-01-14 10:34:16 +01:00
  • 5c2c493c56 edit page titles, fix nodeList continuous parameter changes Christoph Kluge 2025-01-13 14:00:10 +01:00
  • 2c383ebea1 add independent config keys for nodeList Christoph Kluge 2025-01-13 11:46:17 +01:00
  • 91e73450cf fix error on metric selection change if continuous Christoph Kluge 2025-01-13 11:13:06 +01:00
  • e55798944e add navbar select, add continous scroll, paging persistance Christoph Kluge 2025-01-10 18:02:54 +01:00
  • 5ea11a5ad2 fix legends, add resolution, add statsseries, add simple healthcheck Christoph Kluge 2025-01-10 16:06:29 +01:00
  • 2a3383e9e6 add scopes, paging and backend filtering to nodeList Christoph Kluge 2025-01-09 18:56:50 +01:00
  • e871703724 add dedicated nodeListData handling to metricData interface Christoph Kluge 2025-01-09 11:18:04 +01:00
  • 1ee367d7be Merge branch 'hotfix' into add_detailed_nodelist Christoph Kluge 2025-01-07 14:07:41 +01:00
  • bce536b9b4 fix: add missing parameters for correct shared metric thresholds Christoph Kluge 2024-12-20 17:15:02 +01:00
  • 7c9182e0b0 move shared routine to utils.js, remove flop peak reduction Christoph Kluge 2024-12-20 17:14:12 +01:00
  • aa915d639d feat: add deselect all button to jobStatefilter Christoph Kluge 2024-12-20 13:02:21 +01:00