summaryrefslogtreecommitdiffstats
path: root/models/issue_test.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* Prevent sending emails and notifications to inactive users (#2384)David Schneiderbauer2017-09-161-1/+2
* Fix issue updated_unix bug (#2204)Ethan Koenig2017-07-271-0/+21
* Fix PR nil-dereference bug (#2195)Ethan Koenig2017-07-261-0/+65
* Fix misspelled variablesEthan Koenig2017-06-041-11/+8
* Run "make fmt" with go-1.6 (#1333)Sandro Santilli2017-03-211-3/+5
* Send notifications to partecipants in issue comments (#1217)Sandro Santilli2017-03-161-0/+24
* Batch updates for issues (#926)Ethan Koenig2017-03-151-0/+16
* feat: expose url field on issue api. (#982)Bo-Yi Wu2017-03-031-0/+9
* Optimize and unit test Issue_ReplaceLabels (#1080)Ethan Koenig2017-02-281-0/+35