\r\n \u003Clink rel=\"alternate icon\" type=\"image/png\" href=\"/favicons/favicon-light-default.png\" id=\"favicon-png\" />\r\n \u003Clink rel=\"icon\" type=\"image/svg+xml\" href=\"/favicons/favicon-light-default.svg\" id=\"favicon-svg\" />\r\n \u003Cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\r\n \u003Cmeta name=\"theme-color\" content=\"#65a30d\" />\r\n \u003Ctitle>Woodpecker\u003C/title>\r\n \u003Cscript type=\"\" src=\"/web-config.js\">\u003C/script>\r\n \u003Cscript type=\"module\" crossorigin src=\"/assets/index-4b7b57db.js\">\u003C/script>\r\n \u003Clink rel=\"stylesheet\" href=\"/assets/index-f123c06a.css\">\r\n \u003C/head>\r\n \u003Cbody>\r\n \u003Cdiv id=\"app\">\u003C/div>\r\n\r\n \u003C/body>\r\n\u003C/html>\r\n```\r\n\r\nThat is basically an \"empty\" page. Let's look at the response code:\r\n```\r\n$ curl -I http://localhost:8000/foo\r\nHTTP/1.1 200 OK\r\nX-Woodpecker-Version: next-45319b24\r\n# ...etc.\r\n```\r\n\r\nThat should have returned 404.\r\n\r\nNow let's request a non-existent API endpoint:\r\n```\r\n$ curl -I http://localhost:8000/api/bar\r\nHTTP/1.1 200 OK\r\nX-Woodpecker-Version: next-45319b24\r\n# ...etc.\r\n```\r\n\r\nSame thing.\r\n\r\nNow let's request a real API endpoint, for healthchecks:\r\n```\r\n$ curl http://localhost:8000/api/healthz\r\n\u003C!DOCTYPE html>\r\n\u003Chtml lang=\"en\">\r\n # ...\r\n\u003C/html>\r\n\r\n$ curl -I http://localhost:8000/api/healthz\r\nHTTP/1.1 200 OK\r\nX-Woodpecker-Version: next-45319b24\r\n# ...etc.\r\n```\r\n\r\nSame thing. Also, it should not return a page, only a REST response.\r\n\r\nClean up:\r\n```\r\n$ apk delete curl\r\n$ exit\r\n```\r\n\r\nSummary:\r\n- both existent and non-existent endpoints and pages respond with 200\r\n- that means the `/api/healthz` endpoint is not working: it's a \"proof of life\" rather than \"proof of health\"\r\n- and the health endpoint should only return a json REST response, not a page\r\n\r\n### System Info\r\n\r\n```shell\r\nversion next-45319b24-alpine\r\ndockerised\r\n```\r\n\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Validations\r\n\r\n- [X] Read the [Contributing Guidelines](https://github.com/woodpecker-ci/woodpecker/blob/master/CONTRIBUTING.md).\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 reports the same bug to avoid creating a duplicate.\r\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]\r\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).",[2004,2007],{"name":2005,"color":2006},"bug","d73a4a",{"name":2008,"color":2009},"server","5D7A92",1947,"All pages and API endpoints (including non-existent ones) return 200","2025-03-16T13:50:31Z","https://github.com/woodpecker-ci/woodpecker/issues/1947",0.7771836,{"description":2016,"labels":2017,"number":2022,"owner":1994,"repository":1995,"state":1996,"title":2023,"updated_at":2024,"url":2025,"score":2026},"if an image gets pulled from the docker backend, on the agent cli you can see the pull progress ...\r\n... but the webUI just show nothing but \"loading...\"\r\n\r\nit would be nice to also see this in the webUI\r\n\r\nhttps://github.com/woodpecker-ci/woodpecker/blob/5d72060bbd8ced97386cd50591d66459de38d7f3/pipeline/rpc/log_entry.go#L39-L45\r\nhttps://github.com/woodpecker-ci/woodpecker/blob/5d72060bbd8ced97386cd50591d66459de38d7f3/pipeline/rpc/log_entry.go#L35",[2018,2019],{"name":1988,"color":1989},{"name":2020,"color":2021},"backend/docker","bfdadc",1936,"show image pull progress","2023-07-06T18:10:04Z","https://github.com/woodpecker-ci/woodpecker/issues/1936",0.77827173,{"description":2028,"labels":2029,"number":2036,"owner":1994,"repository":1995,"state":1996,"title":2037,"updated_at":2038,"url":2039,"score":2040},"make `pipeline logs` follow logs if they still run\r\n\r\nand let them be addressed by workflow-&step-name",[2030,2033],{"name":2031,"color":2032},"enhancement","7E1FE4",{"name":2034,"color":2035},"cli","1d76db",1824,"[CLI] pipeline logs follow logs if still running","2023-06-05T01:42:27Z","https://github.com/woodpecker-ci/woodpecker/issues/1824",0.78104573,{"description":2042,"labels":2043,"number":2045,"owner":1994,"repository":1995,"state":1996,"title":2046,"updated_at":2047,"url":2048,"score":2049},"### Clear and concise description of the problem\r\n\r\nWe're using multiple workflows to test different parts of a project, and would like to have badges showing us the state of each part\r\n\r\n### Suggested solution\r\n\r\nProvide per-workflow badges and UI tabs\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 [Contributing Guidelines](https://github.com/woodpecker-ci/woodpecker/blob/main/CONTRIBUTING.md).\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.",[2044],{"name":2031,"color":2032},2373,"Per-workflow badge","2025-02-16T22:35:42Z","https://github.com/woodpecker-ci/woodpecker/issues/2373",0.7846488,{"description":2051,"labels":2052,"number":2054,"owner":1994,"repository":1995,"state":1996,"title":2055,"updated_at":2056,"url":2057,"score":2058},"### Clear and concise description of the problem\n\nPressing the \"Restart\" button will restart all workflows. This can quite time-consuming. Often what one wants is just to restart one or two workflows and not wait (nor waste resources) while waiting for all other workflows to run.\n\n### Suggested solution\n\nIt would be nice to have an additional button for \"Restart this workflow\".\n\n### Alternative\n\n_No response_\n\n### Additional context\n\nThis report is based on the version of Woodpecker next currently used by Codeberg CI.\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.",[2053],{"name":1988,"color":1989},1886,"Restart only one workflow","2024-06-18T23:44:14Z","https://github.com/woodpecker-ci/woodpecker/issues/1886",0.78695154,{"description":2060,"labels":2061,"number":2064,"owner":1994,"repository":1995,"state":1996,"title":2065,"updated_at":2066,"url":2067,"score":2068},"### Clear and concise description of the problem\n\nA repo can use many secrets, some of which may have non-obvious origins. I find it would be useful to be able to add notes to a secret, which could contain any information that the user deems helpful for them. An example use case would be:\r\nsecret_name: SOME_API_TOKEN\r\nsecret_value: \u003Csuper_secret_value>\r\ndescription: \"Used by process xxx. Expiry date: ddmmyy, renew by going to ..., include API scope blablabla\"\n\n### Suggested solution\n\nThis could be a simple plain text field, visible to anyone who has access to create/modify secrets, along with the secret name. The aim is to provide hints/document the secret.\r\nI noticed that gitlab recently added this to their CI, which I find extremely helpful.\r\nIn a perfect world, secrets would be generated in code, with proper documentation, but it's not always possible in tiny projects.\n\n### Alternative\n\n_No response_\n\n### Additional context\n\n_No response_\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 [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.",[2062,2063],{"name":2008,"color":2009},{"name":2031,"color":2032},3558,"Add description to secrets","2024-03-27T08:39:44Z","https://github.com/woodpecker-ci/woodpecker/issues/3558",0.7906245,{"description":2070,"labels":2071,"number":2073,"owner":1994,"repository":1995,"state":1996,"title":2074,"updated_at":2075,"url":2076,"score":2077},"### Component\r\n\r\nserver\r\n\r\n### Describe the bug\r\n\r\nTwo CI runs are triggered at the same time on PR creation, see the two webhook events below. \r\n\r\n```\r\nRequest URL: https://ci.rknet.org/api/hook?access_token=***\r\nRequest method: POST\r\nContent-Type: application/json\r\nX-GitHub-Delivery: 342485a1-***\r\nX-GitHub-Event: pull_request\r\nX-GitHub-Event-Type: pull_request\r\nX-Gitea-Delivery: 342485a1-***\r\nX-Gitea-Event: pull_request\r\nX-Gitea-Event-Type: pull_request\r\nX-Gitea-Signature: ***\r\nX-Gogs-Delivery: 342485a1-***\r\nX-Gogs-Event: pull_request\r\nX-Gogs-Event-Type: pull_request\r\nX-Gogs-Signature: ***\r\nX-Hub-Signature: sha1=***\r\nX-Hub-Signature-256: sha256=***\r\n\r\n## Response 200\r\n{\"id\":193,\"number\":33,\"author\":\"renovator\",\"parent\":0,\"event\":\"pull_request\",\"status\":\"pending\",\"errors\":null,\"enqueued_at\":1701175158,\"created_at\":1701175158,\"updated_at\":1701175158,\"started_at\":0,\"finished_at\":0,\"deploy_to\":\"\",\"commit\":\"c17d6e7f15201d0a253f83890b1d088e9b34c43d\",\"branch\":\"main\",\"ref\":\"refs/pull/145/head\",\"refspec\":\"renovate/docker-digests:main\",\"clone_url\":\"\",\"title\":\"chore(docker): update docker.io/clux/muslrust:1.74.0-stable docker digest to 37ba39a\",\"message\":\"chore(docker): update docker.io/clux/muslrust:1.74.0-stable docker digest to 37ba39a\",\"timestamp\":0,\"sender\":\"renovator\",\"author_avatar\":\"https://gitea.rknet.org/avatars/188565bedb61ddcc66b2dceedd8aa136\",\"author_email\":\"\",\"forge_url\":\"https://gitea.rknet.org/container/vaultwarden/pulls/145\",\"reviewed_by\":\"\",\"reviewed_at\":0,\"workflows\":[{\"id\":671,\"pipeline_id\":193,\"pid\":1,\"name\":\"build-container\",\"state\":\"pending\",\"children\":[{\"id\":2322,\"uuid\":\"d77cc32e-3a56-41d2-92f5-1772c862ab68\",\"pipeline_id\":193,\"pid\":4,\"ppid\":1,\"name\":\"clone\",\"state\":\"pending\",\"exit_code\":0,\"type\":\"clone\"},{\"id\":2323,\"uuid\":\"42927df2-9032-4aad-84b0-f1b09b1136cc\",\"pipeline_id\":193,\"pid\":5,\"ppid\":1,\"name\":\"security-build\",\"state\":\"pending\",\"exit_code\":0,\"type\":\"plugin\"},{\"id\":2324,\"uuid\":\"f3d81d7a-b1dd-4b12-a045-e21b361a9f74\",\"pipeline_id\":193,\"pid\":6,\"ppid\":1,\"name\":\"security-scan\",\"state\":\"pending\",\"exit_code\":0,\"type\":\"commands\"}]},{\"id\":672,\"pipeline_id\":193,\"pid\":2,\"name\":\"build-package\",\"state\":\"pending\",\"children\":[{\"id\":2325,\"uuid\":\"8eee1203-e26e-45b1-a612-f8840dd19f93\",\"pipeline_id\":193,\"pid\":7,\"ppid\":2,\"name\":\"clone\",\"state\":\"pending\",\"exit_code\":0,\"type\":\"clone\"},{\"id\":2326,\"uuid\":\"8216ee3f-72ac-43cc-b168-0fb9147f47ff\",\"pipeline_id\":193,\"pid\":8,\"ppid\":2,\"name\":\"changelog\",\"state\":\"pending\",\"exit_code\":0,\"type\":\"commands\"}]},{\"id\":673,\"pipeline_id\":193,\"pid\":3,\"name\":\"docs\",\"state\":\"pending\",\"children\":[{\"id\":2327,\"uuid\":\"74a6fcf2-853e-4565-82ae-7956b92ee653\",\"pipeline_id\":193,\"pid\":9,\"ppid\":3,\"name\":\"clone\",\"state\":\"pending\",\"exit_code\":0,\"type\":\"clone\"},{\"id\":2328,\"uuid\":\"81282a99-5e37-47ec-a5da-8c46b8fa0643\",\"pipeline_id\":193,\"pid\":10,\"ppid\":3,\"name\":\"markdownlint\",\"state\":\"pending\",\"exit_code\":0,\"type\":\"commands\"},{\"id\":2329,\"uuid\":\"b0e42cd5-2c17-4f79-9678-81889699cca7\",\"pipeline_id\":193,\"pid\":11,\"ppid\":3,\"name\":\"spellcheck\",\"state\":\"pending\",\"exit_code\":0,\"type\":\"commands\"},{\"id\":2330,\"uuid\":\"a8a273bc-de6b-433c-b335-795bb29a8bec\",\"pipeline_id\":193,\"pid\":12,\"ppid\":3,\"name\":\"link-validation\",\"state\":\"pending\",\"exit_code\":0,\"type\":\"commands\"}]}]}\r\n```\r\n\r\n```\r\nRequest URL: https://ci.rknet.org/api/hook?access_token=****\r\nRequest method: POST\r\nContent-Type: application/json\r\nX-GitHub-Delivery: 563de175-***\r\nX-GitHub-Event: pull_request\r\nX-GitHub-Event-Type: pull_request_sync\r\nX-Gitea-Delivery: 563de175-***\r\nX-Gitea-Event: pull_request\r\nX-Gitea-Event-Type: pull_request_sync\r\nX-Gitea-Signature: ***\r\nX-Gogs-Delivery: 563de175-***\r\nX-Gogs-Event: pull_request\r\nX-Gogs-Event-Type: pull_request_sync\r\nX-Gogs-Signature: ***\r\nX-Hub-Signature: sha1=***\r\nX-Hub-Signature-256: sha256=***\r\n\r\n## Response 200\r\n{\"id\":194,\"number\":34,\"author\":\"renovator\",\"parent\":0,\"event\":\"pull_request\",\"status\":\"pending\",\"errors\":null,\"enqueued_at\":1701175159,\"created_at\":1701175159,\"updated_at\":1701175159,\"started_at\":0,\"finished_at\":0,\"deploy_to\":\"\",\"commit\":\"c17d6e7f15201d0a253f83890b1d088e9b34c43d\",\"branch\":\"main\",\"ref\":\"refs/pull/145/head\",\"refspec\":\"renovate/docker-digests:main\",\"clone_url\":\"\",\"title\":\"chore(docker): update docker.io/clux/muslrust:1.74.0-stable docker digest to 37ba39a\",\"message\":\"chore(docker): update docker.io/clux/muslrust:1.74.0-stable docker digest to 37ba39a\",\"timestamp\":0,\"sender\":\"renovator\",\"author_avatar\":\"https://gitea.rknet.org/avatars/188565bedb61ddcc66b2dceedd8aa136\",\"author_email\":\"\",\"forge_url\":\"https://gitea.rknet.org/container/vaultwarden/pulls/145\",\"reviewed_by\":\"\",\"reviewed_at\":0,\"workflows\":[{\"id\":674,\"pipeline_id\":194,\"pid\":1,\"name\":\"build-container\",\"state\":\"pending\",\"children\":[{\"id\":2331,\"uuid\":\"2e55b6e7-e29f-450e-886b-e57f7f98bcbe\",\"pipeline_id\":194,\"pid\":4,\"ppid\":1,\"name\":\"clone\",\"state\":\"pending\",\"exit_code\":0,\"type\":\"clone\"},{\"id\":2332,\"uuid\":\"419e9fcd-9fdd-4c06-87a7- 15280310afea\",\"pipeline_id\":194,\"pid\":5,\"ppid\":1,\"name\":\"security-build\",\"state\":\"pending\",\"exit_code\":0,\"type\":\"plugin\"},{\"id\":2333,\"uuid\":\"8a6eb1c5-9e26-4cfa-963d-d487ab532bb0\",\"pipeline_id\":194,\"pid\":6,\"ppid\":1,\"name\":\"security-scan\",\"state\":\"pending\",\"exit_code\":0,\"type\":\"commands\"}]},{\"id\":675,\"pipeline_id\":194,\"pid\":2,\"name\":\"build-package\",\"state\":\"pending\",\"children\":[{\"id\":2334,\"uuid\":\"2a48dbb4-75be-405f-a4e2-97a85891f66b\",\"pipeline_id\":194,\"pid\":7,\"ppid\":2,\"name\":\"clone\",\"state\":\"pending\",\"exit_code\":0,\"type\":\"clone\"},{\"id\":2335,\"uuid\":\"54e90fd4-3b5e-4f22-b344-12b3f4caa4b5\",\"pipeline_id\":194,\"pid\":8,\"ppid\":2,\"name\":\"changelog\",\"state\":\"pending\",\"exit_code\":0,\"type\":\"commands\"}]},{\"id\":676,\"pipeline_id\":194,\"pid\":3,\"name\":\"docs\",\"state\":\"pending\",\"children\":[{\"id\":2336,\"uuid\":\"990901af-c9f9-4347-add5-6d7358f37436\",\"pipeline_id\":194,\"pid\":9,\"ppid\":3,\"name\":\"clone\",\"state\":\"pending\",\"exit_code\":0,\"type\":\"clone\"},{\"id\":2337,\"uuid\":\"b72998a4-1fc5-492a-a0d7-c8dd7e181e7c\",\"pipeline_id\":194,\"pid\":10,\"ppid\":3,\"name\":\"markdownlint\",\"state\":\"pending\",\"exit_code\":0,\"type\":\"commands\"},{\"id\":2338,\"uuid\":\"06f2c11a-e255-41f1-a30e-d269a8142d5f\",\"pipeline_id\":194,\"pid\":11,\"ppid\":3,\"name\":\"spellcheck\",\"state\":\"pending\",\"exit_code\":0,\"type\":\"commands\"},{\"id\":2339,\"uuid\":\"a85323cf-b1c1-4a99-bdaf-224ad6e4e22e\",\"pipeline_id\":194,\"pid\":12,\"ppid\":3,\"name\":\"link-validation\",\"state\":\"pending\",\"exit_code\":0,\"type\":\"commands\"}]}],\"changed_files\":[\"Containerfile\"]}\r\n```\r\n\r\n### System Info\r\n\r\n```shell\r\n{\"source\":\"https://github.com/woodpecker-ci/woodpecker\",\"version\":\"next-111a0b4ea5\"}\r\n```\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Validations\r\n\r\n- [X] Read the [Contributing Guidelines](https://github.com/woodpecker-ci/woodpecker/blob/main/CONTRIBUTING.md).\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 reports the same bug to avoid creating a duplicate.\r\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]\r\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).",[2072],{"name":2005,"color":2006},2888,"PR triggers the CI twice","2024-12-11T08:41:54Z","https://github.com/woodpecker-ci/woodpecker/issues/2888",0.7979786,{"description":2079,"labels":2080,"number":2082,"owner":1994,"repository":1995,"state":1996,"title":2083,"updated_at":2084,"url":2085,"score":2086},"### Clear and concise description of the problem\r\n\r\nCurrently, tracking usage pattern is hard for admins as there is no easy way to get queue statistics over time. The API endpoint `queue/info` provides some basic stats but one would need to query it every few seconds/minute and then post-process the data manually into a dashboard.\r\n\r\nYes, there is a prometheus endpoint at `/metrics` and some user-provided dasbhoard (e.g. https://github.com/Janik-Haag/woodpecker-grafana-dashboard) but having a built-in view would be really great.\r\n\r\n### Suggested solution\r\n\r\nAdd a simple dashboard to `admin#queue` which shows queue utilization over time. \r\n\r\nBonus: group the stats by agent (e.g. to infer how many builds for a given architecture were requested)\r\n\r\nhttps://github.com/arl/statsviz might be a library for this.\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 [Contributing Guidelines](https://github.com/woodpecker-ci/woodpecker/blob/main/CONTRIBUTING.md).\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.",[2081],{"name":2031,"color":2032},3105,"Queue/Metrics utilization dashboard for usage overview","2024-01-02T17:04:24Z","https://github.com/woodpecker-ci/woodpecker/issues/3105",0.7995206,{"description":2088,"labels":2089,"number":2094,"owner":1994,"repository":1995,"state":2095,"title":2096,"updated_at":2097,"url":2098,"score":2099},"### Component\n\nserver\n\n### Describe the bug\n\nI don't know yet why and how, but there's a bug in the repo syncing with Gitea (or maybe in general but the following report is from Gitea).\r\n\r\nI've seen this in the past in different characteristics but now I am facing it again. And I am a bit out of ideas after 2 hours.\r\n\r\nScenario:\r\n\r\n1. Create new Gitea org\r\n2. Create two repos\r\n3. Go to WP and click \"add repos\"\r\n4. Only one repo shows up\r\n\r\nEven after logout/login, same issue. Same issue also when directly checking via the API (which is expected as there's nothing but an API call in the background when syncing repos).\r\n\r\nSame user as the one which provides the WP - Gitea connection (and yes, the Gitea PAT is from an Gitea admin user and is in fact the same user as the one facing the issue).\r\n\r\nSet the server log level to \"DEBUG\" but no relatable entries.\r\n\r\nRelates to https://github.com/woodpecker-ci/woodpecker/discussions/2491\n\n### System Info\n\n```shell\nnext-7b3eeec65c (Oct 17th)\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).",[2090,2091],{"name":2005,"color":2006},{"name":2092,"color":2093},"forge/gitea","E96280",2613,"closed","Some (Gitea) repositories are not synced","2023-11-05T18:33:32Z","https://github.com/woodpecker-ci/woodpecker/issues/2613",0.74776775,["Reactive",2101],{},["Set"],["ShallowReactive",2104],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"a_8g7viO0xGrWxCrAh5opJO9VHWATfSSgqbbFVktFQA":-1},"/woodpecker-ci/woodpecker/1435"]