Results 17 issues of Ryan Voots

Right now you can achieve this by having a task that waits on the lock to be released and does a ->retry() if it's still present. This mostly works but...

feature request
needs feedback

Clean up the perl a little. Remove an uneccesary loop, use a lexical file handle to avoid possible conflicts, and use chomp instead of chop. chomp will only remove the...

changes requested

I don't expect this to actually get accepted, but wanted to make it for tracking purposes. This adds the AC4 codec patch that exists to the ffmpeg used by jellyfin...

Given a number of high profile software repositories being hit by malicious uploads/replacements of libraries lately. It'd be a good idea to think about adding two factor auth to PAUSE...

webui
auth
feature-request

This brings in some of the discussion and comments I made in #765 about combining an API and the WebUI at the same time. It also adds a --nowebui that...

This fixes the extras api to support the new upscale_first extras parameter and sets a default on the request model to allow previous code using the api to continue to...

This should address #4485 and #4474 We try to do the rename first since it'll be faster and more reliable for setups where it works, but when it doesn't we...

### Clear and concise description of the problem Right now if you set `WOODPECKER_FILTER_LABELS=...` on an agent, if a pipeline doesn't set any labels (or only sets labels that matches...

agent
enhancement

This lets you have worlds created by other plugins get treated as a default group world. You have to set the new `allow_nonmv_worlds` setting to true, along with the `default_ungrouped_worlds`...

Didn't see this reported yet, but if you die inside a coderef it escapes outside IPC::Run and starts running from where things were before the fork. You can see that...

Bug