Added merge request dashboard, showing all merge requests assigned to
you across projects.
This commit is contained in:
parent
1a3af33fce
commit
e4b1f38c27
10 changed files with 90 additions and 2 deletions
|
@ -6,6 +6,8 @@ describe User do
|
|||
it { should have_many(:users_projects) }
|
||||
it { should have_many(:issues) }
|
||||
it { should have_many(:assigned_issues) }
|
||||
it { should have_many(:merge_requests) }
|
||||
it { should have_many(:assigned_merge_requests) }
|
||||
end
|
||||
|
||||
describe "Respond to" do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue