Merge branch 'diff-line-comment-vuejs' into 'master'
Diff line comments resolve
## What does this MR do?
Diff line comments can be resolved.
Part of #10325
To do:
- [x] Backend (@DouweM)
- [x] Fix https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5022#note_13319326. Will be made easier by https://gitlab.com/gitlab-org/gitlab-ce/issues/17237#note_13370331
- [x] System note when all discussions are resolved
- [x] Notification when all discussions are resolved
- [x] Write unit tests
- [x] Look at resolve time https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5022#note_13912743 - Fixed by 4a13aa9f
- [x] Frontend (@iamphill)
- [x] Fix bugs
- [x] Write more feature tests
- [x] Frontend (@connorshea)
- [x] Address frontend feedback
- [x] Feature specs for Jump feature
- [x] Documentation
- [x] Add Vue.js in a standard way
See merge request !5022
Showing
app/views/discussions/_headline.html.haml
0 → 100644
app/views/discussions/_resolve_all.html.haml
0 → 100644
app/views/shared/icons/_next_discussion.svg
0 → 100644
286 KB
12.5 KB
13.7 KB
18 KB
This diff is collapsed.
Click to expand it.
spec/mailers/emails/merge_requests_spec.rb
0 → 100644
spec/models/discussion_spec.rb
0 → 100644
This diff is collapsed.
Click to expand it.