- Dec 13, 2019
-
-
GitLab Bot authored
-
- Dec 12, 2019
-
-
GitLab Bot authored
-
GitLab Bot authored
-
- Dec 09, 2019
-
-
GitLab Bot authored
-
- Dec 04, 2019
-
-
GitLab Bot authored
-
- Nov 26, 2019
-
-
GitLab Bot authored
-
- Sep 12, 2019
-
-
Illya Klymov authored
* Switched from Karma to Jest * Reorganized tests to have correct semantics * Removed unused computed properties from component
-
- Aug 10, 2019
-
-
Samantha Ming authored
- expand upwards - expand downwards - expand all in both inline and parallel views
-
- Jul 03, 2019
-
-
Natalia Tepluhina authored
- all commits squashed to make danger review happy
-
- Jun 14, 2019
-
-
Phil Hughes authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56523
-
- Jun 05, 2019
-
-
Ondřej Budai authored
-
- May 10, 2019
-
-
Phil Hughes authored
Correctly updates the URL without overwriting parameters Reloads the diff file content without reloading the page Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58852, https://gitlab.com/gitlab-org/gitlab-ce/issues/42597
-
- May 03, 2019
-
- Mar 19, 2019
-
- Mar 11, 2019
-
- Mar 06, 2019
-
-
The user can also toggle between the diff changes and the full file diff. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/19054
-
- Feb 27, 2019
-
-
Denys Mishunov authored
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()
-
- Feb 18, 2019
-
-
Phil Hughes authored
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
-
- Feb 15, 2019
-
-
Natalia Tepluhina authored
- replaced file.too_large - replaced file.text - replaced file.collapsed
-
- Jan 24, 2019
-
-
Phil Hughes authored
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
-
- Dec 08, 2018
-
-
André Luís authored
-
- Dec 05, 2018
-
-
Winnie Hellmann authored
-
- Dec 04, 2018
-
- Nov 30, 2018
-
-
Sam Bigelow authored
-
- Nov 27, 2018
-
-
Phil Hughes authored
Improve the renderign of new and existing discussions by reducing the number of watchers on each object & array. Previously every discussion change would trigger an update for every discussion component. Also tidied up some components to get them closer to our docs. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51506
-
- Nov 15, 2018
-
-
George Tsiolis authored
-
- Nov 14, 2018
-
-
Phil Hughes authored
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.
-
- Nov 05, 2018
-
-
Phil Hughes authored
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
-
- Oct 25, 2018
-
-
Phil Hughes authored
-
- Oct 24, 2018
-
-
Phil Hughes authored
Pre-request to https://gitlab.com/gitlab-org/gitlab-ce/issues/48956
-
- Oct 03, 2018
-
-
Phil Hughes authored
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
-
- Oct 01, 2018
-
-
Mark Chao authored
Display `formatter` as the sole content of `position` object. This means `diff_file` data is not referenced, which is the caseu of "IOError: not opened for reading".
-
- Sep 21, 2018
-
-
Fixed toBeTruthy to toBe(true) in spec
-
We now use the returned discussion instead of re-fetching all of the discussions and filtering out the ones we don't need. This speeds up the process of creating a diff discussions by saving us another API request before we can render the discussion
-
- Sep 20, 2018
-
-
André Luís authored
Resolve "Link to file in Changes tab of MR no longer works for all files after incremental rendering improvement"
-
- Sep 17, 2018
-
-
Phil Hughes authored
Updated diff mutations and utils spec to check for legacy notes
-
- Sep 08, 2018
-
-
- Sep 07, 2018
-
-
Tim Zallmann authored
-
Tim Zallmann authored
-