summaryrefslogtreecommitdiffstats
path: root/models/issue.go
Commit message (Expand)AuthorAgeFilesLines
* chore(models): rewrite code format. (#14754)Bo-Yi Wu2021-03-141-17/+18
* Never add labels not from this repository or organisation and remove org labe...zeripath2021-03-121-1/+13
* Fix overdue marking of closed issues and milestones (#14923)zeripath2021-03-081-0/+3
* Fix issue search with db indexer because of mysql 5.7 sqlmode (#14907)Lunny Xiao2021-03-061-1/+10
* Make searching issues by keyword case insensitive on DB (#14848)zeripath2021-03-021-3/+4
* Repository transfer has to be confirmed, if user can not create repo for new ...65432021-03-011-1/+1
* Use OldRef instead of CommitSHA for DeleteBranch comments (#14604)zeripath2021-02-081-5/+5
* Fix bug because of duplicated join (#14454)Lunny Xiao2021-01-261-2/+7
* exclude authored PRs from Review Requested filter (#14368)Jimmy Praet2021-01-181-0/+1
* Add review requested filter on pull request overview (#13701)Jimmy Praet2021-01-171-62/+97
* Sort issue search results by revelance (#14353)Lauris BH2021-01-161-1/+1
* Issues overview should not show issues from archived repos (#13220)Elena Neuschild2021-01-121-0/+10
* Send notifications for mentions in pulls, issues, (code-)comments (#14218)Jimmy Praet2021-01-021-0/+14
* Fix dashboard issues labels filter bug (#14210)Lunny Xiao2021-01-011-12/+22
* migrate from com.* to alternatives (#14103)65432020-12-251-3/+3
* Add mentionable teams to tributeValues and change team mention rules to gh's ...a10121127962020-12-211-26/+43
* [API] Add more filters to issues search (#13514)65432020-11-231-0/+9
* (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