Flamenco/pkg
Sybren A. Stüvel d170cda3ae OAPI: change task log fetching from providing the log to providing metadata
The task log API endpoint was loading the entire log into RAM, then sending
it as response. This makes display in a browser also a bit harder.

The API endpoint now returns some JSON with info about the task log,
including its size and which URL can be used to download it.

Manifest task: T99730
2022-07-16 12:52:23 +02:00
..
api OAPI: change task log fetching from providing the log to providing metadata 2022-07-16 12:52:23 +02:00
crosspath Crosspath: add IsRoot(path) bool function 2022-06-23 16:40:46 +02:00
last_in_one_out_queue Add last-in-one-out queue 2022-06-27 11:30:37 +02:00
shaman Refactor: replace os.IsNotExist() with errors.Is(err, fs.ErrNotExist() 2022-06-28 10:24:46 +02:00