Merge pull request #103 from strk/GOGS_drop

Replace GOGS with GITEA in variable names
This commit is contained in:
Sandro Santilli 2016-11-07 16:30:48 +01:00 committed by GitHub
commit ee963f67c1
17 changed files with 142 additions and 126 deletions

View file

@ -26,8 +26,8 @@ var PullRequestQueue = sync.NewUniqueQueue(setting.Repository.PullRequestQueueLe
type PullRequestType int
const (
PULL_REQUEST_GOGS PullRequestType = iota
PLLL_ERQUEST_GIT
PULL_REQUEST_GITEA PullRequestType = iota
PULL_REQUEST_GIT
)
type PullRequestStatus int