Sha256: 81033bc0dbadc9d32fd2bfb0761d235f9b7620b71d0ee7f8483bda7dab89b866

Contents?: true

Size: 433 Bytes

Versions: 42

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

42 entries across 42 versions & 1 rubygems

Version Path
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
inferno_core-0.4.29 lib/inferno/apps/web/controllers/test_runs/results/index.rb
inferno_core-0.4.28 lib/inferno/apps/web/controllers/test_runs/results/index.rb
inferno_core-0.4.27 lib/inferno/apps/web/controllers/test_runs/results/index.rb
inferno_core-0.4.26 lib/inferno/apps/web/controllers/test_runs/results/index.rb
inferno_core-0.4.25 lib/inferno/apps/web/controllers/test_runs/results/index.rb
inferno_core-0.4.24 lib/inferno/apps/web/controllers/test_runs/results/index.rb
inferno_core-0.4.23 lib/inferno/apps/web/controllers/test_runs/results/index.rb
inferno_core-0.4.22 lib/inferno/apps/web/controllers/test_runs/results/index.rb
inferno_core-0.4.21 lib/inferno/apps/web/controllers/test_runs/results/index.rb
inferno_core-0.4.20 lib/inferno/apps/web/controllers/test_runs/results/index.rb
inferno_core-0.4.19 lib/inferno/apps/web/controllers/test_runs/results/index.rb
inferno_core-0.4.18 lib/inferno/apps/web/controllers/test_runs/results/index.rb
inferno_core-0.4.17 lib/inferno/apps/web/controllers/test_runs/results/index.rb
inferno_core-0.4.16 lib/inferno/apps/web/controllers/test_runs/results/index.rb
inferno_core-0.4.15 lib/inferno/apps/web/controllers/test_runs/results/index.rb
inferno_core-0.4.14 lib/inferno/apps/web/controllers/test_runs/results/index.rb
inferno_core-0.4.13 lib/inferno/apps/web/controllers/test_runs/results/index.rb