Skip to content

Broken links in /pulls #10137

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
2 of 7 tasks
ryan-shaw opened this issue Feb 4, 2020 · 1 comment
Closed
2 of 7 tasks

Broken links in /pulls #10137

ryan-shaw opened this issue Feb 4, 2020 · 1 comment

Comments

@ryan-shaw
Copy link
Contributor

ryan-shaw commented 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

@ryan-shaw
Copy link
Contributor Author

Looks the same issue as #7140

@go-gitea go-gitea locked and limited conversation to collaborators Nov 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant