Broken links in /pulls #4786

Closed
opened 2025-11-02 06:02:50 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @ryan-shaw on GitHub (Feb 4, 2020).

  • Gitea version (or commit ref): 1.10.3
  • Git version: N/A
  • Operating system: Ubuntu 18.04 (Docker)
  • Database (use [x]):
    • PostgreSQL
    • MySQL
    • MSSQL
    • SQLite
  • Can you reproduce the bug at https://try.gitea.io:
    • Yes (provide example URL)
    • No
    • Not relevant
  • Log gist:

Description

On the page /pulls, clicking a particular repository on the left side returns 404 for 2/3 of the repos listed, I've checked the IDs in the database on the repository with the id 306 and 21 does exist but this URL returns 404 /pulls?type=all&repo=21&sort=&state=open

select count(*) from repository where id = 21 or id = 306; == 2

Originally created by @ryan-shaw on GitHub (Feb 4, 2020). - Gitea version (or commit ref): 1.10.3 - Git version: N/A - Operating system: Ubuntu 18.04 (Docker) - Database (use `[x]`): - [x] PostgreSQL - [ ] MySQL - [ ] MSSQL - [ ] SQLite - Can you reproduce the bug at https://try.gitea.io: - [ ] Yes (provide example URL) - [x] No - [ ] Not relevant - Log gist: ## Description On the page /pulls, clicking a particular repository on the left side returns 404 for 2/3 of the repos listed, I've checked the IDs in the database on the repository with the id 306 and 21 does exist but this URL returns 404 `/pulls?type=all&repo=21&sort=&state=open` `select count(*) from repository where id = 21 or id = 306;` == 2
Author
Owner

@ryan-shaw commented on GitHub (Feb 4, 2020):

Looks the same issue as https://github.com/go-gitea/gitea/issues/7140

@ryan-shaw commented on GitHub (Feb 4, 2020): Looks the same issue as https://github.com/go-gitea/gitea/issues/7140
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#4786