1. 12 Dec, 2017 2 commits
    • Stan Hu's avatar
      Fix Geo specs failing due to "lock out" validation errors · 80863151
      Stan Hu authored
      The FactoryGirl sequence for secondary GeoNode URLs started at port 80 and
      incremented after each test. When the number reached the same value as the
      current node (usually port 80), the GeoNode "lock out" validation would
      fail. This change starts all secondaries at a port number higher than
      the current node configuration to avoid this problem entirely.
      
      Closes #4303
      80863151
    • Robert Speicher's avatar
      Merge branch 'sh-optimize-geo-specs-db-clean' into 'master' · 8d717e94
      Robert Speicher authored
      Optimize Geo specs by using deletion strategy for DB cleaner only when necessary
      
      Closes #4259
      
      See merge request gitlab-org/gitlab-ee!3716
      8d717e94
  2. 11 Dec, 2017 38 commits