0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-12 21:02:41 +01:00
gitea/models/db
oliverpool bb2783860b
fix calReleaseNumCommitsBehind (#24148)
`repoCtx.CommitsCount` is not reliably the commit count of the default
branch (Repository.GetCommitsCount depends on what is currently
displayed).

For instance on the releases page the commit count is correct:
https://codeberg.org/Codeberg/pages-server/releases


![2023-04-15-215027](https://user-images.githubusercontent.com/3864879/232250500-6c05dc00-7030-4ec9-87f1-18c7797d36bf.png)

However it is not on the single page:
https://codeberg.org/Codeberg/pages-server/releases/tag/v4.6.2


![2023-04-15-215036](https://user-images.githubusercontent.com/3864879/232250503-620c8038-7c2c-45a1-b99d-cb994ef955a6.png)

This PR fixes this by removing a "fast branch" which was using this
field (I think this field should be removed, since it is a bit
unpredictable - but this would mean a larger refactoring PR).

_contributed in the context of @forgejo_

---------

Co-authored-by: Giteabot <teabot@gitea.io>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2023-04-18 21:11:17 +02:00
..
install
paginator
common.go Refactor setting.Database.UseXXX to methods (#23354) 2023-03-07 18:51:06 +08:00
consistency.go
context_committer_test.go
context_test.go
context.go Remove all package data after tests (#22984) 2023-02-23 22:11:56 +08:00
convert.go Support converting varchar to nvarchar for mssql database (#24105) 2023-04-17 21:22:10 +08:00
engine_test.go
engine.go Refactor setting.Database.UseXXX to methods (#23354) 2023-03-07 18:51:06 +08:00
error.go
index_test.go
index.go Refactor setting.Database.UseXXX to methods (#23354) 2023-03-07 18:51:06 +08:00
iterate_test.go fix calReleaseNumCommitsBehind (#24148) 2023-04-18 21:11:17 +02:00
iterate.go
list_test.go fix calReleaseNumCommitsBehind (#24148) 2023-04-18 21:11:17 +02:00
list.go Fix db.Find bug (#23115) 2023-02-24 21:17:09 +08:00
log.go
main_test.go
name.go
search.go Show all projects, not just repo projects and open/closed projects (#22640) 2023-02-04 22:35:08 +08:00
sequence.go Refactor setting.Database.UseXXX to methods (#23354) 2023-03-07 18:51:06 +08:00
sql_postgres_with_schema.go Fix .golangci.yml (#22868) 2023-02-11 21:44:53 +00:00