runner.server icon indicating copy to clipboard operation
runner.server copied to clipboard

An unofficial Local GitHub Actions and Azure Pipelines Emulator

Results 67 runner.server issues
Sort by recently updated
recently updated
newest added

Currently only actions/runner and microsoft/azure-pipelines-agent are managed via `--runner-version` and the azpipelines event to use the ado agents.

enhancement

I would like to use github actions on windows with containers specified in the workflows, and it appears that this fork has that capability. Can I use this as a...

You have to type the first letter of the function, then autocomplete starts to work

bug
runner-server-vscode
runner-server-web-vscode

e.g. in an action.yml ```yaml runs: using: steps: - ``` When taking the shell key also insert run and vice versa.

enhancement
runner-server-vscode
runner-server-web-vscode

Currently a matrix has a parent job around all matrix job entries. Currently a reusable workflow has a parent job around all reusable entries. The vscode tree view could group...

runner-server-vscode

see title Those buttons should not be part of the webview in the extension ![grafik](https://github.com/user-attachments/assets/dc94943c-e7ba-44fa-8cec-b072b35c53b9)

enhancement
runner-server-vscode

Currenly only self-hosted labels would work or requires cli commands e.g. ubuntu-latest not registred open a multiple choice with sample docker images and run on host Eventually do the same...

enhancement
runner-server-vscode

e.g. `http://localhost:43071/_apis/pipelines/workflows/container/1?itemPath=Artifact+of+build+%28linux-x64%2C+true%29` as returned by the api server doesn't use the calling host with the port forwarding. Removing the prefix in the ui code is also possible. However alternatively remove...

bug
runner-server-vscode

This would add the same feature set to both web and native variant of the extension

runner-server-web-vscode

When running the VSCode task: "Validate Azure Pipeline". I see a lot of `[debug]` logs in the command window, I would like to know if there is a way to...

enhancement