Implementation of the feature to redirect to an external issue tracker

This commit is contained in:
Rémy Boulanouar 2016-11-04 09:06:54 +01:00
parent 4a5faecd8f
commit 8dc49dc114
7 changed files with 18 additions and 3 deletions

View file

@ -186,6 +186,7 @@ type Repository struct {
ExternalWikiURL string
EnableIssues bool `xorm:"NOT NULL DEFAULT true"`
EnableExternalTracker bool
ExternalTrackerURL string
ExternalTrackerFormat string
ExternalTrackerStyle string
ExternalMetas map[string]string `xorm:"-"`