summaryrefslogtreecommitdiff
path: root/spec/javascripts/diffs/components
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-2013-1306/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-172-0/+123
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-171-718/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-091-126/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-091-168/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-051-2/+5
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-271-160/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-261-1/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-201-19/+184
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-131-37/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-061-105/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-231-0/+23
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-211-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-151-0/+5
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-141-1/+7
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-141-1/+144
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-102-2/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-011-5/+8
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-201-167/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-191-3/+12
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-171-4/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-121-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-0915-17/+17
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-041-5/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-281-145/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-271-5/+5
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-261-0/+67
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-291-2/+47
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-209/+0
|
* Refactor DiffFileHeader testsIllya Klymov2019-09-121-713/+0
| | | | | | * Switched from Karma to Jest * Reorganized tests to have correct semantics * Removed unused computed properties from component
* Fix to show renamed file in mrSamantha Ming2019-08-211-1/+1
|
* CE - FE fix diffs specs leaking storefe-fix-diffs-specs-leaking-storePaul Slaughter2019-08-1111-22/+26
| | | | | | | - 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
* Replace ... with new expansion optionsSamantha Ming2019-08-105-11/+128
| | | | | | | | - expand upwards - expand downwards - expand all in both inline and parallel views
* Fixed editing formNatalia Tepluhina2019-07-091-1/+2
| | | | | | - applied functional component patch - fixed border radius for list - fixed Karma test to take a correct li amount
* Rebased and squashed commitsNatalia Tepluhina2019-07-033-150/+5
| | | | - all commits squashed to make danger review happy
* Added diff suggestion popoverPhil Hughes2019-06-141-0/+2
| | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56523
* User link styling for commitsMarcel van Remmerden2019-06-101-1/+1
|
* Remove unused avatar sizes62429-remove-unused-avatar-sizesAnnabel Dunstone Gray2019-05-311-2/+2
| | | | - Update avatars to use only sizes from the 8px grid
* Rename vue_component_helper to text_helperfe-rename-vue-component-helper-cePaul Slaughter2019-05-161-1/+1
| | | | | | **Why?** This file only contains a few text based helper functions. It has nothing to do with Vue or Vue components.
* Impove the performance of expanding full diffPhil Hughes2019-05-031-0/+14
| | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58597
* Extract discussion notes into new componentPaul Gascou-Vaillancourt2019-05-011-49/+62
| | | | | | | | | - Moved discussion notes out of `NoteableDiscussion` component into a new `DiscussionNotes` component - Wrote Jest tests for the new `DiscussionNotes` component - Updated Jest config for emojis fixtures - Updated Karma tests `NoteableDiscussion` to match its new structure - Convert `DiffDiscussions` tests to use Vue test utils
* Fix showing HTML content in view file tooltip60533-tooltip-for-view-file-shows-raw-htmlFatih Acet2019-04-161-0/+3
|
* Fixed fluid layout preference not being respected in diffsPhil Hughes2019-04-121-0/+8
| | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52916
* Improve diff navigation headerSam Bigelow2019-04-053-2/+40
| | | | | | | | | | | | | | - Compare versions header is full width except in the unified diff mode with no tree sidebar - Bar is always full width, but the content within stays centered when unified and no tree sidebar - File header is the same height as the "Compare versions header" - aligns with the design system grid guidelines => 56px - Diff file headers use a button group, switch icon order to open file externally being the last option, all buttons will become icon buttons (icon delivery by @dimitrieh) - If a file header becomes sticky no rounded corner/double border problem is visible anymore
* Fixes duplicate diff too large error messagesPhil Hughes2019-04-021-5/+3
| | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/59802
* Merge branch '57669-fix-bug-clicking-file-header-refreshes-page' into 'master'Clement Ho2019-04-011-1/+70
|\ | | | | | | | | | | | | Fix bug where clicking file header in diff refreshes page Closes #57669 See merge request gitlab-org/gitlab-ce!26422
| * Scroll to diff file when clicking on file name57669-fix-bug-clicking-file-header-refreshes-pageSam Bigelow2019-03-291-1/+70
| | | | | | | | | | | | - Add an ID to the diff content - handle clicking on file name in diffFileHeader when it is not a link to another page but rather a link to an element on the page
* | Remove expand diff to full file feature flagPhil Hughes2019-03-261-3/+0
|/
* Move some tests from Karma to JestWinnie Hellmann2019-03-234-182/+0
|