An error occurred fetching the project authors.
  1. 30 Nov, 2017 1 commit
  2. 21 Nov, 2017 1 commit
  3. 02 Nov, 2017 2 commits
  4. 16 Oct, 2017 1 commit
  5. 04 Oct, 2017 1 commit
  6. 03 Oct, 2017 1 commit
  7. 22 Sep, 2017 1 commit
  8. 14 Sep, 2017 1 commit
  9. 22 Aug, 2017 1 commit
  10. 17 Aug, 2017 1 commit
    • Grzegorz Bizon's avatar
      Migrate down before each migration unit test · 56d24bcf
      Grzegorz Bizon authored
      `migrate!` helper triggers a migration that is under the test, so we
      need to revert it before each subsequent example. This means that we
      need to place it in `before(:each, :migration)` hook.
      
      We still want to migrate everything up *after* each *context*, so in
      otherwords we need to place migrate up helper in `before(:context,
      :migration)`.
      56d24bcf
  11. 16 Aug, 2017 2 commits
  12. 11 Aug, 2017 3 commits
  13. 07 Aug, 2017 1 commit
    • Lin Jen-Shin's avatar
      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
      ```
      4d7c072d
  14. 02 Aug, 2017 1 commit
  15. 31 Jul, 2017 1 commit
  16. 28 Jul, 2017 1 commit
  17. 27 Jul, 2017 3 commits
  18. 24 Jul, 2017 1 commit
  19. 19 Jul, 2017 1 commit
  20. 13 Jul, 2017 1 commit
    • Bob Van Landuyt's avatar
      Enable all feature flags by default in specs · 3ee48e42
      Bob Van Landuyt authored
      Otherwise some features would go untested in non-specific contexts
      
      I did need to disable the
      `gitlab_git_diff_size_limit_increase`-feature in some specs since we
      depend on diffs being expandable while the file we are testing on is
      smaller than the increased limit.
      3ee48e42
  21. 12 Jul, 2017 1 commit
  22. 11 Jul, 2017 1 commit
  23. 07 Jul, 2017 1 commit
  24. 05 Jul, 2017 1 commit
  25. 19 Jun, 2017 1 commit
  26. 15 Jun, 2017 1 commit
  27. 13 Jun, 2017 1 commit
  28. 12 Jun, 2017 1 commit
  29. 09 Jun, 2017 1 commit
  30. 05 Jun, 2017 1 commit
  31. 02 Jun, 2017 1 commit
    • Pawel Chojnacki's avatar
      Move Prometheus presentation logic to PrometheusText · c134a72c
      Pawel Chojnacki authored
      + Use NullMetrics to mock metrics when unused
      + Use method_missing in NullMetrics mocking
      + Update prometheus gem to version that correctly uses transitive dependencies
      + Ensure correct folders are used in Multiprocess prometheus client tests.
      + rename Sessions controller's metric
      c134a72c
  32. 31 May, 2017 1 commit
  33. 26 May, 2017 2 commits