summaryrefslogtreecommitdiffstats
path: root/modules/convert/pull.go
Commit message (Expand)AuthorAgeFilesLines
* Add "Allow edits from maintainer" feature (#18002)qwerty2872022-04-281-0/+2
* more context for models (#19511)65432022-04-281-4/+4
* Set correct PR status on 3way on conflict checking (#19457)Gusted2022-04-211-4/+1
* Move milestone to models/issues/ (#19278)Lunny Xiao2022-04-081-1/+1
* Make git.OpenRepository accept Context (#19260)65432022-03-301-4/+4
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-5/+6
* Use fmt.Sprintf correctly (#17886)delvh2021-12-021-1/+1
* Refactor various strings (#17784)mscherer2021-12-021-1/+1
* Move accessmode into models/perm (#17828)Lunny Xiao2021-11-281-6/+7
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-1/+2
* Move repofiles from modules/repofiles to services/repository/files (#17774)Lunny Xiao2021-11-241-2/+8
* API pull's head/base have correct permission (#17214)pricly-yellow2021-10-071-3/+15
* Add agit flow support in gitea (#14295)a10121127962021-07-281-1/+19
* [refactor] Unify the export of user data via API (#15144)65432021-03-271-1/+1
* [API] get pull, return head branch sha, even if deleted (#14931)65432021-03-081-0/+18
* Move Repo APIFormat to convert package (#13787)65432020-12-021-2/+2
* [Refactor] Move APIFormat functions into convert package (#12856)65432020-10-171-1/+1
* Issue/Pull expose IsLocked Property on API (#11708)65432020-06-011-0/+1
* Fix panic in API pulls when headbranch does not exist (#10676)zeripath2020-03-091-1/+1
* Display pull request head branch even the branch deleted or repository delete...Lunny Xiao2020-03-021-62/+59
* [Refactor] move APIFormat() of Issue and Label to convert package (#10423)65432020-02-281-1/+1
* [BugFix] [API] Pull.API.Convert: Only try to get HeadBranch if HeadRepo exist...65432020-01-311-29/+37
* Move newbranch to standalone package (#9627)Lunny Xiao2020-01-141-2/+3
* Move pull request api convert to convert package (#9664)Lunny Xiao2020-01-101-0/+141