- 18 Apr, 2016 27 commits
-
-
Yorick Peterse authored
Fixes gitlab-org/gitlab-ce#15335
-
Grzegorz Bizon authored
Add environment variables on a job level in CI Make it possible to define environment variables on a job level. Closes #14716 See merge request !3612
-
Dmitriy Zaporozhets authored
Scroll to the last comment I made and edit it. Pressing up in an empty comment box will edit your last comment. Also now when you click edit on a comment it will put the cursor at the end. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15267 ![scrollup](/uploads/b056fdc479d39311f2be412458028a83/scrollup.gif) See merge request !3757
-
Grzegorz Bizon authored
-
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 9 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
-