| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Revert useless timeout added in karma spec
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- Adds color and a tooltip to describe this new behavior
- Does not resolve if discussion is already resolved
- Adds an action `resolveDiscussion` to simplify `toggleResolveNote`
- Updates docs
https://gitlab.com/gitlab-org/gitlab-ce/issues/54405
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
| |
- added suggestions to mock data
- fixed props to be not required
|
|
|
|
| |
Also removes specs related to the flag
|
|
|
|
| |
Upgrade to latest Version
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Transforms notes when the note was transformed in some other tab
|
|
|
|
| |
Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/9974, https://gitlab.com/gitlab-org/gitlab-ee/issues/9973, https://gitlab.com/gitlab-org/gitlab-ee/issues/9969
|
|\
| |
| |
| |
| | |
Refactor note_form_spec.js to use Vue test utils
See merge request gitlab-org/gitlab-ce!25571
|
| | |
|
|/
|
|
| |
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
|
|
|
|
|
|
| |
Adds discussion note style section under notes app from where
user can toggle discussion when they have selected a filter to show
only system notes.
|
| |
|
|\
| |
| |
| |
| |
| |
| | |
Make Jest work with gitlab-ui
Closes #56689
See merge request gitlab-org/gitlab-ce!25440
|
| | |
|
|/
|
|
| |
Backports template and Vue changes from https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/9632 to CE
|
|
|
|
| |
Move convertToDiscussion call from ReplyButton to NoteApp component
|
|
|
|
|
|
| |
When converting a comment to a discussion
if the "Cancel" button is used to exit the new discussion note,
the comment would revert back to its initial state
|
|
|
|
|
| |
Sets `updated_at` so that the transformed note is returned together with
the new reply
|
|
|
|
| |
(cherry picked from commit 861f93e6fc72ef4adbc4ace3fd297382e07b619c)
|
|\
| |
| |
| |
| |
| |
| | |
Resolve "Tool Tip Hides Menu Item"
Closes #55209
See merge request gitlab-org/gitlab-ce!24285
|
| | |
|
|\ \
| |/
|/|
| |
| |
| |
| | |
Add local markdown version
Closes #32789
See merge request gitlab-org/gitlab-ce!24822
|
| |
| |
| |
| |
| |
| | |
Cached markdown version is composed both from global and local
markdown version. This allows admins to bump version locally when
needed (e.g. when external URL is changed).
|
| | |
|
| | |
|
|\ \
| |/
|/|
| |
| | |
Convert noteable_note_spec.js to Vue test utils
See merge request gitlab-org/gitlab-ce!24801
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
Convert note_app_spec.js to Vue test utils
See merge request gitlab-org/gitlab-ce!24900
|
| |/ |
|
|/ |
|
| |
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
'master'
Refactor/56369 extract jump to next discussion button
Closes #56369
See merge request gitlab-org/gitlab-ce!24506
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
own component
fix #56369
chore(changelog): Added changelog entry
chore(prettier): Formated with prettier
test(JumpToNextDiscussionButton): Added test for new component
test(Refactored tests to use vue test-utils):
chore(translations): Added newly generated locales
Update spec/javascripts/notes/components/discussion_jump_to_next_button_spec.js
chore(prettier): Formated with prettier
test(JumpToNextDiscussionButton): Updated tests to use a local vue instance
test(JumpToNextDiscussionButton): Running tests in async to prevent maximum stack overflow
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Bump CI image to use Chrome 71.0 and Golang 1.11
Closes #56614 and #55578
See merge request gitlab-org/gitlab-ce!24572
|
| |/
| |
| |
| |
| |
| | |
To me it seems like the mock data does not match the actual data
anymore. I checked the actual data and to me it seems like the resolved
property actually should live in the overall discussion object.
|
|/
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
Removed the button and associated tests form notes
on Issues and Merge request page.
|
|
|
|
|
|
|
| |
Discussion filters will be hidden on Commits, Pipelines, and
Changes tabs on merge requests page.
This does not affect its behavior on issues page
|
|
|
|
|
|
| |
Fixes a bug where merge request comments made
in the context of a specific commit no longer specify
which commit they were created on
|