uppy/bin
Renée Kooi bb8b66d918
Use more cancellation-friendly strategy for limit: N uploads (#1736)
* xhr-upload: redo limit option using different strategy

* xhr-upload: fix marking requests as done

* Move duplicate createEventTracker definitions to @uppy/utils

* tus: new cancellation for local uploads

* tus: fix cancelling queued uploads

* tus: fix wrong name

* aws-s3-multipart: smol refactor

* aws-s3-multipart: new cancellation style

* aws-s3: new cancellation

* utils: port limitPromises test to RateLimitedQueue

* timing fix?

* tus: new cancellation on websocket

* xhr-upload: implement cancellation for remote uploads

* aws-s3-multipart: port to new cancellation

* utils: remove limitPromises

* xhr-upload: remove pause/resume code

* xhr-upload: clean up event listeners

* xhr-upload: extract progress timer to separate class

* Move ProgressTimeout class to utils

* utils: update typings

* Fix lint

* tus: make pause/resume respect the rate limiting queue

* tus: try to explain some of the tricky things at play in the Tus#upload method

* aws-s3-multipart: add missing { abort: true }

* aws-s3-multipart: make pause/resume respect the rate limiting queue

* eslintrc.json - fixed eslint warnings for jsdoc

* Revert "eslintrc.json - fixed eslint warnings for jsdoc"

This reverts commit 50b24773ce.

* eslintrc.json - allow indentation in jsdoc comments

* xhr-upload: fix promise return value

* tus: fix promise return value

* tus: add missing `return () => {}`

* utils: typing export type fixes

* tus: add more jsdoc

* companion-client: add missing SocketOptions type

* utils: fix more export typings

* core,companion-client,tus: more typings tweaking

* companion-client: test fix 😩

* companion-client: add type for Socket#open

* tus: fix emit() call

* add local cancellation fuzz....ish? test
2019-09-25 15:21:17 +02:00
..
after-version-bump.js add events.once 2019-05-29 10:52:00 +02:00
build-bundle.js Default locale for all plugins (#1443) 2019-04-17 13:34:23 +02:00
build-css.js Update eslint to v6 (#1777) 2019-08-13 21:45:30 +03:00
build-lib.js Upgrade Babel to v7 and Jest to 24 2019-05-20 11:27:00 +02:00
companion Refactor npm scripts, clean up unused ones (#1392) 2019-03-29 14:55:23 +01:00
disc.js Fix discify script now that we have .json files in build 2019-05-27 16:53:47 +02:00
endtoend-build Split integration tests and add one using create-react-app (#952) 2018-07-18 11:24:55 +02:00
endtoend-build-ci lerna link convert (#1730) 2019-07-19 12:16:36 +02:00
endtoend-build-tests Use more cancellation-friendly strategy for limit: N uploads (#1736) 2019-09-25 15:21:17 +02:00
locale-packs.js Update eslint to v6 (#1777) 2019-08-13 21:45:30 +03:00
make-new-versions-table Fix new versions table script. 2018-11-01 13:21:59 +01:00
release Add LOCAL=1 env var for npm run release 2019-05-29 10:20:17 +02:00
remove-accidental-git-tags.sh add remove-accidental-git-tags.sh 2019-02-15 23:24:44 +03:00
to-gif-hd.sh video to gif script, decent quality 2019-01-15 11:16:19 +03:00
to-gif-hq.sh add better gif creating script 2019-01-14 18:16:37 +03:00
to-gif.sh new demo video and gif, update frontpage code sample, design goals, add developed by transloasdit 2018-10-12 12:59:37 -04:00
travis-deploy ci: post-merge tweaks 2019-07-19 12:31:15 +02:00
travis-deploy-companion ci: deploy tweak #3465242374 2019-07-15 12:12:50 +02:00
upload-to-cdn.js Update bin/upload-to-cdn.js 2019-06-12 11:09:29 +02:00
web-deploy Speed up website deploys 2019-03-28 10:50:01 +01:00