- Feb 24, 2020
-
-
GitLab Bot authored
-
- Jan 14, 2020
-
-
GitLab Bot authored
-
- Dec 09, 2019
-
-
GitLab Bot authored
-
- Oct 29, 2019
-
-
GitLab Bot authored
-
- Jul 16, 2019
-
-
André Luís authored
-
- Jun 26, 2019
-
-
E'zeki&el Kigbo authored
i18n linting for .vue files under the app/assets/javascripts/diffs directory
-
- Apr 02, 2019
-
- Mar 29, 2019
-
-
Sam Bigelow authored
- 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
-
- Mar 11, 2019
-
- 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
-
- Dec 13, 2018
-
-
Oswaldo Ferreir authored
-
Sean Nichols authored
-
- Dec 12, 2018
-
-
Sean Nichols authored
-
Sean Nichols authored
-
- Dec 08, 2018
-
-
André Luís authored
-
- Dec 06, 2018
-
-
Phil Hughes authored
Renders mode changed and renamed file merge request diff viewers on the frontend. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52607
-
- Nov 20, 2018
-
-
Mike Greiling authored
-
- Nov 16, 2018
-
-
Clement Ho 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 13, 2018
-
-
Phil Hughes authored
This fixes files that are collapsed by default not expanding when the expand all button is clicked. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53866
-
- Nov 07, 2018
-
-
- Oct 24, 2018
-
-
Phil Hughes authored
Pre-request to https://gitlab.com/gitlab-org/gitlab-ce/issues/48956
-
- Oct 16, 2018
-
-
Mike Greiling authored
-
- 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
-
- Sep 13, 2018
-
-
André Luís authored
-
- Sep 11, 2018
-
-
Clement Ho authored
-
- Sep 07, 2018
-
-
Tim Zallmann authored
-
Tim Zallmann authored
-
- Aug 14, 2018
-
-
Tim Zallmann authored
-
- Aug 08, 2018
-
-
Tim Zallmann authored
-
Tim Zallmann authored
-
Tim Zallmann authored
-
- Jul 17, 2018
-
-
Tim Zallmann authored
-
- Jul 12, 2018
-
-
Filipa Lacerda authored
-
- Jul 09, 2018
-
-
Filipa Lacerda authored
-
-
- Jul 06, 2018
-
-
Filipa Lacerda authored
Detailed: Because of rewire we need to export a default empty object in our actions to prevent it to export the wrong default in karma. Vuex getters are global, and because the Vuex store uses several non namespaced moduled, there was already a getter named default, due to the same empty export. In order to solve it I chose to namespace the module. Could also be fixed by importing the getters explicitly instead of all of them.
-
- Jun 21, 2018
-
-