Add view to run experiments based on a given entity version#138
Add view to run experiments based on a given entity version#138
Conversation
Codecov Report
@@ Coverage Diff @@
## master #138 +/- ##
=====================================
Coverage 95% 95%
=====================================
Files 50 50
Lines 2069 2069
Branches 224 224
=====================================
Hits 1966 1966
Misses 76 76
Partials 27 27Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #138 +/- ##
=======================================
+ Coverage 91.8% 92% +0.1%
=======================================
Files 60 60
Lines 2418 2465 +47
Branches 253 262 +9
=======================================
+ Hits 2222 2269 +47
Misses 169 169
Partials 27 27
Continue to review full report at Codecov.
|
I know need to work out getting the checkboxes/buttons to something and then replicate for global models/protocols
…o my vagrant deployment will
jonc125
left a comment
There was a problem hiding this comment.
Hi Sarah. Some initial thoughts from a quick read-through; hope they're helpful!
This is what I meant by my review comment; sorry I was unclear!
Sorry, I should have noticed this a while ago!
|
This could do with a test that the view now works with a non-latest version of 'this_entity', but apart from that I think it's ready to merge. |
|
Note there are some fixes for this now as part of #185, so we'll need to cherry-pick those into this branch before merging. Relevant commits are I think 74c5b77, 7e4d598, 3208fc6. Also, given the speed of this view at the workshop was a little slow and the display was rather long, we might want to make a couple of extra changes.
|
|
Okay I cannot change the code that loads the runexperiments view to not grab commits from the repo - and this will be heavy hitting as it queries each version of each entity ! I also cannot work out a way of fetching the commits without hitting the repo. I can get cachedentities with some of the information but I need the actual commit object for the hrefs call to url functions. I accept I may be missing something but have spent some time playing with various queries etc and cannot see it. |
|
I would claim this done - again :-) |
jonc125
left a comment
There was a problem hiding this comment.
It just needs a test adding (or more likely modify one of the existing tests) to demonstrate that the view now works with a non-latest version of 'this_entity'.
which was worth it as I discovered I always redirected back to latest version even when using another - this is now fixed and tested
|
Might really be done this time :-) |
|
Yep :) |
Add view to run experiments based on a given entity version
Fixes #67.