Mailspring/spec-nylas/stores
Ben Gotow 425856b053 fix(file-uploads): Smattering of bug fixes related to uploading & canceling uploads
Summary:
Cancelling a file upload properly makes the task return Task.Status.Finished (previously it was broken and returning Task.Status.Retry)

Dragging a directory now gives you a nice error message

Aborting an upload now looks for the task with the given ID, not a task with the given filepath since there could be identical uploads happening in other windows

Make it more explicit that the uploadId is not the task ID

Add a few tests

Test Plan: Run new tests

Reviewers: evan

Reviewed By: evan

Differential Revision: https://phab.nylas.com/D1750
2015-07-15 16:52:43 -07:00
..
contact-store-spec.coffee fix(*): can select participant with space if it's an email 2015-07-13 10:25:30 -04:00
database-connection-spec.coffee refactor(DB): promisify database 2015-06-26 07:42:41 -07:00
database-store-spec.coffee refactor(DB): promisify database 2015-06-26 07:42:41 -07:00
draft-store-spec.coffee feat(signatures): Initial signature support 2015-07-14 12:20:06 -07:00
file-upload-store-spec.coffee fix(file-uploads): Smattering of bug fixes related to uploading & canceling uploads 2015-07-15 16:52:43 -07:00
focused-contacts-store-spec.coffee fix(naming): Move atom/inbox/nilas refs to Nylas 2015-05-15 11:07:28 -07:00
focused-content-store-spec.coffee fix(mark-as-read): Wait for messages to load, then 700msec, before marking as read 2015-06-17 19:58:20 -07:00
focused-tag-store-spec.coffee refactor(utils): switch to regular underscore 2015-05-19 16:06:59 -07:00
message-store-spec.coffee fix(mark-as-read): Wait for messages to load, then 700msec, before marking as read 2015-06-17 19:58:20 -07:00
metadata-store-spec.coffee fix(naming): Move atom/inbox/nilas refs to Nylas 2015-05-15 11:07:28 -07:00
namespace-store-spec.coffee fix(mailto): Handle mailto on application launch, populate NamespaceStore synchronously 2015-05-21 18:08:29 -07:00
task-queue-spec.coffee fix(composer): fix double-sending issue 2015-07-13 10:50:27 -04:00