- 02 Mar, 2016 21 commits
-
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
Closes #13853
-
Douwe Maan authored
Fix permissions for deprecated CI build status badge This fixes permissions for deprecated status badge, being unavailable even if project is public. Closes #13324 See merge request !3030
-
Douwe Maan authored
Show days remaining instead of elapsed time for Milestone. Closes #13623 See merge request !2978
-
Douwe Maan authored
Check for conflicts before creating new revert branch Fixes #13716 See merge request !2953
-
Douwe Maan authored
Add FilterArray class to Banzai See merge request !3053
-
Douwe Maan authored
Don't load all of GitLab in mail_room Fixes #12731 cc @jacobvosmaer See merge request !3005
-
Achilleas Pipinellis authored
Fix wrong anchor in PROCESS.md See merge request !3060
-
Rémy Coutable authored
Fix import from gitlab.com fails _Originally opened at !2896 by @kazsw._ - - - Fixes #12652 CGI.escape encodes '/' by default. Second argument can be removed. See merge request !2988
-
Rémy Coutable authored
[ci skip]
-
Kazuki Sawada authored
Fixes #12652
-
Rémy Coutable authored
Fix help keyboard shortcut for relative URL setups Fixes gitlab-org/gitlab-ce#12751 See merge request !3016
-
Dmitriy Zaporozhets authored
Bump sprockets to `~> 3.3.5` Closes #6069 See merge request !3055
-
Achilleas Pipinellis authored
Change doc styleguide to use blockquotes for notes See merge request !3009
-
Achilleas Pipinellis authored
Updated SAML and Omniauth docs Updated SAML and Omniauth docs with information on the new behavior recently introduced in !2882 /cc @ernstvn @DouweM See merge request !2950
-
Rubén Dávila authored
-
Rubén Dávila authored
-
Rubén Dávila authored
-
Rubén Dávila authored
-
- 01 Mar, 2016 19 commits
-
-
Robert Speicher authored
Closes #6069
-
Robert Speicher authored
-
Robert Speicher authored
Logged out search Fixes #13676 See merge request !3045
-
Grzegorz Bizon authored
This changes only deprecated CI badge that we keep for backwards compatibility. See !3030#note_4041498.
-
Artem Sidorenko authored
-
Achilleas Pipinellis authored
Add a paragraph on "Implementing design & UI elements" in CONTRIBUTING.md Closes gitlab-com/www-gitlab-com#544 See merge request !2983
-
Patricio Cano authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Rémy Coutable authored
Also, link to this new paragraph in PROCESS.md and improved a bit this document. [ci skip]
-
Douwe Maan authored
Add customer label explanation and change label references to markdown Add customer label plus change valid labels to markdown format so they render. The unchanged labels do not have actual/valid labels behind them. We should consider removing them since they're obviously not used. cc/ @sytses @dzaporozhets @DouweM What do you think about removing the unused labels? Label names are now rendered ![Screen_Shot_2016-02-25_at_10.59.03_AM](/uploads/4869416c120422b605df8982a46f6d61/Screen_Shot_2016-02-25_at_10.59.03_AM.png) See merge request !2972
-
Douwe Maan authored
Return empty array when commit has no statuses in API This makes API endpoint for Commit Statuses return empty array instead of 404 when commit exists, but has no statuses. Closes #3080 See merge request !3010
-
Douwe Maan authored
Fix relative URL See https://github.com/gitlabhq/gitlabhq/issues/10053 1. Same configuration way for relative URL like with Omnibus 2. Loading the relative configuration from Rakefile as Rails do not load initializers for `asset:precompile` First point has another positive side effect: no collisions (due to git controlled `application.rb`) any more during the upgrades of source based installations and relative url configuration - [x] tests on the source based installation - [x] tests on the centos&ubuntu omnibus packages Fixes: gitlab-org/gitlab-ce#13730, gitlab-org/gitlab-ce#13727, gitlab-org/omnibus-gitlab#1143 and https://github.com/gitlabhq/gitlabhq/issues/10053 See merge request !2979
-
Dmitriy Zaporozhets authored
Add bottom margin for flash container on login page Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> cc @jschatz1 @skyruler Fixes #13935 See merge request !3040
-
Dmitriy Zaporozhets authored
Fix issue with overlap of sidebar links. Thanks @iamphill for the help with this one. ![Screen_Shot_2016-03-01_at_10.19.52_AM](/uploads/f203fde79ae397ad18f23c4108f1c306/Screen_Shot_2016-03-01_at_10.19.52_AM.png) cc @iamphill @alfredo1 @dzaporozhets @rymai See merge request !3043
-
Douwe Maan authored
Replace Gollum `[[_TOC_]]` tag with result of TableOfContentsFilter Closes #2494 See merge request !2952
-
Douwe Maan authored
Only validate avatar cropping values when avatar is present AND changed Closes #13905 See merge request !3018
-
Douwe Maan authored
Properly check for a pre-existing error in `User#namespace_uniq` Rails adds an empty error to the Errors object even if you just call `#[]` on it: ``` [1] pry(main)> u = User.last [2] pry(main)> u.errors.keys => [] [3] pry(main)> u.errors[:username].present? => false [4] pry(main)> u.errors.keys => [:username] ``` See merge request !3017
-
Douwe Maan authored
Don't show any "2FA required" message if it's not actually required Prior, if the user had enabled and then disabled 2FA, they would be shown a "You must enable Two-factor Authentication for your account." message when going back to re-activate it, even if 2FA enforcement was disabled. See merge request !3014
-
Kamil Trzciński authored
Precompile assets before all spinach tests Try to fix failing tests. cc @jschatz1 See merge request !3041
-