Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-04-02 | 15 | -1461/+0 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-03-10 | 2 | -923/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-02-25 | 1 | -90/+0 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-02-21 | 1 | -2/+2 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-01-30 | 2 | -35/+7 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-01-21 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-01-10 | 6 | -8/+0 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-12-30 | 1 | -1/+60 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-12-20 | 4 | -1190/+0 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-12-18 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-12-16 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-12-13 | 1 | -4/+35 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-12-09 | 6 | -7/+7 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-11-27 | 5 | -10/+10 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-11-26 | 1 | -0/+60 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-11-22 | 1 | -4/+31 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-11-15 | 1 | -10/+0 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-11-12 | 1 | -111/+3 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-11-11 | 2 | -1556/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-10-11 | 1 | -0/+23 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-09-26 | 1 | -2/+15 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-09-18 | 3 | -33/+33 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-09-14 | 2 | -117/+24 |
| | |||||
* | Hide resolve thread button from guest | Samantha Ming | 2019-09-12 | 2 | -0/+7 |
| | | | | - Show if user can_resolve all of the notes | ||||
* | Change the way totalNotes is calculatedid-change-total-notes-calculation | Igor Drozdov | 2019-08-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | 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 | ||||
* | Add edit_note and spec for editing quick actions | Patrick Derichs | 2019-08-26 | 1 | -3/+42 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | Refactor nextUnresolvedDiscussionId and previousUnresolvedDiscussionId getters | Arun Kumar Mohan | 2019-08-15 | 1 | -41/+89 |
| | |||||
* | Add kbd shortcuts for discussion navigation | Sam Bigelow | 2019-08-12 | 1 | -0/+48 |
| | | | | Add keyboard shortcuts `p` and `n` to navigate duscussions. | ||||
* | Do not persist notes filter when auto-switching | Heinrich Lee Yu | 2019-08-07 | 1 | -0/+27 |
| | | | | | | Send a `persist_filter: false` param to backend when opening links to notes and auto-switching to show all notes | ||||
* | Backport from EE10646-create-drafts-with-commit-id-ce | jboyson1 | 2019-08-01 | 1 | -0/+2 |
| | |||||
* | Resolve "Tooltips on note timestamps not showing for issues" | Natalia Tepluhina | 2019-07-18 | 1 | -3/+2 |
| | |||||
* | Remove deleteNote from notes service | Winnie Hellmann | 2019-07-10 | 1 | -11/+9 |
| | |||||
* | Updates on success of an MR the count on top and in other tabs | Tim Zallmann | 2019-07-09 | 1 | -0/+15 |
| | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | Remove applySuggestion from notes service | Winnie Hellmann | 2019-07-05 | 1 | -4/+4 |
| | |||||
* | Merge branch 'master' into michel.engelen/gitlab-ce-issue/55953 | Sean McGivern | 2019-07-03 | 2 | -8/+14 |
|\ | |||||
| * | Rebased and squashed commits | Natalia Tepluhina | 2019-07-03 | 1 | -0/+6 |
| | | | | | | | | - all commits squashed to make danger review happy | ||||
| * | Fix typo in updateResolvableDiscussionsCounts action | Winnie Hellmann | 2019-07-02 | 1 | -8/+8 |
| | | |||||
* | | prettified noteable_discussion spec file | Michel Engelen | 2019-07-02 | 1 | -6/+4 |
| | | |||||
* | | prettified js testfile for noteable_discussion component | Michel Engelen | 2019-07-02 | 1 | -3/+3 |
| | | |||||
* | | updated karma test for noteable_discussion component | Michel Engelen | 2019-07-02 | 1 | -1/+1 |
| | | |||||
* | | prettified noteable_discussion component and updated tests | Michel Engelen | 2019-07-02 | 1 | -18/+18 |
|/ | |||||
* | Rearrange discussion resolve buttons & update button display | Samantha Ming | 2019-06-28 | 1 | -0/+20 |
| | | | | | - next-discuss button is always show unless there is only 1 discussion - regroup buttons arrangements | ||||
* | Add back trimChar method to remove trailing +/- | Samantha Ming | 2019-06-21 | 1 | -0/+13 |
| | | | | Add test for checking output | ||||
* | Change "Report abuse to GitLab" to more generic wording. | Marc Schwede | 2019-06-06 | 1 | -1/+1 |
| | |||||
* | Move NoteApp tests to Jest | Winnie Hellmann | 2019-06-03 | 1 | -331/+0 |
| | |||||
* | Fix emoji picker visibility issue | Fatih Acet | 2019-05-31 | 1 | -0/+1 |
| | |||||
* | Increase global karma timeoutrevert-karma-timeout | Heinrich Lee Yu | 2019-05-29 | 1 | -2/+2 |
| | | | | Revert useless timeout added in karma spec | ||||
* | Increase timeout of flaky specs | Heinrich Lee Yu | 2019-05-28 | 1 | -2/+2 |
| | |||||
* | Add failing test for saveNote error handling | Winnie Hellmann | 2019-05-07 | 1 | -0/+45 |
| | |||||
* | Resolve discussion when suggestion is applied54405-resolve-discussion-when-applying-a-suggested-change | Paul Slaughter | 2019-05-07 | 1 | -16/+114 |
| | | | | | | | | | - 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 |