\r\n\r\n- Min-width of commit hash field should be larger\r\n- Sometimes the committer icon is missing (maybe use an anchored relative position for the start of the timing buttons so it doesn't matter if the icon is missing?)\r\n- Maybe the committer icon could also be moved as the first entry of the second line? This would avoid the layout shift in case it is missing (although it should always exist actually, not sure why it is missing in some runs in the new view)",[2049],{"name":1985,"color":1986},4648,"Feedback to new two-row pipeline layout","2024-12-31T11:41:56Z","https://github.com/woodpecker-ci/woodpecker/issues/4648",0.7708038,{"description":2056,"labels":2057,"number":2060,"owner":1994,"repository":1995,"state":2031,"title":2061,"updated_at":2062,"url":2063,"score":2064},"### Component\n\nweb-ui\n\n### Describe the bug\n\n# Reproduction\r\n1. Start a workflow with multiple steps\r\n2. Click on a step before it is started\r\n3. Wait for it to finish\r\n\r\n# Actual behavior\r\nWhen the step starts, it displays\r\n```\r\nLoading…\r\n```\r\nBut it never finishes unless you click another step and back again.\r\n\r\n# Expected behavior\r\n```\r\nLoading…\r\n```\r\nWill be replaced with the logs.\n\n### System Info\n\n```shell\n1.0.2 and next ({\"source\":\"https://github.com/woodpecker-ci/woodpecker\",\"version\":\"next-6d86ec7fe7\"})\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).",[2058,2059],{"name":1985,"color":1986},{"name":2020,"color":2021},2484,"Web-ui won't load the step's logs, if the step was selected before it started","2023-10-08T15:49:14Z","https://github.com/woodpecker-ci/woodpecker/issues/2484",0.77114,{"description":2066,"labels":2067,"number":2071,"owner":1994,"repository":1995,"state":2031,"title":2072,"updated_at":2073,"url":2074,"score":2075},"we only should use one router - so use gin for all and if it does not support all there are other drop in replacements\r\n\r\n(currently gin & httpservermux|treemux are used)\r\n\r\n_Originally posted by @6543 in https://github.com/woodpecker-ci/woodpecker/pull/248#discussion_r709457468_",[2068],{"name":2069,"color":2070},"refactor","4f8cc9",308,"[Refactor] we should only use one router framework","2021-09-29T15:34:56Z","https://github.com/woodpecker-ci/woodpecker/issues/308",0.7738499,{"description":2077,"labels":2078,"number":2080,"owner":1994,"repository":1995,"state":2031,"title":2081,"updated_at":2082,"url":2083,"score":2084},"### Component\n\nserver\n\n### Describe the bug\n\nAfter updating to the new v1.0 Docker image Woodpecker fails to start with the following error message. Downgrading to v1.0.0 fixes it.\r\n\r\n```\r\npanic: handlers are already registered for path '/metrics'\r\n\r\ngoroutine 1 [running]:\r\ngithub.com/gin-gonic/gin.(*node).addRoute(0x13d0062?, {0xc00046bf28, 0x8}, {0xc00049ede0?, 0xc, 0xc})\r\n /woodpecker/src/github.com/woodpecker-ci/woodpecker/vendor/github.com/gin-gonic/gin/tree.go:260 +0x734\r\ngithub.com/gin-gonic/gin.(*Engine).addRoute(0xc0004029c0, {0x13d0062, 0x3}, {0xc00046bf28, 0x8}, {0xc00049ede0, 0xc, 0xc})\r\n /woodpecker/src/github.com/woodpecker-ci/woodpecker/vendor/github.com/gin-gonic/gin/gin.go:335 +0x272\r\ngithub.com/gin-gonic/gin.(*RouterGroup).handle(0xc0004029c0, {0x13d0062, 0x3}, {0x13dfd43?, 0x0?}, {0xc00053bf00, 0x1, 0x0?})\r\n /woodpecker/src/github.com/woodpecker-ci/woodpecker/vendor/github.com/gin-gonic/gin/routergroup.go:89 +0x145\r\ngithub.com/gin-gonic/gin.(*RouterGroup).GET(...)\r\n /woodpecker/src/github.com/woodpecker-ci/woodpecker/vendor/github.com/gin-gonic/gin/routergroup.go:117\r\ngithub.com/woodpecker-ci/woodpecker/server/router.Load(0x13fb9b8?, {0xc00052d8f0, 0x4, 0x4})\r\n /woodpecker/src/github.com/woodpecker-ci/woodpecker/server/router/router.go:74 +0x685\r\nmain.run(0xc0003fc640)\r\n /woodpecker/src/github.com/woodpecker-ci/woodpecker/cmd/server/server.go:201 +0xd70\r\ngithub.com/urfave/cli/v2.(*Command).Run(0xc000022580, 0xc0003fc640, {0xc0001181e0, 0x1, 0x1})\r\n /woodpecker/src/github.com/woodpecker-ci/woodpecker/vendor/github.com/urfave/cli/v2/command.go:274 +0x9eb\r\ngithub.com/urfave/cli/v2.(*App).RunContext(0xc0006de000, {0x16afed8?, 0xc000124000}, {0xc0001181e0, 0x1, 0x1})\r\n /woodpecker/src/github.com/woodpecker-ci/woodpecker/vendor/github.com/urfave/cli/v2/app.go:332 +0x616\r\ngithub.com/urfave/cli/v2.(*App).Run(...)\r\n /woodpecker/src/github.com/woodpecker-ci/woodpecker/vendor/github.com/urfave/cli/v2/app.go:309\r\nmain.main()\r\n /woodpecker/src/github.com/woodpecker-ci/woodpecker/cmd/server/main.go:38 +0x254\r\n```\n\n### System Info\n\n```shell\nWoodpecker v1.0 (Docker 24.0.5 and Forgejo 1.20)\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).",[2079],{"name":1985,"color":1986},2153,"v1.0 fails to start after update","2023-08-09T11:20:38Z","https://github.com/woodpecker-ci/woodpecker/issues/2153",0.7745981,{"description":2086,"labels":2087,"number":2092,"owner":1994,"repository":1995,"state":2031,"title":2093,"updated_at":2094,"url":2095,"score":2096},"### Component\n\nserver\n\n### Describe the bug\n\nTriggering repository web hooks using \"Test Delivery\" in Gitea works 4 out of 5 time. The 5th time there is an error `context deadline exceeded`.\r\nAt the same time, calling `curl` repeatedly to get `https://git-repo.local/api/v1/version` from the server where Woodpecker is running returns without any issues or timeouts.\n\n### System Info\n\n```shell\nWoodpecker binary on Void-Linux (and Ubuntu LTS tested too), version 2.3.0.\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]",[2088,2089],{"name":1985,"color":1986},{"name":2090,"color":2091},"forge/gitea","E96280",3390,"Gitea Webhook - https://git-repo.local/api/v1/version: context deadline exceeded","2024-02-15T13:43:17Z","https://github.com/woodpecker-ci/woodpecker/issues/3390",0.778287,["Reactive",2098],{},["Set"],["ShallowReactive",2101],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"-Dis-FLOmFw0iZZUBM3BrkvMYiBPdssI2TTZn17D9no":-1},"/woodpecker-ci/woodpecker/774"]