Skip to content

Issues shows blue rectangle with a "1" while no issues present #20953

Closed
@gaaf

Description

@gaaf

Description

Hi,

Today I noticed that the "Issues" tab has a blue rectangle beside it with a "1" in it. It suggests at least 1 issue would be present. Instead there are no issues at all on this project.

This only happens for this single project, not in others on the same gitea instance.

Logs:

aug 25 11:01:34 mva02 systemd[1]: Started Gitea (Git with a cup of tea).
aug 25 11:01:34 mva02 gitea[3848908]: 2022/08/25 11:01:34 cmd/web.go:106:runWeb() [I] Starting Gitea on PID: 3848908
aug 25 11:01:34 mva02 gitea[3848908]: 2022/08/25 11:01:34 ...s/setting/setting.go:594:deprecatedSetting() [E] Deprecated fallback `[server]` `LFS_CONTENT_PATH` present. Use `[lfs]` `PATH` instead. This fallback will be removed in v1.18.0
aug 25 11:01:34 mva02 gitea[3848908]: 2022/08/25 11:01:34 cmd/web.go:157:runWeb() [I] Global init
aug 25 11:01:34 mva02 gitea[3848908]: 2022/08/25 11:01:34 ...s/setting/setting.go:594:deprecatedSetting() [E] Deprecated fallback `[server]` `LFS_CONTENT_PATH` present. Use `[lfs]` `PATH` instead. This fallback will be removed in v1.18.0
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 routers/init.go:104:GlobalInitInstalled() [I] Git Version: 2.30.2, Wire Protocol Version 2 Enabled (home: /var/lib/gitea/data/home)
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 routers/init.go:107:GlobalInitInstalled() [I] AppPath: /opt/gitea/gitea
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 routers/init.go:108:GlobalInitInstalled() [I] AppWorkPath: /var/lib/gitea
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 routers/init.go:109:GlobalInitInstalled() [I] Custom path: /var/lib/gitea/custom
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 routers/init.go:110:GlobalInitInstalled() [I] Log path: /var/log/gitea
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 routers/init.go:111:GlobalInitInstalled() [I] Configuration file: /etc/gitea/app.ini
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 routers/init.go:112:GlobalInitInstalled() [I] Run Mode: Prod
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...dules/setting/log.go:288:newLogService() [I] Gitea v1.17.1 built with GNU Make 4.1, go1.18.5 : bindata, sqlite, sqlite_unlock_notify
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...dules/setting/log.go:335:newLogService() [I] Gitea Log Mode: Console(Console:debug)
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...dules/setting/log.go:249:generateNamedLogger() [I] Router Log: Console(console:debug)
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...les/setting/cache.go:76:newCacheService() [I] Cache Service Enabled
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...les/setting/cache.go:91:newCacheService() [I] Last Commit Cache Service Enabled
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...s/setting/session.go:73:newSessionService() [I] Session Service Enabled
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...es/setting/mailer.go:127:newMailService() [I] Mail Service Enabled
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...s/storage/storage.go:176:initAttachments() [I] Initialising Attachment storage with type:
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...les/storage/local.go:46:NewLocalStorage() [I] Creating new Local Storage at /var/lib/gitea/data/attachments
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...s/storage/storage.go:170:initAvatars() [I] Initialising Avatar storage with type:
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...les/storage/local.go:46:NewLocalStorage() [I] Creating new Local Storage at /var/lib/gitea/data/avatars
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...s/storage/storage.go:188:initRepoAvatars() [I] Initialising Repository Avatar storage with type:
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...les/storage/local.go:46:NewLocalStorage() [I] Creating new Local Storage at /var/lib/gitea/data/repo-avatars
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...s/storage/storage.go:182:initLFS() [I] Initialising LFS storage with type:
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...les/storage/local.go:46:NewLocalStorage() [I] Creating new Local Storage at /var/lib/gitea/data/lfs
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...s/storage/storage.go:194:initRepoArchives() [I] Initialising Repository Archive storage with type:
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...les/storage/local.go:46:NewLocalStorage() [I] Creating new Local Storage at /var/lib/gitea/data/repo-archive
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...s/storage/storage.go:200:initPackages() [I] Initialising Packages storage with type:
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...les/storage/local.go:46:NewLocalStorage() [I] Creating new Local Storage at /var/lib/gitea/data/packages
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 routers/init.go:130:GlobalInitInstalled() [I] SQLite3 support is enabled
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 routers/common/db.go:20:InitDBEngine() [I] Beginning ORM engine initialization.
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 routers/common/db.go:27:InitDBEngine() [I] ORM engine initialization attempt #1/10...
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...ueue_disk_channel.go:159:Run() [D] [63073a6f-6] PersistableChannelQueue: mail Starting
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...ueue_disk_channel.go:159:Run() [D] [63073a6f-8] PersistableChannelQueue: notification-service Starting
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...ueue_disk_channel.go:188:Run() [D] [63073a6f-10] PersistableChannelUniqueQueue: repo-archive Starting
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...ueue_disk_channel.go:194:Run() [D] [63073a6f-6] PersistableChannelQueue: mail Skipping running the empty level queue
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 cmd/web.go:160:runWeb() [I] PING DATABASE mysql
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...ueue_disk_channel.go:223:Run() [D] [63073a6f-10] PersistableChannelUniqueQueue: repo-archive Skipping running the empty level queue
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...ueue_disk_channel.go:194:Run() [D] [63073a6f-8] PersistableChannelQueue: notification-service Skipping running the empty level queue
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...ue/queue_bytefifo.go:335:Shutdown() [D] [63073a6f-6] level: mail-level Shutdown
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...ue/queue_bytefifo.go:335:Shutdown() [D] [63073a6f-8] level: notification-service-level Shutdown
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...ue/queue_bytefifo.go:335:Shutdown() [D] [63073a6f-10] unique-level: repo-archive-level Shutdown
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 routers/init.go:135:GlobalInitInstalled() [W] Table push_mirror has column sync_on_commit but struct has not related field
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 routers/init.go:135:GlobalInitInstalled() [W] Table project column board_type db type is INT(10) UNSIGNED, struct type is INT UNSIGNED
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 routers/init.go:135:GlobalInitInstalled() [W] Table project column type db type is INT(10) UNSIGNED, struct type is INT UNSIGNED
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 routers/init.go:136:GlobalInitInstalled() [I] ORM engine initialization successful!
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...ueue_disk_channel.go:159:Run() [D] [63073a6f-12] PersistableChannelQueue: push_update Starting
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...ueue_disk_channel.go:194:Run() [D] [63073a6f-12] PersistableChannelQueue: push_update Skipping running the empty level queue
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...ue/queue_bytefifo.go:335:Shutdown() [D] [63073a6f-12] level: push_update-level Shutdown
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...er/issues/indexer.go:174:func2() [I] [63073a6f-14] PID 3848908: Initializing Issue Indexer: bleve
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...ueue_disk_channel.go:188:Run() [D] [63073a6f-16] PersistableChannelUniqueQueue: repo_stats_update Starting
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...xer/stats/indexer.go:39:populateRepoIndexer() [I] Populating the repo stats indexer with existing repositories
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...ueue_disk_channel.go:188:Run() [D] [63073a6f-18] PersistableChannelUniqueQueue: mirror Starting
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...ueue_disk_channel.go:188:Run() [D] [63073a6f-20] PersistableChannelUniqueQueue: webhook_sender Starting
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...er/issues/indexer.go:204:func2() [D] [63073a6f-14] Created Bleve Indexer
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...ueue_disk_channel.go:188:Run() [D] [63073a6f-23] PersistableChannelUniqueQueue: pr_patch_checker Starting
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...ueue_disk_channel.go:188:Run() [D] [63073a6f-25] PersistableChannelUniqueQueue: pr_auto_merge Starting
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...ueue_disk_channel.go:159:Run() [D] [63073a6f-27] PersistableChannelQueue: task Starting
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...ueue_disk_channel.go:223:Run() [D] [63073a6f-16] PersistableChannelUniqueQueue: repo_stats_update Skipping running the empty level queue
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...ueue_disk_channel.go:223:Run() [D] [63073a6f-20] PersistableChannelUniqueQueue: webhook_sender Skipping running the empty level queue
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...ueue_disk_channel.go:223:Run() [D] [63073a6f-18] PersistableChannelUniqueQueue: mirror Skipping running the empty level queue
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...ueue_disk_channel.go:223:Run() [D] [63073a6f-23] PersistableChannelUniqueQueue: pr_patch_checker Skipping running the empty level queue
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...er/issues/indexer.go:270:func3() [I] [63073a6f-14] Issue Indexer Initialization took 35.64373ms
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...ueue_disk_channel.go:194:Run() [D] [63073a6f-27] PersistableChannelQueue: task Skipping running the empty level queue
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...xer/stats/indexer.go:85:populateRepoIndexer() [I] Done (re)populating the repo stats indexer with existing repositories
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...ue/queue_bytefifo.go:159:Run() [D] [63073a6f-15] level: issue_indexer Starting
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...ueue_disk_channel.go:223:Run() [D] [63073a6f-25] PersistableChannelUniqueQueue: pr_auto_merge Skipping running the empty level queue
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...ue/queue_bytefifo.go:335:Shutdown() [D] [63073a6f-20] unique-level: webhook_sender-level Shutdown
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...ue/queue_bytefifo.go:335:Shutdown() [D] [63073a6f-16] unique-level: repo_stats_update-level Shutdown
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...ue/queue_bytefifo.go:335:Shutdown() [D] [63073a6f-23] unique-level: pr_patch_checker-level Shutdown
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...ue/queue_bytefifo.go:335:Shutdown() [D] [63073a6f-18] unique-level: mirror-level Shutdown
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...ue/queue_bytefifo.go:335:Shutdown() [D] [63073a6f-27] level: task-level Shutdown
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...ue/queue_bytefifo.go:335:Shutdown() [D] [63073a6f-25] unique-level: pr_auto_merge-level Shutdown
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...rvices/cron/tasks.go:148:RegisterTask() [D] [63073a6f-30] Registering task: update_mirrors
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...rvices/cron/tasks.go:148:RegisterTask() [D] [63073a6f-30] Registering task: repo_health_check
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...rvices/cron/tasks.go:148:RegisterTask() [D] [63073a6f-30] Registering task: check_repo_stats
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...rvices/cron/tasks.go:148:RegisterTask() [D] [63073a6f-30] Registering task: archive_cleanup
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...rvices/cron/tasks.go:148:RegisterTask() [D] [63073a6f-30] Registering task: sync_external_users
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...rvices/cron/tasks.go:148:RegisterTask() [D] [63073a6f-30] Registering task: deleted_branches_cleanup
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...rvices/cron/tasks.go:148:RegisterTask() [D] [63073a6f-30] Registering task: update_migration_poster_id
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...rvices/cron/tasks.go:148:RegisterTask() [D] [63073a6f-30] Registering task: cleanup_hook_task_table
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...rvices/cron/tasks.go:148:RegisterTask() [D] [63073a6f-30] Registering task: cleanup_packages
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...rvices/cron/tasks.go:148:RegisterTask() [D] [63073a6f-30] Registering task: delete_inactive_accounts
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...rvices/cron/tasks.go:148:RegisterTask() [D] [63073a6f-30] Registering task: delete_repo_archives
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...rvices/cron/tasks.go:148:RegisterTask() [D] [63073a6f-30] Registering task: git_gc_repos
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...rvices/cron/tasks.go:148:RegisterTask() [D] [63073a6f-30] Registering task: resync_all_sshkeys
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...rvices/cron/tasks.go:148:RegisterTask() [D] [63073a6f-30] Registering task: resync_all_sshprincipals
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...rvices/cron/tasks.go:148:RegisterTask() [D] [63073a6f-30] Registering task: resync_all_hooks
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...rvices/cron/tasks.go:148:RegisterTask() [D] [63073a6f-30] Registering task: reinit_missing_repos
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...rvices/cron/tasks.go:148:RegisterTask() [D] [63073a6f-30] Registering task: delete_missing_repos
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...rvices/cron/tasks.go:148:RegisterTask() [D] [63073a6f-30] Registering task: delete_generated_repository_avatars
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...rvices/cron/tasks.go:148:RegisterTask() [D] [63073a6f-30] Registering task: delete_old_actions
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...rvices/cron/tasks.go:148:RegisterTask() [D] [63073a6f-30] Registering task: update_checker
aug 25 11:01:35 mva02 gitea[3848908]: 2022/08/25 11:01:35 ...rvices/cron/tasks.go:148:RegisterTask() [D] [63073a6f-30] Registering task: delete_old_system_notices
aug 25 11:01:36 mva02 gitea[3848908]: 2022/08/25 11:01:36 cmd/web.go:217:listen() [I] [63073a70] Listen: http://0.0.0.0:3000
aug 25 11:01:36 mva02 gitea[3848908]: 2022/08/25 11:01:36 cmd/web.go:221:listen() [I] [63073a70] AppURL(ROOT_URL): https://git.example.com/
aug 25 11:01:36 mva02 gitea[3848908]: 2022/08/25 11:01:36 ...s/graceful/server.go:61:NewServer() [I] [63073a70] Starting new Web server: tcp:0.0.0.0:3000 on PID: 3848908
aug 25 11:01:36 mva02 gitea[3848908]: 2022/08/25 11:01:36 ...s/graceful/server.go:74:func1() [D] [63073a70] Starting server on tcp:0.0.0.0:3000 (PID: 3848908)
aug 25 11:01:38 mva02 gitea[3848908]: 2022/08/25 11:01:38 ...dules/git/command.go:153:Run() [D] [63073a72] /srv/git/projects/project1.git: /usr/bin/git -c protocol.version=2 -c uploadpack.allowfilter=true -c uploadpack.allowAnySHA1InWant=true -c credential.helper= rev-parse
aug 25 11:01:38 mva02 gitea[3848908]: 2022/08/25 11:01:38 ...dules/git/command.go:153:Run() [D] [63073a72] /srv/git/projects/project1.git: /usr/bin/git -c protocol.version=2 -c uploadpack.allowfilter=true -c uploadpack.allowAnySHA1InWant=true -c credential.helper= show-ref --tags
aug 25 11:01:38 mva02 gitea[3848908]: 2022/08/25 11:01:38 ...dules/git/command.go:153:Run() [D] [63073a72] /srv/git/projects/project1.git: /usr/bin/git -c protocol.version=2 -c uploadpack.allowfilter=true -c uploadpack.allowAnySHA1InWant=true -c credential.helper= cat-file --batch
aug 25 11:01:38 mva02 gitea[3848908]: 2022/08/25 11:01:38 ...dules/git/command.go:153:Run() [D] [63073a72] /srv/git/projects/project1.git: /usr/bin/git -c protocol.version=2 -c uploadpack.allowfilter=true -c uploadpack.allowAnySHA1InWant=true -c credential.helper= cat-file --batch-check
aug 25 11:01:38 mva02 gitea[3848908]: 2022/08/25 11:01:38 ...dules/git/command.go:153:Run() [D] [63073a72] /srv/git/projects/project1.git: /usr/bin/git -c protocol.version=2 -c uploadpack.allowfilter=true -c uploadpack.allowAnySHA1InWant=true -c credential.helper= show-ref --heads
aug 25 11:01:38 mva02 gitea[3848908]: 2022/08/25 11:01:38 ...dules/git/command.go:153:Run() [D] [63073a72] /srv/git/projects/project1.git: /usr/bin/git -c protocol.version=2 -c uploadpack.allowfilter=true -c uploadpack.allowAnySHA1InWant=true -c credential.helper= rev-list --count 3c76760b33e6b57df640dfb22a965944805895ac
aug 25 11:01:38 mva02 gitea[3848908]: 2022/08/25 11:01:38 ...s/context/context.go:219:HTML() [D] [63073a72] Template: repo/issue/list
aug 25 11:01:38 mva02 gitea[3848908]: 2022/08/25 11:01:38 [63073a72] router: completed GET /projects/project1/issues?q=&type=all&sort=&state=closed&labels=&milestone=0&assignee=0 for 127.0.0.1:55776, 200 OK in 106.4ms @ repo/issue.go:386(repo.Issues)
aug 25 11:01:39 mva02 gitea[3848908]: 2022/08/25 11:01:39 [63073a72-8] router: completed GET /user/events for 127.0.0.1:55780, 200 OK in 1389.3ms @ events/events.go:19(events.Events)
aug 25 11:01:39 mva02 gitea[3848908]: 2022/08/25 11:01:39 ...dules/git/command.go:153:Run() [D] [63073a73] /srv/git/projects/project1.git: /usr/bin/git -c protocol.version=2 -c uploadpack.allowfilter=true -c uploadpack.allowAnySHA1InWant=true -c credential.helper= rev-parse
aug 25 11:01:39 mva02 gitea[3848908]: 2022/08/25 11:01:39 ...dules/git/command.go:153:Run() [D] [63073a73] /srv/git/projects/project1.git: /usr/bin/git -c protocol.version=2 -c uploadpack.allowfilter=true -c uploadpack.allowAnySHA1InWant=true -c credential.helper= show-ref --tags
aug 25 11:01:39 mva02 gitea[3848908]: 2022/08/25 11:01:39 ...dules/git/command.go:153:Run() [D] [63073a73] /srv/git/projects/project1.git: /usr/bin/git -c protocol.version=2 -c uploadpack.allowfilter=true -c uploadpack.allowAnySHA1InWant=true -c credential.helper= cat-file --batch
aug 25 11:01:39 mva02 gitea[3848908]: 2022/08/25 11:01:39 ...dules/git/command.go:153:Run() [D] [63073a73] /srv/git/projects/project1.git: /usr/bin/git -c protocol.version=2 -c uploadpack.allowfilter=true -c uploadpack.allowAnySHA1InWant=true -c credential.helper= cat-file --batch-check
aug 25 11:01:39 mva02 gitea[3848908]: 2022/08/25 11:01:39 ...dules/git/command.go:153:Run() [D] [63073a73] /srv/git/projects/project1.git: /usr/bin/git -c protocol.version=2 -c uploadpack.allowfilter=true -c uploadpack.allowAnySHA1InWant=true -c credential.helper= show-ref --heads
aug 25 11:01:39 mva02 gitea[3848908]: 2022/08/25 11:01:39 ...s/context/context.go:219:HTML() [D] [63073a73] Template: repo/issue/list
aug 25 11:01:39 mva02 gitea[3848908]: 2022/08/25 11:01:39 [63073a73] router: completed GET /projects/project1/issues?q=&type=all&sort=&state=closed&labels=&milestone=0&assignee=0 for [::1]:60048, 200 OK in 167.0ms @ repo/issue.go:386(repo.Issues)

Gitea Version

1.17.1

Can you reproduce the bug on the Gitea demo site?

No

Log Gist

No response

Screenshots

image

Git Version

No response

Operating System

Debian 11.4

How are you running Gitea?

Downloaded binary from github

Database

MySQL

Metadata

Metadata

Assignees

No one assigned

    Labels

    issue/needs-feedbackFor bugs, we need more details. For features, the feature must be described in more detailtype/bug

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions