- 11 Sep, 2017 1 commit
-
-
Lin Jen-Shin authored
We might also want to consider reduce the number of connections in the tests. However I just tried setting it to 1 and that doesn't seem enough for feature tests.
-
- 28 Aug, 2017 1 commit
-
-
Grzegorz Bizon authored
-
- 17 Aug, 2017 1 commit
-
-
Grzegorz Bizon authored
-
- 16 Aug, 2017 1 commit
-
-
Grzegorz Bizon authored
-
- 07 Aug, 2017 1 commit
-
-
Lin Jen-Shin authored
So that we could make sure migration tests could run even if geo is not setup in EE. This is because we have a model like this: ``` ruby class Geo::BaseRegistry < ActiveRecord::Base def self.connection raise 'Geo secondary database is not configured' unless Gitlab::Geo.geo_database_configured? super end end ```
-
- 05 Jun, 2017 1 commit
-
-
Grzegorz Bizon authored
This makes it possible to test migration on the schema this migration was written for, without a need to specify a previous schema version manually.
-
- 26 May, 2017 2 commits
-
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-