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-lintTakuya Noguchi
2017-10-24Fixed user profile tab being off-screenPhil Hughes
2017-10-06Fix scrolling tabsAnnabel Dunstone Gray
2017-10-06Remove nav images; remove old nav styles; create new file for other ↵Annabel Dunstone Gray
navigation elements
2017-09-23Update light colors, remove ’25’ and add ‘950’ shadesPedro Moreira da Silva
2017-09-22Resolve "Better SVG Usage in the Frontend"Tim Zallmann
2017-08-24Changed all font-weight values to 400 and 600Dimitrie Hoekstra
2017-06-20Resolve "User customize callout has no top-margin on projects page"Luke "Jared" Bennett
2017-05-26Enable DuplicateProperty scss-lintAnnabel Dunstone Gray
2017-05-10Center all empty statesAnnabel Dunstone Gray
2017-05-02Better Explore Groups viewLuke "Jared" Bennett
2017-04-21Fix border color on activities pageAnnabel Dunstone Gray
2017-04-05MR empty stateLuke "Jared" Bennett
2017-02-23Fixed alignment of RSS button on activity pagesPhil Hughes
Added a tooltip to the buttons that did not have any Closes #28572
2017-01-30Added labels empty state and priority label empty stateLuke "Jared" Bennett
Fixed delete labels not working Review changes
2017-01-24Add proper webkit prefix for .flex-container-block style definitionRyan Harris
2017-01-24Update prefixes for flexbox style definitionsRyan Harris
2017-01-24Added class to .row-content-block to allow custom flexbox stylingRyan Harris
2017-01-24Change the row-content-block menu on the commits page to a flexbox containerRyan Harris
2017-01-24Fixed tab index order on branch commits list pageRyan Harris
2017-01-0425701 standardize text colorstauriedavis
2016-12-21Increase code line height and decrease empty diff font sizeAnnabel Dunstone Gray
2016-12-13Finish refactoring graysAnnabel Dunstone Gray
2016-12-05Remove admin.scssAnnabel Dunstone Gray
2016-12-05Truncate fix, remove unneeded admin-specific cssAnnabel Dunstone Gray
2016-12-02Enable ColorVariable in scss-lintSam Rose
2016-11-18Added empty state svg and set up blank conditionalLuke "Jared" Bennett
Added new spec step Added empty state to dashboard Split empty and filtered empty states Moved empty_state icons into their own folder and DRY up empty state html Fixed failing spec Added to groups page Review changes
2016-10-24Enable SingleLinePerSelector in scss-lintClement Ho
2016-10-15Enforce TrailingSemicolon and EmptyLineBetweenBlocks in scss-lintClement Ho
2016-10-08Remove redundant mixinsClement Ho
2016-10-01Merge branch '21369-make-it-clearer-that-diffs-can-be-collapsed' into 'master' Jacob Schatz
Updated diff toggle targets and added icon ## What does this MR do? Adds the new diff toggle icon and alters the toggle targets. User can now click on the file header bar _(where no other elements are above it, apart from the icon)_ and the `Click to expand` link to expand the diff and no where else. ## Are there points in the code the reviewer needs to double check? ## Why was this MR needed? ## Screenshots (if relevant) ![Screen_Shot_2016-09-02_at_15.35.15](/uploads/c1cb8c0547328153250294d6c95dd96a/Screen_Shot_2016-09-02_at_15.35.15.png) #### Gif ![2016-09-02_15.34.31](/uploads/abaefaeba9ce8ef129522dae34574c57/2016-09-02_15.34.31.gif) ## Does this MR meet the acceptance criteria? - [ ] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added - [ ] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [ ] API support added - Tests - [ ] Added for this feature/bug - [ ] All builds are passing - [ ] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html) - [ ] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [ ] Branch has no merge conflicts with `master` (if you do - rebase it please) - [ ] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) ## What are the relevant issue numbers? Closes #21369 Closes #20326 See merge request !6183
2016-09-16clean up profiletauriedavis
2016-09-16shrink profile infotauriedavis
2016-09-07fix margin for multi-line emojistauriedavis
2016-09-03Updated diff toggle targets and added iconLuke Bennett
2016-07-20Merge branch 'issue-19641' into 'master' Jacob Schatz
Fix Issue 19641 (new snippets style bug) ## What does this MR do? Fixes Issue 19641 (new snippets style bug) ## Are there points in the code the reviewer needs to double check? Shouldn't be ## Why was this MR needed? Requested in issue 19641 by Fatih Acet https://gitlab.com/gitlab-org/gitlab-ce/issues/19641 ## What are the relevant issue numbers? 19641 ## Screenshots (if relevant) ![Screenshot_2016-07-09_13.25.39](/uploads/8ead7ea8f4aae7ccaa4d2ddc495b6fe3/Screenshot_2016-07-09_13.25.39.png) ## Does this MR meet the acceptance criteria? Yes - [ x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added - [ NA] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [ NA] API support added - Tests - [NA ] Added for this feature/bug - [ X] All builds are passing - [X ] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x ] Branch has no merge conflicts with `master` (if you do - rebase it please) - [ x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) See merge request !5170
2016-07-14Change bg color of collapsed diff to blue on hoverAnnabel Dunstone
2016-07-14Reduce padding on collapsed diff messageSean McGivern
2016-07-12use correct color variable for borderelliotec
2016-07-09fix style issue for new snippet button - fixes issue #19641Michael Elliott
add fix to changelog
2016-07-08review changesLuke "Jared" Bennett
2016-06-29merge master into issue_3359_3Felipe Artur
2016-06-21Update gray block under subnav to match other pagesAnnabel Dunstone
2016-06-14Fixed last push event banner not being in containerPhil Hughes
Closes #18567
2016-06-07Finish styling sub navAnnabel Dunstone
2016-05-19Redesign project page headerAnnabel Dunstone
2016-05-06Merge branch 'group-navigation-redesign' into 'master' Dmitriy Zaporozhets
Redesign navigation for group pages Part of #14838. This MR targets on desktop version. Mobile version improvements will be in separate merge request See merge request !3980
2016-05-05Start builds redesignAnnabel Dunstone
2016-05-04Update font colors, font sizes, caret icon, avatar sizeAnnabel Dunstone