summaryrefslogtreecommitdiffstats
path: root/services/pull
Commit message (Expand)AuthorAgeFilesLines
* Reset the conflicted files list in testpatch (#18139)zeripath2021-12-311-0/+1
* Simplify parameter types (#18006)Gusted2021-12-201-2/+1
* Abort merge if head has been updated before pressing merge (#18032)zeripath2021-12-202-4/+18
* Improve TestPatch to use git read-tree -m and implement git-merge-one-file fu...zeripath2021-12-192-5/+372
* 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-152-2/+2
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-101-2/+3
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-107-34/+43
* Refactor various strings (#17784)mscherer2021-12-022-4/+4
* Make Requests Processes and create process hierarchy. Associate OpenRepositor...zeripath2021-11-303-4/+4
* Make Co-committed-by and co-authored-by trailers optional (#17848)zeripath2021-11-291-1/+1
* Move user related model into models/user (#17781)Lunny Xiao2021-11-245-19/+24
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-161-4/+3
* Remove unnecassary calls to `filepath.Join` (#17608)Gusted2021-11-151-2/+2
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-122-3/+4
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-093-7/+10
* Fix some lints (#17337)Lunny Xiao2021-10-171-1/+1
* Add buttons to allow loading of incomplete diffs (#16829)zeripath2021-10-151-1/+1
* Don't return binary file changes in raw PR diffs by default (#17158)Norwin2021-09-271-3/+3
* 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-243-3/+4
* DBContext is just a Context (#17100)zeripath2021-09-232-3/+3
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-223-8/+5
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-194-9/+12
* Support unprotected file patterns (#16395)Jimmy Praet2021-09-111-53/+42
* Add option to update pull request by `rebase` (#16125)a10121127962021-08-312-16/+56
* Fix dump and restore respository (#16698)Lunny Xiao2021-08-301-1/+1
* [API] generalize list header (#16551)65432021-08-121-1/+1
* Replace `list.List` with slices (#16311)KN4CK3R2021-08-091-18/+14
* Add agit flow support in gitea (#14295)a10121127962021-07-284-13/+84
* 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-133-3/+14
* Append to existing trailers in generated squash commit message (#15980)Jimmy Praet2021-06-252-9/+31
* 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
* Add attachments for PR reviews (#16075)KN4CK3R2021-06-141-3/+3
* Remove unnecessary goroutine (#16080)Lunny Xiao2021-06-091-14/+12
* Multiple Queue improvements: LevelDB Wait on empty, shutdown empty shadow lev...zeripath2021-05-151-3/+2
* 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
* Always set the merge base used to merge the commit (#15352)zeripath2021-04-101-1/+1
* Code Formats, Nits & Unused Func/Var deletions (#15286)65432021-04-091-1/+1
* Add LFS Migration and Mirror (#14726)KN4CK3R2021-04-081-4/+13
* IsUserAllowedToUpdate ignore igonre if user is nil (#14885)65432021-03-041-0/+3
* Make manual merge autodetection optional and add manual merge as merge method...a10121127962021-03-033-3/+70
* 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
* Fix a couple of CommentAsPatch issues. (#14804)zeripath2021-02-271-5/+19
* Add dismiss review feature (#12674)a10121127962021-02-111-0/+51
* [API] Add pagination to ListBranches (#14524)65432021-02-031-1/+1