Sha256: 81033bc0dbadc9d32fd2bfb0761d235f9b7620b71d0ee7f8483bda7dab89b866

Contents?: true

Size: 433 Bytes

Versions: 39

Compression:

Stored size: 433 Bytes

Contents

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

            def handle(req, res)
              results = test_runs_repo.results_for_test_run(req.params[:id])
              res.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.6.1 lib/inferno/apps/web/controllers/test_runs/results/index.rb
inferno_core-0.6.0 lib/inferno/apps/web/controllers/test_runs/results/index.rb
inferno_core-0.5.4 lib/inferno/apps/web/controllers/test_runs/results/index.rb
inferno_core-0.5.3 lib/inferno/apps/web/controllers/test_runs/results/index.rb
inferno_core-0.5.2 lib/inferno/apps/web/controllers/test_runs/results/index.rb
inferno_core-0.5.1 lib/inferno/apps/web/controllers/test_runs/results/index.rb
inferno_core-0.5.0 lib/inferno/apps/web/controllers/test_runs/results/index.rb
inferno_core-0.4.44 lib/inferno/apps/web/controllers/test_runs/results/index.rb
inferno_core-0.4.43 lib/inferno/apps/web/controllers/test_runs/results/index.rb
inferno_core-0.4.42 lib/inferno/apps/web/controllers/test_runs/results/index.rb
inferno_core-0.4.41 lib/inferno/apps/web/controllers/test_runs/results/index.rb
inferno_core-0.4.40 lib/inferno/apps/web/controllers/test_runs/results/index.rb
inferno_core-0.4.39 lib/inferno/apps/web/controllers/test_runs/results/index.rb
inferno_core-0.4.38 lib/inferno/apps/web/controllers/test_runs/results/index.rb
inferno_core-0.4.35 lib/inferno/apps/web/controllers/test_runs/results/index.rb
inferno_core-0.4.34 lib/inferno/apps/web/controllers/test_runs/results/index.rb
inferno_core-0.4.33 lib/inferno/apps/web/controllers/test_runs/results/index.rb
inferno_core-0.4.32 lib/inferno/apps/web/controllers/test_runs/results/index.rb
inferno_core-0.4.31 lib/inferno/apps/web/controllers/test_runs/results/index.rb
inferno_core-0.4.30 lib/inferno/apps/web/controllers/test_runs/results/index.rb