Flamenco/internal/manager
Sybren A. Stüvel dae5b1a571 Fix #104237: fix issue with drive-only paths on Windows
Fix an issue where a shared storage path on Linux, that maps via two-way
variables to a drive root on Windows, caused problems with the path
translation system.

Windows paths that consist only of a drive letter (`F:`) cannot just be
concatenated to a relative path, as that will result in `F:path\to\file`,
which is still a relative path of sorts. This is now handled correctly,
and should result in `F:\path\to\file`.

This fixes #104237.
2023-07-31 15:28:07 +02:00
..
api_impl Fix #104237: fix issue with drive-only paths on Windows 2023-07-31 15:28:07 +02:00
config Fix #104237: fix issue with drive-only paths on Windows 2023-07-31 15:28:07 +02:00
job_compilers Use new property names for 'use automatic values' button 2023-07-13 15:02:00 +02:00
job_deleter Job deleter: improve logging 2023-03-21 12:16:04 +01:00
last_rendered Fix T103516: max image size for previews is set too low 2023-01-03 16:28:28 +01:00
local_storage Avoid double logging of job storage directory removal 2023-02-07 15:22:52 +01:00
persistence Manager: make periodic database integrity check configurable 2023-07-18 16:33:01 +02:00
sleep_scheduler Manager: better logging of schedule changes 2023-07-18 15:55:51 +02:00
swagger_ui Swagger UI: remove the "try it out" buttons 2023-02-03 13:40:26 +01:00
task_logs T99730: Allow access to full task log 2022-07-16 12:55:41 +02:00
task_state_machine Cleanup: add a comment 2022-07-28 14:28:02 +02:00
timeout_checker Refactor: rename RequeueTasksOfWorker to RequeueActiveTasksOfWorker 2022-06-17 15:49:16 +02:00
webupdates Rename worker 'clusters' to 'tags' 2023-07-10 11:11:03 +02:00