Commit Graph

934 Commits

Author SHA1 Message Date
dd80d5af9e Change config value datatype
Fixes #167
2023-06-29 14:55:38 +02:00
7174f27a89 Add node filter and concurrent job list query 2023-06-28 13:35:41 +02:00
3828c138b8 Add init flag 2023-06-28 12:41:27 +02:00
6d8a3aa256 Fix bug in fsBackend and add tests for file utils 2023-06-28 07:39:39 +02:00
ab1a9fa781 Update goreleaser config 2023-06-27 15:35:57 +02:00
cf1b7e2db4 Fix typo in schema id 2023-06-27 15:35:29 +02:00
34050c8ce0 Fix argument dashes 2023-06-27 14:30:09 +02:00
eb626db9c2 Debug compression service 2023-06-27 14:29:56 +02:00
Jan Eitzinger
6cd98693c3
Merge pull request #164 from ClusterCockpit/155-improve-tag-schema
Add insert timestamp to tag, jobtag
2023-06-27 09:43:17 +02:00
d1e3e06b10 Add insert timestamp to tag, jobtag
Fixes #43
2023-06-27 09:41:06 +02:00
Jan Eitzinger
60a3b653af
Merge pull request #163 from ClusterCockpit/hotfix
Hotfix
2023-06-26 16:52:46 +02:00
8aaa5722e9 Fix errors in query logic 2023-06-26 16:48:13 +02:00
99a2888431 Fix typo in Query 2023-06-26 14:45:49 +02:00
f3a8061dfc Merge branch 'master' into hotfix 2023-06-26 14:40:44 +02:00
Jan Eitzinger
7d85c0e9ad
Merge pull request #162 from ClusterCockpit/refactor-concurrent-job-resolver
Refactor concurrent job resolver
2023-06-26 14:28:00 +02:00
c0a319ba7e Add tool binaries 2023-06-26 14:15:52 +02:00
24678ff952 Rename convert pubkey folder 2023-06-26 12:47:21 +02:00
d289360cb2 Add login overwrite docu 2023-06-26 12:46:45 +02:00
463b60acb6 Update doc files 2023-06-26 12:39:08 +02:00
Christoph Kluge
af67022a5d
Merge pull request #161 from ClusterCockpit/hotfix
Hotfix
2023-06-23 16:20:58 +02:00
Christoph Kluge
fe78c8b851 Merge branch 'hotfix' of https://github.com/ClusterCockpit/cc-backend into hotfix 2023-06-23 16:09:36 +02:00
Christoph Kluge
f992ffc2da Fix SSL timing issues with best guess search 2023-06-23 16:09:33 +02:00
Jan Eitzinger
981551e9c6
Merge pull request #160 from ClusterCockpit/hotfix
Hotfix
2023-06-23 13:42:52 +02:00
c1397ef7d5 Make img directory configurable 2023-06-23 13:34:57 +02:00
Christoph Kluge
45a3346783 Merge branch 'master' into hotfix: Bring branch up to date 2023-06-23 10:41:59 +02:00
Jan Eitzinger
2f6c16a7d8
Merge pull request #156 from giesselmann/log_levels
lower log level for frequent messages
2023-06-23 10:33:44 +02:00
Jan Eitzinger
76d3018b5c
Merge pull request #159 from ClusterCockpit/158_fix_searchbar
158 fix searchbar
2023-06-23 10:31:19 +02:00
Christoph Kluge
95b170e542 Merge branch '158_fix_searchbar' of https://github.com/ClusterCockpit/cc-backend into 158_fix_searchbar 2023-06-23 10:21:06 +02:00
Christoph Kluge
26875e06f5 Update docs 2023-06-23 10:21:03 +02:00
34f15cc407 Convert styling and layout to bootstrap 2023-06-23 10:20:48 +02:00
Christoph Kluge
3c26deda30 Format message.tmpl 2023-06-23 09:42:31 +02:00
Christoph Kluge
1761754865 Forgot tmpl 2023-06-23 09:03:36 +02:00
Christoph Kluge
9afb6dc933 Add Header Requirements and BuildInfos to message 2023-06-22 19:56:21 +02:00
8eda4b306d Unify and cleanup message template 2023-06-22 18:09:40 +02:00
82b8e8c284 Fix bug in SearchBar Handler
Introduce Message boxes
Incomplete and needs cleanup
2023-06-22 16:26:09 +02:00
Christoph Kluge
bcadb1adda Remove errorcase from single searchterm logic 2023-06-22 10:58:36 +02:00
eb867528e3 feat - Allow to overwrite login template 2023-06-22 07:01:29 +02:00
feba722a53 Refactor and Cleanup
Add SecurityCheck
2023-06-22 06:26:19 +02:00
bb7c1005c9 Refactor query logic and move to job.go 2023-06-20 15:52:16 +02:00
Pay Giesselmann
a9544f5609 lower log level for frequent messages 2023-06-20 15:47:38 +02:00
Christoph Kluge
fc33bfb47b Merge branch 'hotfix' of https://github.com/ClusterCockpit/cc-backend into hotfix 2023-06-20 13:16:04 +02:00
Christoph Kluge
b450cdd20f Add logic step to findThresholds
- fixes reference lines for subclusters w/o extra config
2023-06-20 13:16:00 +02:00
Jan Eitzinger
d0516f12b0
Merge pull request #154 from ClusterCockpit/hotfix
Hotfix
2023-06-20 13:00:00 +02:00
c973a29734 Restore api role access in SecurityCheck 2023-06-20 12:54:26 +02:00
33613cdda0 Sync commit 2023-06-20 10:38:53 +02:00
25acb2eaa5 Merge branch 'hotfix' of github.com:ClusterCockpit/cc-backend into hotfix 2023-06-20 07:55:59 +02:00
9cd65bb20c Add hook for frontend build 2023-06-20 07:55:57 +02:00
Christoph Kluge
5ba84efab6 User and Project List with 30d filter plus label
- Readable labels for other quick select ranges also
- Note: URL not reformatted for copy-bility
2023-06-19 17:59:44 +02:00
Jan Eitzinger
1f60963cbb
Merge pull request #152 from ClusterCockpit/hotfix
Rework disabled metrics, fix systems
2023-06-19 16:23:11 +02:00
Christoph Kluge
c8068f45eb Rework disabled metrics, fix systems
- Unify warning card texts
- Broader use of checkMetricDisabled function
2023-06-19 16:11:16 +02:00