Tom Wiesing
|
8235ea9105
|
Require access to Still via method
This commit adds a safeguard to accessing the still from a specific
component by requiring access via the component.GetStill method.
|
2024-04-08 22:39:32 +02:00 |
|
Tom Wiesing
|
d268728f7d
|
(exit.Error).Wrap => (exit.Error).WrapError
This commit moves from the deprecated (exit.Error).Wrap function to the
(exit.Error).WrapError instead.
|
2024-04-08 21:32:06 +02:00 |
|
Tom Wiesing
|
ed00ef7aff
|
Fix regression: Wrong arguments to FPrintln
|
2023-03-15 10:29:10 +01:00 |
|
Tom Wiesing
|
d7847b5d69
|
logging: Replace functions by native equivalents
|
2023-03-13 13:19:32 +01:00 |
|
Tom Wiesing
|
473040a69f
|
Remove environment.Environment struct
This commit completely removes the environment struct as it is no longer
used.
|
2023-03-02 12:52:51 +01:00 |
|
Tom Wiesing
|
945329a080
|
Move to yaml-based configuration
This commit updates the configuration to be yaml-based and updates the
configuration to read in a yaml file.
|
2023-02-25 09:14:56 +01:00 |
|
Tom Wiesing
|
6f1ba24761
|
Update logging behavior
|
2022-12-01 12:42:04 +01:00 |
|
Tom Wiesing
|
3b78b06fff
|
wdcli: Use progress writer instead of IOStream
|
2022-11-30 13:17:12 +01:00 |
|
Tom Wiesing
|
3455f491ca
|
Add context
This commit adds and passes context around to (almost) every function.
This allows cancelling (almost) every function call globally.
|
2022-11-29 15:32:31 +01:00 |
|
Tom Wiesing
|
b5b1ce2340
|
internal/component => internal/dis/component
|
2022-11-16 13:07:14 +01:00 |
|