summaryrefslogtreecommitdiffstats
path: root/services/pull/pull.go
Commit message (Expand)AuthorAgeFilesLines
* Move some helper files out of models (#19355)Lunny Xiao2022-05-081-1/+2
* Auto merge pull requests when all checks succeeded via API (#9307)kolaente2022-05-081-1/+1
* PullService lock via pullID (#19520)65432022-05-041-0/+7
* more context for models (#19511)65432022-04-281-8/+8
* Add commit status popup to issuelist (#19375)parnic2022-04-261-18/+24
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-011-1/+1
* Make git.OpenRepository accept Context (#19260)65432022-03-301-4/+4
* Move some issue methods as functions (#19255)Lunny Xiao2022-03-291-1/+1
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-221-1/+1
* Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)65432022-02-061-1/+1
* Add config options to hide issue events (#17414)qwerty2872022-01-211-1/+1
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-55/+56
* Restore propagation of ErrDependenciesLeft (#18325)zeripath2022-01-191-1/+1
* Use indirect comparison when showing pull requests (#18313)zeripath2022-01-181-1/+1
* Prevent hang in git cat-file if repository is not a valid repository and othe...zeripath2021-12-161-1/+2
* Add missing `X-Total-Count` and fix some related bugs (#17968)qwerty2872021-12-151-1/+1
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-4/+5
* Refactor various strings (#17784)mscherer2021-12-021-2/+2
* Make Requests Processes and create process hierarchy. Associate OpenRepositor...zeripath2021-11-301-2/+2
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-5/+6
* Add buttons to allow loading of incomplete diffs (#16829)zeripath2021-10-151-1/+1
* Support direct comparison (git diff a..b) as well merge comparison (a...b) (#...zeripath2021-09-271-1/+1
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-1/+1
* DBContext is just a Context (#17100)zeripath2021-09-231-1/+1
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-1/+2
* Replace `list.List` with slices (#16311)KN4CK3R2021-08-091-18/+14
* Add agit flow support in gitea (#14295)a10121127962021-07-281-8/+54
* Add an abstract json layout to make it's easier to change json library (#16528)Lunny Xiao2021-07-241-2/+1
* Add checkbox to delete pull branch after successful merge (#16049)Jimmy Praet2021-07-131-1/+5
* Append to existing trailers in generated squash commit message (#15980)Jimmy Praet2021-06-251-9/+8
* Fix 500 Error with branch and tag sharing the same name #15592 (#16040)Viktor Yakovchuk2021-06-231-1/+13
* Reintroduce squash merge default comment as a config setting (#16134)parnic2021-06-191-4/+32
* Only log Error on getLastCommitStatus error to let pull list still be visible...65432021-05-041-1/+2
* Performance improvement for list pull requests (#15447)Lunny Xiao2021-04-151-10/+50
* Migrate to use jsoniter instead of encoding/json (#14841)zeripath2021-03-011-1/+2
* When Deleting Repository only explicitly close PRs whose base is not this rep...zeripath2021-03-011-1/+6
* [API] Add pagination to ListBranches (#14524)65432021-02-031-1/+1
* label and milestone webhooks on issue/pull creation (#14363)Jimmy Praet2021-01-171-0/+6
* Some code improvements (#14266)Lunny Xiao2021-01-061-0/+4
* Send notifications for mentions in pulls, issues, (code-)comments (#14218)Jimmy Praet2021-01-021-1/+6
* migrate from com.* to alternatives (#14103)65432020-12-251-3/+1
* Use the text of pull-request as the squash commit's message (#13071)Mura Li2020-12-211-21/+9
* Show dropdown with all statuses for commit (#13977)Cirno the Strongest2020-12-201-3/+3
* Show status check for merged PRs (#13975)Cirno the Strongest2020-12-181-12/+9
* [Refactor] CombinedStatus and CommitStatus related functions & structs (#14026)65432020-12-181-1/+1
* Increment skip to avoid infini-loop (#13703)John Olheiser2020-11-271-1/+1
* Use chronological commit order in default squash message (#13661) (#13696)Jimmy Praet2020-11-251-2/+3
* [Enhancement] Allow admin to merge pr with protected file changes (#12078)赵智超2020-10-131-1/+1
* Stop cloning unnecessarily on PR update (#12839)zeripath2020-09-141-60/+17
* Fix git open close bug (#12834)Lunny Xiao2020-09-141-3/+3