- 22 Oct, 2015 2 commits
-
-
Robert Speicher authored
Fix build trace updating Fixes #2910 See merge request !1657
-
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
-
- 21 Oct, 2015 16 commits
-
-
Stan Hu authored
Closes #3094
-
Kamil Trzcinski authored
-
Robert Speicher authored
Remove CI migration See merge request !1656
-
Kamil Trzcinski authored
-
Robert Speicher authored
Fix margin around Markdown Write/Preview tabs. Reverts !1354 and uses another fix for #2585. See merge request !1654
-
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
-
Dmitriy Zaporozhets authored
Make tables full width. ## Before ![Screen_Shot_2015-10-19_at_11.17.32](/uploads/acea66825b41006a949b5cc31cc07699/Screen_Shot_2015-10-19_at_11.17.32.png) ## After ![Screen_Shot_2015-10-19_at_11.19.16](/uploads/ed61e5e6cafe06c5e2d75672f5585c93/Screen_Shot_2015-10-19_at_11.19.16.png) See merge request !1642
-
Douwe Maan authored
-
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
-
Douwe Maan authored
Clear archive cache asynchronously See merge request !1651
-
Stan Hu authored
Closes https://github.com/gitlabhq/gitlabhq/issues/9753
-
Robert Speicher authored
Add missing migrations See merge request !1652
-
Job van der Voort authored
-
Job van der Voort authored
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.
-
Douwe Maan authored
-
Douwe Maan authored
-
- 20 Oct, 2015 18 commits
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Dmitriy Zaporozhets authored
Speed up searching for text references a bit See merge request !1648
-
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
-
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
-
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
-
Stan Hu authored
Simplify patch version updates (less steps)
-
-
Jacob Vosmaer authored
-
Stan Hu authored
Update CHANGELOG
-
Jacob Vosmaer authored
-
Stan Hu authored
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
-
Yorick Peterse authored
-
Yorick Peterse authored
If a node is ignored there's no need for searching for a given pattern. In turn, when searching for the pattern there's no need to construct a MatchData object as we only care about presence (or lack thereof), not the resulting matches. In terms of performance this cuts down about 200 ms when loading issue #2164 locally, though this varies a bit depending on system load.
-
Douwe Maan authored
-
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
-
Maurice Mohlek authored
-
Maurice Mohlek authored
-
- 19 Oct, 2015 4 commits
-
-
Benny Schimmer authored
-
Stan Hu authored
Fix regex in redis version check
-
Benny Schimmer authored
-
Stan Hu authored
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
-