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