Sha256: e1abc4992d0de70743f6e67b97831a2624ae0d277fbbf92f118b42b3cb379808

Contents?: true

Size: 480 Bytes

Versions: 74

Compression:

Stored size: 480 Bytes

Contents

# frozen_string_literal: true

module GitlabQuality
  module TestTooling
    module SystemLogs
      module Finders
        module Rails
          class GraphqlLogFinder < JsonLogFinder
            def initialize(base_path, file_path = 'gitlab-rails/graphql_json.log')
              super(base_path, file_path)
            end

            def new_log(data)
              LogTypes::Rails::GraphqlLog.new(data)
            end
          end
        end
      end
    end
  end
end

Version data entries

74 entries across 74 versions & 1 rubygems

Version Path
gitlab_quality-test_tooling-2.2.0 lib/gitlab_quality/test_tooling/system_logs/finders/rails/graphql_log_finder.rb
gitlab_quality-test_tooling-2.1.0 lib/gitlab_quality/test_tooling/system_logs/finders/rails/graphql_log_finder.rb
gitlab_quality-test_tooling-2.0.0 lib/gitlab_quality/test_tooling/system_logs/finders/rails/graphql_log_finder.rb
gitlab_quality-test_tooling-1.39.0 lib/gitlab_quality/test_tooling/system_logs/finders/rails/graphql_log_finder.rb
gitlab_quality-test_tooling-1.38.1 lib/gitlab_quality/test_tooling/system_logs/finders/rails/graphql_log_finder.rb
gitlab_quality-test_tooling-1.38.0 lib/gitlab_quality/test_tooling/system_logs/finders/rails/graphql_log_finder.rb
gitlab_quality-test_tooling-1.37.0 lib/gitlab_quality/test_tooling/system_logs/finders/rails/graphql_log_finder.rb
gitlab_quality-test_tooling-1.36.0 lib/gitlab_quality/test_tooling/system_logs/finders/rails/graphql_log_finder.rb
gitlab_quality-test_tooling-1.35.0 lib/gitlab_quality/test_tooling/system_logs/finders/rails/graphql_log_finder.rb
gitlab_quality-test_tooling-1.34.0 lib/gitlab_quality/test_tooling/system_logs/finders/rails/graphql_log_finder.rb
gitlab_quality-test_tooling-1.33.0 lib/gitlab_quality/test_tooling/system_logs/finders/rails/graphql_log_finder.rb
gitlab_quality-test_tooling-1.32.1 lib/gitlab_quality/test_tooling/system_logs/finders/rails/graphql_log_finder.rb
gitlab_quality-test_tooling-1.32.0 lib/gitlab_quality/test_tooling/system_logs/finders/rails/graphql_log_finder.rb
gitlab_quality-test_tooling-1.31.0 lib/gitlab_quality/test_tooling/system_logs/finders/rails/graphql_log_finder.rb
gitlab_quality-test_tooling-1.30.0 lib/gitlab_quality/test_tooling/system_logs/finders/rails/graphql_log_finder.rb
gitlab_quality-test_tooling-1.29.1 lib/gitlab_quality/test_tooling/system_logs/finders/rails/graphql_log_finder.rb
gitlab_quality-test_tooling-1.29.0 lib/gitlab_quality/test_tooling/system_logs/finders/rails/graphql_log_finder.rb
gitlab_quality-test_tooling-1.28.0 lib/gitlab_quality/test_tooling/system_logs/finders/rails/graphql_log_finder.rb
gitlab_quality-test_tooling-1.24.0 lib/gitlab_quality/test_tooling/system_logs/finders/rails/graphql_log_finder.rb
gitlab_quality-test_tooling-1.23.0 lib/gitlab_quality/test_tooling/system_logs/finders/rails/graphql_log_finder.rb