Fabian Holler

Results 78 issues of Fabian Holler

Run all tasks defined in the baur-example repository through CI

enhancement

To ensure that no artifacts from previous builds are used if a build command is broken, delete the files specified as build artifacts before doing a build

enhancement

When fs.FindFile() is called with a big maxsearch depth like maxint, it's creates a giant glob string, it should not add more globs then there are subdirs. This does not...

enhancement

Use the hyerplink shell escape sequences whenever we mention a filename in the fs (e.g. a config file, a application directory) or URLs (s3 upload urls) in the terminal output...

enhancement

Allow to show only builds that took longer then X to build

enhancement

Refactor FileArtifact, reuse implementations from File

enhancement

Add a parameter to the root command to specify the repository root dir (`--repository`?). This would allow to run the baur command from outside the repository dir.

enhancement
good first issue

Support variables to reference the input and output digest when specifying the name of an output

enhancement

When the configuration files contains unknown elements, the config validation should fail Depends on https://github.com/pelletier/go-toml/issues/367

enhancement

Currently if multiple task names are passed to `baur run`, baur exits when of the task fails. Add a parameter to enable skipping only the failed task and continue running...