shreyas-goenka
d0872b45e2
Log pipeline update errors using progress logger ( #338 )
...
## Changes
Logs error message for all exceptions
## Tests
Manually and using unit tests
2023-04-18 15:00:34 +02:00
shreyas-goenka
1a7b3eef18
Log job run url using progress logger ( #336 )
...
## Changes
Logs the job url using the progress logger
## Tests
Manually
2023-04-18 14:40:45 +02:00
shreyas-goenka
85889dffb1
Move state to event for whether they support inplace progress logging ( #339 )
...
## Changes
Adds a IsInplaceSupported() function to the event interface. Any event
that now uses the progress logger has to declare whether they support in
place logging
## Tests
Manually
2023-04-18 14:20:35 +02:00
shreyas-goenka
e8018a7209
Refactor output and progress into separate packages in run ( #335 )
...
Tested manually that output and progress logging still works
2023-04-14 14:40:34 +02:00