summaryrefslogtreecommitdiffstats
path: root/models/pull_list.go
Commit message (Expand)AuthorAgeFilesLines
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-216/+0
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-3/+3
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-111-0/+35
* Use for a repo action one database transaction (#19576)65432022-05-031-2/+2
* more context for models (#19511)65432022-04-281-7/+4
* Don't delete branch if other PRs with this branch are open (#18164)a10121127962022-01-031-0/+10
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-2/+3
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-2/+2
* DBContext is just a Context (#17100)zeripath2021-09-231-6/+6
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-8/+9
* Add `AbsoluteListOptions` (#17028)KN4CK3R2021-09-141-1/+1
* Add agit flow support in gitea (#14295)a10121127962021-07-281-2/+2
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-3/+3
* Graceful: Xorm, RepoIndexer, Cron and Others (#9282)zeripath2019-12-151-4/+5
* Move some pull request functions from models to services (#9266)Lunny Xiao2019-12-061-62/+9
* Allow cross-repository dependencies on issues (#7901)Brad Albright2019-10-311-1/+1
* Move pull list code to a seperate file (#8748)Lunny Xiao2019-10-301-0/+224