Mateusz Gozdek
Mateusz Gozdek
Right now user has no way of knowing if calling `Reboot()` succeeds or not, as no error is returned from a call. E.g. if user calling it has no permissions...
I think `login1.Conn` name is not very accurate, as it leaks the abstraction on how login1 methods are called underneath (via some kind of connection). Also, right now login1 package...
Now connection has better API for adding match signals, so we should make use of it.
Similar to #106, it would be nice if controller could have a max req per minute setting and could respect a retry-After header, to avoid printing a lot of 429...
### Describe the bug It seems when SDK is bundled using webpack and used with minio, the signature for the request is not correctly calculated, as error `SignatureDoesNotMatch` is always...
On image: `docker.io/kinvolk/gadget:v0.3.1` ``` {"level":"info","msg":"BPF Tracer ready","time":"2021-12-10T14:04:22Z"} {"level":"info","msg":"Starting proc informer","time":"2021-12-10T14:04:22Z"} {"level":"info","msg":"Starting annotation publisher","time":"2021-12-10T14:04:22Z"} {"level":"info","msg":"Starting updater loop","time":"2021-12-10T14:04:22Z"} fatal error: concurrent map iteration and map write goroutine 280 [running]: runtime.throw(0x1608852, 0x26) /opt/hostedtoolcache/go/1.13.15/x64/src/runtime/panic.go:774...
It would be great to have that back, so one does not need configure something like following: ```yaml ignore_paths: - docs/* - docs/*/* - docs/*/*/* - ... ``` It has...
As if libsoup3 is installed together with libsoup2, libsoup3 is selected which makes test fails. Signed-off-by: Mateusz Gozdek
## Expected Behaviour When listing workflows by hardware, which do not have any workflows assigned, empty list of workflows should be returned. ## Current Behaviour Currently server logs the following...
For workflows, which provision the OS, it would be nice if the workflow itself could reboot the machine, after it's done, so the machine can boot itself into target OS,...