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-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-06-18Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot
2020-03-31Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-20Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-03-22Removes EE differences for selects.scssFilipa Lacerda
2019-02-25Added Stylelint SetupTim Zallmann
Added stylelint to static-analysis Updated yarn dependencies CSS Fixes and rule adoptions of stylelint Added stylelint-scss Deduplicated yarn.lock to clear dependencies First round of advanced stylelint rules Mainly Vendor prefix updates related to flex Updates to more webkit specific vendor prefixes Finished all vendor specific fixes Moved now 4 rules to warning Fixed the new scss lint problems More stylelint adaptions after rebase
2019-01-05Add shared CSS for MR approvalsPaul Slaughter
- Adds some common classes - Updates common css layout (there's more to be done here) - Adds classes for using <label> to wrap inputs - Adds select2 bootstrap validation support - Fixes select2 in modal z-index - Adds thead-white class
2018-12-18Add explanatory help text to text inputs on user profile settings pageMartin Wortschack
2018-11-07Fix miss-aligned approvers dropdownjerasmus
Fixed the miss-alignment by adding the correct classes. Cleaned up the method to rather use string interpolation.
2018-09-11Remove jquery.scss; Combine multiple duplicate grays into global gray ↵Annabel Dunstone Gray
variables; Remove unused styles in common.scss
2018-08-22Finish cleaning up reassigned variablesAnnabel Dunstone Gray
2018-08-09Separate BS4 overrides into own file; remove all reassignments of -300Annabel Dunstone Gray
2018-02-14Fix new project path input overlappingGeorge Tsiolis
- Max-width and height
2017-11-29Fix padding for Select2 search fieldWinnie Hellmann
2017-11-06Merge branch '39757-border-zero-of-scss-lint' into 'master'Annabel Dunstone Gray
Enable BorderZero rule in scss-lint Closes #39757 See merge request gitlab-org/gitlab-ce!15168
2017-11-06Revert unintentional changes in !12810Takuya Noguchi
2017-11-06Enable BorderZero rule in scss-lintTakuya Noguchi
2017-11-03Enable MergeableSelector in scss-lintTakuya Noguchi
2017-10-18Decreases z-index of select2 to a lower number of our navigation barFilipa Lacerda
2017-10-12Revert "Merge branch '36160-select2-dropdown' into 'master'"Filipa Lacerda
This reverts merge request !14768
2017-10-10Decreases z-index of select2 to a lower number than our navigation barFilipa Lacerda
2017-10-04Cleanup Select2 dropdown stylesWinnie Hellmann
2017-09-05Merge branch 'winh-ajax-users-dropdown' into 'master'Phil Hughes
Make .ajax-users-select dropdown consistent See merge request !13599
2017-09-05Make role dropdown on group admin area consistentwinh
2017-09-05Make .ajax-users-select dropdown consistentwinh
2017-09-05Merge branch 'winh-move-issue-project-dropdown' into 'master'Phil Hughes
Make project selection dropdown for issue editing consistent See merge request !13574
2017-09-05Merge branch 'winh-transfer-project-dropdown' into 'master'Phil Hughes
Make transfer project dropdown in project settings consistent See merge request !13596
2017-09-04Make target branch dropdown on merge request edit page consistentwinh
2017-08-31Make transfer project dropdown in project settings consistentwinh
2017-08-31Make project selection dropdown for issue editing consistentwinh
2017-08-30Merge branch 'winh-new-project-dropdowns' into 'master'Clement Ho
Make namespace dropdown on new project page consistent See merge request !13628
2017-08-30Make profile settings dropdown consistentwinh
2017-08-30Make namespace dropdown on new project page consistentwinh
2017-08-29Make file encoding dropdown consistentwinh
2017-08-24Changed all font-weight values to 400 and 600Dimitrie Hoekstra
2017-08-21Make project selection dropdown consistentwinh
2017-06-19[#27697] Make the arrow icons consistent in dropdownTM Lee
2017-06-14Move remove token of Select2 to the rightwinh
2017-05-26Enable DuplicateProperty scss-lintAnnabel Dunstone Gray
2016-12-13Finish refactoring graysAnnabel Dunstone Gray
2016-12-02Enable ColorVariable in scss-lintSam Rose
2016-11-0717492 Update link color for more accessible contrasttauriedavis
2016-11-03Unify dropdown button stylesAnnabel Dunstone Gray
2016-10-24Enable SingleLinePerSelector in scss-lintClement Ho
2016-10-15Enforce TrailingSemicolon and EmptyLineBetweenBlocks in scss-lintClement Ho
2016-10-14Merge branch 'members-ui' into 'master' Fatih Acet
Project members UI ## What does this MR do? New UI for project members that includes groups. ## Screenshots (if relevant) ### Project members ![Screen_Shot_2016-09-02_at_15.13.27](/uploads/b9d4a634d44b7b7bbb6eddb10aee86bd/Screen_Shot_2016-09-02_at_15.13.27.png) ### Group members ![Screen_Shot_2016-09-02_at_15.13.36](/uploads/c15c173e68b2c0b49bcd06ca560269d3/Screen_Shot_2016-09-02_at_15.13.36.png) ## What are the relevant issue numbers? Part of #19868 Closes #21320 See merge request !6148