aboutsummaryrefslogtreecommitdiffstats
path: root/models/project
Commit message (Expand)AuthorAgeFilesLines
* More `db.DefaultContext` refactor (#27265)JakobDev2023-09-294-30/+30
* make writing main test easier (#27270)Lunny Xiao2023-09-281-2/+0
* Refactor project templates (#26448)Denys Konovalov2023-08-121-0/+5
* Update xorm version (#26128)Lunny Xiao2023-07-251-1/+4
* Fix incorrect oldest sort in project list (#25806)yp053272023-07-112-13/+54
* Improve GetBoards and getDefaultBoard (#22981)yp053272023-04-091-6/+6
* Use `project.IconName` instead of repeated unreadable `if-else` chains (#23538)yp053272023-03-191-0/+11
* Do not store user projects as organization projects (#23353)yp053272023-03-172-2/+2
* Refactor `setting.Database.UseXXX` to methods (#23354)Jason Song2023-03-071-2/+2
* improve FindProjects (#23085)yp053272023-02-241-10/+3
* Preview images for Issue cards in Project Board view (#22112)Nathaniel Sabanski2023-02-113-5/+51
* Use link in UI which returned a relative url but not html_url which contains ...Lunny Xiao2023-02-061-0/+1
* Project links should use parent link methods (#22587)John Olheiser2023-01-231-2/+2
* Support org/user level projects (#22235)Lunny Xiao2023-01-202-18/+82
* Always reuse transaction (#22362)Jason Song2023-01-081-1/+1
* Use ErrInvalidArgument in packages (#22268)KN4CK3R2022-12-311-2/+1
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-101-33/+21
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-275-10/+5
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-123-6/+6
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-1/+1
* Make every not exist error unwrappable to a fs.ErrNotExist (#20891)zeripath2022-10-181-0/+8
* Add option to purge users (#18064)zeripath2022-07-141-0/+37
* Add more linters to improve code readability (#19989)Wim2022-06-201-2/+2
* Use correct count for `NumOpenIssues` (#19980)Gusted2022-06-161-1/+7
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-204-67/+40
* Add missing `sorting` column in `project_issue` table (#19635)wxiaoguang2022-05-061-0/+3
* Use a struct as test options (#19393)Lunny Xiao2022-04-141-6/+9
* Move project files into models/project sub package (#17704)Lunny Xiao2022-03-295-0/+842