mirror of
https://github.com/gitpod-io/gitpod.git
synced 2025-12-08 17:36:30 +00:00
* Integrate reading from log files into Supervisor's `terminal.Listen` * Try with GetOutput * do not bubble down and fail * remove debug stuff * definitions and impl of `task.proto` * codegen * update endpoint * Implement `ListenToOutput` * Try with one API (🤞) * stream beginning from where we left off * Do not watch closed tasks * move closing of worker channel * simplify one-off reading * codegen * consolidate for loops, optimize watching * remove extra line It makes sense to group the offset definition with the function below it * Gpl/ft/supervisor-listen-files (#19878) * commit step 1 * 2nd * Changes from joint code review --------- Co-authored-by: Filip Troníček <filip@gitpod.io> * Remove year bumps --------- Co-authored-by: Gero Posmyk-Leinemann <gero@gitpod.io>