aboutsummaryrefslogtreecommitdiff
path: root/services/release
AgeCommit message (Expand)Author
2023-03-12Preserve file size when creating attachments (#23406)Peter
2023-02-15Add context cache as a request level cache (#22294)Lunny Xiao
2022-12-09Add API management for issue/pull and comment attachments (#21783)KN4CK3R
2022-12-03refactor some functions to support ctx as first parameter (#21878)Lunny Xiao
2022-11-27Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn
2022-11-19Add `context.Context` to more methods (#21546)KN4CK3R
2022-11-12Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao
2022-10-26Revert "Do not send notifications for draft releases (#21451)" (#21594)v1.18.0-rc0techknowlogick
2022-10-24Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh
2022-10-23Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang
2022-10-17Do not send notifications for draft releases (#21451)KN4CK3R
2022-10-12Add generic set type (#21408)KN4CK3R
2022-09-04Add more checks in migration code (#21011)zeripath
2022-08-25Move some files into models' sub packages (#20262)Lunny Xiao
2022-08-16Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao
2022-06-16fix permission check for delete tag (#19985)a1012112796
2022-06-12Move some code into models/git (#19879)Lunny Xiao
2022-06-03improvement some release related code (#19867)Lunny Xiao
2022-05-20Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao
2022-04-14Use a struct as test options (#19393)Lunny Xiao
2022-04-01Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang
2022-03-30Make git.OpenRepository accept Context (#19260)6543
2022-03-22Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang
2022-02-23Lock gofumpt to v0.3.0 and run it (#18866)silverwind
2022-02-06Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)6543
2022-01-20format with gofumpt (#18184)6543
2022-01-19Propagate context and ensure git commands run in request context (#17868)zeripath
2021-12-29Set HeadCommit when creating tags. (#18116)KN4CK3R
2021-12-10Move repository model into models/repo (#17933)Lunny Xiao
2021-11-24Move user related model into models/user (#17781)Lunny Xiao
2021-11-19Move attachment into models/repo/ (#17650)Lunny Xiao
2021-11-16Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang
2021-11-12Decouple unit test code from business code (#17623)wxiaoguang
2021-09-23DBContext is just a Context (#17100)zeripath
2021-09-19Move db related basic functions to models/db (#17075)Lunny Xiao
2021-09-08Add repo_id for attachment (#16958)Lunny Xiao
2021-08-30Fix dump and restore respository (#16698)Lunny Xiao
2021-06-25Add tag protection (#15629)KN4CK3R
2021-06-07Fixed assert statements. (#16089)KN4CK3R
2021-03-23Implement delete release attachments and update release attachments' name (#1...Lunny Xiao
2021-02-28Create tag on ui (#13467)a1012112796
2021-01-01Fix wrong publisher id (#14212)Lunny Xiao
2020-12-16Send webhook when tag is removed via Web UI (#14015)Cirno the Strongest
2020-11-02Add the tag list page to the release page (#12096)a1012112796
2020-10-30Refactor: Move PushUpdateOptions (#13363)Lunny Xiao
2020-10-21Enhance release list (#6025)Lanre Adelowo
2020-08-18Add a storage layer for attachments (#11387)Lunny Xiao
2020-08-11Re-attempt to delete temporary upload if the file is locked by another proces...zeripath
2020-07-29Add action feed for new release (#12324)赵智超
2020-07-28Fixes #12341: Release date should only be set to current time if draft or tag...Richard Mahn