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-03-21Merge branch 'add-filter-focus-style' into 'master' Alfredo Sumaran
Add filter focus for filtered search visual tokens See merge request !9875
2017-03-21Merge remote-tracking branch 'dev/master'DJ Mountney
2017-03-21Merge branch 'fix-links-target-blank' into 'security'Jacob Schatz
Adds rel="noopener noreferrer" to all links with target="_blank" See merge request !2071
2017-03-21Merge branch 'clear-page-param-after-filter-in-add-issues-modal' into 'master' Alfredo Sumaran
Reset issue boards add issues modal page when filtering Closes #29616 See merge request !10039
2017-03-21Fix karma testClement Ho
2017-03-21Merge branch 'token-bug-fixes' into 'master'Clement Ho
Align filtered search visual tokens with input field text Closes #29167 See merge request !10095
2017-03-21Reset filters after clickClement Ho
2017-03-21Merge branch '28499-fix-large-text-tooltip-in-diff-file-name' into 'master' Filipa Lacerda
fixes large text tooltip in diff file name Closes #28499 See merge request !9529
2017-03-21Merge branch '28660-fix-dismissable-error-close-not-visible-enough' into ↵Filipa Lacerda
'master' dismissable error close is not visible enough Closes #28660 See merge request !9516
2017-03-21Merge branch '29559-issue-count' into 'master' Filipa Lacerda
handle commas in Issue total count Closes #29559 See merge request !10028
2017-03-20Merge branch 'fix-input-token-spacing' into 'master' Annabel Dunstone Gray
Fix input token spacing See merge request !10090
2017-03-20Removed d3.js from the main application.js bundleJose Ivan Vargas Lopez
2017-03-20Merge branch 'issue-filter-bar-alignment' into 'master' Annabel Dunstone Gray
Fixed filter bar alignment issues Closes #29543 See merge request !10049
2017-03-20Update css to be nice and tidy.Jacob Schatz
2017-03-20Add additional check for when inputContainer does not existClement Ho
2017-03-20Fix input token spacingClement Ho
2017-03-20handle commas in Issue total countSimon Knox
2017-03-20fixes large text tooltip in diff file nameNur Rony
2017-03-20Merge branch 'rename_all_issues' into 'master' Rémy Coutable
Rename 'All issues' to 'Open issues' in Add issues modal Closes #29617 See merge request !10042
2017-03-18Add filter focus for filtered search visual tokensClement Ho
2017-03-18don't show loading spinners for server-rendered sidebar fieldsSimon Knox
2017-03-18Rename 'All issues' to 'Open issues' in Add issues modalblackst0ne
2017-03-1726236 Change gfm textarea to use monospace fonttauriedavis
add changelog entry
2017-03-17Merge branch '29586-pipelines-tabs' into 'master' Annabel Dunstone Gray
Remove width from nav links Closes #29586 See merge request !10051
2017-03-17Merge branch 'fixed-diff-avatar-tooltip-escaping' into 'master' Filipa Lacerda
Fixes diff comment avatar tooltip escaping issues Closes #29572 See merge request !10012
2017-03-17Remove UJS actions from pipelines tablesFilipa Lacerda
2017-03-17Merge branch '29557-fix-unicode-1-1' into 'master' Clement Ho
Fix Unicode 1.1 emojis Closes #29557 See merge request !10031
2017-03-17Remove width from nav linksFilipa Lacerda
2017-03-17Fixed mobile alignment issuesPhil Hughes
2017-03-17Fixed filter bar alignment issuesPhil Hughes
Closes #29543
2017-03-17Merge branch 'build-notification-null-check' into 'master' Jacob Schatz
Stop CI notification showing when status is nil See merge request !10044
2017-03-17Merge branch 'boards-blank-state-template-in-js' into 'master' Filipa Lacerda
Issue boards blank state template in JS file See merge request !9959
2017-03-17Stop CI notification showing when status is nilPhil Hughes
2017-03-17Reset issue boards add issues modal page when filteringPhil Hughes
The page param is reset when filtering or when opening, previously it was possible to get the page param stuck on a high number making it impossible to either filter or to close & open the modal and get the issues you want to see. Closes #29616
2017-03-17Fix Unicode 1.1 emojisEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/29557 When using the full font-stack some the Unicode 1.1 emojis are taken up by fonts closer up the stack and don't represent the emoji well. ``` font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; ``` - On Windows, "Segoe UI" -> "Arial" takes over - On mac OS, "Helvetia" -> ".SF NS Display" takes over mac OS 10.12.3 | Windows 10 --- | --- ![](http://i.imgur.com/JI99zoH.png) | ![](http://i.imgur.com/aek8G1X.png) --- When using a shorter emoji font-stack, everything seems to be covered well :tada: ``` font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; ``` - On Windows, "Segoe UI Emoji" takes over - On mac OS, "Apply Color Emoji" takes over mac OS 10.12.3 | Windows 10 --- | --- ![](http://i.imgur.com/bDwpGCw.png) | ![](http://i.imgur.com/7kUwEJQ.png)
2017-03-17Merge branch 'fix-unknown-emojis-in-frequently-used-awards' into 'master' Alfredo Sumaran
Protect against unknown emojis in frequently used list See merge request !10020
2017-03-17Merge branch 'fix-double-click-token-name' into 'master' Alfredo Sumaran
Fix double click token name Closes #29599 See merge request !10023
2017-03-17Protect against unknown emojis in frequently used listEric Eastwood
See https://gitlab.slack.com/archives/frontend/p1489690607738864
2017-03-16Fix double click token nameClement Ho
2017-03-16Merge branch 'compare-remote-search' into 'master' Alfredo Sumaran
Enabled remote filter in compare dropdowns Closes #29545 See merge request !9997
2017-03-16Merge branch '29560-fix-mr-count-title-spacing' into 'master' Annabel Dunstone Gray
Fix spacing between MR number and title Closes #29560 See merge request !10008
2017-03-16Merge branch 'cycle-analytics-commit-icon' into 'master' Annabel Dunstone Gray
Fixed commit icon size in cycle analyitcs Closes #29536 See merge request !9994
2017-03-16Merge branch '29228-update-award-emoji-native-unicode-alignment' into 'master' Annabel Dunstone Gray
Update award emoji button native emoji alignment Closes #29228 See merge request !9985
2017-03-16Fixes diff comment avatar tooltip escaping issuesPhil Hughes
We are safe to use `data-html` because we never actually use HTML here, only the pure markdown Closes #29572
2017-03-16Fixed eslintPhil Hughes
2017-03-16Fixed search not working in issue boards modalPhil Hughes
2017-03-16Fix spacing between MR number and titleKushal Pandya
2017-03-16Catches errors when generating listsPhil Hughes
2017-03-16Enabled remote filter in compare dropdownsPhil Hughes
Previously if the project had more than 100 branches or tags it wouldnt display them even after searching. This now correctly sends an AJAx request to the backend to search for the branches/tags Closes #29545
2017-03-16Merge branch '27114-add-undo-mark-all-as-done-to-todos' into 'master' Filipa Lacerda
Add 'Undo mark all as done' to Todos Closes #27114 See merge request !9890