Commit Graph

57 Commits (9f8d59858af581a2c278a4896a301339991ece5b)

Author SHA1 Message Date
JakobDev cf0df023be
More `db.DefaultContext` refactor (#27265) 1 year ago
Lunny Xiao 673cf6af76
make writing main test easier (#27270) 1 year ago
JakobDev 28f9b313ba
Updates to the API for archived repos (#27149) 1 year ago
Lunny Xiao 47b878858a
Search branches (#27055) 1 year ago
Lunny Xiao 4f32abaf94
move repository deletion to service layer (#26948) 1 year ago
CaiCandong a78c2eae24
Replace `util.SliceXxx` with `slices.Xxx` (#26958) 1 year ago
yp05327 f6e7798405
Add link to job details and tooltip to commit status in repo list in dashboard (#26326) 1 year ago
Zettat123 9a65d011f6
Some fixes of the prompt of new branches (#26257) 1 year ago
caicandong 983167cf49
Fix pull request check list is limited (#26179) 1 year ago
Zettat123 f3ed0ef692
Fix bugs in LFS meta garbage collection (#26122) 1 year ago
Zettat123 338d03ce2f
Only show newly pushed branches message in the same repository (#26148) 1 year ago
yp05327 7a687caca4
Fix wrong commit status in web ui (#26121) 1 year ago
caicandong 840830b655
Remove commit status running and warning to align GitHub (#25839) 1 year ago
Lunny Xiao 2f31d2d56c
Exclude default branch from pushed branch hint (#25795) 1 year ago
Lunny Xiao 6375419468
Newly pushed branches hints on repository home page (#25715) 1 year ago
silverwind 88f835192d
Replace `interface{}` with `any` (#25686) 1 year ago
wxiaoguang 2aa6a785cf
Make FindBranches have stable result (#25631) 1 year ago
Lunny Xiao 7735da1c66
Display branch commit status (#25608) 1 year ago
Lunny Xiao 807c9712ef
Get latest commit statuses from database instead of git data on dashboard for repositories (#25605) 1 year ago
wxiaoguang cea9401634
Following-up improvments for various PRs (#25620) 1 year ago
Lunny Xiao 65acd1e9ef
Fix branch commit message too long problem (#25588) 1 year ago
Lunny Xiao 6e19484f4d
Sync branches into databases (#22743) 1 year ago
Lunny Xiao cc3910d8c3
Fix index generation parallelly failure (#25235) 1 year ago
Lunny Xiao 315124b469
Fix parallelly generating index failure with Mysql (#24567) 1 year ago
Lunny Xiao 9dd13e84ca
Fix missed table name on iterate lfs meta objects (#24768) 2 years ago
Yarden Shoham c839d6f92a
Revert "Fix missed table name on iterate lfs meta objects" (#24764) 2 years ago
Lunny Xiao 3364092013
Fix missed table name on iterate lfs meta objects 2 years ago
Yarden Shoham 4810fe55e3
Add status indicator on main home screen for each repo (#24638) 2 years ago
KN4CK3R f1173d6879
Use more specific test methods (#24265) 2 years ago
Lunny Xiao 0536712ee7
Fix branch protection priority (#24045) 2 years ago
wxiaoguang ce9dee5a1e
Introduce path Clean/Join helper functions (#23495) 2 years ago
Lunny Xiao b116418f05
Use CleanPath instead of path.Clean (#23371) 2 years ago
Jason Song c84238800b
Refactor `setting.Database.UseXXX` to methods (#23354) 2 years ago
yp05327 bd66fa586a
Rename `repo.GetOwner` to `repo.LoadOwner` (#22967) 2 years ago
Lunny Xiao bd820aa9c5
Add context cache as a request level cache (#22294) 2 years ago
zeripath 2cc3a6381c
Add cron method to gc LFS MetaObjects (#22385) 2 years ago
Lunny Xiao 2782c14396
Supports wildcard protected branch (#20825) 2 years ago
Jason Song 477a1cc40e
Improve utils of slices (#22379) 2 years ago
Jason Song 7adc2de464
Use context parameter in models/git (#22367) 2 years ago
Jason Song 6cf09ccab4
Use complete SHA to create and query commit status (#22244) 2 years ago
zeripath 651fe4bb7d
Add doctor command for full GC of LFS (#21978) 2 years ago
Lunny Xiao 0a7d3ff786
refactor some functions to support ctx as first parameter (#21878) 2 years ago
Lunny Xiao f7ade6de7c
Fix generate index failure possibility on postgres (#21998) 2 years ago
Lunny Xiao b2c4870481
Fix parallel creating commit status bug with tests (#21911) 2 years ago
flynnnnnnnnnn e81ccc406b
Implement FSFE REUSE for golang files (#21840) 2 years ago
KN4CK3R 044c754ea5
Add `context.Context` to more methods (#21546) 2 years ago
zeripath c772934ff6
Adjust gitea doctor --run storages to check all storage types (#21785) 2 years ago
Lunny Xiao 34283a74e8
Allow detect whether it's in a database transaction for a context.Context (#21756) 2 years ago
delvh 0ebb45cfe7
Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) 2 years ago
zeripath 716fcfcf72
Make every not exist error unwrappable to a fs.ErrNotExist (#20891) 2 years ago