Flamenco/internal/manager
Sybren A. Stüvel 0c4240ec3a Manager: make some db fields boolean instead of smallint
Turn `workers.lazy_status_request` and `workers.can_restart` into a
`boolean`. They were `smallint` before.

Having these explicitly modeled as `boolean` will make sqlc generate the
right type for them.

No functional changes.
2024-05-28 18:15:21 +02:00
..
api_impl Manager: more gracefully log context cancellation errors in database layer 2024-05-28 17:27:27 +02:00
config Manager: set default MQTT topic prefix to 'flamenco' 2024-03-08 16:44:39 +01:00
eventbus Manager: set default MQTT topic prefix to 'flamenco' 2024-03-08 16:44:39 +01:00
farmstatus Manager: check the farm status quickly after startup 2024-03-02 22:09:53 +01:00
job_compilers Add shellSplit(someString) function to the job compiler scripts 2024-05-07 12:39:13 +02:00
job_deleter Manager: speed up sequential job deletion by checking db when queue empty 2024-05-28 16:07:22 +02:00
last_rendered Manager tests: replace assert.NoError() with require.NoError() 2024-03-16 11:09:18 +01:00
local_storage Manager tests: replace assert.NoError() with require.NoError() 2024-03-16 11:09:18 +01:00
persistence Manager: make some db fields boolean instead of smallint 2024-05-28 18:15:21 +02:00
sleep_scheduler Manager tests: replace assert.NoError() with require.NoError() 2024-03-16 12:14:39 +01:00
swagger_ui Swagger UI: remove the "try it out" buttons 2023-02-03 13:40:26 +01:00
task_logs Manager tests: replace assert.NoError() with require.NoError() 2024-03-16 12:14:39 +01:00
task_state_machine Manager: fetch jobs of tasks in FetchTasksOfWorkerInStatus() 2024-05-28 16:07:17 +02:00
timeout_checker Manager tests: replace assert.NoError() with require.NoError() 2024-03-16 12:14:39 +01:00