34 Commits (94db956e319232b35a12d4f2e186b188a88a1be2)

Author SHA1 Message Date
Lunny Xiao 6d0b24064a
Keeping consistent between UI and API about combined commit status state and fix some bugs (#34562) 6 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 0056fdb942
Move git references checking to gitrepo packages to reduce expose of repository path (#33891) 9 months ago
Lunny Xiao f8ab9dafb7
Use db.ListOptionsAll instead of db.ListOptions{ListAll: true} (#29995) 2 years ago
charles 0c273f12e0
Fix commit_status problem when testing (#29672) 2 years ago
charles 7cf7a499be
Fixing the issue when status check per rule matches multiple actions (#29631) 2 years ago
Markus Amshove a11ccc9fcd
Disallow merge when required checked are missing (#29143) 2 years ago
Lunny Xiao 5f82ead13c
Simplify how git repositories are opened (#28937) 2 years ago
caicandong 983167cf49
Fix pull request check list is limited (#26179) 2 years ago
Zettat123 e7c2231dee
Support for status check pattern (#24633) 3 years ago
Lunny Xiao 2782c14396
Supports wildcard protected branch (#20825) 3 years ago
Lunny Xiao 0a7d3ff786
refactor some functions to support ctx as first parameter (#21878) 3 years ago
flynnnnnnnnnn e81ccc406b
Implement FSFE REUSE for golang files (#21840) 3 years ago
KN4CK3R 044c754ea5
Add `context.Context` to more methods (#21546) 3 years ago
Lunny Xiao 1a9821f57a
Move issues related files into models/issues (#19931) 4 years ago
Lunny Xiao 110fc57cbc
Move some code into models/git (#19879) 4 years ago
Lunny Xiao fd7d83ace6
Move almost all functions' parameter db.Engine to context.Context (#19748) 4 years ago
kolaente 59b30f060a
Auto merge pull requests when all checks succeeded via API (#9307) 4 years ago
6543 06e4687cec
more context for models (#19511) 4 years ago
6543 54e9ee37a7
format with gofumpt (#18184) 4 years ago
zeripath 5cb0c9aa0d
Propagate context and ensure git commands run in request context (#17868) 4 years ago
qwerty287 9d943bf374
Add missing `X-Total-Count` and fix some related bugs (#17968) 4 years ago
zeripath 01087e9eef
Make Requests Processes and create process hierarchy. Associate OpenRepository with context. (#17125) 4 years ago
Lunny Xiao 5842a55b31
Move login related structs and functions to models/login (#17093) 4 years ago
a1012112796 3705168837
Add agit flow support in gitea (#14295) 4 years ago
6543 e483220ea3
[Refactor] CombinedStatus and CommitStatus related functions & structs (#14026) 5 years ago
Lunny Xiao a5281895c7
Fix bug on pull view when required status check no ci result (#10648) 6 years ago
zeripath 13c6681a07
Prevent nil pointer in GetPullRequestCommitStatusState (#10342) 6 years ago
zeripath e96f3542d0
Set the initial commit status to Success otherwise it will always be Pending (#10317) 6 years ago
Lunny Xiao 81daf26878
Fix wrong hint when status checking is running on pull request view (#9886) 6 years ago
zeripath 722a7c902d
Add Close() method to gogitRepository (#8901) 6 years ago
Elias Norberg 668d3d02aa If no specific context is required for status check, require an overall success (#8318) 6 years ago
Lunny Xiao eb11ca6847
Extract actions on new pull request from models to pulls service and move code.gitea.io/gitea/modules/pull to code.gitea.io/gitea/services/pull (#8218) 6 years ago
Lunny Xiao 04ca7f0047 Refuse merge until all required status checks success (#7481) 6 years ago