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-12-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-05Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-22Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-15Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-12Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-11Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-03Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-12Hide resolve thread button from guestSamantha Ming
- Show if user can_resolve all of the notes
2019-09-05Add helpers to wait for axios requestsMartin Hanzel
Add two methods to the axios_utils Jest mock: - `waitFor(url)`, which returns a Promise that resolves when the next request to `url` finishes. - `waitForAll()`, which returns a Promise that resolves when all pending requests finish.
2019-08-29make test of note app with comments disabled dryManeschi Romain
2019-08-15Add key unbinds to DiscussionKeyboardNavigatorPaul Slaughter
Also adds comment to explain why this works on the diff-tab when it's only used in `notes-app`. https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/30144#note_204066538
2019-08-12Add kbd shortcuts for discussion navigationSam Bigelow
Add keyboard shortcuts `p` and `n` to navigate duscussions.
2019-07-18Resolve "Tooltips on note timestamps not showing for issues"Natalia Tepluhina
2019-07-09Fixed editing formNatalia Tepluhina
- applied functional component patch - fixed border radius for list - fixed Karma test to take a correct li amount
2019-07-03Rebased and squashed commitsNatalia Tepluhina
- all commits squashed to make danger review happy
2019-06-27Fix unresponsive reply button in discussionsPaul Gascou-Vaillancourt
Events listeners have been fixed to ensure UI interactions are properly handled in discussion notes
2019-06-06Migrate old notes app test from Karma to JestMartin Hanzel
2019-06-03Move NoteApp tests to JestWinnie Hellmann
2019-05-17Increase Jest timeout to 500msWinnie Hellmann
2019-05-08Fix discussion notes spec timeoutPaul Slaughter
2019-05-08Add failing test for hasQuickActionsWinnie Hellmann
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-17Extract discussion actions into separate componentPaul Gascou-Vaillancourt
- Created DiscussionActions component - Updated NoteableDiscussion component accordingly - Wrote Jest tests for DiscussionActions - Updated Jest config to enable emojis aliases mock - Updated qa specs to reflect changes in NoteableDiscussions
2019-03-23Move some tests from Karma to JestWinnie Hellmann
2019-02-21Add snapshot test to discussion_jump_to_next_button_spec.jsWinnie Hellmann
2019-02-21Remove localVue from discussion_jump_to_next_button_spec.jsWinnie Hellmann
2019-02-21Move discussion_jump_to_next_button_spec.js to JestWinnie Hellmann