summaryrefslogtreecommitdiffstats
path: root/models/pull.go
Commit message (Expand)AuthorAgeFilesLines
* Golint fixed for modules/setting (#262)Lunny Xiao2016-11-271-1/+1
* Lint action.goSandro Santilli2016-11-241-1/+1
* Normalize files with gofmtThibault Meyer2016-11-111-3/+3
* Fix import path of go-sdk (#141)Sandro Santilli2016-11-111-1/+1
* Merge remote-tracking branch 'upstream/master' into feature/rewrite-xorm-queriesThibault Meyer2016-11-101-6/+6
|\
| * Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-6/+6
* | Rewrite XORM queriesThibault Meyer2016-11-101-13/+25
|/
* Use MixedCase constant namesSandro Santilli2016-11-071-25/+25
* Merge pull request #108 from go-gitea/go-sdkThomas Boerger2016-11-071-1/+1
|\
| * Replaced go-gogs-client with go-sdk importsThomas Boerger2016-11-071-1/+1
* | Fix typo in unused constant nameSandro Santilli2016-11-071-1/+1
* | Replace GOGS with GITEA in variable namesSandro Santilli2016-11-071-1/+1
|/
* Replace gogits/git-module dependency with go-gitea/git (#94)Sandro Santilli2016-11-061-1/+1
* Fix imports found by goimports.Matthias Loibl2016-11-051-5/+3
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-4/+4
* modules/sync: add UniqueQueueUnknwon2016-08-301-2/+3
* Web editor: support upload filesUnknwon2016-08-301-3/+3
* General code quality improvementUnknwon2016-08-161-1/+0
* #2246 add HTMLURL to webhook typeUnknwon2016-08-161-3/+8
* models/repo_editor: improve code qualityUnknwon2016-08-151-1/+1
* models/issue: improve quality and performance of NewIssue functionUnknwon2016-08-151-1/+7
* Web editor: improve edit file and diff previewUnknwon2016-08-141-10/+5
* Squashed commit of the following:Richard Mahn2016-08-141-1/+1
* Replace convert.To with APIFormat callsUnknwon2016-08-141-13/+5
* #2246 fully support of webhooks for pull requestUnknwon2016-08-141-65/+217
* Add test pull request task on merging a PR. Fixes #3396 (#3425)lstahlman2016-08-101-0/+1
* #3393 fix missing sub-url prefix in relative avatar linkUnknwon2016-08-071-1/+1
* Refactor User.Id to User.IDUnknwon2016-07-241-3/+3
* Remove redundant Unix timestamp method callUnknwon2016-07-231-1/+1
* #2854 fix no mail notification when issue is closed/reopenedUnknwon2016-07-161-4/+11
* models/repo: remove redundant info for some repo methodsUnknwon2016-07-151-1/+1
* #2302 Replace time.Time with Unix Timestamp (int64)Unknwon2016-03-091-4/+9
* Update localesUnknwon2016-03-041-1/+0
* #1597 fix pull request remote head can't update with force pushUnknwon2016-03-041-1/+6
* #1597 support pull requests in same repositoryUnknwon2016-03-041-1/+1
* #2697 fix panic when close issue via commit messageUnknwon2016-02-251-1/+1
* #1821 add actions for close and reopen issuesUnknwon2016-02-221-1/+1
* Minor fix for #2524Unknwon2016-02-191-22/+14
* Merge pull request #2524 from mhartkorn/pullrefsUnknwon2016-02-191-0/+38
|\
| * Removed unused method GetUnmergedPullRequestByRepoPathAndHeadBranchMartin Hartkorn2016-02-041-39/+0
| * Removed dependency on post-receive hook and use TriggerTask insteadMartin Hartkorn2016-02-041-0/+38
| * Enable a way to checkout Pull Requests from remote refsMartin Hartkorn2016-01-301-0/+39
* | Add missing patch conflit patternUnknwon2016-02-031-4/+5
|/
* Minor fix for #2494Unknwon2016-01-281-3/+3
* Change user name in Pull RequestsMartin Hartkorn2016-01-271-0/+8
* rename import pathUnknwon2015-12-151-1/+1
* move out git module and #1573 send push hookUnknwon2015-12-091-11/+44
* wiki: finish editUnknwon2015-11-271-1/+1
* introduce git-shellUnknwon2015-11-261-6/+1
* noticeUnknwon2015-11-201-1/+1