Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-12-12Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-26Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-05-03Impove the performance of expanding full diffPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58597
2019-04-10Only make margin-auto on large screens for diff file headerSam Bigelow
2019-04-05Improve diff navigation headerSam Bigelow
- 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
2019-03-06Add option to expand diff to full filePhil Hughes
The user can also toggle between the diff changes and the full file diff. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/19054
2019-02-15Make the file tree in merge requests resizablePhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51857
2019-01-24Added dropdown for diff settingsPhil Hughes
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
2019-01-15Collapses directory structure in merge request treePhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53069
2018-11-08Revert "Merge branch 'osw-comment-on-any-line-on-diffs' into 'master'"Oswaldo Ferreira
This reverts commit a82a595728d54bdc12e51dfcfb22e9eddc449143, reversing changes made to e7df959b8f99875edd246c7ac7779c3203e8755e.
2018-11-07Merge branch 'osw-comment-on-any-line-on-diffs' into 'master'Douwe Maan
Comment on any expanded diff line on MRs See merge request gitlab-org/gitlab-ce!22398
2018-11-06Comment on any expanded diff line on MRsOswaldo Ferreira
2018-11-05Re-implemented image commenting on diffsPhil Hughes
This re-implements image commenting in merge request diffs. This feature was previously lost when the merge request page was refactored into Vue. With this, we create an overlay component. The overlay component handles displaying the comment badges and the comment form badge. Badges are displayed based on the position attribute sent with the discussion. Comment forms for diff files are controlled through a different state property. This is so we don't tie comment forms to diff files directly creating deep nested state. Instead we create a flat array which holds the file hash & the X & Y position of the comment form. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/48956
2018-10-03Added file tree to merge request diffsPhil Hughes
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
2018-09-17Re-enable legacy diff notes on merge request diffsPhil Hughes
This re-enables legacy diff notes on the merge request diffs This feature was not workig correctly after the Vue refactor LegacyDiffNotes have no `position`, instead they only have a `line_code` As an extra, this also re-enables commenting on legacy diffs. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/48873
2018-08-13Added constants for Render values + Optimised for LoopTim Zallmann
2018-06-28Componentize diff lines and diff commentsFatih Acet
2018-06-22Implement MR diff notes autosave feature.Fatih Acet
2018-06-21Changes tab VUE refactoringFelipe Artur