summaryrefslogtreecommitdiffstats
path: root/models/pull.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor process package and introduce ProcessManager{} with tests (#75)Matthias Loibl2017-01-171-9/+9
* Merge pull request #555 from ethantkoenig/tests/pullAndrey Nering2017-01-061-5/+27
|\
| * Unit tests for models/pull.goEthan Koenig2017-01-061-5/+27
* | Create missing database indexes (#596)Andrey Nering2017-01-061-6/+6
|/
* Fix typos in models/ (#576)Ethan Koenig2017-01-051-8/+8
* Speed up conflict checking in pull request creation (#276)typeless2016-12-291-8/+15
* update code.gitea.io/git (#450)Lunny Xiao2016-12-221-1/+1
* Fix string format verbs (#3637)Alexander Lunegov2016-12-221-1/+1
* Remove fixed FIXME (#408)Richie B2B2016-12-161-1/+0
* Fixes issue #283Bwko2016-12-091-0/+3
* Bug fixes for repo permissions in APIEthan Koenig2016-12-071-6/+6
* Fix regression in PR-API #248 (#349)Kim "BKC" Carlbäcker2016-12-051-7/+39
* Fix for #320Bwko2016-12-031-3/+2
* [API] Pull Requests (#248)Kim "BKC" Carlbäcker2016-12-021-0/+84
* Catch os... errorsBwko2016-12-021-2/+9
* typoLunny Xiao2016-12-011-3/+3
* Fix breakage from vendor-updateKim "BKC" Carlbäcker2016-11-291-1/+1
* golint fixed for models/pull.go (#292)Lunny Xiao2016-11-281-7/+21
* 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