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
2015-10-22Update CHANGELOGRobert Speicher
[ci skip]
2015-10-22Merge branch 'fix-issue-3094' into 'master' Valery Sizov
Don't show "Add README" link in an empty repository if user doesn't have access to push Reporter users would see this before even though they didn't have access to push: ![image](/uploads/1dd328ab7e58cd00c5b696f079816e16/image.png) It's not complete accurate to include the push command-line instructions, but users may still want the instructions to clone. After: ![image](/uploads/3d214e140916d2f174d0b5fec0ac472d/image.png) Closes #3094 See merge request !1626
2015-10-22Merge branch 'dm-issue-3140' into 'master' Robert Speicher
Make sure MR refresh service correctly determines newly added commits. Fixes #3140. See merge request !1659
2015-10-22Merge branch 'fix-build-trace-updating' into 'master' Robert Speicher
Fix build trace updating Fixes #2910 See merge request !1657
2015-10-22Merge branch 'remove-ci-migration' into 'master' Robert Speicher
Remove CI migration See merge request !1656
2015-10-21Version 8.1.0.rc2v8.1.0.rc2Robert Speicher
2015-10-21Merge branch 'animated-logo' into 'master'Dmitriy Zaporozhets
Animate the logo on hover The logo is now rendered as pure SVG, rather than image referencing a svg. The SVG has an id and the shapes of the logo have a shared class. The shapes change their fill color on hover with a transition. Identical to how it looks on about.gitlab.com cc @skyruler See merge request !1557
2015-10-21Merge branch 'markdown-tabs-margin' into 'master' Robert Speicher
Fix margin around Markdown Write/Preview tabs. Reverts !1354 and uses another fix for #2585. See merge request !1654
2015-10-21Merge branch 'git-archive-improvements-2' into 'master' Douwe Maan
Clear archive cache asynchronously See merge request !1651
2015-10-21Update CHANGELOGRobert Speicher
[ci skip]
2015-10-21Update CHANGELOGRobert Speicher
[ci skip]
2015-10-21Merge branch 'fix-mysql-ci-limits-migration' into 'master' Robert Speicher
Ensure MySQL CI limits DB migrations occur after the fields have been created Closes https://github.com/gitlabhq/gitlabhq/issues/9753 See merge request !1653
2015-10-21Merge branch 'add-missing-migrations' into 'master' Robert Speicher
Add missing migrations See merge request !1652
2015-10-20Merge branch 'handle-no-http-referer' into 'master' Dmitriy Zaporozhets
Redirect to a default path if HTTP_REFERER is not set Safari 9.0 does not yet honor the HTML5 `origin-when-cross-origin` mode, and it's possible load balancers/proxies strip the HTTP_REFERER from the request header. In these cases, default to some default path. Closes #3122 Closes https://github.com/gitlabhq/gitlabhq/issues/9731 See merge request !1646
2015-10-20Merge branch 'remove-duplicate-repos-in-github-import' into 'master' Douwe Maan
Fix duplicate repositories in GitHub import page By default, all the current user's repositories are accessible via the /users endpoint. There's no need to traverse all the organization repositories as well. See: * http://www.rubydoc.info/github/pengwynn/octokit/Octokit/Client/Repositories#repositories-instance_method * https://developer.github.com/v3/repos/#list-your-repositories Closes #2523 See merge request !1644
2015-10-20Merge branch 'merge-request-deleted-file' into 'master' Dmitriy Zaporozhets
Correctly find last known blob for file deleted in MR. Fixes #3092. When building a new MR, `@merge_request.commits.last` would fail because this delegates to `merge_request_diff` which is still `nil` at that point. I fixed that, and changed some of the logic because showing deleted blob contents didn't previously work for the Compare page, and the UI would show the wrong commit sha for "View File @...". See merge request !1647
2015-10-20Merge branch 'rs-8-1-update-guide-changes' into '8-1-stable' Robert Speicher
Update 8.0-to-8.1 update guide - User needs to update gitlab-git-http-server - User needs to update Nginx configuration [ci skip] See merge request !1625
2015-10-20Fetch before checkoutRobert Speicher
[ci skip]
2015-10-19Update CHANGELOGRobert Speicher
2015-10-19Merge branch 'merge-request-widget' into 'master' Dmitriy Zaporozhets
Fix missing commit status for widget when no CI service is enabled Fix for #3082 /cc @dzaporozhets See merge request !1621
2015-10-19Merge branch 'grzesiek/gitlab-ce-fix/non-member-notification-button'Robert Speicher
2015-10-19Merge branch 'jrochkind/gitlab-ce-fix_2839_send_abuse_report_notify' into ↵Robert Speicher
'master' Send an email to admin email when a user is reported for spam Replaces !1547. Fixes #2839. See merge request !1634
2015-10-19Merge branch 'index-milestone-title-label' into 'master' Robert Speicher
Improve performance when filtering on milestone on labels Also some minor refactoring in the seeding. See merge request !1587
2015-10-19Merge branch 'notify-footer' into 'master' Robert Speicher
Restore notification footer text See merge request !1640
2015-10-19Merge branch 'fix-code-leading-indent' into 'master' Dmitriy Zaporozhets
Remove some padding from code blocks This creates a weird "leading indent" on the first line of code blocks, at least in Chrome 46, and ends up making the first row not line up nicely with everything else. ![Screen_Shot_2015-10-14_at_2.40.38_PM](https://gitlab.com/pioto/gitlab-ce/uploads/5434eb077c17e56528a94079afe3c732/Screen_Shot_2015-10-14_at_2.40.38_PM.png) See merge request !1596
2015-10-19Merge pull request #9744 from jamierocks/patch-1Stan Hu
Fix spelling of Description
2015-10-19Merge branch 'cross-reference-mr-on-issues' into 'master' Douwe Maan
Show merge requests which close current issue Closes #2903 ### What does this MR do If an issue is to be closed by a merge request the current user has access to, this will be displayed when the user looks at the issue. ![Screenshot_from_2015-10-12_12-10-37](https://gitlab.com/zj/gitlab-ce/uploads/52e429704e73067b24b69801f13ad7bc/Screenshot_from_2015-10-12_12-10-37.png) /cc @DouweM See merge request !1569
2015-10-19Merge branch 'close-issues-by-mr' into 'master' Robert Speicher
Close issues mentioned in MR description when MR is merged using fast-forward merge or when merge commit message is edited. Fixes gitlab-org/gitlab-ee#48. See merge request !1639
2015-10-19Merge branch 'hash-block-return' into 'master' Robert Speicher
Fix bug where a push would only create cross references from the first commit. Apparently we can't `return` from a `Hash.new` block. Who knew. See merge request !1638
2015-10-18Merge branch 'friday-meltdown-indexes' into 'master' Yorick Peterse
See merge request !1623
2015-10-18Merge branch 'hide-builds-tab' into 'master' Dmitriy Zaporozhets
Hide Builds tab is GitLab CI is not enabled Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !1627
2015-10-18Merge branch 'redirect-ci-page' into 'master' Dmitriy Zaporozhets
Redirect old CI project route to GitLab project Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !1629
2015-10-18Merge branch 'outdated-discussion-padding' into 'master' Dmitriy Zaporozhets
Fix padding of outdated discussion item. Old: ![Screen_Shot_2015-10-16_at_09.29.17](https://gitlab.com/gitlab-org/gitlab-ce/uploads/d715debebe54d27c2eed7c22843e886c/Screen_Shot_2015-10-16_at_09.29.17.png) New: ![Screen_Shot_2015-10-16_at_09.29.23](https://gitlab.com/gitlab-org/gitlab-ce/uploads/7c0c033adade92cb16406c027cb4c010/Screen_Shot_2015-10-16_at_09.29.23.png) It still looks the same when the discussion is expanded. See merge request !1614
2015-10-18Merge branch 'redirect-ci-dash' into 'master' Dmitriy Zaporozhets
Temporary bring /ci page page with help information Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !1630
2015-10-17Merge branch 'rs-redactor-filter' into 'master' Douwe Maan
Separate rendering of Markdown reference links from redacting those the user doesn't have access to and extracting referenced objects Related: !1014 See merge request !1090
2015-10-17Merge branch 'filter-label' into 'master' Robert Speicher
Allow dashboard and group issues/MRs to be filtered by label See merge request !1591
2015-10-17Fix import from SVN linkDrew Blessing
2015-10-17Re-add Nginx configuration to 8.0-to-8.1 update guideRobert Speicher
2015-10-17Add "Update gitlab-git-http-server" section to 8.0-to-8.1 update guideRobert Speicher
[ci skip]
2015-10-16Merge branch 'gghs-0.3.0' into 'master' Robert Speicher
Use gitlab-git-http-server 0.3.0 for GitLab 8.1 See merge request !1605
2015-10-16Merge branch 'gitlab-git-http-server-version' into 'master' Robert Speicher
Track compatible gitlab-git-http-server version The 'git archive' changes in GitLab 8.1 require a version of gitlab-git-http-server that is incompatible with GitLab 8.0, so we need to keep track of this now. See merge request !1603
2015-10-16Merge branch 'improve-typography' into 'master' Dmitriy Zaporozhets
Improve typography See merge request !1622
2015-10-16Merge branch 'fix-wiki-padding' into 'master'Dmitriy Zaporozhets
Dont put padding on typography but on holder elements instead Fixes wrong padding of wiki content. See merge request !1620
2015-10-16Merge branch 'compact-select' into 'master' Dmitriy Zaporozhets
Make selectbox options more compact Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !1619
2015-10-16Merge branch 'comment-highlight' into 'master' Dmitriy Zaporozhets
Highlight comment based on anchor in URL Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Fix for #2954 See merge request !1618
2015-10-16Merge branch 'ci-commits-gl-project-id-index' into 'master' Yorick Peterse
Add index on ci_commits.gl_project_id See merge request !1616
2015-10-16Changed loose to loseAshley Hindle
2015-10-16Merge branch 'notify-mr-upon-branch-presence-change' into 'master' Douwe Maan
Add a system note and update relevant merge requests when a branch is deleted or re-added If a branch is deleted with an open merge request, amended offline, and then pushed again, GitLab doesn't bother to update the merge request even though the last commit ID and/or code may have changed. This MR ensures that each push will update any relevant merge requests and adds a system note if this happens as well. The new messages look like: ![image](https://gitlab.com/gitlab-org/gitlab-ce/uploads/6581eea069cd8e485b7fa4187ed4c043/image.png) Closes #2926 See merge request !1601
2015-10-16Version 8.1.0.rc1v8.1.0.rc1Robert Speicher
2015-10-16Merge branch 'when-syntax' into 'master' Robert Speicher
Implement when syntax in .gitlab-ci.yml See merge request !1606