aboutsummaryrefslogtreecommitdiffstats
path: root/models/issue.go
Commit message (Expand)AuthorAgeFilesLines
* (Re)Load issue labels when changing them (#13007)zeripath2020-10-051-0/+5
* Fixed count of filtered issues when api request. (#12275)ひのしば / hinoshiba2020-09-241-1/+22
* ui: change commentTag style (#11668)赵智超2020-09-101-0/+3
* Change/remove a branch of an open issue (#9080)Vedran2020-09-081-0/+16
* [BugFix] Fix comment broken issue ref dependence (#12651)65432020-09-041-0/+5
* Add a storage layer for attachments (#11387)Lunny Xiao2020-08-181-1/+2
* Kanban board (#8346)Lanre Adelowo2020-08-161-0/+25
* Increase maximum SQLite variables count to 32766 (#11696)Cirno the Strongest2020-06-051-10/+0
* Doctor check & fix db consistency (#11111)65432020-05-291-0/+67
* Fix wrong milestone in webhook message (#11596)Gary Kim2020-05-241-1/+1
* Make API EditIssue and EditPullRequest issue notifications (#11123)zeripath2020-05-171-16/+51
* [API] ListIssues add filter for milestones (#10148)65432020-04-301-3/+3
* BugFix: updateLabel can updated not allowed fields #11242 (#11242)65432020-04-281-1/+1
* Add issue subscription check to API (#10967)65432020-04-211-0/+7
* ui: Add MergePull comment type instead of close for merge PR (#11058)赵智超2020-04-141-2/+4
* Allow X in addition to x in tasks (#10979)zeripath2020-04-051-2/+2
* Add Organization Wide Labels (#10814)mrsdizzie2020-04-011-2/+2
* Use subquery to instead In (#10874)Lunny Xiao2020-03-301-10/+20
* issue search on my related repositories (#9758)Brad Albright2020-02-291-0/+34
* [Refactor] move APIFormat() of Issue and Label to convert package (#10423)65432020-02-281-70/+5
* inform participants on UI too (#10473)65432020-02-281-22/+29
* Fix wrong num closed issues on repository when close issue via commit (#10364)Lunny Xiao2020-02-201-0/+4
* Fix migration information update bug when linked github account (#10310)Lunny Xiao2020-02-171-3/+2
* Divide GetIssueStats query in smaller chunks (#10176)guillep2k2020-02-151-0/+30
* [API] expose RepoOwner on Issue responce (#10126)65432020-02-041-0/+1
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-2/+1
* Fix wrong identify poster on a migrated pull request when submi… (#9827)Lunny Xiao2020-01-171-1/+1
* Migrate reactions when migrating repository from github (#9599)Lunny Xiao2020-01-151-1/+18
* [API] add endpoint to check notifications [Extend #9488] (#9595)65432020-01-141-2/+1
* Load milestone in API PR list (#9671)John Olheiser2020-01-101-1/+2
* [API] Add notification endpoint (#9488)65432020-01-091-0/+14
* Add HTML URL to API Issues (#9654)John Olheiser2020-01-081-0/+1
* make sure Poster is loaded (#9583)65432020-01-021-0/+5
* Fix #9189 - API Allow only specific Colums to be updated on Issue (#9539)65432020-01-011-19/+25
* remove unused method and rename createcommentWithNoAction (#9367)Lunny Xiao2019-12-161-4/+4
* Refactor comment (#9330)Lunny Xiao2019-12-151-27/+30
* Remove unused comment actions (#9222)Lunny Xiao2019-12-021-16/+3
* [UI] IssuePage multi repo select (#8741)65432019-12-011-9/+9
* Extract createComment (#9125)Lunny Xiao2019-11-301-10/+34
* Avoid re-issuing redundant cross-references. (#8734)guillep2k2019-11-191-14/+5
* Rewrite delivery of issue and comment mails (#9009)guillep2k2019-11-181-0/+13
* extract some inline functions related with create comment (#8931)Lunny Xiao2019-11-151-4/+26
* Leave non-dated issues for last (#8871)guillep2k2019-11-091-1/+2
* Fix (open/closed) issue count when label excluded (#8815)jaqra2019-11-051-2/+6
* Allow cross-repository dependencies on issues (#7901)Brad Albright2019-10-311-14/+35
* Move issue change content from models to service (#8711)Lunny Xiao2019-10-301-42/+1
* Move issue change status from models to service (#8691)Lunny Xiao2019-10-281-39/+0
* Mail assignee when issue/pull request is assigned (#8546)David Svantesson2019-10-251-47/+4
* make call createMilestoneComment on newIssue func (#8678)jaqra2019-10-251-0/+4
* Add 'Alt + click' feature to exclude labels (#8199)jaqra2019-10-231-2/+6