Skip to content
Snippets Groups Projects
Commit 10232896 authored by Yorick Peterse's avatar Yorick Peterse
Browse files

Merge branch '19318-pipelines-find-git-calls' into 'master'

PipelinesFinder use git cached data

See merge request !4984
parents 9e8fdead 4c89cd4b
No related branches found
No related tags found
1 merge request!4984PipelinesFinder use git cached data
Pipeline #
Loading
Loading
@@ -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)
Loading
Loading
Loading
Loading
@@ -29,10 +29,10 @@ class PipelinesFinder
end
 
def branches
project.repository.branches.map(&:name)
project.repository.branch_names
end
 
def tags
project.repository.tags.map(&:name)
project.repository.tag_names
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment