Philipp Böschen
Philipp Böschen
According to https://docs.gitlab.com/14.8/ee/user/project/integrations/webhook_events.html those event payloads don't exist, the logic to parse a `JobEvent` down into a `BuildEvent` actively removes fields like `PipelineID` from the payload.
Signed-off-by: Philipp Böschen A first try at implementing https://github.com/kedacore/keda/issues/2906 - moving the conditions setting logic into the `pkg/util` package. ### Checklist - [ ] Commits are signed with Developer Certificate...
This adds a field `APIVersion` into the `Client` struct that can be overriden from the outside if someone is running with a non-default API version on their Jira servers that...
## Is your feature request related to a problem? Please describe. Our internal Jira server at work only responds to `/jira/rest/api/latest/` but this library only supports `/jira/rest/api/2/`. ## Describe the...
This proposes a new perlrun option flag that handles JSON input.
With this option we basically extend the already existing "-n" and "-p" flags to handle JSON using the inbuilt "JSON::PP" module. Basically we decode the STDIN from "$_" with decode_json...