summaryrefslogtreecommitdiffstats
path: root/models/issues/milestone.go
Commit message (Expand)AuthorAgeFilesLines
* remove util.OptionalBool and related functions (#29513)65432024-03-021-1/+2
* Refactor some Str2html code (#29397)wxiaoguang2024-03-011-2/+3
* Refactor timeutil package (#28623)wxiaoguang2023-12-281-1/+1
* Refactor deletion (#28610)delvh2023-12-251-4/+2
* Second part of refactor `db.Find` (#28194)Lunny Xiao2023-12-111-5/+4
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-161-22/+18
* Move some functions to service layer (#26969)Lunny Xiao2023-09-081-308/+26
* Refactor and enhance issue indexer to support both searching, filtering and p...Jason Song2023-07-311-0/+12
* Localize milestone related time strings (#24051)Yarden Shoham2023-04-121-5/+0
* 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-271-2/+1
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-121-5/+5
* Make every not exist error unwrappable to a fs.ErrNotExist (#20891)zeripath2022-10-181-0/+5
* Modify milestone search keywords to be case insensitive again (#20513)Tyrone Yeh2022-07-281-1/+1
* Modify milestone search keywords to be case insensitive (#20266)Tyrone Yeh2022-07-061-1/+1
* Check if project has the same repository id with issue when assign project to...Lunny Xiao2022-06-301-0/+5
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-22/+11
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-13/+13
* Move milestone to models/issues/ (#19278)Lunny Xiao2022-04-081-0/+664