forgejo/models
Gusted c540ee08d3
Add Num{Issues,Pulls} stats checks (#21404)
- Currently `repository.Num{Issues,Pulls}` weren't checked and could
become out-of-consistency. Adds these two checks to `CheckRepoStats`.
- Fix incorrect SQL query for `repository.NumClosedPulls`, the check
should be for `repo_num_pulls`.
- Reference: https://codeberg.org/Codeberg/Community/issues/696
2022-10-11 07:41:39 +01:00
..
activities Use absolute links in feeds (#21229) 2022-09-21 16:51:42 -04:00
admin Move some files into models' sub packages (#20262) 2022-08-25 10:31:57 +08:00
appstate
asymkey Increase Content field size of gpg_key and public_key to MEDIUMTEXT (#20896) 2022-08-22 14:32:28 +01:00
auth Allow creation of OAuth2 applications for orgs (#18084) 2022-10-09 20:07:41 +08:00
avatars
db test: use T.TempDir to create temporary test directory (#21043) 2022-09-04 16:14:53 +01:00
fixtures Add API endpoint to get changed files of a PR (#21177) 2022-09-29 04:27:20 +02:00
foreignreference
git
issues Add pages to view watched repos and subscribed issues/PRs (#17156) 2022-09-29 22:09:14 +03:00
migrations Set SemverCompatible to false for Conan packages (#21275) 2022-10-07 12:22:05 +08:00
organization [API] teamSearch show teams with no members if user is admin (#21204) 2022-09-19 20:02:29 +08:00
packages Fix various typos (#21103) 2022-09-07 14:40:36 -04:00
perm Move some files into models' sub packages (#20262) 2022-08-25 10:31:57 +08:00
project
pull
repo Add user/organization code search (#19977) 2022-10-11 00:12:03 +01:00
unit
unittest Kd/ci playwright go test (#20123) 2022-09-02 15:18:23 -04:00
user Check if email is used when updating user (#21289) 2022-09-29 14:36:29 +02:00
webhook Webhook for Wiki changes (#20219) 2022-09-04 20:54:23 +01:00
error.go Move some files into models' sub packages (#20262) 2022-08-25 10:31:57 +08:00
fixture_generation.go
fixture_test.go
main_test.go Move some files into models' sub packages (#20262) 2022-08-25 10:31:57 +08:00
migrate.go Move some files into models' sub packages (#20262) 2022-08-25 10:31:57 +08:00
migrate_test.go Move some files into models' sub packages (#20262) 2022-08-25 10:31:57 +08:00
org.go Move some files into models' sub packages (#20262) 2022-08-25 10:31:57 +08:00
org_team.go Move some files into models' sub packages (#20262) 2022-08-25 10:31:57 +08:00
org_team_test.go Move some files into models' sub packages (#20262) 2022-08-25 10:31:57 +08:00
org_test.go
repo.go Add Num{Issues,Pulls} stats checks (#21404) 2022-10-11 07:41:39 +01:00
repo_collaboration.go Move some files into models' sub packages (#20262) 2022-08-25 10:31:57 +08:00
repo_collaboration_test.go Move some files into models' sub packages (#20262) 2022-08-25 10:31:57 +08:00
repo_test.go
repo_transfer.go Move some files into models' sub packages (#20262) 2022-08-25 10:31:57 +08:00
repo_transfer_test.go
user.go Fix delete user missed some comments (#21067) 2022-09-05 19:41:16 +03:00