summaryrefslogtreecommitdiffstats
path: root/models/issue_test.go
Commit message (Expand)AuthorAgeFilesLines
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-614/+0
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-8/+8
* Fix issue overview for teams (#19652)Gusted2022-05-161-2/+17
* Use for a repo action one database transaction (#19576)65432022-05-031-2/+2
* Federation: return useful statistic information for nodeinfo (#19561)65432022-05-021-0/+7
* User specific repoID or xorm builder conditions for issue search (#19475)65432022-04-251-2/+3
* Move milestone to models/issues/ (#19278)Lunny Xiao2022-04-081-1/+22
* Move some issue methods as functions (#19255)Lunny Xiao2022-03-291-3/+3
* Store the foreign ID of issues during migration (#18446)Aravinth Manivannan2022-03-171-0/+34
* [API] Allow removing issues (#18879)Otto Richter (fnetX)2022-03-011-0/+52
* Automatically pause queue if index service is unavailable (#15066)Lauris BH2022-01-271-5/+6
* format with gofumpt (#18184)65432022-01-201-1/+0
* Fix CheckRepoStats and reuse it during migration (#18264)Aravinth Manivannan2022-01-171-1/+1
* Use conditions but not repo ids as query condition (#16839)Lunny Xiao2021-12-291-37/+40
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-3/+4
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-6/+7
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-171-0/+1
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-161-20/+20
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-121-16/+17
* Fix stats upon searching issues (#17566)Gusted2021-11-081-0/+40
* Fix issue content history problems, improve UI (#17404)wxiaoguang2021-10-231-0/+1
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-3/+3
* DBContext is just a Context (#17100)zeripath2021-09-231-7/+7
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-41/+58
* Add a new table issue_index to store the max issue index so that issue could ...Lunny Xiao2021-06-141-24/+32
* Fix bug on getIssueIDsByRepoID (#16119)Lunny Xiao2021-06-101-0/+8
* chore(models): rewrite code format. (#14754)Bo-Yi Wu2021-03-141-4/+3
* Sort issue search results by revelance (#14353)Lauris BH2021-01-161-1/+1
* Add mentionable teams to tributeValues and change team mention rules to gh's ...a10121127962020-12-211-1/+1
* issue search on my related repositories (#9758)Brad Albright2020-02-291-0/+44
* inform participants on UI too (#10473)65432020-02-281-5/+7
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-6/+12
* Add "Update Branch" button to Pull Requests (#9784)65432020-01-171-4/+4
* [API] Extend times API (#9200)65432019-12-271-1/+1
* [UI] IssuePage multi repo select (#8741)65432019-12-011-1/+1
* Allow cross-repository dependencies on issues (#7901)Brad Albright2019-10-311-5/+4
* Mail assignee when issue/pull request is assigned (#8546)David Svantesson2019-10-251-1/+1
* Move issue label operations to issue service package (#8553)Lunny Xiao2019-10-191-47/+0
* Move change issue title from models to issue service package (#8456)Lunny Xiao2019-10-111-1/+1
* Ignore mentions for users with no access (#8395)guillep2k2019-10-101-0/+32
* Revert "Fix issues/pr list broken when there are many repositories (#8409)" (...Lunny Xiao2019-10-081-7/+4
* Fix issues/pr list broken when there are many repositories (#8409)Lunny Xiao2019-10-081-4/+7
* Fix column name ambiguity in GetUserIssueStats() (#8347)guillep2k2019-10-031-0/+13
* Upgrade xorm to latest to fix insert issue bug (#8309)Lunny Xiao2019-09-291-0/+33
* Add more tests and docs for issue indexer, add db indexer type for searching ...Lunny Xiao2019-02-211-0/+25
* Add option to close issues via commit on a non master branch (#5992)Lanre Adelowo2019-02-101-1/+1
* Add the ability to use multiple labels as filters(#5786)Lauris BH2019-01-221-2/+10
* Shows total tracked time in issue and milestone list (#3341)Jonas Franz2018-04-291-0/+8
* Fix bugs in issue dashboard stats (#3073)Ethan Koenig2017-12-261-0/+111
* Refactor struct's time to remove unnecessary memory usage (#3142)Lunny Xiao2017-12-111-1/+1