An error occurred fetching the project authors.
- 09 Apr, 2020 1 commit
-
-
Justin Boyson authored
We're splitting `compare_versions_dropdown` into 3 separate components A "layout" component and two "higher order" compoments This should greatly simplify the code, and testing.
-
- 17 Mar, 2020 2 commits
-
-
Fabio Huser authored
-
Paul Slaughter authored
- Also make Karma's version a proxy to this
-
- 15 Jan, 2020 1 commit
-
-
jboyson1 authored
Need notes.discussions to have a length for the code to work as intended.
-
- 14 Jan, 2020 3 commits
-
-
Phil Hughes authored
This fixes an issue where discussions can sometimes take longer to load and then won't be assigned to the lines in diffs
-
Justin Boyson authored
Update actions to return data Remove diffFilesLength getter Use local state and props for diffFilesLength Update tests
-
Thomas Randolph authored
The feature flag being `single_mr_diff_view`
-
- 31 Dec, 2019 1 commit
-
-
Illya Klymov authored
Fixes failing tests in @vue/test-utils 1.0.0-beta.30
-
- 19 Dec, 2019 1 commit
-
-
Phil Hughes authored
Closes https://gitlab.com/gitlab-org/gitlab/issues/39095
-
- 13 Dec, 2019 1 commit
-
-
Phil Hughes authored
Changes the batch diffs endpoint to always be called even if we aren't on the latest diff version https://gitlab.com/gitlab-org/gitlab/issues/35754
-
- 11 Dec, 2019 1 commit
-
-
Thomas Randolph authored
-
- 06 Dec, 2019 1 commit
-
-
Takuya Noguchi authored
only for CE-specific contents under /spec/javascripts/[a-e]
-
- 04 Dec, 2019 1 commit
-
-
Phil Hughes authored
Fixes a race condition with batch diff loading that would cause the diff files to get overwritten with an empty array. Closes https://gitlab.com/gitlab-org/gitlab/issues/37740
-
- 26 Nov, 2019 1 commit
-
-
Justin Boyson authored
File navigation is broken though.
-
- 14 Jun, 2019 1 commit
-
-
Phil Hughes authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56523
-
- 12 Apr, 2019 1 commit
-
-
Phil Hughes authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52916
-
- 05 Apr, 2019 1 commit
-
-
Sam Bigelow authored
- 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
-
- 19 Mar, 2019 1 commit
-
-
Phil Hughes authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53139
-
- 28 Feb, 2019 1 commit
-
-
Natalia Tepluhina authored
-
- 27 Feb, 2019 1 commit
-
-
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()
-
- 15 Feb, 2019 1 commit
-
-
Phil Hughes authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51857
-
- 13 Dec, 2018 1 commit
-
-
Phil Hughes authored
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
-
- 30 Nov, 2018 1 commit
-
-
Sam Bigelow authored
-
- 22 Nov, 2018 1 commit
-
-
Phil Hughes authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53019
-
- 17 Oct, 2018 1 commit
-
-
Mike Greiling authored
-
- 03 Oct, 2018 1 commit
-
-
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
-
- 26 Sep, 2018 1 commit
-
-
Paul Slaughter authored
-
- 14 Sep, 2018 1 commit
-
-
Paul Slaughter authored
-
- 21 Jun, 2018 2 commits
-
-
Felipe Artur authored
-
Winnie Hellmann authored
-