Commit Graph

  • 5535c5780c Merge branch 'Refactor-job-footprint' of https://github.com/ClusterCockpit/cc-backend into Refactor-job-footprint Christoph Kluge 2024-08-15 14:33:08 +02:00
  • 49e0a2c055 fix: add compatibility for footprint metrics without config Christoph Kluge 2024-08-15 14:33:04 +02:00
  • efbe53b6b4
    Rules AmritanshuV 2024-08-15 12:40:57 +02:00
  • 5e074dad10
    Resolve error in migration Jan Eitzinger 2024-08-15 12:39:14 +02:00
  • d6a88896d0
    Refactor: Reduce struct memory size Jan Eitzinger 2024-08-15 12:36:21 +02:00
  • 5c99f5f8bb
    Only add footprint columns if not 0 Jan Eitzinger 2024-08-15 12:35:11 +02:00
  • e1faba0ff2
    Update cluster json schema Jan Eitzinger 2024-08-15 10:39:32 +02:00
  • ba2f406bc0
    Extend sqlite db migration Jan Eitzinger 2024-08-15 09:41:54 +02:00
  • 9b6db4684a
    Refactor: Remove redundant code Jan Eitzinger 2024-08-15 08:53:49 +02:00
  • 561fd41d5d fix: add accelerator scope to to-be archived scopes Christoph Kluge 2024-08-13 17:49:28 +02:00
  • ce9995dac7 fix: fix wrongly inserted gql request and import path error Christoph Kluge 2024-08-08 12:29:45 +02:00
  • 0afaea9513 initial commit with example event dispatch Christoph Kluge 2024-08-08 12:28:36 +02:00
  • 9b5c6e3164 fix StartJobTest, add tag_scope to migration Christoph Kluge 2024-08-05 10:37:42 +02:00
  • e6ebec8c1e fix TestGetTags test, was missing scope and ctx Christoph Kluge 2024-08-05 10:19:00 +02:00
  • 2551921ed6 fix: wrong display of tag after filter select Christoph Kluge 2024-08-02 18:14:24 +02:00
  • e02575aad7 adds comments Christoph Kluge 2024-08-02 16:42:55 +02:00
  • ff3502c87a fix: fix tag filter results Christoph Kluge 2024-08-02 16:11:47 +02:00
  • 017f9b2140 feat: Add tag scopes to front and backend, initial commit Christoph Kluge 2024-08-01 18:59:24 +02:00
  • c80d3a6958 fix: errors in import paths Christoph Kluge 2024-08-01 16:11:23 +02:00
  • 3ca1127685 Restructure frontend svelte file src folder Christoph Kluge 2024-07-26 12:34:18 +02:00
  • 18369da5bc Fix small oversight. remove wip plot component Christoph Kluge 2024-07-26 10:46:13 +02:00
  • e65100cdc8 Add vscode @component comment to every svelte file, remove unused js exports Christoph Kluge 2024-07-25 17:10:00 +02:00
  • 6a1cb51c2f Refactor svelte frontend Christoph Kluge 2024-07-22 15:41:33 +02:00
  • c4d93e492b
    Remove bugs in main init Jan Eitzinger 2024-07-20 10:03:14 +02:00
  • c2f72f72ac
    Update go dependencies Jan Eitzinger 2024-07-20 08:59:51 +02:00
  • 721b6b2afa
    Change footprint variabel from bool to string Jan Eitzinger 2024-07-20 08:59:07 +02:00
  • b6f011c669
    Move footprint update task placeholder to taskmanager Jan Eitzinger 2024-07-16 12:34:27 +02:00
  • 801607fc16
    Refactor main Jan Eitzinger 2024-07-16 12:08:10 +02:00
  • 01a4d33514
    Refactor: Archive workers and Tasks Jan Eitzinger 2024-07-14 11:18:38 +02:00
  • e348ec74fd
    Fix bugs in stats.go Jan Eitzinger 2024-07-12 14:08:48 +02:00
  • 0458675608
    Convert histogram query to json keys Jan Eitzinger 2024-07-12 13:42:12 +02:00
  • c61ffce0e9
    Make job query on metric stats generic Jan Eitzinger 2024-07-12 13:21:19 +02:00
  • 68a97dc980
    Add footprint to global metric list Jan Eitzinger 2024-07-12 13:20:54 +02:00
  • a07d167390
    Fix build error with updated prometheus client Jan Eitzinger 2024-07-12 09:17:31 +02:00
  • a8721dcc69 Regenerate gql after internal merge Christoph Kluge 2024-07-11 17:37:53 +02:00
  • 68cf952ac6 Merge branch 'Refactor-job-footprint' of https://github.com/ClusterCockpit/cc-backend into Refactor-job-footprint Christoph Kluge 2024-07-11 17:33:21 +02:00
  • e14d6a81fe fix: fix db migration to v8, changes key name to cpu_load Christoph Kluge 2024-07-11 17:24:33 +02:00
  • a4912893a8 Frontend refactor backend changes Christoph Kluge 2024-07-11 17:23:59 +02:00
  • 0adfb631ef
    Update go version to 1.22 for Github test workflow Jan Eitzinger 2024-07-11 17:11:01 +02:00
  • b64ce1f67f
    Add LowerIsBetter Metric boolean. Upgrade dependencies. Jan Eitzinger 2024-07-11 16:58:12 +02:00
  • e8e3b1595d
    Switch to Go 1.22 to get rid of global loop variable bug Jan Eitzinger 2024-07-11 16:12:20 +02:00
  • f1427d5272
    Add global metric list including graphQL query Jan Eitzinger 2024-07-11 11:09:14 +02:00
  • bf6b87d65c Fix circular import after merge Christoph Kluge 2024-07-09 09:50:32 +02:00
  • 0240997257 Merge branch '263_use_median_for_statsseries' into Refactor-job-footprint Christoph Kluge 2024-07-09 09:28:21 +02:00
  • f1e341f0b9 Initial commit for frontend refactor Christoph Kluge 2024-07-09 09:17:50 +02:00
  • a54acb8c42
    Merge branch '264_user_api_access' into Refactor-job-footprint Jan Eitzinger 2024-07-05 16:17:57 +02:00
  • c6ede67589
    Add energy footprint Jan Eitzinger 2024-07-05 16:16:01 +02:00
  • 11176da5d8 Merge branch 'Refactor-job-footprint' into 264_user_api_access Christoph Kluge 2024-07-05 16:11:42 +02:00
  • 0a604336c4 Fix other apitest subtests Christoph Kluge 2024-07-05 15:42:08 +02:00
  • be9df7649f fix: setup user in api test config Christoph Kluge 2024-07-05 15:25:24 +02:00
  • 63fb923995 fix: fix api test router init Christoph Kluge 2024-07-05 13:16:21 +02:00
  • 3afe40083d rename api userconfig to frontend, return json on api auth error Christoph Kluge 2024-07-05 11:48:06 +02:00
  • 9d4767539c Restructure config frontend, add user jwt request Christoph Kluge 2024-07-04 17:30:16 +02:00
  • ac9bba8b5b
    Restructure and simplify job repo Jan Eitzinger 2024-07-04 15:05:24 +02:00
  • 80c46bea7f
    Fix bugs and failed testcases Jan Eitzinger 2024-07-04 14:14:27 +02:00
  • 614f694777 fix typo in api url Christoph Kluge 2024-07-04 11:41:17 +02:00
  • 1072d7b449 Improve auth handling of rest apis used in frontend for compatibility Christoph Kluge 2024-07-04 11:16:45 +02:00
  • 1b70596735
    Fix and test subcluster Config Jan Eitzinger 2024-07-04 06:49:59 +02:00
  • 61eebc9fbd Rework initial commit Christoph Kluge 2024-07-03 17:24:26 +02:00
  • b05909969f
    Add test for clusterConfig Jan Eitzinger 2024-07-03 12:11:43 +02:00
  • bd89ce7cc9
    Extend schema and start Unit test implementation Jan Eitzinger 2024-07-02 10:13:11 +02:00
  • 130613b717
    Fix build errors Jan Eitzinger 2024-06-28 17:08:28 +02:00
  • b3c1f39a0e
    Merge branch 'master' into Refactor-job-footprint Jan Eitzinger 2024-06-28 16:50:04 +02:00
  • 97c807cd33
    Add migration for footprint Jan Eitzinger 2024-06-28 16:49:24 +02:00
  • aede5f71ec
    Introduce adapted graphql schema Jan Eitzinger 2024-06-28 16:49:02 +02:00
  • 786770f56a
    Start to convert to new footprint layout Jan Eitzinger 2024-06-28 16:48:10 +02:00
  • 74d4f00784
    Merge pull request #276 from ClusterCockpit/hotfix Jan Eitzinger 2024-06-28 15:43:54 +02:00
  • d61c4235dc
    Merge branch 'master' into hotfix Jan Eitzinger 2024-06-28 15:41:52 +02:00
  • e8794b8c79
    Add graphql generation target to Makefile Jan Eitzinger 2024-06-28 15:41:11 +02:00
  • 552da005dc
    Add make target for swagger UI generator Jan Eitzinger 2024-06-26 05:41:42 +02:00
  • 51452d2e68
    Merge pull request #272 from ClusterCockpit/hotfix Jan Eitzinger 2024-06-25 07:16:22 +02:00
  • 5c5484b4d2
    Export package runtimeEnv Jan Eitzinger 2024-06-25 07:12:46 +02:00
  • 9974a851e8
    Merge pull request #271 from ClusterCockpit/hotfix v1.3.1 Jan Eitzinger 2024-06-22 08:59:35 +02:00
  • 6c0bfc6c35 Prepare release 1.3.1 Jan Eitzinger 2024-06-22 08:55:37 +02:00
  • 41bbd203cc
    Merge pull request #270 from ClusterCockpit/hotfix Christoph Kluge 2024-06-21 09:38:16 +02:00
  • 4344c26bef fix: make foorprint from statsSeries nullsafe Christoph Kluge 2024-06-19 13:12:51 +02:00
  • e1c1c06fb2
    Merge pull request #268 from ClusterCockpit/hotfix Jan Eitzinger 2024-06-14 14:27:13 +02:00
  • 70e63764ff fix: allow single partial errors on otherwise non-empty returned metric array Christoph Kluge 2024-06-13 12:38:29 +02:00
  • d10f3e3af6 add maxwidth to projects column Christoph Kluge 2024-05-27 15:00:00 +02:00
  • a4397d5447 fix: add scramble to textfilter component Christoph Kluge 2024-05-27 12:09:55 +02:00
  • 320c87a1db fix: add additional 30d fitler to searchbar fallback handling Christoph Kluge 2024-05-27 11:11:25 +02:00
  • 8d1228c9e8 feat: rework list searchbar, adds project-specific mode, add to user-joblist Christoph Kluge 2024-05-23 15:43:09 +02:00
  • 420bec7c46 fix: fix jobname and arrayjobid timeouts by adding additional 30d filter Christoph Kluge 2024-05-23 11:53:23 +02:00
  • ba1658beac fix: correct selectable histogram placement in status view Christoph Kluge 2024-05-22 18:50:52 +02:00
  • 575753038b feat: add jobname filter to joblist textfilter Christoph Kluge 2024-05-22 18:22:35 +02:00
  • 061c9f0979 fix: deselected metrics were marked as missing on new jobview load Christoph Kluge 2024-05-22 15:57:22 +02:00
  • b48d1b8ad6 fix: correct status view columns on mobile displays Christoph Kluge 2024-05-22 14:21:54 +02:00
  • dff7aeefb8 Merge branch 'hotfix' of github.com:ClusterCockpit/cc-backend into hotfix Jan Eitzinger 2024-05-16 11:19:00 +02:00
  • 54f7980162 fix: Add required key to init config file Jan Eitzinger 2024-05-16 11:18:57 +02:00
  • 684cb5a376 feat: change statistics render of metric plot to min/max/median Christoph Kluge 2024-05-08 16:17:42 +02:00
  • 597bccc080 fix: add SQL JSON validity check to meta_data query Christoph Kluge 2024-05-06 13:15:15 +02:00
  • 72557fd0bf feat: add statistics series render to job view metric plots Christoph Kluge 2024-05-02 16:32:01 +02:00
  • 0b2f2214f9
    Merge pull request #259 from ClusterCockpit/hotfix Jan Eitzinger 2024-04-26 12:20:52 +02:00
  • ef51e69ffb feat: Add roofline color scale for time information Christoph Kluge 2024-04-26 11:11:55 +02:00
  • c9eb40f455 fix: fix metricPlot y zoom reset Christoph Kluge 2024-04-25 16:59:27 +02:00
  • b66750339d add default value, remove unused argument Christoph Kluge 2024-04-25 16:59:04 +02:00
  • 136460567c Feat: Add by-user setting for paging type Christoph Kluge 2024-04-25 15:00:53 +02:00
  • f80123c85d Fix: Add missing nullsafe for admin user table Christoph Kluge 2024-04-24 13:47:29 +02:00
  • a22340196f Fix: Improve jobName query by parsing DB field as JSON Christoph Kluge 2024-04-22 12:14:40 +02:00
  • cbaeffde2c fix: improve speed of hasNextPage query for infinite scroll Christoph Kluge 2024-04-22 11:29:31 +02:00