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
2017-11-06Enable BorderZero rule in scss-lintTakuya Noguchi
2017-11-03Enable MergeableSelector in scss-lint (for !14055)Takuya Noguchi
2017-10-04Groups tree enhancements for Groups Dashboard and Group HomepageKushal Pandya
2017-09-29Fixed commit avatar being aligned verticallyPhil Hughes
Closes #38411
2017-08-24Changed all font-weight values to 400 and 600Dimitrie Hoekstra
2017-08-17Make admin user actions dropdown consistentwinh
2017-07-31Add styles for Identicons for Groupskushalpandya
2017-07-1735087 Fix alignment of controls in mr issuable listtauriedavis
2017-07-08Remove double border on last group rowAnnabel Dunstone Gray
2017-06-08Align folder and carets on groups treeAlfredo Sumaran
2017-06-07Address feedbackAlfredo Sumaran
2017-06-07Address feedbackAlfredo Sumaran
2017-06-07Add rows hover state and improve layout for mobileAlfredo Sumaran
2017-06-06Minor visual adjustmentsAlfredo Sumaran
2017-06-02Merge remote-tracking branch 'origin/master' into 25426-group-dashboard-uiDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-05-30Change is-expandable to has-subgroupsAlfredo Sumaran
2017-05-26Enable DuplicateProperty scss-lintAnnabel Dunstone Gray
2017-05-17Restore previous tree formatAlfredo Sumaran
Tree object is an array now. - All groups are displayed at the top level - To access subgroups now we have to click every parent which will make a request to fetch sub groups. [ci skip]
2017-05-17Show connectors between parents and children groupsAlfredo Sumaran
2017-05-16Basic layout for groups treeAlfredo Sumaran
[ci skip]
2017-05-08Add confirm delete protected branch modalSam Rose
2017-05-04Backport of multiple_assignees_feature [ci skip]Valery Sizov
2017-03-23Change full colors to a more harmonious palettePedro Moreira da Silva
2017-03-07consistent spacing on new MR panelsSimon Knox
center spinner show placeholder text on new MR page remove redundant `display: block` from li - they default to `list-style` already
2017-02-10Position task list checkbox to match the list indentJared Deckard
2017-02-07Added small improvments to the chat slash command servicesLuke "Jared" Bennett
Updated specs
2017-01-24properly center dropdown menu button in content-list contextMike Greiling
2017-01-06Merge branch '25985-combine-members-and-groups-settings-pages' into 'master' Alfredo Sumaran
Moved the members and groups to single option called members Closes #25985 See merge request !8281
2017-01-06Moved the "import" button next to the "Add to project" buttonJose Ivan Vargas
Fixed padding and margins for the dropdowns on the members section
2017-01-0425701 standardize text colorstauriedavis
2016-12-29Add table styling to commits tablesAnnabel Dunstone Gray
2016-12-29Start commits refactorAnnabel Dunstone Gray
2016-12-28Set default sort for tags to Last updatedSam Rose
Fix spacing between nav control elements Wrap navigation text on Tags list page
2016-12-27Merge branch '1659-long-tag-title' into 'master' Annabel Dunstone Gray
Truncate the tag description and improve mobile layout for individual tag Closes #1659 See merge request !8220
2016-12-27Truncate tag description and fix mobile for inidividual tagSam Rose
2016-12-22fixes timestamp text alignemnt in mr-list and issue-listNur Rony
2016-12-13Finish refactoring graysAnnabel Dunstone Gray
2016-12-13Combining more graysAnnabel Dunstone Gray
2016-12-05Remove admin.scssAnnabel Dunstone Gray
2016-12-02Enable ColorVariable in scss-lintSam Rose
2016-11-0123545 Fix distorted project and group avatarstauriedavis
2016-10-28Stop unauthorized users dragging on milestone pageblackst0ne
2016-10-26Enable PseudoElement in scss-lintClement Ho
2016-10-24Enable SingleLinePerSelector in scss-lintClement Ho
2016-10-15Enforce TrailingSemicolon and EmptyLineBetweenBlocks in scss-lintClement Ho
2016-10-04Merge branch 'master' into members-uiPhil Hughes
2016-09-18Added full-width new snippet button on mobile and corrected capitalizationLuke Bennett
Altered specs that click capitalised New Snippet button Applied review feedback missed in Changes `.no-comment` `opactiy: 0.5` to `opacity: .5` Added `.btn-wide-on-xs` and applied to snippet buttons
2016-09-13Mobile improvementsPhil Hughes
Added group name to members row Fixed saving group member
2016-09-13Included groups on project_members pagePhil Hughes
2016-09-07Reordered dropdown optionsLuke Bennett
Rearranged datetime created line Added `avatar_class` option to `link_to_member` so it can be hidden Made snippet title font heavier Added file title bar Hidden unneeded info from xs screens Added visibility icon Reveal file-actions on xs screens Added comments icon to snippets list items Refactored no-comments declaration into framework stylesheet Final touch ups Fixed snippets_spec