Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-03-20 | 13 | -1306/+0 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-03-17 | 2 | -0/+123 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-03-17 | 1 | -718/+0 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-03-09 | 1 | -126/+0 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-03-09 | 1 | -168/+0 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-03-05 | 1 | -2/+5 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-02-27 | 1 | -160/+0 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-02-26 | 1 | -1/+3 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-02-20 | 1 | -19/+184 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-02-13 | 1 | -37/+0 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-02-06 | 1 | -105/+0 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-01-23 | 1 | -0/+23 |
| | |||||
* | 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-15 | 1 | -0/+5 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-01-14 | 1 | -1/+7 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-01-14 | 1 | -1/+144 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-01-10 | 2 | -2/+0 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-01-01 | 1 | -5/+8 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-12-20 | 1 | -167/+0 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-12-19 | 1 | -3/+12 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-12-17 | 1 | -4/+4 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-12-12 | 1 | -0/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-12-09 | 15 | -17/+17 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-12-04 | 1 | -5/+4 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-11-28 | 1 | -145/+0 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-11-27 | 1 | -5/+5 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-11-26 | 1 | -0/+67 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-10-29 | 1 | -2/+47 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-09-18 | 1 | -209/+0 |
| | |||||
* | Refactor DiffFileHeader tests | Illya Klymov | 2019-09-12 | 1 | -713/+0 |
| | | | | | | * Switched from Karma to Jest * Reorganized tests to have correct semantics * Removed unused computed properties from component | ||||
* | Fix to show renamed file in mr | Samantha Ming | 2019-08-21 | 1 | -1/+1 |
| | |||||
* | CE - FE fix diffs specs leaking storefe-fix-diffs-specs-leaking-store | Paul Slaughter | 2019-08-11 | 11 | -22/+26 |
| | | | | | | | - 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 | ||||
* | Update karma for new expansion cell markup | André Luís | 2019-08-11 | 1 | -4/+12 |
| | | | | | | Also cleans up spec by: - Add missing `afterEach ... $destroy` - Add missing `done` call when `$nextTick` was used | ||||
* | Replace ... with new expansion options | Samantha Ming | 2019-08-10 | 5 | -11/+128 |
| | | | | | | | | - expand upwards - expand downwards - expand all in both inline and parallel views | ||||
* | Fixed editing form | Natalia Tepluhina | 2019-07-09 | 1 | -1/+2 |
| | | | | | | - applied functional component patch - fixed border radius for list - fixed Karma test to take a correct li amount | ||||
* | Rebased and squashed commits | Natalia Tepluhina | 2019-07-03 | 3 | -150/+5 |
| | | | | - all commits squashed to make danger review happy | ||||
* | Added diff suggestion popover | Phil Hughes | 2019-06-14 | 1 | -0/+2 |
| | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56523 | ||||
* | User link styling for commits | Marcel van Remmerden | 2019-06-10 | 1 | -1/+1 |
| | |||||
* | Remove unused avatar sizes62429-remove-unused-avatar-sizes | Annabel Dunstone Gray | 2019-05-31 | 1 | -2/+2 |
| | | | | - Update avatars to use only sizes from the 8px grid | ||||
* | Rename vue_component_helper to text_helperfe-rename-vue-component-helper-ce | Paul Slaughter | 2019-05-16 | 1 | -1/+1 |
| | | | | | | **Why?** This file only contains a few text based helper functions. It has nothing to do with Vue or Vue components. | ||||
* | Impove the performance of expanding full diff | Phil Hughes | 2019-05-03 | 1 | -0/+14 |
| | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58597 | ||||
* | Extract discussion notes into new component | Paul Gascou-Vaillancourt | 2019-05-01 | 1 | -49/+62 |
| | | | | | | | | | - 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 | ||||
* | Fix showing HTML content in view file tooltip60533-tooltip-for-view-file-shows-raw-html | Fatih Acet | 2019-04-16 | 1 | -0/+3 |
| | |||||
* | Fixed fluid layout preference not being respected in diffs | Phil Hughes | 2019-04-12 | 1 | -0/+8 |
| | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52916 | ||||
* | Improve diff navigation header | Sam Bigelow | 2019-04-05 | 3 | -2/+40 |
| | | | | | | | | | | | | | | - 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 | ||||
* | Fixes duplicate diff too large error messages | Phil Hughes | 2019-04-02 | 1 | -5/+3 |
| | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/59802 | ||||
* | Merge branch '57669-fix-bug-clicking-file-header-refreshes-page' into 'master' | Clement Ho | 2019-04-01 | 1 | -1/+70 |
|\ | | | | | | | | | | | | | Fix bug where clicking file header in diff refreshes page Closes #57669 See merge request gitlab-org/gitlab-ce!26422 | ||||
| * | Scroll to diff file when clicking on file name57669-fix-bug-clicking-file-header-refreshes-page | Sam Bigelow | 2019-03-29 | 1 | -1/+70 |
| | | | | | | | | | | | | - 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 | ||||
* | | Remove expand diff to full file feature flag | Phil Hughes | 2019-03-26 | 1 | -3/+0 |
|/ | |||||
* | Move some tests from Karma to Jest | Winnie Hellmann | 2019-03-23 | 4 | -182/+0 |
| |