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
/
models
/
git
Age
Commit message (
Expand
)
Author
2023-03-08
Use CleanPath instead of path.Clean (#23371)
Lunny Xiao
2023-03-07
Refactor `setting.Database.UseXXX` to methods (#23354)
Jason Song
2023-02-18
Rename `repo.GetOwner` to `repo.LoadOwner` (#22967)
yp05327
2023-02-15
Add context cache as a request level cache (#22294)
Lunny Xiao
2023-01-16
Add cron method to gc LFS MetaObjects (#22385)
zeripath
2023-01-16
Supports wildcard protected branch (#20825)
Lunny Xiao
2023-01-11
Improve utils of slices (#22379)
Jason Song
2023-01-09
Use context parameter in models/git (#22367)
Jason Song
2022-12-27
Use complete SHA to create and query commit status (#22244)
Jason Song
2022-12-15
Add doctor command for full GC of LFS (#21978)
zeripath
2022-12-03
refactor some functions to support ctx as first parameter (#21878)
Lunny Xiao
2022-12-02
Fix generate index failure possibility on postgres (#21998)
Lunny Xiao
2022-12-01
Fix parallel creating commit status bug with tests (#21911)
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-15
Adjust gitea doctor --run storages to check all storage types (#21785)
zeripath
2022-11-12
Allow detect whether it's in a database transaction for a context.Context (#2...
Lunny Xiao
2022-10-24
Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)
delvh
2022-10-18
Make every not exist error unwrappable to a fs.ErrNotExist (#20891)
zeripath
2022-08-16
Add migrate repo archiver and packages storage support on command line (#20757)
Lunny Xiao
2022-08-16
Refactor AssertExistsAndLoadBean to use generics (#20797)
Lunny Xiao
2022-06-20
Add more linters to improve code readability (#19989)
Wim
2022-06-16
In code search, get code unit accessible repos in one (main) query (#19764)
Hugo Hoitink
2022-06-15
Move tests as seperate sub packages to reduce duplicated file names (#19951)
Lunny Xiao
2022-06-13
Move issues related files into models/issues (#19931)
Lunny Xiao
2022-06-12
Move some code into models/git (#19879)
Lunny Xiao