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
Jan Eitzinger
13c9a12336
Merge pull request #323 from ClusterCockpit/add_histogram_bin_select
...
Add histogram bin select
2025-01-28 13:38:15 +01:00
Christoph Kluge
64f60905b4
Drop change on zoom for selector with options
...
- Up to 7 days worth of runtime
- No zoomState issue and cached results
2025-01-24 14:06:43 +01:00
Christoph Kluge
9e6072fed2
Add 25th hour for runtime bracket 24-25h
...
- zoomstate does not work
- maxbins too hardcoded for runtimes > 25 hours
2025-01-24 10:39:33 +01:00
Christoph Kluge
a3e5c424fd
add zoom in metric histograms for running and completed states
...
- keeping last zoomstate doe snot work
2025-01-23 17:48:45 +01:00
Christoph Kluge
6683a350aa
initial duration histogram zoom in frontend
...
- metric zoom todo
- keeping last zoomState does not work
2025-01-23 12:23:29 +01:00
Christoph Kluge
05bfa9b546
Prepare adaptive binCounts in backend
2025-01-22 12:07:12 +01:00
Christoph Kluge
817076bdbf
initial prototyping
2025-01-16 12:25:49 +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
bc89025924
Revert to blocking startJob REST api
...
Fixes #316
2024-12-18 11:45:56 +01:00
Christoph Kluge
559ce53ca4
Merge branch 'hotfix' of https://github.com/ClusterCockpit/cc-backend into hotfix
2024-12-17 15:14:27 +01:00
Christoph Kluge
ee2c5b58d7
fix: add missing sorting parameter to REST API call and test
2024-12-17 15:14:24 +01:00
143fa9b6ed
Merge branch 'hotfix' of github.com:ClusterCockpit/cc-backend into hotfix
2024-12-10 16:36:22 +01:00
4849928288
Rename old column name for user
...
Fixes #314
2024-12-10 16:35:43 +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
28539e60b0
Regenerate Swagger, fix tests, cleanup
2024-11-26 07:02:53 +01:00
81b8d578f2
feat: Add buffered channel with worker thread for job start API
...
Fixes #293
Refactoring on the way
2024-11-25 16:44:50 +01:00
c523e93564
Update to new db schema
2024-11-24 07:48:30 +01:00
d588798ea1
Update test sqlite db
2024-11-24 07:41:39 +01:00
a11f165f2a
Cleanup
2024-11-24 07:09:31 +01:00
ddeac6b9d9
Merge branch 'dev' of github.com:ClusterCockpit/cc-backend into dev
2024-11-21 15:54:58 +01:00
17906ec0eb
Add down migrations for documentation
2024-11-21 15:54:46 +01:00
Christoph Kluge
311c088d3d
removes debug logging
2024-11-21 15:47:09 +01:00
a2584d6083
Merge branch 'dev' of github.com:ClusterCockpit/cc-backend into dev
2024-11-21 15:03:55 +01:00
35bd7739c6
fix: Replace reserved keywords in database schemas
...
Port migration to mariadb
2024-11-21 15:02:30 +01:00
Christoph Kluge
fc1c54a141
fix: use left join to keep unmatched stats query result rows
2024-11-21 14:39:03 +01:00
cdd45ce88b
Fix importers and add Energy footprint to import
2024-11-16 06:36:55 +01:00
ee3710c5ed
Merge branch 'master' into dev
2024-11-09 09:01:04 +01:00
ec1ead89ab
Switch back to previous meaning of energy metric attribute
2024-11-08 06:27:27 +01:00
Christoph Kluge
939dd2320a
Cleanup debug logging, keep orderBy param for repo.Find
2024-10-31 15:47:45 +01:00
Christoph Kluge
2c8b73e2e2
add logged timing to homeroute calls
2024-10-31 14:34:32 +01:00
Christoph Kluge
eabc6212ea
add debug logging for user context and web render
2024-10-31 13:36:27 +01:00
Christoph Kluge
c120d6517f
change logging key, add args, add orderby id job.Find()
2024-10-30 16:24:58 +01:00
Christoph Kluge
597ee1dad7
change log to request and sql prints
2024-10-29 18:39:23 +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
2f0460d6ec
feat: make quick select starttimes url copyable
2024-10-10 18:35:53 +02:00
Christoph Kluge
37f4ed7770
add additional indices for sorting performance
2024-10-09 17:52:46 +02:00
Christoph Kluge
e3104c61cb
filter taglist scope visibility by role, add global tag handling to support role
2024-10-09 13:23:06 +02:00
Christoph Kluge
6019891591
add energy filterr in new component
2024-10-01 16:25:09 +02:00
Christoph Kluge
615281601c
fix wrong flag labelling, change to kWh energy calculation
2024-10-01 14:58:19 +02:00
Christoph Kluge
582dc8bf46
add energy column index
2024-09-30 18:29:46 +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
Christoph Kluge
8e3327ef6a
Merge branch 'sample_resolution_select' into dev
2024-09-24 17:43:15 +02:00
Christoph Kluge
beba7c8d2e
fix tag count bug if names non-unique, set global as default scope if none entered
2024-09-19 15:21:32 +02:00
Christoph Kluge
6367c1ab4d
Merge branch 'dev' into 275_tag_scope_jobview_rework
2024-09-17 14:32:06 +02:00
Christoph Kluge
1b5f4bff2c
feat: SyncUserOnLogin now updates name of token logged user
2024-09-09 10:32:26 +02:00