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
2016-02-23Update commit status permissions [ci skip]Kamil Trzcinski
2016-02-23Merge branch 'files-view-row-click' into 'master' Jacob Schatz
Fixes issue with file view rows not clickable on project main view Fixed an issue where it would only load the first 25 commit data on project main view. Stopped the file view sending 1 too many requests. Fixes #3916 See merge request !2933
2016-02-23Merge branch 'patch-1' into 'master' Rémy Coutable
fix some links See merge request !2812
2016-02-23Merge branch 'empty-repo-instructions-fix' into 'master' Jacob Schatz
Users don't get instructions to push to other users empty projects Fixes #12518 ![Screen_Shot_2016-02-22_at_17.38.18](/uploads/42a3c32af1326f15a7b40fd7153a89fb/Screen_Shot_2016-02-22_at_17.38.18.png) See merge request !2923
2016-02-23Correctly checks if tree view is on screenPhil Hughes
2016-02-23Merge branch 'milestone-drag-empty-list' into 'master' Jacob Schatz
Issues can be dragged & dropped into empty milestone lists This is also possible with MRs. Also fixed an issue where MRs weren't sortable Fixes #13668 ![milestone](/uploads/aada0f48ce8b1407cce920eef3f4d5f3/milestone.gif) See merge request !2935
2016-02-23Merge branch 'dashboard-misaligned-buttons' into 'master' Jacob Schatz
Fixed mis-aligned buttons on dashboard/issues Before: ![](/uploads/35e413f2a5273bcdb1cc9ab20fa8d923/Screen_Shot_2016-02-22_at_10.15.39_PM.png) After: ![Screen_Shot_2016-02-23_at_08.45.12](/uploads/4fbba0650ea6005b1cd600b5038f91d1/Screen_Shot_2016-02-23_at_08.45.12.png) See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2921#note_3868715 See merge request !2932
2016-02-23Merge branch 'issue_11874' into 'master' Jacob Schatz
Fixes dropdown appearance and makes it look accordingly to current design Fixes #11874 See merge request !2920
2016-02-23Issues can be dragged & dropped into empty milestone listsPhil Hughes
This is also possible with MRs. Also fixed an issue where MRs weren't sortable Fixes #13668
2016-02-23Merge branch 'ci/extend-summary-status-specs' into 'master' Kamil Trzciński
Extend specs for summary build status Additional specs cover a case when one of the builds is running but allowed to fail. Previous implementation returned `running` status, which is wrong. This behavior has been changed in 8.5, this commit adds missing specs. See merge request !2904
2016-02-23Merge branch 'fix-autocomplete-spec' into 'master'Robert Speicher
Fix volatile spec. Fixes https://gitlab.com/gitlab-org/gitlab-ee/issues/312. See merge request !206
2016-02-23Fixes issue with file view rows not clickable on project main viewPhil Hughes
Fixed an issue where it would only load the first 25 commit data on project main view Stopped the file view sending 1 too many requests Fixes #3916
2016-02-23Fixed mis-aligned buttons on dashboard/issuesPhil Hughes
2016-02-23fix failing testsPhil Hughes
2016-02-23Do not use calc and fix background spinner for high density displaysAlfredo Sumaran
2016-02-22Merge branch 'project-type-icon-your-projects' into 'master' Jacob Schatz
Show project visibility level on project list Fixes #3779 ![Screen_Shot_2016-02-22_at_10.08.58](/uploads/611cc8aa2d12591d4fe6a70ba0f45d68/Screen_Shot_2016-02-22_at_10.08.58.png) See merge request !2908
2016-02-22Merge branch 'blame-line-link' into 'master' Jacob Schatz
Added line links to blame table Closes #4119 See merge request !2915
2016-02-22Merge branch 'master' of github.com:gitlabhq/gitlabhqRobert Speicher
2016-02-22Add missing word to GitLab Flow docRobert Speicher
[ci skip]
2016-02-22Merge branch 'fix/13631-error-with-merged-mr' into 'master' Rémy Coutable
Ensure we don't check a commit's description for revert message if it has no description Fixes #13631. /cc @razer6 @grzesiek @yorickpeterse @rdavila See merge request !2917
2016-02-22Use or create variablesAlfredo Sumaran
2016-02-22Merge branch 'saml-link-default' into 'master' Robert Speicher
Properly set `auto_link_saml_user` default value in the Settings loader. See merge request !2922
2016-02-22Merge branch 'fix-moving-revert-button' into 'master' Jacob Schatz
Fixed revert button tooltip placement causing movement Before: ![moving-tooltip](/uploads/65cb9a41e8b8114fd8ee10d68cfd8206/moving-tooltip.gif) After: ![moving-tooltip](/uploads/a1c36eb5735dc7592c49f6b5cb1469b5/moving-tooltip.gif) See merge request !2910
2016-02-22Users don't get instructions to push to other users empty projectsPhil Hughes
Fixes #12518
2016-02-22Make sure we recommend 2GBSytse Sijbrandij
2016-02-22Ensure we don't check a commit's description for revert message if it has no ↵Rémy Coutable
description
2016-02-22Simpler way to place arrowAlfredo Sumaran
2016-02-22Merge branch 'status-indicator-size' into 'master' Jacob Schatz
Changed the size of status indicators ![Screen_Shot_2016-02-22_at_12.53.25](/uploads/229593bf76a78a2ce658c565d805716a/Screen_Shot_2016-02-22_at_12.53.25.png) ![Screen_Shot_2016-02-22_at_12.53.36](/uploads/d328809a3288943a47bed2cf13611a03/Screen_Shot_2016-02-22_at_12.53.36.png) Closes #12763 See merge request !2913
2016-02-22Merge branch 'header-overflow-small-devices' into 'master' Jacob Schatz
Fixed issue with header overflow Fixes #13492 Before: ![Screen_Shot_2016-02-22_at_15.32.42](/uploads/aefec4e67368d0387f22448be8eea65c/Screen_Shot_2016-02-22_at_15.32.42.png) After: ![Screen_Shot_2016-02-22_at_15.32.09](/uploads/76b0d96cd5d9a4076c9d0883aaaba003/Screen_Shot_2016-02-22_at_15.32.09.png) See merge request !2921
2016-02-22Properly set `auto_link_saml_user` default value in the Settings loader.Patricio Cano
2016-02-22Merge branch 'improve-merge-when-succeeded' into 'master' Douwe Maan
Check the HEAD of branch when doing Merge When Succeeded Implements https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2894#note_3845158 cc @DouweM @grzesiek See merge request !2907
2016-02-22Merge branch 'rs-mask-icon' into 'master' Robert Speicher
Add a Pinned Tab icon for Safari See http://apple.co/1SCRzrw Closes #13540 [ci skip] See merge request !2883
2016-02-22Merge branch 'issue-sidebar-content-scrolling' into 'master' Jacob Schatz
Fixed issue with content in the issue sidebar disappearing Closes #13626 See merge request !2919
2016-02-22Delete unused CSS ruleAlfredo Sumaran
2016-02-22Fixed issue with header overflowPhil Hughes
Fixes #13492
2016-02-22Fixed issue with content in the issue sidebar disappearingPhil Hughes
Closes #13626
2016-02-22Update dropdown menu styleAlfredo Sumaran
2016-02-22Merge branch 'issue_13463' into 'master' Jacob Schatz
Fix Side-by-side view after loading diff results Fixes #13463 See merge request !2880
2016-02-22Changed the size of status indicatorsPhil Hughes
Closes #12763
2016-02-22Added line links to blame tablePhil Hughes
Closes #4119
2016-02-22Fixed revert button tooltip placement causing movementPhil Hughes
2016-02-22Merge branch 'add_missing_doc' into 'master' Achilleas Pipinellis
Add when the API changes got introduced See merge request !2912
2016-02-22Add when the API changes got introducedAchilleas Pipinellis
[ci skip]
2016-02-22Merge branch 'fix-failing-issue-tests' into 'master' Rémy Coutable
Fixed failing issues tests Also removed up/down vote icons from merge requests. Was missed from d8069bd85863ab8c47d2bb2370221b17fb686b93 See merge request !2911
2016-02-22removed merge-request-no-votes css classPhil Hughes
2016-02-22Update CHANGELOG and VERSION for 8.6.0-preRémy Coutable
2016-02-22Fixed failing issues testsPhil Hughes
Removed up/down vote icons from merge requests. Was missed from d8069bd85863ab8c47d2bb2370221b17fb686b93
2016-02-22Merge branch 'fix-zero-votes-showing-on-issue-list' into 'master' Rémy Coutable
Only show up or down votes icon on issue list if there are any Closes #13649 ![Screen_Shot_2016-02-22_at_10.20.27](/uploads/21477426856dab9731bb110032025867/Screen_Shot_2016-02-22_at_10.20.27.png) See merge request !2909
2016-02-22Only show up or down votes icon on issue list if there are anyPhil Hughes
Closes #13649
2016-02-22Show project visibility level on project listPhil Hughes
Fixes #3779