| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid 500's when commit is not reachable | Oswaldo Ferreira | 2019-06-05 | 1 | -0/+8 |
* | Add # frozen_string_literal to spec/models | Thong Kuah | 2019-04-01 | 1 | -0/+2 |
* | Implement multi-line suggestions filtering | Oswaldo Ferreira | 2019-03-20 | 1 | -0/+10 |
* | Add image_diff_note_on_merge_request factory | Douwe Maan | 2018-12-20 | 1 | -16/+1 |
* | Allow suggesting single line changes in diffs | Oswaldo Ferreira | 2018-12-13 | 1 | -0/+18 |
* | Persist truncated note diffs on a new table45190-create-notes-diff-files | Oswaldo Ferreira | 2018-05-24 | 1 | -1/+61 |
* | Use persisted diff data instead fetching Git on discussions | Oswaldo Ferreira | 2018-04-30 | 1 | -5/+28 |
* | Improve performance of DiffDiscussion#truncated_diff_lines and DiffNote#diff_... | Douwe Maan | 2017-12-22 | 1 | -16/+0 |
* | adding view and feature specs | micael.bergeron | 2017-12-07 | 1 | -17/+12 |
* | Prevents position update for image diff notesissue_40058 | Felipe Artur | 2017-11-13 | 1 | -0/+6 |
* | Move line code generation into Gitlab::Gitconflict-resolution-refactor | Alejandro Rodríguez | 2017-10-12 | 1 | -1/+1 |
* | Create a Gitlab::Git submodule for conlict-related files | Alejandro Rodríguez | 2017-10-12 | 1 | -1/+1 |
* | Move Gitlab::Diff::LineCode to module Gitlab::Git | Alejandro Rodríguez | 2017-10-12 | 1 | -1/+1 |
* | Commenting on image diffs | Felipe Artur | 2017-10-07 | 1 | -3/+37 |
* | Remove superfluous lib: true, type: redis, service: true, models: true, servi... | Rémy Coutable | 2017-07-27 | 1 | -1/+1 |
* | Update diff discussion position per discussion instead of per notedm-update-discussion-diff-position | Douwe Maan | 2017-05-31 | 1 | -23/+4 |
* | Pass fallback_diff_refs to Diff::File instead of using view helpers | Douwe Maan | 2017-05-23 | 1 | -2/+2 |
* | Allow commenting on older versions of the diff and comparisons between diff v...dm-link-discussion-to-outdated-diff | Douwe Maan | 2017-05-03 | 1 | -17/+35 |
* | Add specs | Douwe Maan | 2017-04-10 | 1 | -0/+17 |
* | Don't use original_discussion_id | Douwe Maan | 2017-04-05 | 1 | -25/+0 |
* | Add specs | Douwe Maan | 2017-04-05 | 1 | -1/+23 |
* | Add option to start a new discussion on an MR | Douwe Maan | 2017-04-05 | 1 | -283/+4 |
* | Use `:empty_project` where possible in model specsrs-empty_project-models | Robert Speicher | 2017-01-26 | 1 | -2/+2 |
* | Optimize discussion notes resolving and unresolving21109-discussion-resolve-runs-a-single-update-query-per-note-but-should-run-a-single-update-query-for-all-notes-instead | Alejandro Rodríguez | 2016-09-06 | 1 | -0/+37 |
* | Store discussion_id on Note for faster discussion lookup. | Douwe Maan | 2016-08-17 | 1 | -0/+50 |
* | Address review feedback | Douwe Maan | 2016-08-16 | 1 | -1/+1 |
* | Add specs for new Note and DiffNote methods. | Douwe Maan | 2016-08-12 | 1 | -0/+246 |
* | Speedup DiffNote#active? on discussions, preloading noteables and avoid touch... | Paco Guzman | 2016-08-02 | 1 | -2/+2 |
* | Make `DiffNote#update_position` private | Douwe Maan | 2016-07-07 | 1 | -39/+44 |
* | Add tests for DiffNote | Douwe Maan | 2016-07-06 | 1 | -0/+186 |