- 04 Jan, 2016 1 commit
-
-
Mike Wyatt authored
-
- 31 Dec, 2015 10 commits
-
-
Mike Wyatt authored
* upstream/master: (307 commits) Update CHANGELOG spinach fix Updated allocations Gem to version 1.0.3 Removed various default metrics tags Update CHANGELOG Fix "I see current user as the first user" step Swap Author and Assignee Selectors on issuable index view Update CHANGELOG Make sure that is no pending migrations in Gitlab::CurrentSettings Added additional config environmental variables to help Debian packaging We don't use whenever anymore. Lets remove the schedule file Fix project transfer e-mail sending incorrect paths in e-mail notification Update CHANGELOG Use Gitlab::CurrentSettings for InfluxDB Write to InfluxDB directly via UDP Strip newlines from obfuscated SQL Add hotfix that allows to access build artifacts created before 8.3 note votes methids implementation When reCAPTCHA is disabled, allow registrations to go through without a code Downcased user or email search for avatar_icon. ...
-
Mike Wyatt authored
-
Mike Wyatt authored
-
Robert Speicher authored
[ci skip]
-
Valery Sizov authored
Spinach fix /cc @rspeicher @rdavila See merge request !2263
-
Yorick Peterse authored
See merge request !2262
-
Yorick Peterse authored
See merge request !2252
-
Valery Sizov authored
-
Yorick Peterse authored
-
Yorick Peterse authored
While it's useful to keep track of the different versions (Ruby, GitLab, etc) doing so for every point wastes disk space and possibly also RAM (which InfluxDB is all to eager to gobble up). If we want to see the performance differences between different GitLab versions simply looking at the performance since the last release date should suffice.
-
- 30 Dec, 2015 18 commits
-
-
Robert Speicher authored
Swap Author and Assignee Selectors on issuable index view Closes #4039 See merge request !2256
-
Robert Speicher authored
[ci skip]
-
Robert Speicher authored
Why did this break? `¯\_(ツ)_/¯`
-
Zeger-Jan van de Weg authored
Closes #4039
-
Robert Speicher authored
-
Robert Speicher authored
Remove unused config/schedule.rb file [ci skip] See merge request !2249
-
Robert Speicher authored
[ci skip]
-
Robert Speicher authored
Ensure that is no pending migrations when using database on Gitlab::CurrentSettings This fixes the undefined method `recaptcha_enabled' for #<ApplicationSetting:0x007f28552f8238> when running the build. See merge request !2254
-
Sytse Sijbrandij authored
Added additional config environmental variables to help Debian packaging * GITLAB_EMAIL_FROM * GITLAB_EMAIL_DISPLAY_NAME * GITLAB_EMAIL_REPLY_TO This is a followup on https://gitlab.com/gitlab-org/gitlab-ce/issues/3717 See merge request !2251
-
Douglas Barbosa Alexandre authored
-
Gabriel Mazetto authored
* GITLAB_EMAIL_FROM * GITLAB_EMAIL_DISPLAY_NAME * GITLAB_EMAIL_REPLY_TO
-
Jeroen van Baarsen authored
**Why is this needed?** Not really needed, but having code that is not used around is confusing, so lets remove it Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
-
Grzegorz Bizon authored
Hotfix for builds trace data integrity Closes #4246 See merge request !2224
-
Mike Wyatt authored
[ci skip]
-
Mike Wyatt authored
-
Mike Wyatt authored
-
Mike Wyatt authored
* origin/master: Use lazy reference extractor to get issue's MRs Banzai::XFilter -> Banzai::Filter::XFilter Move Markdown/reference logic from Gitlab::Markdown to Banzai
-
Robert Speicher authored
Fixes problem with user autocomplete URI ``` Failed to load resource: net::ERR_NAME_NOT_RESOLVED http://autocomplete/users.json?search=&per_page=20&active=true¤t_user=false ``` Fixes #4118, #4136 See merge request !2136
-
- 29 Dec, 2015 11 commits
-
-
Robert Speicher authored
Fix project transfer e-mail sending incorrect paths in e-mail notification The introduction of ActiveJob and `deliver_now` in 7f214cee caused a race condition where the mailer would be invoked before the project was committed to the database, causing the transfer e-mail notification to show the old path instead of the new one. Closes #4670 See merge request !2235
-
Robert Speicher authored
[ci skip]
-
Mike Wyatt authored
-
Mike Wyatt authored
-
Mike Wyatt authored
-
Mike Wyatt authored
-
Valery Sizov authored
Revert upvotes and downvotes params back to MR API issue https://gitlab.com/gitlab-org/gitlab-ce/issues/3672 See merge request !2212
-
Yorick Peterse authored
See merge request !2239
-
Yorick Peterse authored
This ensures we can still start up even when not connecting to a database.
-
Yorick Peterse authored
See merge request !2238
-