Jonathan Sokolowski

Results 12 issues of Jonathan Sokolowski

The ability to package the output of `go test -c` would be quite handy. My use case here is for integration tests that get built from the same source as...

lifecycle/stale

## Feature Request Add the `process_start_time_seconds` metrics to the prometheus metrics. ### Describe the problem the feature is intended to solve In order to be able to utilise cumulative metrics...

type:feature
stat:awaiting tensorflower

Effectively, if a pattern is supplied and no existing tags are found an error is always returned. https://github.com/caarlos0/svu/blob/0b3a780f7a1f9bc57d27974cd61863b68deb6ca3/internal/git/git.go#L45-L54 Whereas if no pattern is supplied, it is not an error to...

## Additional Info A common problem people encounter when using Cloud Build is the lack of concurrency control between builds. Coordinating builds to ensure they have exclusive access to resources...

### Expected behavior Making a change to a file embedded by the [`embed` package](https://pkg.go.dev/embed) should cause skaffold to produce a new image. ### Actual behavior `skaffold build` instead logs: ```...

builder/ko
kind/enhancement

### Expected behavior A `Dockerfile` like the following should build: ```Dockerfile # syntax=docker/dockerfile:1.4 FROM scratch COPY

kind/bug
priority/p2
build/docker

## Idea Running `ko build --all` or similar will build all `builds[]` defined in `.ko.yaml`. ## Motivation Once you have more than a few builds defined, it becomes tedious to...

lifecycle/frozen

At this point I'm merely the original author, most of the code as it exists now has been contributed by the community (thanks all! :tada: :balloon:) I'm keen to add...

It appears that Hiera backend testing is feasible, the offical backends in Hiera have some decent specs: https://github.com/puppetlabs/hiera/tree/master/spec/unit/backend Adding some robust specs and running them in Travis CI would be...

I can't find any documentation around exactly which AWS permissions are necessary when using the amazonec2 driver. I'd prefer to create a user/role with the minimum IAM policy rather than...

driver/ec2
kind/docs