aboutsummaryrefslogtreecommitdiffstats
path: root/models/issues/issue_project.go
Commit message (Expand)AuthorAgeFilesLines
* Add option to filter board cards by labels and assignees (#31999)Lauris BH2024-09-121-8/+8
* Rename project board -> column to make the UI less confusing (#30170)Lunny Xiao2024-05-271-19/+19
* Fix various problems around projects board view (#30696)Lunny Xiao2024-05-081-45/+60
* Add default board to new projects, remove uncategorized pseudo-board (#29874)Denys Konovalov2024-03-271-12/+7
* Clean some functions about project issue (#27705)Nanguan Lin2023-10-201-29/+2
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-9/+5
* Use more `IssueList` instead of `[]*Issue` (#26369)Lunny Xiao2023-08-071-2/+2
* Fix empty project displayed in issue sidebar (#25802)yp053272023-07-121-4/+5
* Improve loadprojects for issue list (#25468)Lunny Xiao2023-06-241-5/+0
* Improve issues.LoadProject (#22982)yp053272023-02-201-5/+1
* Support org/user level projects (#22235)Lunny Xiao2023-01-201-5/+5
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-101-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-6/+6
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-121-2/+2
* Fix missed sort bug (#20996)Lunny Xiao2022-08-311-0/+2
* Check if project has the same repository id with issue when assign project to...Lunny Xiao2022-06-301-0/+11
* Add more linters to improve code readability (#19989)Wim2022-06-201-15/+15
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-0/+179