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-08-29Make label actions dropdown style consistentwinh
2017-06-29Clean up issuable listsTaurie Davis
2017-06-27Action Buttons on Prio Labels working again by setting pointer events to ↵Tim Zallmann
none on…
2017-05-05Fixed labels layout on labels milestone tabPhil Hughes
2017-02-09Merge branch 'remove-jquery-ui-sortable' into 'master' Jacob Schatz
Removed jQuery UI sortable See merge request !8478
2017-02-07Align Segoe UI label textAnnabel Dunstone Gray
2017-02-06Removed jQuery UI sortablePhil Hughes
2017-01-05Merge branch 'master' into '26207-add-hover-animations'Dimitrie Hoekstra
# Conflicts: # app/assets/stylesheets/framework/variables.scss
2017-01-05removed darkening hover state and animation color labelsdimitrieh
2017-01-0425701 standardize text colorstauriedavis
2017-01-03fix rake scss linting errorsdimitrieh
2017-01-03hover animations for award buttons, buttons, dropdowns, rows in file list, ↵dimitrieh
links, navigation tabs, labels
2016-12-27Revert "Merge branch 'increase-left-padding-of-filter-row-labels' into 'master'"Fatih Acet
This reverts merge request !8258
2016-12-22Increase left padding of filter row labelsLuke "Jared" Bennett
2016-12-16fixed scss linting issueDimitrie Hoekstra
2016-12-16Additional rounded label fixesDimitrie Hoekstra
2016-12-13added border-radius and padding to labelsDimitrie Hoekstra
2016-12-02Enable ColorVariable in scss-lintSam Rose
2016-11-17Allow users to subscribe to a group label at group or project levelDouglas Barbosa Alexandre
2016-11-17Use button instead of an icon to subscribe/unsubscribe to labelsDouglas Barbosa Alexandre
2016-10-19Disable subscribing to group-level labelsDouglas Barbosa Alexandre
2016-10-19Add label type to group and project labels listsDouglas Barbosa Alexandre
2016-10-19Remove scopes/types for labelsDouglas Barbosa Alexandre
2016-10-19List group labels on project labels pageDouglas Barbosa Alexandre
2016-10-15Enforce TrailingSemicolon and EmptyLineBetweenBlocks in scss-lintClement Ho
2016-10-10Merge branch 'remove-redundant-mixins' into 'master' Annabel Dunstone Gray
Remove redundant mixins ## What does this MR do? Removes the following redundant mixins ``` @mixin box-shadow($shadow) { box-shadow: $shadow; } @mixin border-radius($radius) { border-radius: $radius; } ``` ## Are there points in the code the reviewer needs to double check? Just need to make sure the refactor didn't break anything. Last time I did something like this, we faced an edge case where values `.5` would pass correctly in mixins but not when passed directly to the property. ## Why was this MR needed? * Reduces redundant code which leads to happier developers :smile: ## Screenshots (if relevant) None ## Does this MR meet the acceptance criteria? - [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added - Tests - [x] All builds are passing - [x] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html) - [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) ## What are the relevant issue numbers? Closes #22012 See merge request !6287
2016-10-08Remove redundant mixinsClement Ho
2016-10-06Truncate long labels with ellipsis in labels pagevictorwu416
2016-09-02Remove suggested colors hover underlineClement Ho
2016-08-04Fix filter label tooltip HTML renderingClement Ho
2016-07-12Add margin to filter labelsAnnabel Dunstone
2016-06-22Added bottom padding to label color suggestion linkLuke "Jared" Bennett
2016-06-20Fixes labels view on mobileAlfredo Sumaran
2016-06-15Add handler icon to prioritized labelsAlfredo Sumaran
2016-06-09Updated subscribe iconPhil Hughes
2016-06-09Updated labels UIPhil Hughes
Closes #14227
2016-06-08Darken the border between remove label and label namePhil Hughes
2016-06-08Updated designPhil Hughes
2016-06-06Sorting improvements and stylingAlfredo Sumaran
2016-06-06Prioritize labels functionalityAlfredo Sumaran
2016-04-14Merge branch 'subscribe-button-fix' into 'master' Jacob Schatz
Removed references to subscribe-button CSS class These were being blocked by adblocks Closes #15043 See merge request !3677
2016-04-12Removed references to subscribe-button CSS classPhil Hughes
These were being blocked by adblocks Closes #15043
2016-04-11make milestone labels in labels tab similar to that of the labels pageArinde Eniola
2016-04-06apply some css changesArinde Eniola
2016-04-06fix the failing tests and some changesArinde Eniola
2016-04-06finish up the design and add info to the changelogArinde Eniola
2016-04-06make the view responsive for extra small deviceArinde Eniola
2016-04-06set the width to the elementsArinde Eniola
2016-04-06change the subscribe, delete and edit buttons to iconsArinde Eniola
2016-03-23Adjusted alignment for the new label formPhil Hughes