- 18 Apr, 2016 23 commits
-
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
At this point this is being handled by GitLab Runner and we need to introduce this as a separate merge request.
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Rémy Coutable authored
Instrument Repository.clean_old_archives This is done so we have some metrics for https://gitlab.com/gitlab-org/gitlab-ce/issues/15256. See merge request !3742
-
Yorick Peterse authored
-
Rémy Coutable authored
Use Module#prepend for method instrumentation cc @pcarranza See merge request !3754
-
Yorick Peterse authored
By using Module#prepend we can define a Module containing all proxy methods. This removes the need for setting up crazy method alias chains and in turn prevents us from having to deal with all that madness (e.g. methods calling each other recursively). Fixes gitlab-org/gitlab-ce#15281
-
Rémy Coutable authored
Don't populate the password field on signup validation errors - Previously, we were pulling `params[:user][:password]` as the default value for the password field. This is incorrect; we should be pulling it from `@user.password` or the like. [Closes #14552] See merge request !3691
-
Timothy Andrew authored
-
Timothy Andrew authored
- While signing up.
-
Timothy Andrew authored
-
Stan Hu authored
Fixed issue with dropzone not working on new issuable Closes #15295 See merge request !3760
-
- 17 Apr, 2016 4 commits
-
-
Douwe Maan authored
Add number sign on external issue reference text Currently, external issue link is `<a ...>123</a>`. After it will be: `<a ...>#123</a>`. See merge request !3350
-
BaldinoF authored
-
BaldinoF authored
-
Phil Hughes authored
-
- 16 Apr, 2016 13 commits
-
-
Jacob Schatz authored
Refactored issue header to work better for mobile This will also work better for when the title makes the buttons drop down a new line Closes #14228 See merge request !3487
-
Dmitriy Zaporozhets authored
Make a user available for the user variable Fixes: #15289 `current_user` is not available if one is signed out. Look for @dzaporozhets's user if available or just user with id `1`. Dz will work on GitLab.com and user with id 1 will work on dev. See merge request !3766
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
This will also work better for when the title makes the buttons drop down a new line Closes #14228
-
Jacob Schatz authored
-
Jacob Schatz authored
Put issuable owner and participating people first on mention suggestions Closes #14423 **Merge Requests** Author and people who participated are first now <img src="/uploads/dd75937627c61b5efe631b4a35f274c6/Screen_Shot_2016-03-29_at_6.41.29_PM.png" width="235" /> **Issues** Author showing first and no people have participated <img src="/uploads/e17aa96ffe7d46a7dbe293318e999e1d/Screen_Shot_2016-03-29_at_6.41.44_PM.png" width="279" /> See merge request !3448
-