Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
9bfc23c3
Commit
9bfc23c3
authored
May 27, 2015
by
Jacob Vosmaer
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ee
parents
0d02b794
6e2d69c9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
CHANGELOG-EE
CHANGELOG-EE
+3
-0
app/views/help/index.html.haml
app/views/help/index.html.haml
+1
-1
lib/gitlab/reference_extractor.rb
lib/gitlab/reference_extractor.rb
+1
-1
No files found.
CHANGELOG-EE
View file @
9bfc23c3
v 7.12 (Unreleased)
- Fix error when viewing merge request with a commit that includes "Closes #<issue id>".
v 7.11.2
v 7.11.2
- Fixed license upload and verification mechanism
- Fixed license upload and verification mechanism
...
...
app/views/help/index.html.haml
View file @
9bfc23c3
%div
%div
%h1
%h1
GitLab
GitLab
%span
.light
Enterprise Edition
Enterprise Edition
%span
=
Gitlab
::
VERSION
%span
=
Gitlab
::
VERSION
%small
=
Gitlab
::
REVISION
%small
=
Gitlab
::
REVISION
-
if
current_application_settings
.
version_check_enabled
-
if
current_application_settings
.
version_check_enabled
...
...
lib/gitlab/reference_extractor.rb
View file @
9bfc23c3
...
@@ -23,7 +23,7 @@ module Gitlab
...
@@ -23,7 +23,7 @@ module Gitlab
end
end
def
issues
def
issues
if
project
.
default_issues_tracker?
if
project
.
nil?
||
project
.
default_issues_tracker?
result
=
pipeline_result
(
:issue
)
result
=
pipeline_result
(
:issue
)
elsif
project
.
jira_tracker?
elsif
project
.
jira_tracker?
result
=
pipeline_result
(
:external_issue
)
result
=
pipeline_result
(
:external_issue
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment