summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* Fix numbr of files, total additions, and deletions (#11614)zeripath2020-05-261-9/+9
* Add push commits history comment on PR time-line (#11167)赵智超2020-05-202-0/+46
* Check Push permissions on IsUserAllowedToUpdate (#11448)65432020-05-161-0/+11
* Refactor Cron and merge dashboard tasks (#10745)zeripath2020-05-161-3/+6
* Handle panics that percolate up to the graceful module (#11291)zeripath2020-05-141-0/+8
* Fix ref links in issue overviews for tags (#8742)Sijmen Schoon2020-05-142-0/+46
* Sendmail should create a process on the gitea system and have a default timeo...zeripath2020-05-031-1/+13
* Fix spelling mistake with Rewiew (#11262)zeripath2020-04-301-3/+3
* When using API CreateRelease set created_unix to the tag commit time (#11218)Jason Duan2020-04-301-1/+1
* Support unicode emojis and remove emojify.js (#11032)mrsdizzie2020-04-281-0/+4
* Prevent merge of outdated PRs on protected branches (#11012)65432020-04-161-2/+8
* fix (#11066)65432020-04-141-0/+3
* Cache PullRequest Divergence (#10914)65432020-04-141-0/+25
* remove package code.gitea.io/gitea/modules/git import out of models (#11025)65432020-04-101-1/+201
* Load pr Issue Poster on API too (#11033)65432020-04-101-0/+4
* [suggest] change merge strategy: do not check write access if user in merge...j.yao.SUSE2020-04-081-4/+1
* add request review from specific reviewers feature in pull request (#10756)赵智超2020-04-061-0/+20
* Fix rebase conflict detection in git 2.26 (#10929)zeripath2020-04-031-6/+23
* Generate Diff and Patch direct from Pull head (#10936)zeripath2020-04-031-17/+4
* Prevent deadlock in pull_service.GetDiverging(pr) (#10905)65432020-04-012-47/+10
* Only update merge_base in checker if not already merged (#10908)zeripath2020-04-012-2/+2
* Add Organization Wide Labels (#10814)mrsdizzie2020-04-011-1/+4
* Handle push rejection in branch and upload (#10854)zeripath2020-03-282-4/+8
* Fix bug on pull view when required status check no ci result (#10648)Lunny Xiao2020-03-071-0/+5
* Update mergebase in pr checker (#10586)zeripath2020-03-031-1/+1
* Display pull request head branch even the branch deleted or repository delete...Lunny Xiao2020-03-024-30/+25
* Remove Unused Functions (#10516)65432020-03-021-10/+0
* [BugFix] Avoid mailing explicit unwatched (#10475)65432020-02-271-1/+9
* Trigger webhooks on issue label-change via API too (#10421)65432020-02-231-0/+15
* Handle push rejection message in Merge & Web Editor (#10373)zeripath2020-02-221-0/+9
* Prevent panic on merge to PR (#10403)zeripath2020-02-211-0/+8
* Prevent nil pointer in GetPullRequestCommitStatusState (#10342)zeripath2020-02-181-0/+5
* Set the initial commit status to Success otherwise it will always be Pending ...zeripath2020-02-171-1/+1
* Only check for conflicts/merging if the PR has not been merged in the interim...zeripath2020-02-104-46/+61
* Move PushUpdateAddDeleteTags to repository module from models (#10106)Lunny Xiao2020-02-031-2/+2
* Add Unique Queue infrastructure and move TestPullRequests to this (#9856)zeripath2020-02-022-60/+133
* Fix IsErrPullClosed (#10093)Lunny Xiao2020-02-011-2/+2
* API endpoint for repo transfer (#9947)65432020-01-312-3/+21
* PRs: Move to use a temporary repo for pushing new prs (#10009)zeripath2020-01-281-14/+30
* Some refactor on git diff and ignore getting commit information failed on mig...Lunny Xiao2020-01-283-312/+3
* Fix pull view when head repository or head branch missed and close related pu...Lunny Xiao2020-01-252-0/+81
* Switch to use -f instead of -F for sendmail (#9961)zeripath2020-01-241-1/+1
* Migrate reviews when migrating repository from github (#9463)Lunny Xiao2020-01-232-11/+20
* Check if diff actually contains sections when rendering (#9926)Lauris BH2020-01-221-1/+1
* Fix wrong hint when status checking is running on pull request view (#9886)Lunny Xiao2020-01-221-8/+49
* Refactor repository check and sync functions (#9854)Lunny Xiao2020-01-201-1/+2
* Add "Update Branch" button to Pull Requests (#9784)65432020-01-172-45/+180
* Fix admin handling at merge of PR (#9749)David Svantesson2020-01-161-3/+0
* Move mailer to use a queue (#9789)zeripath2020-01-163-46/+75
* [refactor] notify remove unused praram (#9804)65432020-01-162-8/+2