Commit Graph

86 Commits (a88f718c1055c7b5a3c3e77e04d433c77ab6d12e)

Author SHA1 Message Date
mzroot d4e4226c3c
Add tag protection via rest api #17862 (#31295) 5 months ago
Lunny Xiao 1137a0357e
Fix branch order (#31174) 6 months ago
yp05327 daf2a4c047
Fix wrong display of recently pushed notification (#25812) 6 months ago
Zettat123 7ad5031328
Fix duplicate status check contexts (#30660) 7 months ago
Cheng 9de443ced2
chore: use errors.New to replace fmt.Errorf with no parameters will much better (#30621) 7 months ago
Lunny Xiao e20428d8f6
Fix commitstatus summary (#30431) 7 months ago
Lunny Xiao 9466fec879
Fix rename branch 500 when the target branch is deleted but exist in database (#30430) 7 months ago
Lunny Xiao fc34481d05
Add commit status summary table to reduce query from commit status table (#30223) 7 months ago
oliverpool d547b53cca
Add container.FilterSlice function (#30339) 7 months ago
YR Chen 7443a10fc3
Move from `max( id )` to `max( index )` for latest commit statuses (#30076) 8 months ago
Jason Song 5bdf805e05
Sync branches to DB immediately when handle git hook calling (#29493) 8 months ago
6543 7fbdb60fc1
Start to migrate from `util.OptionalBool` to `optional.Option[bool]` (#29329) 9 months ago
wxiaoguang f3eb835886
Refactor locale&string&template related code (#29165) 9 months ago
Adam Majer d68a613ba8
Add support for sha256 repositories (#23894) 10 months ago
Lunny Xiao eba9c0ce48
Add testing for CalcCommitStatus (#28823) 10 months ago
KN4CK3R 3793ec4d14
Fix `GetCommitStatuses` (#28787) 10 months ago
Jimmy Praet 5d3fdd1212
Add branch protection setting for ignoring stale approvals (#28498) 10 months ago
Lunny Xiao 97292da960
Fix schedule tasks bugs (#28691) 10 months ago
wxiaoguang f3999888c0
Refactor some legacy code and remove unused code (#28622) 11 months ago
Lunny Xiao 4eb2a29910
Improve ObjectFormat interface (#28496) 11 months ago
Lunny Xiao 408a484224
Adjust object format interface (#28469) 11 months ago
Adam Majer cbf923e87b
Abstract hash function usage (#28138) 11 months ago
Lunny Xiao 537fa69962
Second part of refactor `db.Find` (#28194) 11 months ago
yp05327 0abb5633e3
Fix commit status in repo list (#28412) 11 months ago
Lunny Xiao aeb383025f
Also sync DB branches on push if necessary (#28361) 11 months ago
Lunny Xiao dd30d9d5c0
Remove GetByBean method because sometimes it's danger when query condition parameter is zero and also introduce new generic methods (#28220) 11 months ago
Nanguan Lin e75b89ea6e
Upgrade xorm to 1.3.4 (#27807) 1 year ago
Nanguan Lin e91d4f106b
Upgrade xorm (#27673) 1 year ago
silverwind 5bf367f904
Restore warning commit status (#27504) 1 year ago
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