Commit Graph

1373 Commits

Author SHA1 Message Date
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
moebiusband 29b6022f97 Allow to overwrite legal texts 2023-06-12 16:45:23 +02:00
moebiusband c7c83fc08c Replace Analysis with Status view in Homepage 2023-06-12 14:58:33 +02:00
moebiusband 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
moebiusband 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
moebiusband 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
moebiusband 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
moebiusband 616095fe66 Add additional job stats, fix test 2023-06-09 11:29:07 +02:00
moebiusband 5ba6f0ed3a Refactor and adapt to new API 2023-06-09 09:09:41 +02:00
moebiusband 02752f52e4 Merge branch 'master' into refactor-job-repository 2023-06-08 06:22:51 +02:00
moebiusband 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
moebiusband ff23f8e270 Merge branch 'refactor-job-repository' of github.com:ClusterCockpit/cc-backend into refactor-job-repository 2023-06-07 12:00:11 +02:00
moebiusband 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
Christoph Kluge 246ac0563f Fix filter implementation in user view 2023-06-06 16:52:40 +02:00
Christoph Kluge 37d9b5172b Fix UserOrProject functionality
- fixed by restoring correct implementation of filters in frontend
2023-06-06 16:28:54 +02:00
moebiusband 784ae125be Reformatting 2023-06-06 13:13:08 +02:00
moebiusband 695e8e270a Split job Repository in multiple files 2023-06-06 10:27:55 +02:00
Jan Eitzinger 797d5da80b Merge pull request #120 from ClusterCockpit/optimize-sqlite-db-setup
Enable SQL hooks for statement debugging
2023-06-05 16:41:52 +02:00
moebiusband 96d036a128 Enable SQL hooks for statement debugging 2023-06-05 16:38:58 +02:00
Jan Eitzinger e32872181f Merge pull request #118 from ClusterCockpit/optimize-sqlite-db-setup
Add migration for job table contraints
2023-06-05 16:13:24 +02:00
moebiusband d53ef526dd Fix tests 2023-06-05 16:10:47 +02:00
moebiusband e444b83149 Fix errors 2023-06-05 16:07:01 +02:00
moebiusband 5ca4bdbd91 Remove VACUUM 2023-06-05 16:01:14 +02:00
moebiusband 8b6a1c8045 Add migration for job table contraints 2023-06-05 15:58:07 +02:00
Christoph Kluge 0d4935e244 Merge pull request #116 from ClusterCockpit/97_107_mark_and_show_shared
97 107 mark and show shared
2023-06-01 17:55:16 +02:00
Christoph Kluge a6cb833843 Merge branch 'master' into 97_107_mark_and_show_shared
- Solves query.go conflict by splitting QueryJobLinks function aswell
2023-06-01 17:48:43 +02:00
Jan Eitzinger 08a7df461e Merge pull request #117 from ClusterCockpit/optimize-sqlite-db-setup
Optimize sqlite db setup
2023-06-01 17:14:40 +02:00
moebiusband 2de85b0120 Add composite indexes 2023-06-01 15:40:37 +02:00