gitea/models
Nanguan Lin eb1478791f
Clean some functions about project issue (#27705)
1. remove unused function `MoveIssueAcrossProjectBoards`
2. extract the project board condition into a function
3. use db.NoCondition instead of -1. (BTW, the usage of db.NoCondition
is too confusing. Is there any way to avoid that?)
4. remove the unnecessary comment since the ctx refactor is completed.
5. Change `b.ID != 0` to `b.ID > 0`. It's more intuitive but I think
they're the same since board ID can't be negative.
2023-10-20 14:01:25 +02:00
..
actions
activities
admin
asymkey
auth
avatars
db
dbfs
fixtures
git Upgrade xorm (#27673) 2023-10-19 10:25:57 +00:00
issues Clean some functions about project issue (#27705) 2023-10-20 14:01:25 +02:00
migrations
organization
packages
perm
project
pull
repo
secret
shared/types
system
unit
unittest Upgrade xorm (#27673) 2023-10-19 10:25:57 +00:00
user
webhook
error.go
fixture_generation.go
fixture_test.go
main_test.go
org_team_test.go
org_team.go
org_test.go
org.go
repo_test.go
repo_transfer_test.go
repo_transfer.go
repo.go