Fabian Holler

Results 78 issues of Fabian Holler

Support to specify patterns for matching files that are removed from the list of tracked files. Often it is the easiest to specify that all files in an application directory...

If the file that is executed as command is inside the repository, add it automatically to the build inputs.

enhancement

Hello, I'm implementing an interceptor with sqlmw that records traces for database operations (instrumentedsql->sqlmw->tracing with sqlmw :-)). When a Rows, Stmt or Tx object is created I create a parent...

We are running local-php-security-checker as CI job. The output of the tool is shown in the CI system and recorded in a file that is displayed to the user. In...

- Remove Task.Environment - Support in Task.Input.EnvironmentVariables to define values for environment values

headers should be shown when --format=csv is specified unless --quiet is also passed. Currently headers are never shown in csv format. This bug might be in place since release version...

bug

Same as for "baur status" and "baur run", add a "--require-clean-git-worktree" parameter

enhancement

https://bitfieldconsulting.com/golang/test-scripts https://pkg.go.dev/github.com/rogpeppe/go-internal/testscript

enhancement

Profile the memory allocations and time spend for the garbage collections when running `baur status`. On a quick local test, it seemed that 1/3 of the time was spend for...

enhancement

How to reproduce: - run a long running process (`sleep 10m`) as baur task, - send SIGTERM to the baur process result: - the sleep process is still running expected...