aboutsummaryrefslogtreecommitdiffstats
path: root/models/issues/label.go
Commit message (Expand)AuthorAgeFilesLines
* Support org labels when adding labels by label names (#32988)Zettat1232024-12-261-0/+11
* Strict pagination check (#32548)Lunny Xiao2024-11-251-2/+2
* Refactor issue label selection (#31497)wxiaoguang2024-06-261-17/+13
* Optimization of labels handling in issue_search (#26460)Chl2024-06-251-5/+16
* Refactor label.IsArchived() (#29750)65432024-03-131-6/+6
* remove util.OptionalBool and related functions (#29513)65432024-03-021-1/+2
* Refactor deletion (#28610)delvh2023-12-251-1/+1
* Remove deadcode under models/issues (#28536)Nanguan Lin2023-12-191-16/+0
* Remove GetByBean method because sometimes it's danger when query condition pa...Lunny Xiao2023-12-071-28/+12
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-161-17/+17
* Fix archived unix time when archiving the label (#26681)puni98692023-08-231-3/+4
* Allow to archive labels (#26478)puni98692023-08-141-1/+17
* Refactor and enhance issue indexer to support both searching, filtering and p...Jason Song2023-07-311-2/+14
* Some refactors for issues stats (#24793)Lunny Xiao2023-05-191-336/+1
* Modify luminance calculation and extract related functions into single files ...Hester Gong2023-05-101-27/+0
* Add loading yaml label template files (#22976)Lauris BH2023-03-021-63/+52
* Fix DBConsistency checks on MSSQL (#23132)zeripath2023-02-241-4/+4
* Scoped labels (#22585)Brecht Van Lommel2023-02-181-41/+65
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-101-2/+2
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-22/+22
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-121-4/+4
* 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/+12
* Fix org label open count, including close count issue (#20353)Tyrone Yeh2022-07-141-0/+2
* Fix CountOrphanedLabels in orphan check (#20009)zeripath2022-06-171-1/+1
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-0/+836