\r\n\n\n### Steps to reproduce\n\n.\n\n### Expected behavior\n\n_No response_\n\n### System Info\n\n```shell\n\"next-d126cf9e35\"\n```\n\n\n### Additional context\n\n_No response_\n\n### Validations\n\n- [X] Read the [docs](https://woodpecker-ci.org/docs/intro).\n- [X] Check that there isn't [already an issue](https://github.com/woodpecker-ci/woodpecker/issues) that reports the same bug to avoid creating a duplicate.\n- [X] Checked that the bug isn't fixed in the `next` version already [https://woodpecker-ci.org/faq#which-version-of-woodpecker-should-i-use]",[1984,1987],{"name":1985,"color":1986},"bug","d73a4a",{"name":1988,"color":1989},"ui","46DEA2",4677,"woodpecker-ci","woodpecker","open","`tag` pipelines are missing avatar and commit title","2025-01-12T06:19:42Z","https://github.com/woodpecker-ci/woodpecker/issues/4677",0.73638564,{"description":1999,"labels":2000,"number":2004,"owner":1991,"repository":1992,"state":1993,"title":2005,"updated_at":2006,"url":2007,"score":2008},"`woodpecker-ci/woodpecker`:\r\n - rename `BOT_PRIVATE_KEY` to sth like `GITHUB_SSH_PRIVATE_KEY`\r\n - ~~remove `docker_username` and use clear text user~~ #2625 \r\n - ~~remove `QUAY_IO_USER` and use clear text user~~ #2625 \r\n - replace `dockerhub_token` with ",[2001],{"name":2002,"color":2003},"build","6AB8BA",2589,"Cleanup woodpecker secrets","2024-04-02T08:06:52Z","https://github.com/woodpecker-ci/woodpecker/issues/2589",0.75512093,{"description":2010,"labels":2011,"number":2015,"owner":1991,"repository":1992,"state":1993,"title":2016,"updated_at":2017,"url":2018,"score":2019},"### Component\n\nserver\n\n### Describe the bug\n\nWhile testing the ntfy plugin to send notifications after pipeline failure I wanted to use `CI_STEP_NAME` but it doesn't return a value. The other CI_STEP_* variables are not returning anything either.\r\n\r\nHere a example pipeline. I have added `CI_WORKFLOW_NAME` which does work.\r\n```\r\npipeline:\r\n deploy:\r\n image: alpine:latest\r\n commands:\r\n - exit 1\r\n\r\n notify_on_failure:\r\n image: codeberg.org/l-x/woodpecker-ntfy\r\n settings:\r\n url: https://ntfy.example.com/ci\r\n token:\r\n from_secret: ntfy_token\r\n title: Build failure\r\n priority: urgent\r\n icon: https://woodpecker-ci.org/img/logo.svg\r\n tags: x, robot\r\n message: >\r\n Workflow: ${CI_WORKFLOW_NAME}\r\n Step name: ${CI_STEP_NAME}\r\n Step status: ${CI_STEP_STATUS}\r\n Step started: ${CI_STEP_STARTED}\r\n Step finished: ${CI_STEP_FINISHED}\r\n when:\r\n status: [ failure ]\r\n```\n\n### System Info\n\n```shell\nVersion: next-02913fa7\n```\n\n\n### Additional context\n\n_No response_\n\n### Validations\n\n- [X] Read the [Contributing Guidelines](https://github.com/woodpecker-ci/woodpecker/blob/master/CONTRIBUTING.md).\n- [X] Read the [docs](https://woodpecker-ci.org/docs/intro).\n- [X] Check that there isn't [already an issue](https://github.com/woodpecker-ci/woodpecker/issues) that reports the same bug to avoid creating a duplicate.\n- [X] Checked that the bug isn't fixed in the `next` version already [https://woodpecker-ci.org/faq#which-version-of-woodpecker-should-i-use]\n- [X] Check that this is a concrete bug. For Q&A join our [Discord Chat Server](https://discord.gg/fcMQqSMXJy) or the [Matrix room](https://matrix.to/#/#woodpecker:matrix.org).",[2012],{"name":2013,"color":2014},"enhancement","7E1FE4",1760,"`CI_STEP_*` environment variables do not return values","2024-10-05T23:54:48Z","https://github.com/woodpecker-ci/woodpecker/issues/1760",0.7633211,{"description":2021,"labels":2022,"number":2029,"owner":1991,"repository":1992,"state":2030,"title":2031,"updated_at":2032,"url":2033,"score":2034},"### Clear and concise description of the problem\r\n\r\nFor example, automatic detection doesn't work for Podman. This causes strange errors like `git executable doesn't exist` in the `clone` step.\r\nThis issue was posted on Matrix, but there was something like that before, as I remember.\r\n\r\n### Suggested solution\r\n\r\nDisable automatic fallback to the `local` backend.\r\n\r\n### Alternative\r\n\r\n_No response_\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Validations\r\n\r\n- [X] Checked that the feature isn't part of the `next` version already [https://woodpecker-ci.org/faq#which-version-of-woodpecker-should-i-use]\r\n- [X] Read the [docs](https://woodpecker-ci.org/docs/intro).\r\n- [X] Check that there isn't already an [issue](https://github.com/woodpecker-ci/woodpecker/issues) that request the same feature to avoid creating a duplicate.",[2023,2026],{"name":2024,"color":2025},"agent","ECBCDF",{"name":2027,"color":2028},"breaking","A1B83C",3996,"closed","Disable auto-fallback to Local backend","2024-08-07T10:04:12Z","https://github.com/woodpecker-ci/woodpecker/issues/3996",0.6811234,{"description":2036,"labels":2037,"number":2039,"owner":1991,"repository":1992,"state":2030,"title":2040,"updated_at":2041,"url":2042,"score":2043},"### Component\n\nserver\n\n### Describe the bug\n\nIf connection broken while you are running pipeline manually, you'll get `unknown` error and panic on Server.\n\n### Steps to reproduce\n\n1. Run Forge\r\n2. Run Woodpecker server, log in\r\n3. Open some repository\r\n4. Click `Run pipeline`\r\n5. Turn off Forge / scale down to 0 / disallow WP-Forge connection via firewall\r\n6. Close `Trigger a manual pipeline run` dialog by pressing `Run pipeline` button\r\n7. See unknown error and not closed overlay\r\n[Error](https://github.com/user-attachments/assets/f71d13a4-2e9f-40b1-b49c-1f8e0e3be855)\r\n9. Check server logs and find `panic recovered`\r\n[server-panic.log](https://github.com/user-attachments/files/16317552/server-panic.log)\r\n\n\n### Expected behavior\n\n1. Should not be panic on server\r\n2. As dialog closes, overlay should disappear also\r\n3. More meaningful error than `unknown`\n\n### System Info\n\n```shell\n`2.7.0`, Gitea\n```\n\n\n### Additional context\n\n_No response_\n\n### Validations\n\n- [X] Read the [docs](https://woodpecker-ci.org/docs/intro).\n- [X] Check that there isn't [already an issue](https://github.com/woodpecker-ci/woodpecker/issues) that reports the same bug to avoid creating a duplicate.\n- [X] Checked that the bug isn't fixed in the `next` version already [https://woodpecker-ci.org/faq#which-version-of-woodpecker-should-i-use]",[2038],{"name":1985,"color":1986},3943,"Improve error on manual run when connection with Forge lost","2024-08-07T07:31:19Z","https://github.com/woodpecker-ci/woodpecker/issues/3943",0.7236857,{"description":2045,"labels":2046,"number":2049,"owner":1991,"repository":1992,"state":2030,"title":2050,"updated_at":2051,"url":2052,"score":2053},"### Component\n\nweb-ui\n\n### Describe the bug\n\npipeline file like this\r\n\r\n```yml\r\n---\r\nlabels:\r\n platform: linux/amd64\r\n backend: local\r\n\r\nsteps:\r\n hello:\r\n image: bash\r\n commands:\r\n - uname -a\r\n - pwd\r\n - ls -AFlh\r\n - echo \"hello world 你好\"\r\n - touch hello.txt\r\n - echo $${PATH}\r\n\r\n 测试:\r\n image: bash\r\n commands:\r\n - uname -a\r\n - pwd\r\n - ls -AFlh\r\n - echo \"hello world 你好 测试\"\r\n\r\n```\r\n\r\nbut display wrong in webui\r\n\r\n\r\n\n\n### System Info\n\n```shell\n{\"source\":\"https://github.com/woodpecker-ci/woodpecker\",\"version\":\"1.0.3\"}\n```\n\n\n### Additional context\n\n_No response_\n\n### Validations\n\n- [X] Read the [Contributing Guidelines](https://github.com/woodpecker-ci/woodpecker/blob/main/CONTRIBUTING.md).\n- [X] Read the [docs](https://woodpecker-ci.org/docs/intro).\n- [X] Check that there isn't [already an issue](https://github.com/woodpecker-ci/woodpecker/issues) that reports the same bug to avoid creating a duplicate.\n- [X] Checked that the bug isn't fixed in the `next` version already [https://woodpecker-ci.org/faq#which-version-of-woodpecker-should-i-use]\n- [X] Check that this is a concrete bug. For Q&A join our [Discord Chat Server](https://discord.gg/fcMQqSMXJy) or the [Matrix room](https://matrix.to/#/#woodpecker:matrix.org).",[2047,2048],{"name":1985,"color":1986},{"name":1988,"color":1989},2609,"pipeline config display utf-8 character wrong","2024-01-03T09:39:05Z","https://github.com/woodpecker-ci/woodpecker/issues/2609",0.7323478,{"description":2055,"labels":2056,"number":2058,"owner":1991,"repository":1992,"state":2030,"title":2059,"updated_at":2060,"url":2061,"score":2062},"### Clear and concise description of the problem\n\nIf the agent does not match the server version, there will be a crash during task execution.\r\n\r\n\u003Cdetails>\r\n \u003Csummary>Click to see example log\u003C/summary>\r\n\r\n```\r\n{\"level\":\"debug\",\"ID\":\"1303\",\"Repo\":\"vanous/321test123\",\"Build\":\"8\",\"time\":\"2022-08-16T21:26:01+02:00\",\"message\":\"Executing 2 stages, in order of:\"}\r\n{\"level\":\"debug\",\"ID\":\"1303\",\"Repo\":\"vanous/321test123\",\"Build\":\"8\",\"Stage\":\"0_8084873520124075004_clone\",\"Steps\":\"0_8084873520124075004_clone\",\"time\":\"2022-08-16T21:26:01+02:00\",\"message\":\"stage\"}\r\n{\"level\":\"debug\",\"ID\":\"1303\",\"Repo\":\"vanous/321test123\",\"Build\":\"8\",\"Stage\":\"0_8084873520124075004_stage_0\",\"Steps\":\"0_8084873520124075004_step_0\",\"time\":\"2022-08-16T21:26:01+02:00\",\"message\":\"stage\"}\r\n{\"level\":\"debug\",\"ID\":\"1303\",\"Repo\":\"vanous/321test123\",\"Build\":\"8\",\"Step\":\"0_8084873520124075004_clone\",\"time\":\"2022-08-16T21:26:01+02:00\",\"message\":\"Prepare\"}\r\n{\"level\":\"debug\",\"repo\":\"vanous/321test123\",\"build\":\"8\",\"id\":\"1303\",\"image\":\"docker.io/woodpeckerci/plugin-git:v1.2.0\",\"stage\":\"clone\",\"exit_code\":0,\"exited\":false,\"time\":\"2022-08-16T21:26:01+02:00\",\"message\":\"update step status\"}\r\n{\"level\":\"debug\",\"repo\":\"vanous/321test123\",\"build\":\"8\",\"id\":\"1303\",\"image\":\"docker.io/woodpeckerci/plugin-git:v1.2.0\",\"stage\":\"clone\",\"exit_code\":0,\"exited\":false,\"time\":\"2022-08-16T21:26:01+02:00\",\"message\":\"update step status complete\"}\r\n{\"level\":\"debug\",\"ID\":\"1303\",\"Repo\":\"vanous/321test123\",\"Build\":\"8\",\"Step\":\"0_8084873520124075004_clone\",\"time\":\"2022-08-16T21:26:01+02:00\",\"message\":\"Executing\"}\r\npanic: runtime error: slice bounds out of range [1:0]\r\n\r\ngoroutine 22 [running]:\r\ngithub.com/woodpecker-ci/woodpecker/pipeline/backend/local.(*local).Exec(0xc0001f1b00, {0xc5ca88?, 0xc0003de3c0}, 0xc000001680)\r\n /home/vanous/bin/projects/woodpecker/pipeline/backend/local/local.go:72 +0x967\r\ngithub.com/woodpecker-ci/woodpecker/pipeline.(*Runtime).exec(0xc000326c40, 0xc000001680)\r\n /home/vanous/bin/projects/woodpecker/pipeline/pipeline.go:216 +0x175\r\ngithub.com/woodpecker-ci/woodpecker/pipeline.(*Runtime).execAll.func1()\r\n /home/vanous/bin/projects/woodpecker/pipeline/pipeline.go:181 +0x1c5\r\ngolang.org/x/sync/errgroup.(*Group).Go.func1()\r\n /home/vanous/go/pkg/mod/golang.org/x/sync@v0.0.0-20220601150217-0de741cfad7f/errgroup/errgroup.go:75 +0x64\r\ncreated by golang.org/x/sync/errgroup.(*Group).Go\r\n /home/vanous/go/pkg/mod/golang.org/x/sync@v0.0.0-20220601150217-0de741cfad7f/errgroup/errgroup.go:72 +0xa5\r\n```\r\n\u003C/details>\r\n\n\n### Suggested solution\n\nIt would be great if the agent produced a warning message upon connecting to the server.\n\n### Alternative\n\nDo not crash :)\n\n### Additional context\n\nI searched through the issues but did not find any such report/request.\n\n### Validations\n\n- [X] Read the [Contributing Guidelines](https://github.com/woodpecker-ci/woodpecker/blob/master/CONTRIBUTING.md).\n- [X] Read the [docs](https://woodpecker-ci.org/docs/intro).\n- [X] Check that there isn't already an [issue](https://github.com/woodpecker-ci/woodpecker/issues) that request the same feature to avoid creating a duplicate.",[2057],{"name":2013,"color":2014},1114,"Show warning if agent's version does not match server's version","2023-03-19T21:42:24Z","https://github.com/woodpecker-ci/woodpecker/issues/1114",0.7466449,{"description":2064,"labels":2065,"number":2066,"owner":1991,"repository":1992,"state":2030,"title":2067,"updated_at":2068,"url":2069,"score":2070},"### Clear and concise description of the problem\n\nIt seems there's no API endpoint to sync repos? Would be great to have one. \r\n\r\n\n\n### Suggested solution\n\nAdd an API endpoint to sync new repos. \n\n### Alternative\n\n_No response_\n\n### Additional context\n\nI have some need for it within some automation which \r\n\r\n1. syncs new repos\r\n2. enables repos\r\n3. triggers a build by an automated commit\r\n\r\nApologies if I have overlooked the obvious - but I couldn't get it working even when invoking other endpoints (with the aim of triggering an implicit sync). \n\n### Validations\n\n- [X] Checked that the feature isn't part of the `next` version already [https://woodpecker-ci.org/faq#which-version-of-woodpecker-should-i-use]\n- [X] Read the [Contributing Guidelines](https://github.com/woodpecker-ci/woodpecker/blob/master/CONTRIBUTING.md).\n- [X] Read the [docs](https://woodpecker-ci.org/docs/intro).\n- [X] Check that there isn't already an [issue](https://github.com/woodpecker-ci/woodpecker/issues) that request the same feature to avoid creating a duplicate.",[],1973,"Do we need a syncing repos via API? [-> no]","2023-07-12T09:04:10Z","https://github.com/woodpecker-ci/woodpecker/issues/1973",0.74687445,{"description":2072,"labels":2073,"number":2075,"owner":1991,"repository":1992,"state":2030,"title":2076,"updated_at":2077,"url":2078,"score":2079},"### Component\n\nserver\n\n### Describe the bug\n\nWoodpecker creates empty pipelines that never start because they are empty:\r\n\r\n\r\n\r\n\r\nIssue occurs in `next-621eed6205` while reverting to `next-111a0b4ea5` fixed it.\n\n### System Info\n\n```shell\nnext-621eed6205\n```\n\n\n### Additional context\n\n_No response_\n\n### Validations\n\n- [X] Read the [Contributing Guidelines](https://github.com/woodpecker-ci/woodpecker/blob/main/CONTRIBUTING.md).\n- [X] Read the [docs](https://woodpecker-ci.org/docs/intro).\n- [X] Check that there isn't [already an issue](https://github.com/woodpecker-ci/woodpecker/issues) that reports the same bug to avoid creating a duplicate.\n- [X] Checked that the bug isn't fixed in the `next` version already [https://woodpecker-ci.org/faq#which-version-of-woodpecker-should-i-use]\n- [X] Check that this is a concrete bug. For Q&A join our [Discord Chat Server](https://discord.gg/fcMQqSMXJy) or the [Matrix room](https://matrix.to/#/#woodpecker:matrix.org).",[2074],{"name":1985,"color":1986},2901,"Woodpecker creates empty pipelines","2023-12-12T20:30:54Z","https://github.com/woodpecker-ci/woodpecker/issues/2901",0.7503267,{"description":2081,"labels":2082,"number":2086,"owner":1991,"repository":1992,"state":2030,"title":2087,"updated_at":2088,"url":2089,"score":2090},"(Long term goal - wont rush of course)\r\n\r\n* [x] able to migrate issues & pulls\r\n* [x] able to push updates to github (push mirrors)\r\n* [ ] bot to mirror github interactions to codeberg (like [gopherbot](https://github.com/golang/go/wiki/gopherbot) do on golang repos ...)\r\n\r\n\r\n# You can react on this issue to vote?\r\n\r\n**To avoid spamming the issue please refrain from commenting.**\r\n\r\n:+1: = move to codeberg; :laughing: = don't care; :-1: = no\r\n\r\n\r\n## Some background\r\n\r\nThe main difference between Github and [codeberg.org](https://codeberg.org) is who is operating the SCM systems and the fact that the software which is used for Github is not FOSS. While Github is operated by Microsoft and using Github as SCM, [codeberg.org](https://codeberg.org) is operated by the [Codeberg e.V.](https://docs.codeberg.org/getting-started/what-is-codeberg/) (non profit org based in Germany) and is using [Gitea](https://github.com/go-gitea/gitea) a FOSS software as SCM. In the end, the question is who you want to trust / support and which software (Github vs Gitea) you prefer.\r\n",[2083],{"name":2084,"color":2085},"governance","A46EFE",602,"Move main dev to Codeberg","2023-11-29T12:43:57Z","https://github.com/woodpecker-ci/woodpecker/issues/602",0.75272393,["Reactive",2092],{},["Set"],["ShallowReactive",2095],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"YsLp8YKtHNW1s80KIOfTKMfBrmzj-RwSWDDWwNWdntE":-1},"/woodpecker-ci/woodpecker/3819"]