Sha256: b77d9f43551f8cf599e5486bf5a7c66aee39343d0f35c9a55043a49adb75908b

Contents?: true

Size: 427 Bytes

Versions: 39

Compression:

Stored size: 427 Bytes

Contents

module Inferno
  module Web
    module Controllers
      module TestRuns
        module Results
          class Index < Controller
            include Import[test_runs_repo: 'repositories.test_runs']

            def call(params)
              results = test_runs_repo.results_for_test_run(params[:test_run_id])
              self.body = serialize(results)
            end
          end
        end
      end
    end
  end
end

Version data entries

39 entries across 39 versions & 1 rubygems

Version Path
inferno_core-0.3.12 lib/inferno/apps/web/controllers/test_runs/results/index.rb
inferno_core-0.3.11 lib/inferno/apps/web/controllers/test_runs/results/index.rb
inferno_core-0.3.10 lib/inferno/apps/web/controllers/test_runs/results/index.rb
inferno_core-0.3.9 lib/inferno/apps/web/controllers/test_runs/results/index.rb
inferno_core-0.3.8 lib/inferno/apps/web/controllers/test_runs/results/index.rb
inferno_core-0.3.7 lib/inferno/apps/web/controllers/test_runs/results/index.rb
inferno_core-0.3.6 lib/inferno/apps/web/controllers/test_runs/results/index.rb
inferno_core-0.3.5 lib/inferno/apps/web/controllers/test_runs/results/index.rb
inferno_core-0.3.4 lib/inferno/apps/web/controllers/test_runs/results/index.rb
inferno_core-0.3.3 lib/inferno/apps/web/controllers/test_runs/results/index.rb
inferno_core-0.3.2 lib/inferno/apps/web/controllers/test_runs/results/index.rb
inferno_core-0.3.1 lib/inferno/apps/web/controllers/test_runs/results/index.rb
inferno_core-0.3.0 lib/inferno/apps/web/controllers/test_runs/results/index.rb
inferno_core-0.3.0.rc1 lib/inferno/apps/web/controllers/test_runs/results/index.rb
inferno_core-0.2.0 lib/inferno/apps/web/controllers/test_runs/results/index.rb
inferno_core-0.2.0.rc4 lib/inferno/apps/web/controllers/test_runs/results/index.rb
inferno_core-0.2.0.rc3 lib/inferno/apps/web/controllers/test_runs/results/index.rb
inferno_core-0.2.0.rc2 lib/inferno/apps/web/controllers/test_runs/results/index.rb
inferno_core-0.2.0.rc1 lib/inferno/apps/web/controllers/test_runs/results/index.rb
inferno_core-0.1.4.pre lib/inferno/apps/web/controllers/test_runs/results/index.rb