| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56523
|
| |
|
| |
|
|
|
|
| |
- Update avatars to use only sizes from the 8px grid
|
|
|
|
|
|
| |
**Why?**
This file only contains a few text based helper functions.
It has nothing to do with Vue or Vue components.
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58597
|
|
|
|
|
|
|
|
|
| |
- Moved discussion notes out of `NoteableDiscussion` component into a
new `DiscussionNotes` component
- Wrote Jest tests for the new `DiscussionNotes` component
- Updated Jest config for emojis fixtures
- Updated Karma tests `NoteableDiscussion` to match its new structure
- Convert `DiffDiscussions` tests to use Vue test utils
|
| |
|
|
|
|
| |
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52916
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/59802
|
|\
| |
| |
| |
| |
| |
| | |
Fix bug where clicking file header in diff refreshes page
Closes #57669
See merge request gitlab-org/gitlab-ce!26422
|
| |
| |
| |
| |
| |
| | |
- 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
|
| | |
|
|/ |
|
| |
|
|
|
|
| |
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53139
|
|
|
|
| |
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51737
|
|
|
|
|
|
| |
The user can also toggle between the diff changes and
the full file diff.
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/19054
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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()
|
|\
| |
| |
| |
| | |
Fix diff files not rendering
See merge request gitlab-org/gitlab-ce!25358
|
| |
| |
| |
| |
| |
| |
| | |
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
|
|\ \
| |/
|/|
| |
| |
| |
| | |
Make the file tree in merge requests resizable
Closes #51857
See merge request gitlab-org/gitlab-ce!25097
|
| |
| |
| |
| | |
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51857
|
|/
|
|
|
|
| |
- replaced file.too_large
- replaced file.text
- replaced file.collapsed
|
|
|
|
| |
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56797
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
'52347-lines-changed-statistics-is-not-easily-visible-in-mr-changes-view' into 'master'
Resolve "Lines changed statistics is not easily visible in MR changes view"
Closes #52347
See merge request gitlab-org/gitlab-ce!24569
|
| |
| |
| |
| |
| | |
Put the statistics in the compare-versions header for the entire MR
Put them in the file header for each individual file
|
|/
|
|
| |
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53304
|
|\
| |
| |
| |
| | |
Fixed diff tree folders being rendered incorrectly
See merge request gitlab-org/gitlab-ce!24635
|
| | |
|
|/
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
Before, diff file `higlighted_diff_lines`/`parallel_diff_lines` and
diff discussion `truncated_diff_lines` were inconsistent: `text` and
`rich_text` on the latter included the leading +/-/<space> character,
like on the backend, while the former had no `text` and its `rich_text`
had dropped this char.
This resulted in a bug when the suggestions feature expected these diff
line objects to be identical in format and thus interchangeable, which
was not the case.
|
| |
|
|\
| |
| |
| |
| |
| |
| | |
Collapses directory structure in merge request tree
Closes #53069
See merge request gitlab-org/gitlab-ce!24392
|
| | |
|
|/ |
|
|
|
|
| |
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/54807
|
| |
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
'51606-expanding-a-diff-while-having-an-open-comment-form-will-always-scroll-down-to-the-comment' into 'master'
Resolve "Expanding a diff while having an open comment form will always scroll down to the comment"
Closes #51606
See merge request gitlab-org/gitlab-ce!23849
|
| |
| |
| |
| |
| |
| | |
The diff notes automatically focus on mount, and when using the index
(as opposed to line_code) for the v-bind:key, the comment form gets
unnecessarily remounted, and therefore refocused.
|
|\ \
| |/
|/|
| |
| |
| |
| | |
Fixed duplicated inline diff discussions
Closes #55388
See merge request gitlab-org/gitlab-ce!23843
|
| |
| |
| |
| | |
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55388
|
|\ \
| |/
|/|
| |
| |
| |
| | |
Display empty files properly on MR diffs
Closes #54786
See merge request gitlab-org/gitlab-ce!23671
|
| | |
|
| | |
|