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
path: root/app
AgeCommit message (Collapse)Author
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-17Add closed_at field to issuesFelipe Artur
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-17Resolve "Extract logic of who should receive notification into separate classes"Dongqing Hu
2017-03-17Merge branch 'feature/use-gitaly-for-commit-show' into 'master'Robert Speicher
Use Gitaly for CommitController#show See merge request !9629
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-17Allow creating merge request even if target branch is not specified in query ↵Adam Niedzielski
params Closes #28890
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-17Merge branch '29577-restore-sub-nav-with-activity-tab' into 'master' Rémy Coutable
Restore sub-nav (Activity) for empty project Closes #29577 See merge request !10033
2017-03-17Merge branch 'add-labels-to-issue-hook' into 'master' Sean McGivern
Added labels to the issue web hook Closes #22313 See merge request !9972
2017-03-17Add ability to disable Merge Request URL on pushAlex Sanford
2017-03-17Added labels to the issue web hookLuke "Jared" Bennett
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-17Restore sub-nav for empty projectEric Eastwood
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/29577
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 'dm-use-index-by' into 'master' Robert Speicher
Use Enumerable#index_by where possible See merge request !10011
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-17Merge branch 'fix-slow-queries-for-branches-index' into 'master' Douwe Maan
removes n+1 query from tags and branches indexes See merge request !9905
2017-03-17Merge branch 'add-blob-copy-button' into 'master' Robert Speicher
Add copy button to blob header and use icon for Raw button See merge request !9878
2017-03-17Use Enumerable#index_by where possibleDouwe Maan
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-16removes n+1 query from tags and branches indexesTiago Botelho
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-16Merge branch 'fixed-issue-boards-modal-not-searching' into 'master' Filipa Lacerda
Fixed search not working in issue boards modal See merge request !10010
2017-03-16Merge branch '29534-todos-performance' into 'master' Sean McGivern
Improve TODOs performance See merge request !10004
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-16Fix specDouwe Maan
2017-03-16Use code icon for RawDouwe Maan
2017-03-16Fix specDouwe Maan
2017-03-16Add copy button to blob header and use icon for Raw buttonDouwe Maan
2017-03-16Fixed eslintPhil Hughes
2017-03-16Include routes when loading user projectsJarka Kadlecova
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-16Fix bug when system hook for deploy keybilly.lb
2017-03-16Merge branch '28991-viewing-old-wiki-page-version-edit-button-exists' into ↵Rémy Coutable
'master' [#28991] Resolve "Viewing old wiki page version, "Edit" button exists, brings up latest markup" Closes #28991 See merge request !9966
2017-03-16Merge branch '27376-cache-default-branch-pipeline-on-project' into 'master' Yorick Peterse
Speed up several project lists See merge request !9903
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