Commit Graph

30 Commits (8fd8978b4934865c2b041216e84e923ad574a4c7)

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