\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)",[3100],{"name":3038,"color":3039},4648,"Feedback to new two-row pipeline layout","2024-12-31T11:41:56Z","https://github.com/woodpecker-ci/woodpecker/issues/4648",0.76732266,{"description":3107,"labels":3108,"number":3116,"owner":3027,"repository":3028,"state":3057,"title":3117,"updated_at":3118,"url":3119,"score":3120},"migrate code like e.g. https://github.com/woodpecker-ci/woodpecker/pull/1296/files#diff-a3003b46215d34362e75d779f7e5b3fe234547af38afc3d21b7402f3a256636bL51-L61\r\n\r\nto use the xorm builder or xorm instead",[3109,3112,3115],{"name":3110,"color":3111},"server","5D7A92",{"name":3113,"color":3114},"refactor","4f8cc9",{"name":3042,"color":3043},1310,"migrate more sql querys to xorm","2022-10-31T15:08:59Z","https://github.com/woodpecker-ci/woodpecker/issues/1310",0.7713494,{"description":3122,"labels":3123,"number":3125,"owner":3027,"repository":3028,"state":3057,"title":3126,"updated_at":3127,"url":3128,"score":3129},"### Component\n\nagent\n\n### Describe the bug\n\nI followed the guide from @6543: https://tube.tchncs.de/videos/watch/04ca97a3-bc01-47bd-9084-179135290693\r\nI'm not used to docker. I'm still learnig.\r\n\r\nI already fixed some settings, f.e. I set `WOODPECKER_SERVER=172.23.0.2:9000`\r\n\r\nBut now I'm stuck with following errorcode in the agent log:\r\n\r\n`rpc error: code = DeadlineExceeded desc = context deadline exceeded`\r\n\r\nand the agent wont connect to the server.\r\n\r\nPS: In the OAth of my forgejo i had to specify the prt in the _redirect url_.\n\n### System Info\n\n```shell\n{\"source\":\"https://github.com/woodpecker-ci/woodpecker\",\"version\":\"next-0623eefd3b\"}\n```\n\n\n### Additional context\n\n```\r\n# docker-compose.yml\r\nversion: '3'\r\n\r\nservices:\r\n woodpecker-server:\r\n image: woodpeckerci/woodpecker-server:next\r\n ports:\r\n - 8000:8000\r\n volumes:\r\n - woodpecker-server-data:/var/lib/woodpecker/\r\n environment:\r\n - WOODPECKER_OPEN=true\r\n - WOODPECKER_HOST=${WOODPECKER_HOST}\r\n - WOODPECKER_GITEA=true\r\n - WOODPECKER_GITEA_URL=${WOODPECKER_GITEA_URL}\r\n - WOODPECKER_GITEA_CLIENT=${WOODPECKER_GITEA_CLIENT}\r\n - WOODPECKER_GITEA_SECRET=${WOODPECKER_GITEA_SECRET}\r\n - WOODPECKER_AGENT_SECRET=${WOODPECKER_AGENT_SECRET}\r\n - WOODPECKER_ADMIN=${WOODPECKER_ADMIN}\r\n - WOODPECKER_GRPC_ADDR=:9000\r\n\r\n woodpecker-agent:\r\n image: woodpeckerci/woodpecker-agent:next\r\n command: agent\r\n restart: always\r\n depends_on:\r\n - woodpecker-server\r\n volumes:\r\n - woodpecker-agent-config:/etc/woodpecker\r\n - /var/run/docker.sock:/var/run/docker\r\n environment:\r\n - WOODPECKER_SERVER=172.23.0.2:9000\r\n - WOODPECKER_AGENT_SECRET=${WOODPECKER_AGENT_SECRET}\r\n - WOODPECKER_BACKEND=docker\r\n\r\nvolumes:\r\n woodpecker-server-data:\r\n woodpecker-agent-config:\r\n```\r\n\r\n```\r\n# .env\r\nWOODPECKER_GITEA_CLIENT=***\r\nWOODPECKER_HOST=https://ci.example.com:443\r\nWOODPECKER_GITEA_SECRET=***\r\nWOODPECKER_GITEA_URL=https://git.example.com:443\r\nWOODPECKER_ADMIN=test\r\nWOODPECKER_AGENT_SECRET=***\r\n```\r\n\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).",[3124],{"name":3038,"color":3039},2575,"agent wont connect to server: rpc error","2023-10-14T08:14:16Z","https://github.com/woodpecker-ci/woodpecker/issues/2575",0.771905,{"description":3131,"labels":3132,"number":3135,"owner":3027,"repository":3028,"state":3057,"title":3136,"updated_at":3137,"url":3138,"score":3139},"### Component\n\nweb-ui\n\n### Describe the bug\n\nI've searched but can't find this strange UI issue.\r\n\r\nWhen I have my tablet in landscape orientation mode, I can't scroll down to see all the jobs:\r\n\r\n\r\nhttps://github.com/woodpecker-ci/woodpecker/assets/930215/30ce7030-4fcb-48da-936e-cc3cb919b8ed\r\n\r\nWhen I have it in portrait, the scroll down correctly shows the rest of the jobs.\r\n\r\nhttps://github.com/woodpecker-ci/woodpecker/assets/930215/502bed9d-f725-467b-8605-ff4f8823afdc\r\n\r\n\r\n\n\n### System Info\n\n```shell\n{\"source\":\"https://github.com/woodpecker-ci/woodpecker\",\"version\":\"next-74a619ff\"}\n```\n\n\n### Additional context\n\nUI only.\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).",[3133,3134],{"name":3038,"color":3039},{"name":3021,"color":3022},2114,"Landscape-mode not showing all jobs / tasks","2023-08-31T14:48:45Z","https://github.com/woodpecker-ci/woodpecker/issues/2114",0.7726743,["Reactive",3141],{},["Set"],["ShallowReactive",3144],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fRPgUdAcEJuPzo2bYEkXy26sTbC2UHLbHYCtJWVIuTvc":-1},"/woodpecker-ci/woodpecker/2060"]