diff options
author | Rémy Coutable <remy@rymai.me> | 2018-03-06 13:14:10 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2018-03-06 13:14:10 +0000 |
commit | af84ccbd8227ac6d4d609bc8ff941ee6cad131f5 (patch) | |
tree | 50bb5c96a390c12af72126c50ce9c0583833f3b7 /app/finders | |
parent | fa31559a37bfe394dedf4078789f1540e01fc5c7 (diff) | |
parent | 580d8953636266e40802fd8ea525c4908ebc8b9f (diff) | |
download | gitlab-ce-af84ccbd8227ac6d4d609bc8ff941ee6cad131f5.tar.gz |
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.rb | 2 |
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 |