BigW Consortium Gitlab

  1. 11 Sep, 2017 1 commit
  2. 28 Aug, 2017 1 commit
  3. 17 Aug, 2017 1 commit
  4. 16 Aug, 2017 1 commit
  5. 07 Aug, 2017 1 commit
    • Reset only migration models · 4d7c072d
      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
      ```
  6. 05 Jun, 2017 1 commit
  7. 26 May, 2017 2 commits