Sha256: 66101a05548a0dab99f656ea96e941b36c4147bcd0d8a72bc51b6d86d3d0a44b

Contents?: true

Size: 530 Bytes

Versions: 10

Compression:

Stored size: 530 Bytes

Contents

# frozen_string_literal: true

module Gitlab
  module QA
    module SystemLogs
      module SharedFields
        module Meta
          def meta_fields
            [
              :meta_user,
              :meta_project,
              :meta_caller_id
            ]
          end
        end

        module Exception
          def exception_fields
            [
              :exception_class,
              :exception_message,
              :exception_backtrace
            ]
          end
        end
      end
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
gitlab-qa-10.3.0.1 lib/gitlab/qa/system_logs/shared_fields.rb
gitlab-qa-10.6.0 lib/gitlab/qa/system_logs/shared_fields.rb
gitlab-qa-10.5.0 lib/gitlab/qa/system_logs/shared_fields.rb
gitlab-qa-10.4.1 lib/gitlab/qa/system_logs/shared_fields.rb
gitlab-qa-10.4.0 lib/gitlab/qa/system_logs/shared_fields.rb
gitlab-qa-10.3.0 lib/gitlab/qa/system_logs/shared_fields.rb
gitlab-qa-10.2.2 lib/gitlab/qa/system_logs/shared_fields.rb
gitlab-qa-10.2.1 lib/gitlab/qa/system_logs/shared_fields.rb
gitlab-qa-10.2.0 lib/gitlab/qa/system_logs/shared_fields.rb
gitlab-qa-10.1.0 lib/gitlab/qa/system_logs/shared_fields.rb