summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/diff
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-176-9/+195
|
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-212-2/+34
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-208-42/+51
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-2027-26/+361
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-184-0/+94
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-203-2/+75
|
* Add latest changes from gitlab-org/gitlab@12-10-stable-eeGitLab Bot2020-04-203-2/+54
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-161-0/+22
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-161-7/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-191-0/+8
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-173-94/+45
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-141-0/+15
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-131-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-061-7/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-041-0/+7
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-041-13/+27
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-021-8/+8
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-011-0/+6
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-302-80/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-281-15/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-151-0/+10
|
* Add latest changes from gitlab-org/gitlab@masterogolowinski-master-patch-80898GitLab Bot2019-12-162-5/+24
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-131-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-123-0/+5
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-112-7/+46
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-101-2/+11
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-091-0/+10
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-071-4/+12
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-062-1/+10
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-043-26/+142
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-161-2/+11
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-101-0/+77
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-091-0/+126
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-231-0/+20
|
* Add frozen_string_literal to spec/lib (part 1)Thong Kuah2019-07-2615-0/+30
| | | | | Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
* Refactor PositionTracer to support different typesPatrick Bajao2019-07-054-1858/+2116
| | | | This is to prepare for supporing image type position tracing
* Don't show image diff note on text file58808-fix-image-diff-on-textPatrick Bajao2019-07-011-0/+33
|
* Expose comments on Noteables in GraphQLBob Van Landuyt2019-06-141-0/+6
| | | | | | | | | This exposes `Note`s on Issues & MergeRequests using a `Types::Notes::NoteableType` in GraphQL. Exposing notes on a new type can be done by implementing the `NoteableType` interface on the type. The presented object should be a `Noteable`.
* Autocorrect with RSpec/ExampleWording copThong Kuah2019-04-051-1/+1
| | | | | | | - rewords examples starting with 'should' - rewords examples starting with 'it' Note: I had to manually fixup "onlies" to "only"
* Fixed test specsOswaldo Ferreira2019-04-042-11/+137
| | | | | - added suggestions to mock data - fixed props to be not required
* Prepare suggestion implementation for multi-lineOswaldo Ferreira2019-03-272-0/+161
| | | | | | Adds the groundwork needed in order to persist multi-line suggestions, while providing the parsing strategy which will be reused for the **Preview** as well.
* Merge branch '59147-duplicate-match-line' into 'master'Douwe Maan2019-03-211-0/+7
|\ | | | | | | | | | | | | Fix duplicated bottom match line Closes #59147 See merge request gitlab-org/gitlab-ce!26402
| * Fix diff bottom expand button appears twiceMark Chao2019-03-211-0/+7
| | | | | | | | | | | | | | This is a quick fix by only append match line once when calling diff_lines_for_serializer multiple time. Also enable feature by default
* | Implement suggestion diff lines parserOswaldo Ferreira2019-03-181-0/+55
|/
* Add option to expand diff to full filePhil Hughes2019-03-061-41/+160
| | | | | | The user can also toggle between the diff changes and the full file diff. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/19054
* Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-copRémy Coutable2019-01-241-9/+9
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Adjusts duplicated line when commenting on unfolded diff linesOswaldo Ferreira2019-01-081-10/+105
|
* Fixing image lfs bug and also displaying text lfsFrancisco Javier López2018-12-272-5/+5
| | | | | | | | | | | This commit, introduced in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/23812, fixes a problem creating a displaying image diff notes when the image is stored in LFS. The main problem was that `Gitlab::Diff::File` was returning an invalid valid in `text?` for this kind of files. It also fixes a rendering problem with other LFS files, like text ones. They LFS pointer shouldn't be shown when LFS is enabled for the project, but they were.
* Fix redundant returns in spec fileSean Nichols2018-12-131-3/+3
|
* Add tests and move empty file message into own componentSean Nichols2018-12-131-0/+89
|