cc-backend/internal/repository
2024-12-05 07:49:52 +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 feat: Add buffered channel with worker thread for job start API 2024-11-25 16:44:50 +01:00
hooks.go
job_test.go feat: Add buffered channel with worker thread for job start API 2024-11-25 16:44:50 +01:00
job.go Add Fixme note for Energy calculation 2024-12-05 07:49:52 +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 feat: Add buffered channel with worker thread for job start API 2024-11-25 16:44:50 +01:00
jobStartWorker.go Regenerate Swagger, fix tests, cleanup 2024-11-26 07:02:53 +01:00
migration.go fix: Replace reserved keywords in database schemas 2024-11-21 15:02:30 +01:00
repository_test.go
stats_test.go
stats.go feat: Add buffered channel with worker thread for job start API 2024-11-25 16:44:50 +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
user.go fix: Replace reserved keywords in database schemas 2024-11-21 15:02:30 +01:00
userConfig_test.go
userConfig.go