Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
8b629b5a2878
Commit
10232896
authored
Jun 29, 2016
by
Yorick Peterse
Browse files
Merge branch '19318-pipelines-find-git-calls' into 'master'
PipelinesFinder use git cached data See merge request !4984
parents
9983df8d0796
e6e3e060ea2c
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
8b629b5a
...
...
@@ -14,6 +14,7 @@ v 8.10.0 (unreleased)
- Exclude email check from the standard health check
- Fix changing issue state columns in milestone view
- Fix user creation with stronger minimum password requirements !4054 (nathan-pmt)
- PipelinesFinder uses git cache data
- Check for conflicts with existing Project's wiki path when creating a new project.
- Remove unused front-end variable -> default_issues_tracker
- Add API endpoint for a group issues !4520 (mahcsig)
...
...
app/finders/pipelines_finder.rb
View file @
8b629b5a
...
...
@@ -29,10 +29,10 @@ def from_ids(pipelines, ids)
end
def
branches
project
.
repository
.
branch
es
.
map
(
&
:
name
)
project
.
repository
.
branch
_
name
s
end
def
tags
project
.
repository
.
tag
s
.
map
(
&
:
name
)
project
.
repository
.
tag
_
name
s
end
end
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