Fabian Holler

Results 78 issues of Fabian Holler

When "baur run" is executed and it receives a SIGTERM signal, exit gracefully on the first received SIGTERM. When a second SIGTERM is received, exit immediately. This can be implemented...

enhancement

- do not add any characters (newlines) to the command output that is returned, output should not be modified - allow to specify io.Writers for stdout and stderr output of...

enhancement

The run command currently calls `os.Exit()` on some error conditions. This causes an abrupt termination of all uploads and task execution that are ongoing in parallel. E.g. if a task...

enhancement
version/master

Gotemplating can currently only be used in values of some fields in the configuration files. Support using gotemplate freely anyhwere in configuration files instead.

enhancement

Add a new option for the `--fields` parameter for `baur status` to show the total input digest of the apps

baur should be able to update itself when a new version is available and replace, restart itself after the new version was downloaded. To make it safe we must sign...

enhancement

Add the possibility to show all builds that have a specific total input digest

enhancement

Support to assign multiple tags to apps and tasks and filter for those in apps task commands. The tags can be used for: - filtering app when listing them, this...

enhancement

Add a CI check that ensures the go.mod and go.sum files are in tidy state. This means running `go mod tidy` does not result in any changes.

help wanted
good first issue

Introduce a command that shows why an application needs to be rebuild, something like `baur why `. The command should show the changed inputs that are causing the rebuild

enhancement