Samuel Suter

Results 8 issues of Samuel Suter

Irrespective of configuration, the `webhook` service always uses the `GET` method. I found the culprit here: https://github.com/argoproj/notifications-engine/blob/ac18ca10234c47eebfdb9797d5e995c00f86377c/pkg/services/webhook.go#L96

Implements #1335 This add support for a `?constraint` query parameter on the plugin definition. It triggers the bootstrapper to list all semver-compatible tags on the plugin repository and finds the...

plugins

OS: CentOS 7.2 Docker version: docker-engine-1.11.2-1.el7.centos.x86_64 Plugin version: docker-volume-netshare_0.19_linux_amd64-bin I invoke the plugin as root like so: ``` ./docker-volume-netshare_0.19_linux_amd64-bin nfs ``` I start a container with a volume definition like...

**Is your feature request related to a problem? Please describe.** We have a specific need to set a "special" (read: not publicly exposed) attribute on our NLB target groups. It...

kind/enhancement
priority/important-longterm
size/L

base image `8.5 -> 8.7-1112` python `3.8 -> 3.9` ran `pip-upgrade`

Version: `d57d7d87d471c114eaf0f6ab91743568abad56c7` I have this in my pipeline.yml file: ``` steps: - label: foo command: 'echo hi' plugins: - docker-compose#${COMPOSE_VERSION}: run: app ``` And I run this: ``` $ export...

v2

I should be able to override the Buildkite org for `init` - it assumes it will match the GitHub org.

enhancement
v2

Steps to reproduce: ``` touch somefile chmod 0700 somefile buildkite-agent artifact upload somefile rm -f somefile buildkite-agent artifact download somefile . stat somefile ``` File mode will have changed. Is...