Christoph Kluge
1e63cdbcda
fix: remove caching for footprint db field
...
- footprints before first worker run are cached as empty, and are permanently returned as such until app restart
- fixes Polar plot for running jobs #328
2025-01-30 17:14:17 +01:00
fd94d85edf
Compute duration for running jobs on the fly
2024-12-19 06:24:08 +01:00
0bdbcb8bab
Use persisted duration for running jobs
...
Fixes #318
2024-12-19 05:55:31 +01:00
Christoph Kluge
9248ee8868
fix: fix renamed column reference in searchbar workflow
2024-12-09 11:06:12 +01:00
49a94170d2
Add Fixme note for Energy calculation
2024-12-05 07:49:52 +01:00
35bd7739c6
fix: Replace reserved keywords in database schemas
...
Port migration to mariadb
2024-11-21 15:02:30 +01:00
ec1ead89ab
Switch back to previous meaning of energy metric attribute
2024-11-08 06:27:27 +01:00
Christoph Kluge
934d1a6114
fix: use configured footprint statType for update
2024-10-23 16:16:28 +02:00
Christoph Kluge
63b9e619a4
fix: fixed and changed to footprint update by transactions
2024-10-22 14:37:22 +02:00
Christoph Kluge
615281601c
fix wrong flag labelling, change to kWh energy calculation
2024-10-01 14:58:19 +02:00
Christoph Kluge
48225662b1
feat: display energy usage in job view
...
- optional emission constant config line added
2024-09-27 13:45:44 +02:00
Christoph Kluge
f53fc088ec
fix bugs in autoupdater query builder returns
2024-09-25 18:05:04 +02:00
7c33dcf630
Bugfix in footprint update
2024-09-05 14:58:08 +02:00
5e65e21f0b
Add quotes in duration query
2024-09-05 12:38:39 +02:00
53ca38ce53
Add debug output to duration query
2024-09-05 11:18:00 +02:00
f58efa2871
Allow to combine job update queries
2024-09-03 13:41:00 +02:00
39c09f8565
Introduce job duration update task
2024-09-03 10:03:38 +02:00
b0c9d1164d
Add initial version of footprint update service
...
Not tested yet
2024-08-30 07:22:40 +02:00
5b03cf826b
feat: Add total energy and energy footprint
2024-08-29 07:26:49 +02:00
db5809d522
Move rest of archiveing code into new archive package
2024-08-28 11:13:54 +02:00
01a4d33514
Refactor: Archive workers and Tasks
...
Work in progress
2024-07-14 11:18:38 +02:00
Christoph Kluge
bf6b87d65c
Fix circular import after merge
2024-07-09 09:50:32 +02:00
Christoph Kluge
f1e341f0b9
Initial commit for frontend refactor
2024-07-09 09:17:50 +02:00
ac9bba8b5b
Restructure and simplify job repo
2024-07-04 15:05:24 +02:00
80c46bea7f
Fix bugs and failed testcases
2024-07-04 14:14:27 +02:00
786770f56a
Start to convert to new footprint layout
2024-06-28 16:48:10 +02:00
Christoph Kluge
420bec7c46
fix: fix jobname and arrayjobid timeouts by adding additional 30d filter
...
- improve archive worker logs
- add arrayjobid filter to url if used
2024-05-23 11:53:23 +02:00
fb8bbea99d
Remove year in copyright notice
2024-04-11 23:04:30 +02:00
0005469101
Refactor
2024-03-19 16:16:02 +01:00
Jan Eitzinger
de1d83e1a9
Merge branch 'master' into 231-sql-statement-syntax
2024-03-08 09:05:13 +01:00
e81e56ea1d
Add rest endpoint edit_meta including helper routines
...
Fixes #219
2024-03-08 08:51:05 +01:00
aa6336ea1e
Refactor
...
Reformat.
Convert to query builder.
Add descriptive error log messages.
2024-03-06 14:50:08 +01:00
Christoph Kluge
e34623b1ce
Add db average stats to gql, use in footprint
2023-11-24 15:11:38 +01:00
3b8bcf7b32
Remove obsolete jobsCount resolver
2023-08-24 14:51:26 +02:00
Christoph Kluge
4eceab4dc7
fix: change analysis top users to core hours
2023-08-24 12:51:55 +02:00
87ce4f63d4
Refactor auth module
...
Separate parts
Add user repository
Add user schema
2023-08-17 10:29:00 +02:00
Christoph Kluge
2f471dc192
Change listQuery to jobId array, adapt filter pipe
2023-06-30 16:55:34 +02:00
7174f27a89
Add node filter and concurrent job list query
2023-06-28 13:35:41 +02:00
eb626db9c2
Debug compression service
2023-06-27 14:29:56 +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
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
Christoph Kluge
f992ffc2da
Fix SSL timing issues with best guess search
2023-06-23 16:09:33 +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
bcadb1adda
Remove errorcase from single searchterm logic
2023-06-22 10:58:36 +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
33613cdda0
Sync commit
2023-06-20 10:38:53 +02:00