Commit Graph

127 Commits (pr/doc-release-notes-1.18.3-2)

Author SHA1 Message Date
Brecht Van Lommel c8139c0f64
Webhooks: for issue close/reopen action, add commit ID that caused it () 2 years ago
Lunny Xiao 2782c14396
Supports wildcard protected branch () 2 years ago
Jason Song 47efba78ec
Support template for merge message description () 2 years ago
KN4CK3R a35749893b
Move `convert` package to services () 2 years ago
KN4CK3R b76718249a
Allow empty assignees on pull request edit () 2 years ago
Lunny Xiao 0a7d3ff786
refactor some functions to support ctx as first parameter () 2 years ago
flynnnnnnnnnn e81ccc406b
Implement FSFE REUSE for golang files () 2 years ago
KN4CK3R 044c754ea5
Add `context.Context` to more methods () 2 years ago
kolaente 085f717529
feat: notify doers of a merge when automerging () 2 years ago
qwerty287 8430f738e2
Fix 500 on PR files API () 2 years ago
Gennady Kovshenin fd2d5f06b0
Add `stat` to `ToCommit` function for speed () 2 years ago
qwerty287 1dfa28ffa5
Add API endpoint to get changed files of a PR () 2 years ago
Lunny Xiao 1d8543e7db
Move some files into models' sub packages () 2 years ago
Lunny Xiao 1a9821f57a
Move issues related files into models/issues () 3 years ago
Lunny Xiao fd7d83ace6
Move almost all functions' parameter db.Engine to context.Context () 3 years ago
Lunny Xiao cbd45471b1
Move access and repo permission to models/perm/access () 3 years ago
6543 6a969681cd
Delete related PullAutoMerge and ReviewState on User/Repo Deletion () 3 years ago
Lunny Xiao 4344a64107
Allow custom default merge message with .gitea/default_merge_message/<merge_style>_TEMPLATE.md () 3 years ago
kolaente 59b30f060a
Auto merge pull requests when all checks succeeded via API () 3 years ago
6543 92f139d091
Use for a repo action one database transaction () 3 years ago
qwerty287 8eb1cd9264
Add "Allow edits from maintainer" feature () 3 years ago
6543 06e4687cec
more context for models () 3 years ago
Lunny Xiao 1dfa26e00e
Move milestone to models/issues/ () 3 years ago
6543 9c349a4277
Move checks for pulls before merge into own function () 3 years ago
6543 3e88af898a
Make git.OpenRepository accept Context () 3 years ago
Lunny Xiao 74731c3a5a
Move some issue methods as functions () 3 years ago
KN4CK3R 80fd25524e
Renamed ctx.User to ctx.Doer. () 3 years ago
6543 54e9ee37a7
format with gofumpt () 3 years ago
zeripath 5cb0c9aa0d
Propagate context and ensure git commands run in request context () 3 years ago
zeripath 089b4e6a45
Use indirect comparison when showing pull requests () 3 years ago
a1012112796 637c3ec5d8
Don't delete branch if other PRs with this branch are open () 3 years ago
zeripath e4e411821d
Abort merge if head has been updated before pressing merge () 3 years ago
wxiaoguang 4da1d97810
Refactor HTTP request context () 3 years ago
Lunny Xiao 5723240490
Some repository refactors () 3 years ago
Lunny Xiao 3ca5dc7e32
Move keys to models/asymkey () 3 years ago
Lunny Xiao 719bddcd76
Move repository model into models/repo () 3 years ago
Lunny Xiao a666829a37
Move user related model into models/user () 3 years ago
Lunny Xiao baed01f247
Remove unnecessary attributes of User struct () 3 years ago
Lunny Xiao 99b2858e62
Move unit into models/unit/ () 3 years ago
zeripath a889d0cc8c
Add buttons to allow loading of incomplete diffs () 3 years ago
pricly-yellow 4afdb1eb78
API pull's head/base have correct permission () 3 years ago
Norwin 1f45b3a629
API: don't allow merged PRs to be reopened () 3 years ago
Norwin f48dce3176
Don't return binary file changes in raw PR diffs by default () 3 years ago
zeripath 920608e592
Support direct comparison (git diff a..b) as well merge comparison (a...b) () 3 years ago
qwerty287 0fa153f421
Merge endpoints for pull diff/patch () 3 years ago
zeripath eb0330a3fe
Ensure that rebase conflicts are handled in updates () 3 years ago
a1012112796 cbf05c3f79
Add option to update pull request by `rebase` () 3 years ago
6543 2289580bb7
[API] generalize list header () 4 years ago
KN4CK3R d9ef43a712
Replace `list.List` with slices () 4 years ago
zeripath 19e2c6a302
Set AllowedHeaders on API CORS handler () 4 years ago