Vincent Behar

Results 19 issues of Vincent Behar

allow to pass context.Context to the sql package, using the *Context funcs on sqlx needs a more recent version of sqlx - see https://github.com/jmoiron/sqlx/pull/270

fixes #407 with this fix, when adding a new root hierarchy, the existing root entries won't be dropped anymore

for the moment, octopilot handle all repositories in parallel - creating as many goroutines as there are repositories. we should add a new flag to configure the number of repositories...

**Describe the bug** since https://github.com/mikefarah/yq/releases/tag/v4.32.1 and more specifically https://github.com/mikefarah/yq/pull/1582 a JSON input file is now auto-detected as JSON - instead of the previous YAML default format. which implies that the...

bug
v4

This PR was automatically created by Snyk using the credentials of a real user.Keeping your Docker base image up-to-date means you’ll benefit from security fixes in the latest version of...

This PR was automatically created by Snyk using the credentials of a real user.Keeping your Docker base image up-to-date means you’ll benefit from security fixes in the latest version of...

This PR was automatically created by Snyk using the credentials of a real user.Keeping your Docker base image up-to-date means you’ll benefit from security fixes in the latest version of...

instead of using raw values - such as `{{ .Values.some.thing }}` - let's wrap them with the `tpl` function. the previous example would then be rendered as `{{ tpl (.Values.some.thing)...

for example if the logxiNameLevelMap contains: - logger1:* = INF - logger1:logger2 = DBG because the map iteration order is not guaranteed, logger1:logger2 might be either INF or BDG this...

This is a proposal for a new feature, so we can get an agreement before starting coding ;-) The idea is to allow multiple implementations of the "metrics collector", with...