summaryrefslogtreecommitdiff
path: root/spec/javascripts/diffs/components/app_spec.js
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-171-718/+0
|
* 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-011-5/+8
|
* 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-091-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-041-5/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-261-0/+67
|
* Added diff suggestion popoverPhil Hughes2019-06-141-0/+2
| | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56523
* 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-051-0/+18
| | | | | | | | | | | | | | - 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
* Collapse diff tree is only one file is presentPhil Hughes2019-03-191-0/+57
| | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53139
* Resolve "Add missing karma tests to the the MR Diff components"Natalia Tepluhina2019-02-281-5/+95
|
* Set up basic keyboard next/previous navigation in diff listDenys Mishunov2019-02-271-19/+205
| | | | | | | | | | | | Mousetrap is used as the help-tool to listen to keystrokes Added currentDiffIndex getter to store that holds the index of currently active diff file in the list Instead of computing it on the component, we will take advantage of it being available for all components in DiffsApp Testing keyboard navigation and jumpToFile()
* Make the file tree in merge requests resizablePhil Hughes2019-02-151-0/+26
| | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51857
* Fix diff changes empty statePhil Hughes2018-12-131-24/+67
| | | | | | | | | The empty state now only gets shown when no files exist in the branch. If the user is reviewing 2 versions with no files, we don't show the state. Refactors the diff app spec to use Vue test utils. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/48635
* Resolve "Merge request refactor does not highlight selected line"Sam Bigelow2018-11-301-0/+13
|
* Show toggle tree button on merge request commitsPhil Hughes2018-11-221-40/+0
| | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53019
* Prettify all spec filesMike Greiling2018-10-171-6/+3
|
* Added file tree to merge request diffsPhil Hughes2018-10-031-5/+13
| | | | | | | | | | | | | | | This file tree displays all the diff files in a tree like format Each file is taken and converted into a tree with folders Each folder can be toggled open & closed Clicking a file will scroll to the diff file & highlight with a glow affect Searching the tree list will search only files & return a list of the files without any folders Each file row contains an icon to show changed, new file or deleted Each row will also contain the added & removed lines count Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/14249
* Resolve "Commit details are not displayed when reviewing an MR commit by commit"Paul Slaughter2018-09-261-1/+7
|
* Create specs for diffs/components/app and update modules to export factory ↵Paul Slaughter2018-09-141-1/+71
| | | | functions
* Changes tab VUE refactoringFelipe Artur2018-06-211-0/+1