Commit Graph

1288 Commits

Author SHA1 Message Date
Christoph Kluge
cdd25eaa15 Fix job view scope dropdown data load 2023-06-13 16:42:32 +02:00
Christoph Kluge
8aa7f4eb07 Fix roofline data reference
- caused roofline data being regarded as missing
2023-06-13 16:42:04 +02:00
Jan Eitzinger
445fe14ac8
Merge pull request #132 from ClusterCockpit/hotfix
Hotfix
2023-06-13 15:18:58 +02:00
Jan Eitzinger
cc1ae28fb3
Merge branch 'master' into hotfix 2023-06-13 15:16:57 +02:00
27d7d57225 Merge branch 'hotfix' of github.com:ClusterCockpit/cc-backend into hotfix 2023-06-13 15:15:34 +02:00
addeeea395 Update documentation and streamline language 2023-06-13 15:14:19 +02:00
Jan Eitzinger
afadc30329
Update adm-upgrade.md 2023-06-13 14:49:00 +02:00
Jan Eitzinger
273c5c1897
Merge pull request #131 from ClusterCockpit/moebiusband73-patch-1
Update adm-upgrade.md
2023-06-13 14:45:59 +02:00
Jan Eitzinger
3b3a561ebf
Update adm-upgrade.md 2023-06-13 14:44:03 +02:00
Jan Eitzinger
802249cd9b
Merge pull request #130 from ClusterCockpit/hotfix
Update documentation
2023-06-13 14:42:35 +02:00
3766121aef Fix test 2023-06-13 14:40:23 +02:00
857ce637c0 Update adm-upgrade.md 2023-06-13 14:39:11 +02:00
18bbd11c5e Update documentation 2023-06-13 14:35:57 +02:00
Jan Eitzinger
88fe367ecb
Merge pull request #129 from ClusterCockpit/hotfix
Hotfix
2023-06-12 17:18:05 +02:00
Christoph Kluge
76d6943691 Merge branch 'hotfix' of https://github.com/ClusterCockpit/cc-backend into hotfix 2023-06-12 17:01:10 +02:00
Christoph Kluge
dd74f27708 Add adaptive histogram sizing toggle
- Patches lagging filters in single-user view
-See comment in User.root.svelte for detail
2023-06-12 17:01:07 +02:00
29b6022f97 Allow to overwrite legal texts 2023-06-12 16:45:23 +02:00
c7c83fc08c Replace Analysis with Status view in Homepage 2023-06-12 14:58:33 +02:00
d4a26e71cd Introduce debug mode 2023-06-12 14:44:54 +02:00
Jan Eitzinger
86f805244d
Merge pull request #127 from pc2/master
Skip files with size of 0 Bytes
2023-06-12 14:05:38 +02:00
Jan Eitzinger
d49e5cda64
Merge pull request #128 from ClusterCockpit/hotfix
Hotfix
2023-06-12 12:20:28 +02:00
Christoph Kluge
02c31a24bd Add filter presets to status list links 2023-06-12 12:12:15 +02:00
Christoph Kluge
f31d8a3af0 fix test 2023-06-12 11:58:10 +02:00
Christoph Kluge
0d2e20e9e4 Handle users with no roles as "user role"
-for backwards compatibility
2023-06-12 11:35:16 +02:00
Michael Schwarz
c274e979f4 Skip files with size of 0 Bytes 2023-06-12 09:10:04 +02:00
21ec2bb51d Consider initial run case for compression 2023-06-11 09:00:57 +02:00
Jan Eitzinger
eae4f384fe
Merge pull request #126 from ClusterCockpit/hotfix
Improve Compression Service
2023-06-10 07:52:14 +02:00
911dcb6626 Improve Compression Service
* Add Timing and more feedback
* Introduce persistent last compressed timestamp
2023-06-10 07:49:02 +02:00
Jan Eitzinger
05ec0a4973
Merge pull request #125 from ClusterCockpit/hotfix
Fix bug for histogram only query
2023-06-09 16:09:38 +02:00
Jan Eitzinger
a88a97f1b8 Fix bug for histogram only query 2023-06-09 16:03:06 +02:00
Jan Eitzinger
f70c88d6b3
Merge pull request #124 from ClusterCockpit/refactor-job-repository
Refactor job repository
2023-06-09 15:07:46 +02:00
918f1993f2 Add loglevel access. Fix timer labels. 2023-06-09 15:02:22 +02:00
Christoph Kluge
71db1f8cdd Remove hardcoded time label 2023-06-09 13:55:09 +02:00
Christoph Kluge
6e5afd1192 Add switch for small histograms
- adapts distance of labels to x axis
2023-06-09 13:30:55 +02:00
Christoph Kluge
edb1b47281 Add AddJobCount() for analysis view 2023-06-09 13:15:25 +02:00
Christoph Kluge
3d75f0ef3c Fix missed variable name change 2023-06-09 12:42:01 +02:00
Christoph Kluge
9f42f5b28f Add TotalAccHours to project and user lists 2023-06-09 12:28:24 +02:00
616095fe66 Add additional job stats, fix test 2023-06-09 11:29:07 +02:00
5ba6f0ed3a Refactor and adapt to new API 2023-06-09 09:09:41 +02:00
02752f52e4 Merge branch 'master' into refactor-job-repository 2023-06-08 06:22:51 +02:00
fb86ebdbcc Renaming 2023-06-08 06:18:19 +02:00
Jan Eitzinger
e244a7c85a
Merge pull request #122 from pc2/master
Fix database migration order
2023-06-07 17:26:58 +02:00
Jan Eitzinger
1b1e46bf01
Merge pull request #123 from ClusterCockpit/121_fix_filter_reactivity_crash
121 fix filter reactivity crash
2023-06-07 17:24:46 +02:00
Michael Schwarz
a183c23e25 Fix truncate call on mysql and provide step 4 migrations for mysql 2023-06-07 16:49:08 +02:00
Christoph Kluge
4e568e60cd Del JobName from Job type, jobStats name required
- Regenerated GQL
- Relates to #121
- return jobStats name as string
2023-06-07 14:13:59 +02:00
ff23f8e270 Merge branch 'refactor-job-repository' of github.com:ClusterCockpit/cc-backend into refactor-job-repository 2023-06-07 12:00:11 +02:00
becb2bfa3a Refactor Jobs stats resolver 2023-06-07 11:58:58 +02:00
Michael Schwarz
df240c2394 Fix database migration order 2023-06-07 11:45:58 +02:00
Christoph Kluge
dbebecfcdb Update variable naming for filter implementation 2023-06-06 17:03:08 +02:00
Christoph Kluge
b63969e5cc Update variable naming for filter implementation 2023-06-06 16:58:08 +02:00