Flamenco/internal/manager/persistence
Sybren A. Stüvel 374a8c0a6f Manager: remove introduction comments from the query SQL
Remove the introductionary comments from `query_jobs.sql` and
`query_workers.sql`. Sqlc got confused by this, and placed them in the
wrong (well, not-intended-by-me) place in the generated Go code.

No functional changes.
2024-06-08 21:35:41 +02:00
..
migrations Manager: make some db fields boolean instead of smallint 2024-05-28 18:15:21 +02:00
sqlc Manager: remove introduction comments from the query SQL 2024-06-08 21:35:41 +02:00
db_migration.go Move URLs to the Flamenco website to constants in a dedicated package 2024-01-25 12:25:06 +01:00
db.go Manager: Convert FetchTask to sqlc 2024-05-28 14:46:42 +02:00
errors_test.go Manager: wrap job/task errors in persistence layer 2022-04-21 11:54:59 +02:00
errors.go Manager: more gracefull handle SQLite "interrupted (9)" error 2024-05-28 16:07:23 +02:00
integrity.go Manager: increase timeout for database integrity check 2024-03-04 14:04:59 +01:00
jobs_blocklist_test.go Manager: remove testing.T parameter from some test setup functions 2024-05-28 16:07:22 +02:00
jobs_blocklist.go Rename worker 'clusters' to 'tags' 2023-07-10 11:11:03 +02:00
jobs_query_test.go Manager: remove testing.T parameter from some test setup functions 2024-05-28 16:07:22 +02:00
jobs_query.go Manager: implement API operation to get the farm status 2024-02-29 20:42:28 +01:00
jobs_test.go Manager: remove testing.T parameter from some test setup functions 2024-05-28 16:07:22 +02:00
jobs.go Manager: properly set task.JobUUID and task.WorkerUUID when using GORM 2024-05-28 16:34:09 +02:00
last_rendered_test.go Manager tests: replace assert.NoError() with require.NoError() 2024-03-16 11:09:18 +01:00
last_rendered.go Manager: Convert 'last-rendered' to sqlc 2024-06-08 21:30:00 +02:00
logger.go Manager: more gracefully log context cancellation errors in database layer 2024-05-28 17:27:27 +02:00
sqlite_busy.go Upgrade GORM & SQLite 2023-07-06 16:08:57 +02:00
task_scheduler_test.go Manager: remove testing.T parameter from some test setup functions 2024-05-28 16:07:22 +02:00
task_scheduler.go Change Go package name from git.blender.org to projects.blender.org 2023-08-01 12:42:31 +02:00
test_support.go Manager: remove testing.T parameter from some test setup functions 2024-05-28 16:07:22 +02:00
time_of_day_test.go Manager tests: replace assert.NoError() with require.NoError() 2024-03-16 11:09:18 +01:00
time_of_day.go Sleep Scheduler implementation for the Manager 2022-07-17 17:27:32 +02:00
timeout_test.go Manager: remove testing.T parameter from some test setup functions 2024-05-28 16:07:22 +02:00
timeout.go Change Go package name from git.blender.org to projects.blender.org 2023-08-01 12:42:31 +02:00
worker_sleep_schedule_test.go Manager: remove testing.T parameter from some test setup functions 2024-05-28 16:07:22 +02:00
worker_sleep_schedule.go Gracefully handle sleep schedules of deleted workers 2023-02-09 11:18:38 +01:00
worker_tag_test.go Manager: refuse to delete worker tags without foreign key constraints 2024-04-12 10:48:40 +02:00
worker_tag.go Manager: refuse to delete worker tags without foreign key constraints 2024-04-12 10:48:40 +02:00
workers_test.go Manager: Convert CreateWorker to sqlc 2024-05-28 18:20:07 +02:00
workers.go Manager: convert more worker functions to sqlc 2024-05-28 18:20:15 +02:00