cc-backend/internal/repository
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
..
migrations Add down migrations for documentation 2024-11-21 15:54:46 +01:00
testdata Update test sqlite db 2024-11-24 07:41:39 +01:00
dbConnection.go Revert to blocking startJob REST api 2024-12-18 11:45:56 +01:00
hooks.go Remove year in copyright notice 2024-04-11 23:04:30 +02:00
job_test.go feat: Add buffered channel with worker thread for job start API 2024-11-25 16:44:50 +01:00
job.go fix: remove caching for footprint db field 2025-01-30 17:14:17 +01:00
jobCreate.go fix: Replace reserved keywords in database schemas 2024-11-21 15:02:30 +01:00
jobFind.go feat: Add buffered channel with worker thread for job start API 2024-11-25 16:44:50 +01:00
jobQuery.go Use persisted duration for running jobs 2024-12-19 05:55:31 +01:00
migration.go fix: Replace reserved keywords in database schemas 2024-11-21 15:02:30 +01:00
repository_test.go fix: add missing sorting parameter to REST API call and test 2024-12-17 15:14:24 +01:00
stats_test.go Remove year in copyright notice 2024-04-11 23:04:30 +02:00
stats.go Drop change on zoom for selector with options 2025-01-24 14:06:43 +01:00
tags.go feat: Add buffered channel with worker thread for job start API 2024-11-25 16:44:50 +01:00
transaction.go fix: fixed and changed to footprint update by transactions 2024-10-22 14:37:22 +02:00
user.go Rename old column name for user 2024-12-10 16:35:43 +01:00
userConfig_test.go Remove year in copyright notice 2024-04-11 23:04:30 +02:00
userConfig.go Merge branch 'hotfix' of github.com:ClusterCockpit/cc-backend into hotfix 2024-04-21 15:04:09 +02:00