\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]",[3207,3208],{"name":3152,"color":3153},{"name":3209,"color":3210},"ui","46DEA2",4677,"`tag` pipelines are missing avatar and commit title","2025-01-12T06:19:42Z","https://github.com/woodpecker-ci/woodpecker/issues/4677",0.7578418,{"description":3217,"labels":3218,"number":3220,"owner":3158,"repository":3159,"state":3221,"title":3222,"updated_at":3223,"url":3224,"score":3225},"### Component\n\nagent\n\n### Describe the bug\n\nOn an arm64 agent (Raspberry Pi 4b+), the clone step fails when the container is running in podman:\r\n\r\n```\r\n+ git init -b main\r\nInitialized empty Git repository in /woodpecker/src/git.vdx.hu/voidcontext/nix-config/.git/\r\n+ git config --global --replace-all safe.directory /woodpecker/src/git.vdx.hu/voidcontext/nix-config\r\n+ git remote add origin https://git.vdx.hu/voidcontext/nix-config.git\r\n+ git fetch --no-tags --depth=1 --filter=tree:0 origin +a4b83a869d6366bf24921b8f4f3f5836f806f57e:fatal: unable to access 'https://git.vdx.hu/voidcontext/nix-config.git/': Could not resolve host: git.vdx.hu\r\nexit status 128\r\n```\r\n\r\nThe server is on a different server (on amd64).\r\n\r\nExample: https://woodpecker.ci.vdx.hu/repos/109/pipeline/119/5\r\n\r\nThe same pipeline is successful on an amd64 agent (Kubernetes on a 3rd machine).\r\n\r\nThe issue seems to be similar to https://github.com/woodpecker-ci/woodpecker/issues/1407 which has been closed bacause of inactivity.\n\n### Steps to reproduce\n\n1) install server on amd64 machine (A)\r\n2) install agent on arm64 machine (B) using Docker backend that points to a docker compatible podman socket.\r\n3) Run pipeline\n\n### Expected behavior\n\nGit is able to resolve the host as it has a public DNS record.\n\n### System Info\n\n```shell\n{\"source\":\"https://github.com/woodpecker-ci/woodpecker\",\"version\":\"2.6.0\"}\r\n```\n```\n\n\n### Additional context\n\nUnfortunately I wasn't able to test this on `next`.\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]",[3219],{"name":3152,"color":3153},3892,"closed","Git clone step fails with \"Could not resolve host\" error when running fetch","2024-07-18T22:49:20Z","https://github.com/woodpecker-ci/woodpecker/issues/3892",0.7291082,{"description":3227,"labels":3228,"number":3233,"owner":3158,"repository":3159,"state":3221,"title":3234,"updated_at":3235,"url":3236,"score":3237},"### Component\n\nserver\n\n### Describe the bug\n\nAfter upgrading to 3.2.0, I am no longer able to enable new repos in the server dashboard. Attempting results in a error notification and the message \"Error 1062 (23000): Duplicate entry 'devin' for key 'UQE_orgs_name'\" being written to the server logs with \"devin\" being admin and only user. Also happens in the current `next` version.\n\nRolling back to 3.1.0, repos can be enabled without issue. \n\n\n\n### Steps to reproduce\n\n1. Navigate to the `/repos` page.\n2. Click the \"Add repository\" button.\n3. Click \"Enable\" on any listed repository not currently enabled. \n4. Receive error message\n\n### Expected behavior\n\nI should be able to enable a repo without error. \n\n### System Info\n\n```shell\n{\n \"source\": \"https://github.com/woodpecker-ci/woodpecker\",\n \"version\": \"next-1232ceb794\"\n}\n```\n\n### Additional context\n\n- Reproducible with `woodpeckerci/woodpecker-server:v3.2.0` and `woodpeckerci/woodpecker-server:next-1232ceb794` container images.\n- Running in a K3S cluster\n- Gitea forge version 1.23.3\n- MariaDB database\n\nServer debug log: [server.debug.log](https://github.com/user-attachments/files/19040797/server.debug.log)\n\nKubernetes Manifest: \n\n```\n---\n\napiVersion: apps/v1\nkind: StatefulSet\nmetadata:\n name: woodpecker-server\n namespace: woodpecker\n labels:\n app.kubernetes.io/name: woodpecker\n app.kubernetes.io/component: server\nspec:\n serviceName: woodpecker-server-headless\n revisionHistoryLimit: 2\n replicas: 1\n minReadySeconds: 20\n selector:\n matchLabels:\n app.kubernetes.io/name: woodpecker\n app.kubernetes.io/component: server\n template:\n metadata:\n labels:\n app.kubernetes.io/name: woodpecker\n app.kubernetes.io/component: server\n spec:\n priorityClassName: please-keep-running\n restartPolicy: Always\n terminationGracePeriodSeconds: 100\n containers:\n - name: server\n image: woodpeckerci/woodpecker-server:v3.2.0\n imagePullPolicy: IfNotPresent\n env:\n - name: WOODPECKER_DATABASE_DRIVER\n value: mysql\n - name: WOODPECKER_DATABASE_DATASOURCE\n valueFrom:\n secretKeyRef:\n key: dsn\n name: woodpecker-server\n - name: WOODPECKER_HOST\n valueFrom:\n secretKeyRef:\n key: host\n name: woodpecker-server\n - name: WOODPECKER_ADMIN\n value: devin\n - name: WOODPECKER_GITEA\n value: \"true\"\n - name: WOODPECKER_GITEA_URL\n valueFrom:\n secretKeyRef:\n key: gitea_url\n name: woodpecker-server\n - name: WOODPECKER_GITEA_CLIENT\n valueFrom:\n secretKeyRef:\n key: gitea_client\n name: woodpecker-server\n - name: WOODPECKER_GITEA_SECRET\n valueFrom:\n secretKeyRef:\n key: gittea_key\n name: woodpecker-server\n - name: WOODPECKER_PLUGINS_PRIVILEGED\n value: woodpeckerci/plugin-docker-buildx\n - name: WOODPECKER_LOG_LEVEL\n value: debug\n resources:\n requests:\n cpu: \"50m\"\n memory: 400Mi\n limits:\n cpu: \"1\"\n memory: 1Gi\n ports:\n - name: http\n containerPort: 8000\n protocol: TCP\n - name: grpc\n containerPort: 9000\n protocol: TCP\n volumeMounts:\n - mountPath: /var/lib/woodpecker/\n name: config\n livenessProbe:\n httpGet:\n path: /healthz\n port: 8000\n initialDelaySeconds: 30\n periodSeconds: 30\n volumes:\n - name: config\n persistentVolumeClaim:\n claimName: woodpecker-config-pvc\n```\n\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/versions]",[3229,3230],{"name":3152,"color":3153},{"name":3231,"color":3232},"server","5D7A92",4918,"Cannot enable new repos after upgrading from v3.1.0 to v3.2.0. Duplicate entry for key 'UQE_orgs_name'","2025-03-04T23:30:29Z","https://github.com/woodpecker-ci/woodpecker/issues/4918",0.7308419,{"description":3239,"labels":3240,"number":3242,"owner":3158,"repository":3159,"state":3221,"title":3243,"updated_at":3244,"url":3245,"score":3246},"### Component\n\nagent\n\n### Describe the bug\n\nKubernetes rke2r1\r\nCannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?\r\n\r\nand obsviusly the pipeline don't run\n\n### Steps to reproduce\n\nremove old version and re-install via helm char new version\r\n\r\nhelm uninstall woodpecker -n woodpecker && \\\r\nkubectl delete ns woodpecker && \\\r\nhelm upgrade --install woodpecker woodpecker/woodpecker --namespace woodpecker --create-namespace -f woodpecker-values.yaml\n\n### Expected behavior\n\nthe pipeline has to run \n\n### System Info\n\n```shell\n{\r\n \"source\": \"https://github.com/woodpecker-ci/woodpecker\",\r\n \"version\": \"2.7.1\"\r\n}\n```\n\n\n### Additional context\n\nStep Logs\r\n\r\n1) clone\r\n\r\n\r\n2) on my first step build-publish\r\n\r\n\r\n\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]",[3241],{"name":3152,"color":3153},4140,"Cannot connect to the Docker daemon","2024-09-24T04:18:14Z","https://github.com/woodpecker-ci/woodpecker/issues/4140",0.7365821,{"description":3248,"labels":3249,"number":3255,"owner":3158,"repository":3159,"state":3221,"title":3256,"updated_at":3257,"url":3258,"score":3259},"1. provide sensible defaults\r\n2. configs should be intuitive and self explaining\r\n3. make sure to write generic func and split up big func into sub functions\r\n4. use packages for each topic ans if to big split asap in subtopics\r\n\r\n---\r\nhttps://github.com/woodpecker-ci/woodpecker/issues/1860#issuecomment-1590175406",[3250,3251,3254],{"name":3180,"color":3181},{"name":3252,"color":3253},"governance","A46EFE",{"name":3186,"color":3187},1884,"Document key-priorieties for development","2023-08-08T07:28:13Z","https://github.com/woodpecker-ci/woodpecker/issues/1884",0.7385942,{"description":3261,"labels":3262,"number":3266,"owner":3158,"repository":3159,"state":3221,"title":3267,"updated_at":3268,"url":3269,"score":3270},"\r\n\r\nthe default url is `https://woodpecker-ci.org/docs/next/administration/backends/docker` and that should remain.\r\n\r\nbut if it is `local` or `kubernetes` it would be nice to show different urls towards `https://woodpecker-ci.org/docs/next/administration/backends/local` and `https://woodpecker-ci.org/docs/next/administration/backends/kubernetes`.",[3263,3264,3265],{"name":3209,"color":3210},{"name":3169,"color":3170},{"name":3186,"color":3187},4137,"WebUI: agent edit/detail view: change the **HELP** url based on the backend","2024-10-11T23:12:07Z","https://github.com/woodpecker-ci/woodpecker/issues/4137",0.7460492,["Reactive",3272],{},["Set"],["ShallowReactive",3275],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fTLjiTTNbvxXTDcSW3xi4E2vF05auhofxPJNfw0-GjLQ":-1},"/woodpecker-ci/woodpecker/3872"]