gitea/models/repo
Lunny Xiao 8ce1b539b1
Use conditions but not repo ids as query condition (#16839)
* Use conditions but not repo ids as query condition

* Improve the performance of pulls/issue

* Remove duplicated code

* fix lint

* Fix bug

* Fix stats

* More fixes

* Fix build

* Fix lint

* Fix test

* Fix build

* Adjust the logic

* Merge

* Fix conflicts

* improve the performance

* Add comments for the query conditions functions

* Some improvements
2021-12-29 21:02:12 +08:00
..
archiver.go Some repository refactors (#17950) 2021-12-12 23:48:20 +08:00
attachment_test.go
attachment.go
avatar.go
fork_test.go
fork.go
git.go
issue.go Prevent deadlock in create issue (#17970) 2021-12-13 17:59:39 -05:00
language_stats.go Move repository model into models/repo (#17933) 2021-12-10 09:27:50 +08:00
main_test.go
mirror.go
pushmirror_test.go
pushmirror.go
redirect_test.go
redirect.go
repo_indexer.go
repo_list.go Use conditions but not repo ids as query condition (#16839) 2021-12-29 21:02:12 +08:00
repo_test.go
repo_unit.go
repo.go Use conditions but not repo ids as query condition (#16839) 2021-12-29 21:02:12 +08:00
star_test.go
star.go
topic_test.go
topic.go
update.go
watch_test.go
watch.go
wiki_test.go
wiki.go