aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/repo/issue.go
Commit message (Expand)AuthorAgeFilesLines
* Alert error message if open dependencies are included in the issues that try ...sillyguodong2023-04-261-1/+1
* Show commit history for closed/merged PRs (#24238)wxiaoguang2023-04-211-2/+4
* Fix issue attachment handling (#24202)wxiaoguang2023-04-201-12/+16
* Make more functions use ctx instead of db.DefaultContext (#24068)wxiaoguang2023-04-141-8/+8
* Fix redirect bug when creating issue from a project (#23971)Lunny Xiao2023-04-081-2/+2
* Refactor authors dropdown (send get request from frontend to avoid long wait ...Hester Gong2023-04-071-10/+49
* Introduce GitHub markdown editor, keep EasyMDE as fallback (#23876)wxiaoguang2023-04-031-2/+0
* Implement Issue Config (#20956)JakobDev2023-03-281-5/+9
* Add API to manage issue dependencies (#17935)qwerty2872023-03-281-2/+54
* Fix cannot reopen after pushing commits to a closed PR (#23189)sillyguodong2023-03-031-5/+12
* Refactor `ctx` in templates (#23105)wxiaoguang2023-03-021-3/+3
* Use context parameter in services/repository (#23186)Jason Song2023-02-281-1/+1
* Speed up HasUserStopwatch & GetActiveStopwatch (#23051)zeripath2023-02-271-12/+3
* Add "Reviewed by you" filter for pull requests (#22927)Brecht Van Lommel2023-02-241-1/+9
* Scoped labels (#22585)Brecht Van Lommel2023-02-181-1/+17
* Rename `repo.GetOwner` to `repo.LoadOwner` (#22967)yp053272023-02-181-2/+2
* fix incorrect role labels for migrated issues and comments (#22914)Zettat1232023-02-151-4/+8
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-1/+1
* Fix improper HTMLURL usages in Go code (#22839)wxiaoguang2023-02-111-7/+7
* Show all projects, not just repo projects and open/closed projects (#22640)Lunny Xiao2023-02-041-8/+2
* Issues: support setting issue template field values with query (#22545)techknowlogick2023-01-301-0/+8
* Issues: add Project filter to issues list and search (#22544)techknowlogick2023-01-291-11/+18
* Webhooks: for issue close/reopen action, add commit ID that caused it (#22583)Brecht Van Lommel2023-01-241-2/+2
* Support org/user level projects (#22235)Lunny Xiao2023-01-201-5/+28
* Fix invalid issue branch reference if not specified in template (#22513)Brecht Van Lommel2023-01-181-1/+2
* Supports wildcard protected branch (#20825)Lunny Xiao2023-01-161-11/+14
* Improve utils of slices (#22379)Jason Song2023-01-111-2/+2
* Use context parameter in models/git (#22367)Jason Song2023-01-091-2/+2
* Support template for merge message description (#22248)Jason Song2022-12-291-2/+4
* Move `convert` package to services (#22264)KN4CK3R2022-12-291-1/+1
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-101-9/+7
* Add API management for issue/pull and comment attachments (#21783)KN4CK3R2022-12-091-2/+3
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-5/+5
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Prepend refs/heads/ to issue template refs (#20461)zeripath2022-11-221-0/+4
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-30/+30
* Add generic set type (#21408)KN4CK3R2022-10-121-6/+8
* Allow poster to choose reviewers (#21084)Jason Song2022-09-091-5/+10
* Fix typo of issue template name (#21117)Jason Song2022-09-091-1/+1
* Support Issue forms and PR forms (#20987)Jason Song2022-09-021-67/+106
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-2/+2
* Add issue filter for Author (#20578)parnic2022-08-081-1/+9
* Check if project has the same repository id with issue when assign project to...Lunny Xiao2022-06-301-2/+12
* fix delete pull head ref for DeleteIssue (#20032)a10121127962022-06-191-0/+5
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-138/+138
* Move some code into models/git (#19879)Lunny Xiao2022-06-121-6/+7
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-061-7/+8
* Move `/info` outside authorization (#19888)Gusted2022-06-041-0/+15
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-32/+32
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-111-7/+8