- 22 Oct, 2015 6 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
[ci skip]
-
Valery Sizov authored
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
-
Robert Speicher authored
Make sure MR refresh service correctly determines newly added commits. Fixes #3140. See merge request !1659
-
Robert Speicher authored
Fix build trace updating Fixes #2910 See merge request !1657
-
Robert Speicher authored
Remove CI migration See merge request !1656
-
- 21 Oct, 2015 8 commits
-
-
Robert Speicher authored
-
Dmitriy Zaporozhets authored
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
-
Robert Speicher authored
Fix margin around Markdown Write/Preview tabs. Reverts !1354 and uses another fix for #2585. See merge request !1654
-
Douwe Maan authored
Clear archive cache asynchronously See merge request !1651
-
Robert Speicher authored
[ci skip]
-
Robert Speicher authored
[ci skip]
-
Robert Speicher authored
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
-
Robert Speicher authored
Add missing migrations See merge request !1652
-
- 20 Oct, 2015 5 commits
-
-
Dmitriy Zaporozhets authored
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
-
Douwe Maan authored
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
-
Dmitriy Zaporozhets authored
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
-
Robert Speicher authored
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
-
Robert Speicher authored
[ci skip]
-
- 19 Oct, 2015 11 commits
-
-
Robert Speicher authored
-
Dmitriy Zaporozhets authored
Fix missing commit status for widget when no CI service is enabled Fix for #3082 /cc @dzaporozhets See merge request !1621
-
Robert Speicher authored
-
Robert Speicher authored
Send an email to admin email when a user is reported for spam Replaces !1547. Fixes #2839. See merge request !1634
-
Robert Speicher authored
Improve performance when filtering on milestone on labels Also some minor refactoring in the seeding. See merge request !1587
-
Robert Speicher authored
Restore notification footer text See merge request !1640
-
Dmitriy Zaporozhets authored
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
-
Stan Hu authored
Fix spelling of Description
-
Douwe Maan authored
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
-
Robert Speicher authored
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
-
Robert Speicher authored
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
-
- 17 Oct, 2015 6 commits
-
-
Yorick Peterse authored
See merge request !1623
-
Dmitriy Zaporozhets authored
Hide Builds tab is GitLab CI is not enabled Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !1627
-
Dmitriy Zaporozhets authored
Redirect old CI project route to GitLab project Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !1629
-
Dmitriy Zaporozhets authored
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
-
Dmitriy Zaporozhets authored
Temporary bring /ci page page with help information Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !1630
-
Douwe Maan authored
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
-
- 16 Oct, 2015 4 commits
-
-
Robert Speicher authored
Allow dashboard and group issues/MRs to be filtered by label See merge request !1591
-
Drew Blessing authored
-
Robert Speicher authored
-
Robert Speicher authored
[ci skip]
-