Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-08-28Change the way totalNotes is calculatedIgor Drozdov
totalNotes is only used to prerender a number of skeleton containers until real notes are loaded issuable.discussions makes multiple requests, so too expensive for this This commit uses mere notes for this and sends actual totalNotes number if it's less than 10; otherwise it sends 10 - it allows us to avoid bunch of skeleton prerenderings, which are not necessary since they doesn't fit into the whole screen and disappear quite fast
2019-08-26Add edit_note and spec for editing quick actionsPatrick Derichs
Call QuickActionsService on Note update Add support for notes which just contain commands after editing Return http status gone (410) if note was deleted Temporary frontend addition so it is not failing when a note is deleted Move specs to shared examples Fix rubocop style issue Deleting note on frontend when status is 410 Use guard clause for note which got deleted Simplified condition for nil note This method should no longer be called with nil note Refactoring of execute method to reduce complexity Move errors update to delete_note method Note is now deleted visually when it only contains commands after update Add expectation Fix style issues Changing action to fix tests Add tests for removeNote and update deleteNote expectations
2019-08-15Refactor nextUnresolvedDiscussionId and previousUnresolvedDiscussionId gettersArun Kumar Mohan
2019-08-12Add kbd shortcuts for discussion navigationSam Bigelow
Add keyboard shortcuts `p` and `n` to navigate duscussions.
2019-08-07Do not persist notes filter when auto-switchingHeinrich Lee Yu
Send a `persist_filter: false` param to backend when opening links to notes and auto-switching to show all notes
2019-08-02Backport from EEjboyson1
2019-07-18Resolve "Tooltips on note timestamps not showing for issues"Natalia Tepluhina
2019-07-10Remove deleteNote from notes serviceWinnie Hellmann
2019-07-09Updates on success of an MR the count on top and in other tabsTim Zallmann
New API endpoint for merge request count Updates all open tabs at the same time with one call Restructured API response API response changed to 401 if no current_user Added API + JS specs Fix for Static Check Updated Count on Open/Close, Assign/Unassign of MR's Checking if MR Count is refreshed Added # frozen_string_literal: true to spec Added Changelog
2019-07-06Remove applySuggestion from notes serviceWinnie Hellmann
2019-07-03Merge branch 'master' into michel.engelen/gitlab-ce-issue/55953Sean McGivern
2019-07-03Rebased and squashed commitsNatalia Tepluhina
- all commits squashed to make danger review happy
2019-07-03Fix typo in updateResolvableDiscussionsCounts actionWinnie Hellmann
2019-07-02prettified noteable_discussion spec fileMichel Engelen
2019-07-02prettified js testfile for noteable_discussion componentMichel Engelen
2019-07-02updated karma test for noteable_discussion componentMichel Engelen
2019-07-02prettified noteable_discussion component and updated testsMichel Engelen
2019-06-28Rearrange discussion resolve buttons & update button displaySamantha Ming
- next-discuss button is always show unless there is only 1 discussion - regroup buttons arrangements
2019-06-21Add back trimChar method to remove trailing +/-Samantha Ming
Add test for checking output
2019-06-06Change "Report abuse to GitLab" to more generic wording.Marc Schwede
2019-06-03Move NoteApp tests to JestWinnie Hellmann
2019-05-31Fix emoji picker visibility issueFatih Acet
2019-05-29Increase global karma timeoutHeinrich Lee Yu
Revert useless timeout added in karma spec
2019-05-28Increase timeout of flaky specsHeinrich Lee Yu
2019-05-08Add failing test for saveNote error handlingWinnie Hellmann
2019-05-07Resolve discussion when suggestion is appliedPaul Slaughter
- 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
2019-05-01Extract discussion notes into new componentPaul Gascou-Vaillancourt
- 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
2019-04-04Fixed test specsOswaldo Ferreira
- added suggestions to mock data - fixed props to be not required
2019-04-03Remove reply_to_individual_notes feature flagHeinrich Lee Yu
Also removes specs related to the flag
2019-03-28Upgraded Vue to 2.6.8Tim Zallmann
Upgrade to latest Version
2019-03-26Remove top-level mount from note_form_spec.jsWinnie Hellmann
2019-03-23Move some tests from Karma to JestWinnie Hellmann
2019-03-21Pass autosaveKey from NoteableDiscussion to NoteFormWinnie Hellmann
2019-03-21Validate NoteForm props in noteable_discussion_spec.jsWinnie Hellmann
2019-03-21Use autosave utilities in NoteForm componentWinnie Hellmann
2019-03-06Handle transformed notes from polling responseHeinrich Lee Yu
Transforms notes when the note was transformed in some other tab
2019-03-01Move EE differences in CE diff files into CEPhil Hughes
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
2019-03-01Merge branch 'winh-note_form_spec-vue-test-utils' into 'master'Fatih Acet
Refactor note_form_spec.js to use Vue test utils See merge request gitlab-org/gitlab-ce!25571
2019-02-28Refactor note_form_spec.js to use Vue test utilsWinnie Hellmann
2019-02-27Fix misspellings in app/spec executable linesTakuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-02-26Add support for toggling discussion filter from notes sectionKushal Pandya
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.
2019-02-25Extract ResolveWithIssueButton from NoteableDiscussion componentWinnie Hellmann
2019-02-21Merge branch 'winh-jest-gitlab-ui' into 'master'Kushal Pandya
Make Jest work with gitlab-ui Closes #56689 See merge request gitlab-org/gitlab-ce!25440
2019-02-21Move discussion_jump_to_next_button_spec.js to JestWinnie Hellmann
2019-02-20CE backport of design-management-issue-tabPhil Hughes
Backports template and Vue changes from https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/9632 to CE
2019-02-18Remove noteId prop from ReplyButton componentWinnie Hellmann
Move convertToDiscussion call from ReplyButton to NoteApp component
2019-02-18Cancelling reply reverts comment to initial stateConstance Okoghenun
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
2019-02-14Fix polling for replies to individual notesHeinrich Lee Yu
Sets `updated_at` so that the transformed note is returned together with the new reply
2019-02-12Convert noteable_note_spec.js to Vue test utilsWinnie Hellmann
(cherry picked from commit 861f93e6fc72ef4adbc4ace3fd297382e07b619c)
2019-02-12Merge branch '55209-tool-tip-hides-menu-item' into 'master'Phil Hughes
Resolve "Tool Tip Hides Menu Item" Closes #55209 See merge request gitlab-org/gitlab-ce!24285