Commit Graph

  • 575753038b feat: add jobname filter to joblist textfilter Christoph Kluge 2024-05-22 18:22:35 +0200
  • 061c9f0979 fix: deselected metrics were marked as missing on new jobview load Christoph Kluge 2024-05-22 15:57:22 +0200
  • b48d1b8ad6 fix: correct status view columns on mobile displays Christoph Kluge 2024-05-22 14:21:54 +0200
  • dff7aeefb8 Merge branch 'hotfix' of github.com:ClusterCockpit/cc-backend into hotfix Jan Eitzinger 2024-05-16 11:19:00 +0200
  • 54f7980162 fix: Add required key to init config file Jan Eitzinger 2024-05-16 11:18:57 +0200
  • 684cb5a376 feat: change statistics render of metric plot to min/max/median Christoph Kluge 2024-05-08 16:17:42 +0200
  • 597bccc080 fix: add SQL JSON validity check to meta_data query Christoph Kluge 2024-05-06 13:15:15 +0200
  • 72557fd0bf feat: add statistics series render to job view metric plots Christoph Kluge 2024-05-02 16:32:01 +0200
  • 0b2f2214f9
    Merge pull request #259 from ClusterCockpit/hotfix Jan Eitzinger 2024-04-26 12:20:52 +0200
  • ef51e69ffb feat: Add roofline color scale for time information Christoph Kluge 2024-04-26 11:11:55 +0200
  • c9eb40f455 fix: fix metricPlot y zoom reset Christoph Kluge 2024-04-25 16:59:27 +0200
  • b66750339d add default value, remove unused argument Christoph Kluge 2024-04-25 16:59:04 +0200
  • 136460567c Feat: Add by-user setting for paging type Christoph Kluge 2024-04-25 15:00:53 +0200
  • f80123c85d Fix: Add missing nullsafe for admin user table Christoph Kluge 2024-04-24 13:47:29 +0200
  • a22340196f Fix: Improve jobName query by parsing DB field as JSON Christoph Kluge 2024-04-22 12:14:40 +0200
  • cbaeffde2c fix: improve speed of hasNextPage query for infinite scroll Christoph Kluge 2024-04-22 11:29:31 +0200
  • 649d50812b Merge branch 'master' into 134-job-tagging Jan Eitzinger 2024-04-22 11:03:13 +0200
  • b67f5436f8 Merge branch 'hotfix' of github.com:ClusterCockpit/cc-backend into hotfix Jan Eitzinger 2024-04-21 15:04:09 +0200
  • b637ddeb28 Refactor and reformat userConfig Jan Eitzinger 2024-04-21 15:04:00 +0200
  • a20b7eacd6
    Merge pull request #258 from ClusterCockpit/hotfix v1.3.0 Jan Eitzinger 2024-04-15 12:58:52 +0200
  • 6df639a0c3 Prepare Release 1.3.0 Jan Eitzinger 2024-04-15 12:54:50 +0200
  • d4a9887532 Merge branch 'master' into hotfix Christoph Kluge 2024-04-15 10:39:00 +0200
  • 79b08a181d fix: trigger continuous load condition earlier Christoph Kluge 2024-04-15 10:36:26 +0200
  • 758cef1bd3
    Merge pull request #257 from ClusterCockpit/hotfix Christoph Kluge 2024-04-12 15:43:25 +0200
  • fb8bbea99d Remove year in copyright notice Jan Eitzinger 2024-04-11 23:04:30 +0200
  • 9b261a4778 Merge branch 'master' into hotfix Jan Eitzinger 2024-04-10 14:24:12 +0200
  • aafa29db8b fix: add acc scope to job query if acc >= 1 Christoph Kluge 2024-04-03 14:15:04 +0200
  • 896c39f9bc
    Merge pull request #255 from ClusterCockpit/dependabot/go_modules/github.com/go-jose/go-jose/v3-3.0.3 Jan Eitzinger 2024-03-29 06:09:01 +0100
  • 3a97ff7f57
    Bump github.com/go-jose/go-jose/v3 from 3.0.1 to 3.0.3 dependabot[bot] 2024-03-29 05:06:00 +0000
  • 7518c41fab
    Merge pull request #254 from ClusterCockpit/dependabot/go_modules/github.com/containerd/containerd-1.6.26 Jan Eitzinger 2024-03-29 06:04:58 +0100
  • 8cb00a5340
    Bump github.com/containerd/containerd from 1.6.18 to 1.6.26 dependabot[bot] 2024-03-28 16:45:31 +0000
  • baa51db26c
    Merge pull request #252 from ClusterCockpit/20_infinite_scroll Jan Eitzinger 2024-03-28 17:43:02 +0100
  • fc260b2291 fix number of cols to prevent uplot overflow Christoph Kluge 2024-03-28 17:26:31 +0100
  • 43ebb01b63 fix: move scroll event behind condition Christoph Kluge 2024-03-28 15:57:24 +0100
  • 067dc0df5d
    feat: Add OpenID Connect Authentication support Jan Eitzinger 2024-03-28 14:36:58 +0100
  • 6828c97415 Add central function to persist users on Login Jan Eitzinger 2024-03-28 14:22:23 +0100
  • 50401e0030 Fix conditional rendering of OIDC button in login Jan Eitzinger 2024-03-28 13:18:25 +0100
  • c3d2508693 Update package deps after merge Jan Eitzinger 2024-03-28 12:09:08 +0100
  • 642fd5cc91 Merge branch 'master' into 236-user-authentication-using-keycloak-or-any-openid-client-for-using-external-auth-providers-such-as-ldap-github-google Jan Eitzinger 2024-03-28 12:07:58 +0100
  • e8fb5a0030 Add OpenID Connect authentication Jan Eitzinger 2024-03-28 12:01:13 +0100
  • 0dee5073c6 fix: make hasnextpage optional parameter, use only if inf scroll configured Christoph Kluge 2024-03-26 16:27:04 +0100
  • b9b452f043 feat: prototype infinite scroll implementation Christoph Kluge 2024-03-26 15:56:07 +0100
  • ddd3fad1c6
    Merge pull request #251 from ClusterCockpit/hotfix Jan Eitzinger 2024-03-25 10:35:48 +0100
  • 1f5723a97e Merge branch 'hotfix' of https://github.com/ClusterCockpit/cc-backend into hotfix Christoph Kluge 2024-03-22 16:10:35 +0100
  • 5a177c952d fix: multiple accs with identical label, cloned data for single acc Christoph Kluge 2024-03-22 16:10:30 +0100
  • 86e456d152
    Merge pull request #250 from ClusterCockpit/hotfix Jan Eitzinger 2024-03-22 09:54:29 +0100
  • 03895f9e45 Swag dependency needs at least Go 1.20 Jan Eitzinger 2024-03-22 09:41:18 +0100
  • 5c79f44055 Clarify functionality of gen-keypair tool Jan Eitzinger 2024-03-22 08:59:59 +0100
  • 83c38e74db Refactoring: Reduze bytesize of structs. Jan Eitzinger 2024-03-22 08:59:35 +0100
  • 1e5f2944cf Upgrade dependencies. Port to jwt-auth v5. Jan Eitzinger 2024-03-21 22:02:59 +0100
  • e45ecbdef7
    Merge pull request #249 from ClusterCockpit/hotfix Jan Eitzinger 2024-03-19 16:21:47 +0100
  • c65694b36c Add tags and metadata to job queries. Fix query parameter handling. Jan Eitzinger 2024-03-19 16:18:43 +0100
  • 0005469101 Refactor Jan Eitzinger 2024-03-19 16:16:02 +0100
  • 60b56bd41a Fix: Simplify footprint logic, fix aggregated sum values Christoph Kluge 2024-03-18 18:57:15 +0100
  • 81fe492655
    Merge pull request #247 from ClusterCockpit/hotfix Jan Eitzinger 2024-03-15 09:30:48 +0100
  • 849b7e038d Fix: make footprint display configurable app-wide Christoph Kluge 2024-03-14 15:14:19 +0100
  • 82f5257cf1 fix merge bugs Christoph Kluge 2024-03-14 14:24:54 +0100
  • e347659db4 moved module context script Christoph Kluge 2024-03-14 11:09:18 +0100
  • 7940317857 Merge branch 'hotfix' of https://github.com/ClusterCockpit/cc-backend into hotfix Christoph Kluge 2024-03-14 11:08:37 +0100
  • 58415ab5c3 Adapt for accs in shared threshold s Christoph Kluge 2024-03-14 10:35:14 +0100
  • 1176974a78
    Merge pull request #245 from pc2/master Jan Eitzinger 2024-03-14 09:42:24 +0100
  • ce792426e6 Disable foreign key check while updating database Michael Schwarz 2024-03-14 09:15:15 +0100
  • e92e727279 Extend oidc auth provider Jan Eitzinger 2024-03-13 17:09:36 +0100
  • f761900a3e Add initial code for oidc authentication support Jan Eitzinger 2024-03-13 09:37:12 +0100
  • 32a57661fd Upgrade frontend dependencies Jan Eitzinger 2024-03-09 10:30:40 +0100
  • 5004e44934
    feat: Add jobs endpoint to retrieve job meta and all job metric data Jan Eitzinger 2024-03-08 16:41:57 +0100
  • 99d55f05f8 feat: Add cluster config endpoint to rest api Jan Eitzinger 2024-03-08 16:35:30 +0100
  • 9fd839fad8 Add rest endpoint to get all job data Jan Eitzinger 2024-03-08 15:31:34 +0100
  • 1c7cc9e16f
    fix: Adapt tag db queries to also work with mysql/mariadb Jan Eitzinger 2024-03-08 11:32:30 +0100
  • 06d01962a6 feat: Allow to revert db to previous version Jan Eitzinger 2024-03-08 11:28:26 +0100
  • 2c2c1accb5 Allow up and down migration of database Jan Eitzinger 2024-03-08 10:58:45 +0100
  • 105b7eabf0 Add migration and introduce dirty flag handling Jan Eitzinger 2024-03-08 10:47:32 +0100
  • de1d83e1a9
    Merge branch 'master' into 231-sql-statement-syntax Jan Eitzinger 2024-03-08 09:05:13 +0100
  • ce97780741
    feat: Add rest endpoint to add/edit Metadata entry Jan Eitzinger 2024-03-08 09:01:39 +0100
  • e81e56ea1d Add rest endpoint edit_meta including helper routines Jan Eitzinger 2024-03-08 08:51:05 +0100
  • aa6336ea1e Refactor Jan Eitzinger 2024-03-06 14:50:08 +0100
  • dd887cbb1f Do all tag queries with query builder Jan Eitzinger 2024-03-06 13:47:52 +0100
  • 860053be67
    Merge pull request #240 from ClusterCockpit/hotfix Jan Eitzinger 2024-02-23 10:17:45 +0100
  • 5a4671b7b1 Always return on metricstore error. Jan Eitzinger 2024-02-23 10:08:41 +0100
  • ad998910a0 Add FileStashUrl type and Query methods*** ***Add Control component and update Header component*** ***Add control.tmpl template*** ***Update rollup.config.mjs*** ***Update routes.go*** ***Add VerticalTab and LinuxUser components sanjay7178 2024-02-20 03:03:07 +0530
  • 72c5a3dd5e Update configurations and add new files sanjay7178 2024-02-19 19:20:23 +0530
  • 0309720c43 Add new tables and columns for notifications, influxdb configurations, realtime logs, LVM configuration, and machine configuration sanjay7178 2024-02-19 14:21:14 +0530
  • 71ae60e6c7 Add database configuration to config-demo.json sanjay7178 2024-02-19 00:36:50 +0530
  • ec581e3509 Adapt normal marker line for shared jobs Christoph Kluge 2024-02-16 16:57:02 +0100
  • 217b9f3658 Add VerticalTab component for partition settings sanjay7178 2024-02-15 22:54:43 +0530
  • f58a0217f8 Add job-archive-demo.tar to .gitignore and ignore .idea directory in migrations/mysql*** ***Update config-demo.json with new database connection details*** ***Add console.log statement in Systems.root.svelte*** ***Add "Partitions" menu item in Header.svelte*** ***Add partitions related files and routes*** ***Add partitions.entrypoint.js*** ***Update Makefile to use pnpm instead of npm*** ***Comment out wget commands in startDemo.sh*** ***Update rollup.config.mjs to include partitions.entrypoint.js*** ***Add PartitionSetting.svelte and Dashboard.svelte sanjay7178 2024-02-15 17:05:01 +0530
  • 03a496d477 Merge branch 'master' into 37-provide-a-s3-compatible-storage-backend-for-the-job-archive 37-provide-a-s3-compatible-storage-backend-for-the-job-archive Jan Eitzinger 2024-02-15 11:01:38 +0100
  • e7ae9dd06d Cleanup README Jan Eitzinger 2024-02-13 11:55:00 +0100
  • 0c7f55ff8d Remove obsolete package build rule Jan Eitzinger 2024-02-13 11:54:50 +0100
  • bcd7f47409 Transfer docs to dedicated doc webpage Jan Eitzinger 2024-02-13 11:54:02 +0100
  • 476caebe7f Merge branch 'master' into hotfix Jan Eitzinger 2024-02-13 11:05:09 +0100
  • dadc81c026 Add title to logout btn Christoph Kluge 2024-02-13 10:06:52 +0100
  • cc719d0ae5 Add Docs to Navbartools, move logout btn Christoph Kluge 2024-02-13 09:59:38 +0100
  • 53af79cf0d Match mem_used color logic for footprint with plots Christoph Kluge 2024-02-12 17:12:04 +0100
  • f534ad66e1
    Merge pull request #238 from ClusterCockpit/hotfix Christoph Kluge 2024-02-09 17:26:33 +0100
  • 2d8cf02296 Add nullsafe to footprint mean gather Christoph Kluge 2024-02-09 17:19:58 +0100
  • 71386f8466 Fix footprint logic for metrics equal zero Christoph Kluge 2024-02-09 17:09:08 +0100
  • c897c8e56b Add missing rounding func Christoph Kluge 2024-02-09 17:06:46 +0100
  • 2036069051 Remove unresponsive histogram selections Christoph Kluge 2024-02-09 16:49:56 +0100
  • be6c63e526
    Merge pull request #237 from ClusterCockpit/hotfix Christoph Kluge 2024-02-09 16:26:16 +0100