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-12-17Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot
2020-11-19Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot
2020-10-21Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot
2020-09-19Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot
2020-08-20Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot
2020-07-20Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot
2020-06-18Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot
2020-05-20Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot
2020-04-01Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-31Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-25Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-15Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-04Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-08-09Shrink size of please register or sign in boxMarcel van Remmerden
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-05Merge branch '63976-discussion-sticky-header' into 'master'Phil Hughes
Fix top position of sticky file header on discussion tab Closes #63976 See merge request gitlab-org/gitlab-ce!30410
2019-07-05Remove unresolved class and fixed height in discussion headerDavid Palubin
2019-07-05Fix top position of sticky file header on discussion tabAnnabel Dunstone Gray
2019-07-03Rebased and squashed commitsNatalia Tepluhina
- all commits squashed to make danger review happy
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-25Use darker gray color for system note metadata and edited textAnnabel Dunstone Gray
2019-06-10Fix system note alignment within diffAnnabel Dunstone Gray
2019-06-07Merge branch '55033-discussion-system-note-alignment' into 'master'57953-suggesting-changes-on-a-line-that-is-not-part-of-an-mr-diff-brings-in-actual-html-code-of-the-element-instead-of-the-text-involvedFatih Acet
Align system note within discussion with other notes Closes #55033 See merge request gitlab-org/gitlab-ce!29367
2019-06-07Fix discusson resolve toggle making page jumpJustin Boyson
2019-06-07Align system note within discussion with other notesAnnabel Dunstone Gray
2019-06-06Format vue files with prettierMarcel van Remmerden
Add changelog file
2019-06-06Merge request tabs fixesAnnabel Dunstone Gray
- Makes activity dropdown and resolved counter smaller - Uses grid for spacing - Removes scrolling on MR tabs
2019-06-06Add doc links for confidential and locked issuesFatih Acet
With this commit, we add docs link for confidential and locked issues to note compose and edit forms
2019-05-31Resize collapse icon to profile picture sizeMarcel van Remmerden
2019-05-29Add new icon if resolvedJarek Ostrowski
Remove unwanted change Add changelog Add check circle filled count widget Change color for consistency Remove resolve button class Merge master Change to single icon, conditional name Remove authorship Remove unnecessary added styles
2019-05-22Update note actions icon colorJarek Ostrowski
Use gray-600 for color Ensure passes accessibility reqs
2019-05-21Fix border radius of discussionsAnnabel Dunstone Gray
2019-05-07Fix subpixel border issuePaul Slaughter
**What?** In some browsers subpixel heights are rounded in tables. This was causing the discussion border to be hidden because the content overflowed. Adding `padding-bottom: 1px` basically overrides this rounding. https://gitlab.com/gitlab-org/gitlab-ce/issues/53973
2019-04-12Rename selector for framework notesGeorge Tsiolis
2019-04-04Revert "Merge branch 'fix/missing-border' into 'master'"Phil Hughes
This reverts merge request !26242
2019-03-26Restructure and deduplicate table.code stylingDouwe Maan
2019-03-26Move all Markdown styling to .md in typographyDouwe Maan
When https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4765 was created, comments were wrapped in `.note-text`, while Markdown previews were wrapped in `.md.md-preview-holder`. Both `.note-text` and `.md` included the `md-typography` mixin, but for some reason the bulleted list styling had previously been only under `.note-text`, rather than `md-typography`. It could've been moved there, but instead was moved to a new `bulleted-list` mixin that now became included by both `.md.md-preview-holder` and `.note-text`. Since https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5162, comments have also been wrapped in `.md`, which means we only need to define these bulleted list styles there! Similarly, https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10909 added table styling to `.md`, `.note-text`, and `.wiki` through the `markdown-table` mixin. https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/25666 removed it from `.note-text`, since all `.note-text` elements already have `.md` too, and copied some of the styling from this mixin into the `md-typography` mixin which was used by both `.md` and `.wiki`. As of an earlier commit in this MR, `.wiki` is gone, which means we only still need it under `.md`.
2019-03-25Fix border radius of discussion commentsFarhad Yasir
2019-03-22Remove :not pseudo-class from md-table stylesEnrique Alcántara
Rollback change that adds :not(js-syntax-highlight) pseudo-class to markdown selectors to fix syntax highlight tables in MR code suggestions. Removes redundant inclusion of md-typography mixin as an alternative fix.
2019-03-11Keep inline as much as possible in system notes on issuableTakuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-02-28Adhere to stylelint specsAnnabel Dunstone Gray
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-15Remove vertical connecting line placeholder from diff discussion notesAnnabel Dunstone Gray
2019-02-15Prevent line breaks in note timestampMark Florian
For better readability.
2019-02-14Allow wrapping of note headlineMark Florian
This prevents a horizontal scrollbar from appearing in Firefox in certain situations. See the [merge request][1] for more details and discussion. [1]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/25001#note_141208011