gitea: Last commit status in pull request lists are not shown
- Gitea version (or commit ref): v1.9.3 from Docker Image
- Git version:
- Operating system:
- 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
I updated from 1.8.1 to 1.9.3 because I wanted better status reporting for CI. The report underneath the PR itself works fine, but I see no trace of the feature “Show last commit status in pull request lists” from PR #6465, which to my understanding should be included in 1.9.3, right?
I’m sorry to open a new issue, but commenting isn’t possible anymore after the pull request was closed.
Screenshots
Nothing to see really, the little dots are simply not there:

Although the single PR view shows the status just fine:

About this issue
- Original URL
- State: closed
- Created 5 years ago
- Reactions: 1
- Comments: 17 (8 by maintainers)
I found the cause of this, and the reason why I couldn’t reproduce it in my tests - we were checking against the ID of the issue instead of the ID of the PR. These coincide as long as no issues exists. After the first issue is created, they will not match anymore.
I’ve also fixed the headRepo/baseRepo mismatch that lunny mentioned above.
@dschmidt how many PRs are open in your repositories? Do they show up if you have a full page of PRs in the list? We have the problem that they’re off by some offset (showing on the wrong PR) and the some not having any dot. The pattern is also “always” I’m afraid 😃
@dschmidt missed that. So that should be a bug of that.