summaryrefslogtreecommitdiff
path: root/spec/javascripts/diffs/components/diff_file_spec.js
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-201-259/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-051-2/+5
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-231-0/+23
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-091-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-291-2/+47
|
* CE - FE fix diffs specs leaking storefe-fix-diffs-specs-leaking-storePaul Slaughter2019-08-111-3/+3
| | | | | | | - Export mr_notes module as function - Update specs refs of mr_notes/stores to factory EE MR: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/15097
* Update karma for new expansion cell markupAndré Luís2019-08-111-4/+12
| | | | | | Also cleans up spec by: - Add missing `afterEach ... $destroy` - Add missing `done` call when `$nextTick` was used
* Fixes duplicate diff too large error messagesPhil Hughes2019-04-021-5/+3
| | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/59802
* Fix expand all button not workingPhil Hughes2019-03-111-0/+25
| | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51737
* CE backport of batch-comments-ee-store-modulePhil Hughes2019-03-041-1/+1
|
* Fix diff files not renderingPhil Hughes2019-02-181-3/+2
| | | | | | | Fixes some diff files not rendering when the renderIt property is updated. Previously it was using a local copy of renderIt which meant Vue wouldn't update it when the files renderIt property was updates
* Replaced part of diff file properties with diff viewerNatalia Tepluhina2019-02-151-20/+20
| | | | | | - replaced file.too_large - replaced file.text - replaced file.collapsed
* Fixed renamed and mode changed diff viewersPhil Hughes2018-12-061-0/+26
| | | | | | | Renders mode changed and renamed file merge request diff viewers on the frontend. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52607
* Made diff & note data consistentPhil Hughes2018-11-141-8/+8
| | | | | | | | | | This caused many pain points when working with it. Part of the data was camel cased the other snake case. Other parts where snake case & then getting converted in components, this conversion has the potential for leaking memory. This changes that & makes it consistent with what it returned from the API, snake case.
* Fix collapsed files not fully fully expandingPhil Hughes2018-11-131-0/+22
| | | | | | | This fixes files that are collapsed by default not expanding when the expand all button is clicked. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53866
* Prettify all spec filesMike Greiling2018-10-171-1/+3
|
* enable jasmine/new-line-before-expectJohann Hubert Sonntagbauer2018-10-171-0/+1
|
* enable jasmine/prefer-jasmine-matcherJohann Hubert Sonntagbauer2018-10-091-5/+3
|
* Fix LFS uploaded images not being renderedOswaldo Ferreira2018-10-051-3/+2
|
* Display click to expand on collapsed diffsAndré Luís2018-09-131-0/+12
|
* Fixes based on MR discussion around naming, mutations, handling of stateTim Zallmann2018-09-071-0/+1
|
* Fix for Karma, Static Analysis and RSPec for MR PageTim Zallmann2018-09-071-1/+2
|
* Fix for diff_file specsTim Zallmann2018-08-081-1/+9
|
* Resolve "MR: Reduce the memory footprint of the component tree"Tim Zallmann2018-07-171-1/+1
|
* Resolve "MR refactor: Performance costs of main element with `v-if`"Tim Zallmann2018-07-091-2/+2
|
* Changes tab VUE refactoringFelipe Artur2018-06-211-0/+88