Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes for frontend regressions. #566

Merged
merged 2 commits into from May 15, 2019
Merged

Fixes for frontend regressions. #566

merged 2 commits into from May 15, 2019

Conversation

rwblair
Copy link
Collaborator

@rwblair rwblair commented May 14, 2019

datasets were moved to props of builder out of state, updated update analysis
function accordingly. Fixes #555

Disable next button on contrast tab if no contrasts present. Never set
flag to generate reports if no contrasts exist. Fixes #537

Have analyses names line break if too long. Fixes #562

Non existent analysis IDs will now redirect to /builder/. Fixes #484

on error codes 400 and above do not attempt to parse response as json, just
return status code so component can figure out what it wants to do.
Fixes #527

…nalysis

function accordingly. Fixes #555

Disable next button on contrast tab if no contrasts present. Never set
flag to generate reports if no contrasts exist. Fixes #537

Have analyses names line break if too long. Fixes #562

Non existant analysis IDs will now redirect to /builder/. Fixes #484

on error codes 400 and above do not attempt to parse response as json, just
return status code so component can figure out what it wants to do.
Fixes #527
@rwblair
Copy link
Collaborator Author

rwblair commented May 14, 2019

@adelavega I tested this code compiled and still wasn't seeing #556. Will address it in a future pr since it might take more investigation.

@codecov-io
Copy link

codecov-io commented May 14, 2019

Codecov Report

Merging #566 into master will increase coverage by 0.08%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #566      +/-   ##
==========================================
+ Coverage   84.59%   84.68%   +0.08%     
==========================================
  Files          39       39              
  Lines        1675     1724      +49     
==========================================
+ Hits         1417     1460      +43     
- Misses        258      264       +6
Impacted Files Coverage Δ
neuroscout/populate/convert.py 87.67% <0%> (+0.04%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0bfb2a7...521d49a. Read the comment docs.

@adelavega adelavega merged commit 803ca18 into master May 15, 2019
@adelavega adelavega deleted the frontend_regressions branch May 15, 2019 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants