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

Upload dataset feature #839

Merged
merged 9 commits into from
Jan 21, 2021
Merged

Upload dataset feature #839

merged 9 commits into from
Jan 21, 2021

Conversation

tihuan
Copy link
Contributor

@tihuan tihuan commented Jan 21, 2021

Reviewers

Functional:

Readability:


Changes

  • add
  • remove
  • modify

seve and others added 8 commits January 13, 2021 11:53
* css fixes/tweaks to make room for cancel button

* assign gutters as left padding

* Place cancel button

* create delete dataset query

* use mutation instead of query

* button successfully cancels

* handle errors from server

* cancel check util

* switch back to cancel_pending

* early exit if cancelled

* grab datasetid from response

* add alert to delete dataset

* remove errors and logging

* allow nullish with error handling

* brackets

* null -> undefined
* thuang-705-upload-datasets-part-3

* handling useDeleteDataset()

* add back error handling

* only poll dataset metadata when valid

* update checkIfFailed() to check conversion failed first

* use Blueprint buttons for Download Modal

* add tryUntil() test helper

* update DeleteDataset Cancel Button style
@codecov
Copy link

codecov bot commented Jan 21, 2021

Codecov Report

Merging #839 (8767a16) into main (5363474) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #839   +/-   ##
=======================================
  Coverage   94.80%   94.80%           
=======================================
  Files          65       65           
  Lines        3718     3718           
=======================================
  Hits         3525     3525           
  Misses        193      193           
Flag Coverage Δ
backend 94.80% <ø> (ø)
python 94.80% <ø> (ø)
unitTest 94.80% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


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 384a911...8767a16. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upload Dataset Part 4 [Delete Dataset/Cancel Upload] Upload Dataset Part 3 [Conversion Progress]
2 participants