aboutsummaryrefslogtreecommitdiffstats
path: root/models/repo/release.go
Commit message (Expand)AuthorAgeFilesLines
* add Upload URL to release API (#26663)Earl Warren2023-08-241-0/+5
* Release attachments duplicated check (#26176)Lunny Xiao2023-07-271-15/+14
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-1/+1
* some less naked returns (#25682)65432023-07-041-1/+1
* fix: release page for empty or non-existing target (#24470)oliverpool2023-05-101-0/+1
* Make Release Download URLs predictable (#23891)JakobDev2023-04-121-0/+29
* Disable editing tags (#23883)Zettat1232023-04-031-1/+1
* Fix tags sort by creation time (descending) on branch/tag dropdowns (#23491)Hester Gong2023-03-161-0/+22
* Use link in UI which returned a relative url but not html_url which contains ...Lunny Xiao2023-02-061-0/+5
* Use ErrInvalidArgument in packages (#22268)KN4CK3R2022-12-311-2/+1
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-101-2/+2
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-2/+2
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-10/+6
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-10/+10
* Make every not exist error unwrappable to a fs.ErrNotExist (#20891)zeripath2022-10-181-0/+8
* Tag list should include draft releases with existing tags (#21263)Jason Song2022-10-031-0/+8
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-0/+483