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
|
c31c46ee44
|
Rework error messages
This commit reworks error messages for all commands and makes sure they
pass liniting.
|
2023-03-09 12:18:39 +01:00 |
|
Tom Wiesing
|
39207a1cb5
|
pkg/environment: Remove 'net' related functions
This commit continues removing the environment abstraction and removes
all 'net' related functions, replacing them by their native equivalents.
|
2023-03-02 11:07:50 +01:00 |
|
Tom Wiesing
|
c80c8f2297
|
Reformat documentation messages
|
2022-12-08 11:45:52 +01:00 |
|
Tom Wiesing
|
aefde6eec2
|
fix typos in messages
|
2022-12-08 10:36:07 +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
|
5bceaa0d47
|
Forward ssh2 ports into docker
|
2022-11-16 13:07:18 +01:00 |
|
Tom Wiesing
|
45f63935cd
|
ssh: Implement authentication for new ssh server
|
2022-11-16 13:07:17 +01:00 |
|