Please help fill in this template with all the details to help others help you more efficiently. Use formatting blocks for code, config, logs and ensure to remove sensitive data.
Problem to solve
I deploy a hybrid gitlab version v17.7.0 for testing, then find a frontend bug(picture), seem like js code have a bug calculating request interval backoff?
Steps to reproduce
- click the pipeline popup.
- wait a second
But I cannot reproduce it in gitlab.com…
Configuration
certmanager:
install: false
gitlab:
migrations:
psql:
host: 25.25.210.152
password:
key: postgresql-password
secret: gitlab-secret
port: 5432
sidekiq:
hpa:
cpu:
targetAverageValue: 700m
maxReplicas: 1
minReplicas: 1
resources:
limits:
memory: 4G
requests:
cpu: 900m
memory: 2G
webservice:
hpa:
cpu:
targetAverageValue: 1600m
ingress:
proxyBodySize: 0
maxReplicas: 1
maxUnavailable: 1
minReplicas: 1
resources:
limits:
memory: 7G
requests:
cpu: 2
memory: 2.5G
workerProcesses: 2
gitlab-runner:
install: false
global:
appConfig:
artifacts:
bucket: example-artifacts-bucket-name
backups:
bucket: example-backups-bucket-name
dependencyProxy:
bucket: example-dependency-proxy-bucket-name
externalDiffs:
bucket: example-external-diffs-bucket-name
when: outdated
lfs:
bucket: example-lfs-bucket-name
object_store:
connection:
key: oss-auth
secret: gitlab-secret
enabled: true
packages:
bucket: example-packages-bucket-name
terraformState:
bucket: example-terraform-state-bucket-name
uploads:
bucket: example-uploads-bucket-name
gitaly:
authToken:
key: gitaly-password
secret: gitlab-secret
enabled: false
external:
- hostname: 25.25.210.152
name: default
port: 8075
hosts:
domain: git.example.com
gitlab:
name: git.example.com
ingress:
configureCertmanager: false
tls:
secretName: gitlab-certificate
minio:
enabled: false
psql:
host: gitlab-pgbouncer
password:
key: postgresql-password
secret: gitlab-secret
port: 6432
redis:
auth:
key: redis-password
secret: gitlab-secret
host: 25.25.210.152
minio:
install: false
nginx-ingress:
controller:
kind: DaemonSet
postgresql:
install: false
redis:
install: false
registry:
enabled: false
Versions
Please select whether options apply, and add the version information.
- Self-managed
-
GitLab.com
SaaS - Dedicated
- Self-hosted Runners
Versions
GitLab Enterprise Edition v17.7.0-ee
Infrastructure-as-Code
- Terraform/OpenTofu: No
- Ansible: No
Cloud-native
- Agent for Kubernetes (
Operate > Kubernetes clusters
): - Kubernetes (
kubectl version
): v1.30.6+k3s1
Helpful resources
I check all issue in gitlab repo, finding nothing
- Check the FAQ for helpful documentation, issues/bugs/feature proposals, and troubleshooting tips.
- Before opening a new topic, make sure to search for keywords in the forum search
- Check the GitLab project for existing issues. If you encounter a bug, please create a bug report issue.
- Review existing troubleshooting docs.
Thanks for taking the time to be thorough in your request, it really helps!