- 09 Feb, 2016 1 commit
-
-
Achilleas Pipinellis authored
[ci skip]
-
- 03 Feb, 2016 1 commit
-
-
Robert Speicher authored
This allows for future pipelines to more easily define a custom whitelist.
-
- 02 Feb, 2016 6 commits
-
-
Robert Speicher authored
Closes #12900
-
James Lopez authored
-
Michi302 authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Stan Hu authored
Currently any spam detected by Akismet by non-members via API will be logged in a separate table in the admin page. Closes #5612
-
- 01 Feb, 2016 4 commits
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
- 29 Jan, 2016 3 commits
-
-
Douwe Maan authored
-
James Lopez authored
-
Josh Frye authored
-
- 28 Jan, 2016 6 commits
-
-
Robert Speicher authored
This partially reverts 6a5cd3ca - we keep the migration and add a new migration that reverts it in order to keep migration history intact.
-
Jacob Vosmaer authored
-
Douwe Maan authored
-
Dmitriy Zaporozhets authored
* Follow REST for merge request API route * Remove repeating comments API for MR Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Rémy Coutable authored
This ensures that rake tasks that don't need a DB connection can be run without one.
-
Rémy Coutable authored
Return a fake application settings OpenStruct when this is not the case. Also, use ActiveRecord::Base.connection_pool.active_connection? instead of ActiveRecord::Base.connection.active? to avoid driver exception.
-
- 27 Jan, 2016 1 commit
-
-
Kamil Trzcinski authored
Due to broken implementation of attribute_for_keys the runner information was not updated correctly. This MR adds test to check that such scenario will never happen again.
-
- 26 Jan, 2016 4 commits
-
-
Kamil Trzcinski authored
-
Rémy Coutable authored
When using ActiveRecord::Base.connection.active? without a DB connection, we get a "PG::ConnectionBad: could not connect to server" error because ActiveRecord::Base.connection doesn't exist. By using ActiveRecord::Base.connected? we ensure we don't get this error if the connection is missing, which is the all point of the Gitlab::CurrentSettings#connect_to_db? method!
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
- 25 Jan, 2016 3 commits
-
-
Yorick Peterse authored
This ensures that an instrumented method that doesn't take arguments reports an arity of 0, instead of -1. If Ruby had a proper method for finding out the required arguments of a method (e.g. Method#required_arguments) this would not have been an issue. Sadly the only two methods we have are Method#parameters and Method#arity, and both are equally painful to use. Fixes gitlab-org/gitlab-ce#12450
-
Rémy Coutable authored
See https://gitlab.com/gitlab-org/gitlab-ce/issues/12606 for details
-
fbretel authored
-
- 23 Jan, 2016 1 commit
-
-
Benedict Etzel authored
Closes #12517
-
- 22 Jan, 2016 5 commits
-
-
Valery Sizov authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
- 21 Jan, 2016 2 commits
-
-
Douglas Barbosa Alexandre authored
-
Jacob Vosmaer authored
-
- 20 Jan, 2016 3 commits
-
-
Kamil Trzcinski authored
-
Douglas Barbosa Alexandre authored
-
Kamil Trzcinski authored
-