aboutsummaryrefslogtreecommitdiffstats
path: root/models/project/project_test.go
Commit message (Expand)AuthorAgeFilesLines
* Rename project board -> column to make the UI less confusing (#30170)Lunny Xiao2024-05-271-7/+7
* Add default board to new projects, remove uncategorized pseudo-board (#29874)Denys Konovalov2024-03-271-6/+6
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-241-3/+3
* More `db.DefaultContext` refactor (#27265)JakobDev2023-09-291-2/+2
* Fix incorrect oldest sort in project list (#25806)yp053272023-07-111-0/+39
* Do not store user projects as organization projects (#23353)yp053272023-03-171-1/+1
* Preview images for Issue cards in Project Board view (#22112)Nathaniel Sabanski2023-02-111-0/+1
* Support org/user level projects (#22235)Lunny Xiao2023-01-201-3/+3
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-6/+7
* Move project files into models/project sub package (#17704)Lunny Xiao2022-03-291-0/+83