Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew8xx8 <avk@8xx8.ru>2013-02-19 17:06:40 +0400
committerAndrew8xx8 <avk@8xx8.ru>2013-02-28 16:11:14 +0400
commitb6d0f2852d1f2518ca8987667beb7df2b8223611 (patch)
tree28074775bce1c035303c2c7098bba7c26b8d9ecc /config/gitlab.yml.example
parentab98db73a35172d723adf474d9dc50b5d613a9bf (diff)
Issues link from project page follows on remote bug tracker if it selected now
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r--config/gitlab.yml.example6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index b7b2296fee2..07e97ae5414 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -41,6 +41,11 @@ production: &base
## External issues trackers
issues_tracker:
redmine:
+ ## If not nil, link 'Issues' on project page will be replaced tp this
+ ## Use placeholders:
+ ## :project_id - Gitlab project identifier
+ ## :issues_tracker_id - Project Name or Id in external issue tracker
+ project_url: "http://redmine.sample/projects/:issues_tracker_id"
## If not nil, links from /#\d/ entities from commit messages will replaced to this
## Use placeholders:
## :project_id - Gitlab project identifier
@@ -146,6 +151,7 @@ test:
<<: *base
issues_tracker:
redmine:
+ project_url: "http://redmine/projects/:issues_tracker_id"
issues_url: "http://redmine/:project_id/:issues_tracker_id/:id"
staging: