summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/diffs/components/compare_versions.vue
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-4-stable-eev14.4.0-rc42GitLab Bot2021-10-201-0/+1
|
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-201-10/+11
|
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-1/+51
|
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-8/+4
|
* Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher2021-01-201-13/+14
|
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-6/+2
|
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-4/+7
|
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-0/+1
|
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-17/+18
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-4/+5
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-14/+10
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-091-28/+11
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-031-6/+10
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-071-18/+25
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-051-8/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-211-4/+8
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-161-8/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-141-1/+5
|
* Disable vue-i18n for non-autofix filesEzekiel Kigbo2019-08-081-0/+1
| | | | | | | Disables the vue-i18n eslint rules for files that are not able to be autofixed, this will stop these offences causing pipeline failures but they will need manual fixing.
* Improve diff navigation headerSam Bigelow2019-04-051-2/+16
| | | | | | | | | | | | | | - 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
* Fix expand all button not workingPhil Hughes2019-03-111-2/+2
| | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51737
* Clearly display diff statistics for MRs52347-lines-changed-statistics-is-not-easily-visible-in-mr-changes-viewSam Bigelow2019-02-061-2/+16
| | | | | Put the statistics in the compare-versions header for the entire MR Put them in the file header for each individual file
* Added dropdown for diff settingsPhil Hughes2019-01-241-44/+5
| | | | | | | Dropdown includes buttons for tree view rendering mode and buttons for the compare view (inline or side-by-side) Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55491
* Resolve "Merge request file browser should always be possible show/hide"Sam Bigelow2019-01-221-4/+14
|
* Resolve "In Merge Request diff screen, master is not a hyperlink"Natalia Tepluhina2019-01-161-0/+4
|
* Show toggle tree button on merge request commitsPhil Hughes2018-11-221-7/+16
| | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53019
* Add `hover` on button tooltipsGeorge Tsiolis2018-11-211-2/+2
| | | | See https://gitlab.com/gitlab-org/gitlab-ui/issues/89
* Remove the tooltip trigger suffixGeorge Tsiolis2018-11-211-1/+1
|
* Replace tooltip directive with gl-tooltip directive in badges, cycle ↵George Tsiolis2018-11-211-3/+3
| | | | analytics, and diffs
* Prettify all the thingsMike Greiling2018-11-201-23/+7
|
* Use @gitlab npm namespaceClement Ho2018-11-161-1/+1
|
* Show expand all button on merge request diffsPhil Hughes2018-11-071-3/+3
| | | | | | | | This restores the behaviour of showing the expand all button on diffs even when only a single file is collapsed. Previously the button would only show when all files are collapsed. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51737
* Fix broken "Show whitespace changes" button on MR "Changes" tabJacques Erasmus2018-10-291-6/+6
|
* Added file tree to merge request diffsPhil Hughes2018-10-031-15/+113
| | | | | | | | | | | | | | | 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
* Changes tab VUE refactoringFelipe Artur2018-06-211-0/+55