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
2020-02-26Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-20Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-06Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-15Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-15Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-10Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-01Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-20Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-19Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-12Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-12Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-04Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-28Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-27Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-26Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-29Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-12Refactor DiffFileHeader testsIllya Klymov
* Switched from Karma to Jest * Reorganized tests to have correct semantics * Removed unused computed properties from component
2019-08-21Fix to show renamed file in mrSamantha Ming
2019-08-12CE - FE fix diffs specs leaking storePaul Slaughter
- Export mr_notes module as function - Update specs refs of mr_notes/stores to factory EE MR: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/15097
2019-08-12Update karma for new expansion cell markupAndré Luís
Also cleans up spec by: - Add missing `afterEach ... $destroy` - Add missing `done` call when `$nextTick` was used
2019-08-10Replace ... with new expansion optionsSamantha Ming
- expand upwards - expand downwards - expand all in both inline and parallel views
2019-08-02Backport from EEjboyson1
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-14Added diff suggestion popoverPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56523
2019-06-10User link styling for commitsMarcel van Remmerden
2019-06-05Fix whitespace changes visibility when the related file was initially collapsedOndřej Budai
2019-06-01Remove unused avatar sizesAnnabel Dunstone Gray
- Update avatars to use only sizes from the 8px grid
2019-05-16Rename vue_component_helper to text_helperPaul Slaughter
**Why?** This file only contains a few text based helper functions. It has nothing to do with Vue or Vue components.
2019-05-10Fixes issues with show whitespace button in diffsPhil Hughes
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
2019-05-03Impove the performance of expanding full diffPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58597
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-16Fix showing HTML content in view file tooltipFatih Acet
2019-04-12Fixed fluid layout preference not being respected in diffsPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52916
2019-04-05Improve diff navigation headerSam Bigelow
- 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
2019-04-02Fixes duplicate diff too large error messagesPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/59802
2019-04-01Merge branch '57669-fix-bug-clicking-file-header-refreshes-page' into 'master'Clement Ho
Fix bug where clicking file header in diff refreshes page Closes #57669 See merge request gitlab-org/gitlab-ce!26422
2019-03-29Scroll to diff file when clicking on file nameSam Bigelow
- 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
2019-03-26Remove expand diff to full file feature flagPhil Hughes
2019-03-26Remove now-unnecessary noteable_line classDouwe Maan
2019-03-23Move some tests from Karma to JestWinnie Hellmann