124 Commits (cb72c901b3250fa47c4b403182a3762685d57a02)

Author SHA1 Message Date
ChristopherHX 08b9776970
Refactor Actions Token Access (#35688) 2 months ago
Kemal Zebari a9f2ea720b
Honor delete branch on merge repo setting when using merge API (#35488) 2 months ago
Zettat123 897e48dde3
Add quick approve button on PR page (#35678) 2 months ago
wxiaoguang 4fe1066a17
Replace gobwas/glob package (#35478) 3 months ago
Lunny Xiao e35e724e42
Use db.WithTx/WithTx2 instead of TxContext when possible (#35428) 3 months ago
wxiaoguang 0cbaa0b662
Remove incorrect "db.DefaultContext" usages (#35366) 4 months ago
wxiaoguang 60246730b5
Remove wrong "git.DefaultContext" (#35364) 4 months ago
Lunny Xiao 65cd3f5309
Use db.WithTx/WithTx2 instead of TxContext when possible (#35130) 5 months ago
Naxdy 32152a0ac0
Also display "recently pushed branch" alert on PR view (#35001) 5 months ago
wxiaoguang 6a97ab0af4
Fix team permissions (#34827) 6 months ago
wxiaoguang 4fc626daa1
Refactor editor (#34780) 6 months ago
silverwind 1f35435b81
Run `gopls modernize` on codebase (#34751) 6 months ago
Lunny Xiao 6d0b24064a
Keeping consistent between UI and API about combined commit status state and fix some bugs (#34562) 6 months ago
Philip Peterson c5e78fc7ad
Do not mutate incoming options to SearchRepositoryByName (#34553) 7 months ago
badhezi 0cec4b84e2
Fix actions skipped commit status indicator (#34507) 7 months ago
Lunny Xiao 688da55f54
Split GetLatestCommitStatus as two functions (#34535) 7 months ago
Lunny Xiao a100ac3306
Rework create/fork/adopt/generate repository to make sure resources will be cleanup once failed (#31035) 8 months ago
TheFox0x7 ee3c82f874
Enable addtional linters (#34085) 9 months ago
Lunny Xiao a2e8a289b2
Improve pull request list api (#34052) 9 months ago
TheFox0x7 0fde8ecd55
Enable testifylint rules (#34075) 9 months ago
Lunny Xiao c88e71c1d2
Refactor functions to reduce repopath expose (#33892) 9 months ago
Lunny Xiao 58c124cc4f
Move commits signature and verify functions to service layers (#33605) 10 months ago
Lunny Xiao 70327d6a92
Improve commits list performance to reduce unnecessary database queries (#33528) 10 months ago
wxiaoguang 39de2955fd
Improve sync fork behavior (#33319) 11 months ago
Chai-Shi 55e0756c68
Fix push message behavior (#33215) 11 months ago
TheFox0x7 33e8e82c4b
Enable tenv and testifylint rules (#32852) 1 year ago
Lunny Xiao 6370d2fb93
Detect whether action view branch was deleted (#32764) 1 year ago
6543 846f618716
Add priority to protected branch (#32286) 1 year ago
Oleksandr Redko f4d3aaeeb9
refactor: remove redundant err declarations (#32381) 1 year ago
6543 5d43801b72
Optimize branch protection rule loading (#32280) 1 year ago
Tim de2ad2e1b1
Make admins adhere to branch protection rules (#32248) 1 year ago
Jason Song 0470646d46
Show lock owner instead of repo owner on LFS setting page (#31788) 1 year ago
Lunny Xiao 572aaebd96
Rename head branch of pull requests when renaming a branch (#31759) 1 year ago
Jason Song 9e31b229bd
Exclude protected branches from recently pushed (#31748) 1 year ago
yp05327 0a11bce87f
Fix Null Pointer error for CommitStatusesHideActionsURL (#31731) 1 year ago
yp05327 7b388630ec
Fix loadRepository error when access user dashboard (#31719) 1 year ago
Zettat123 7dec8de914
Hide the "Details" link of commit status when the user cannot access actions (#30156) 1 year ago
Henry Goodman 12cb1d2998
Allow force push to protected branches (#28086) 1 year ago
mzroot d4e4226c3c
Add tag protection via rest api #17862 (#31295) 2 years ago
Lunny Xiao 1137a0357e
Fix branch order (#31174) 2 years ago
yp05327 daf2a4c047
Fix wrong display of recently pushed notification (#25812) 2 years ago
Zettat123 7ad5031328
Fix duplicate status check contexts (#30660) 2 years ago
Cheng 9de443ced2
chore: use errors.New to replace fmt.Errorf with no parameters will much better (#30621) 2 years ago
Lunny Xiao e20428d8f6
Fix commitstatus summary (#30431) 2 years ago
Lunny Xiao 9466fec879
Fix rename branch 500 when the target branch is deleted but exist in database (#30430) 2 years ago
Lunny Xiao fc34481d05
Add commit status summary table to reduce query from commit status table (#30223) 2 years ago
oliverpool d547b53cca
Add container.FilterSlice function (#30339) 2 years ago
YR Chen 7443a10fc3
Move from `max( id )` to `max( index )` for latest commit statuses (#30076) 2 years ago
Jason Song 5bdf805e05
Sync branches to DB immediately when handle git hook calling (#29493) 2 years ago
6543 7fbdb60fc1
Start to migrate from `util.OptionalBool` to `optional.Option[bool]` (#29329) 2 years ago