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:
authorRémy Coutable <remy@rymai.me>2018-03-06 16:14:10 +0300
committerRémy Coutable <remy@rymai.me>2018-03-06 16:14:10 +0300
commitaf84ccbd8227ac6d4d609bc8ff941ee6cad131f5 (patch)
tree50bb5c96a390c12af72126c50ce9c0583833f3b7 /app/finders
parentfa31559a37bfe394dedf4078789f1540e01fc5c7 (diff)
parent580d8953636266e40802fd8ea525c4908ebc8b9f (diff)
Merge branch '40187-project-branch-dashboard-with-active-stale-branches' into 'master'
Add overview of branches and filtered views for active/stale branches Closes #40187 et #17293 See merge request gitlab-org/gitlab-ce!15402
Diffstat (limited to 'app/finders')
-rw-r--r--app/finders/branches_finder.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/finders/branches_finder.rb b/app/finders/branches_finder.rb
index 852eac3647d..8bb1366867c 100644
--- a/app/finders/branches_finder.rb
+++ b/app/finders/branches_finder.rb
@@ -1,5 +1,5 @@
class BranchesFinder
- def initialize(repository, params)
+ def initialize(repository, params = {})
@repository = repository
@params = params
end