Antoine du Hamel
c8384530fa
upgrade nanoid to v4 ( #3904 )
...
`nanoid` recently released a new ESM-only version.
2022-07-26 11:57:30 +02:00
Antoine du Hamel
aee4d3f371
@uppy/companion: upgrade redis to version 4.x ( #3589 )
...
Co-authored-by: Mikael Finstad <finstaden@gmail.com>
2022-07-25 15:14:13 +02:00
Mikael Finstad
c28ec8d413
remove unnecessary ts-ignores ( #3900 )
2022-07-25 19:20:23 +07:00
Antoine du Hamel
7b0db7d3a0
meta: use node: protocol when using Node.js built-in core modules ( #3871 )
...
`node:` protocol is available as of Node.js 14.18.0 LTS. Since we are
dropping support for all Node.js versions below that, we can take
advantage of this prefix to help differentiate built-in modules from npm
modules.
2022-07-18 14:09:03 +02:00
Antoine du Hamel
aaa383eea7
@uppy/companion: remove COMPANION_S3_GETKEY_SAFE_BEHAVIOR env variable ( #3869 )
...
And replace `uuid` dependency by Node.js built-in method.
2022-07-11 19:18:58 +02:00
github-actions[bot]
73388f0b23
Release: uppy@3.0.0-beta.2 ( #3868 )
...
| Package | Version | Package | Version |
| -------------------- | ------------ | -------------------- | ------------ |
| @uppy/companion | 4.0.0-beta.1 | @uppy/transloadit | 3.0.0-beta.2 |
| @uppy/locales | 3.0.0-beta.2 | @uppy/robodog | 3.0.0-beta.2 |
| @uppy/provider-views | 3.0.0-beta.2 | uppy | 3.0.0-beta.2 |
- example: fix `custom-provider` example (Antoine du Hamel / #3854 )
- example: fix Vue3 example (Antoine du Hamel / #3774 )
- @uppy/companion: remove deprecated duplicated metrics (Mikael Finstad / #3833 )
- example: update CDN example (Antoine du Hamel / #3803 )
- @uppy/companion: Companion 3 default to no s3 acl (Mikael Finstad / #3826 )
- @uppy/companion: rewrite companion.app() to return an object (Mikael Finstad / #3827 )
- @uppy/companion: remove companion provider compat api (Mikael Finstad / #3828 )
- @uppy/companion: rewrite code for node >=14 (Mikael Finstad / #3829 )
- @uppy/companion: remove chunkSize backwards compatibility (Mikael Finstad / #3830 )
- @uppy/companion: Companion: make `emitSuccess` and `emitError` private (Mikael Finstad / #3832 )
- @uppy/companion: do not use a default upload protocol (Mikael Finstad / #3834 )
2022-07-06 17:11:37 +01:00
Antoine du Hamel
4bdfbe7c48
Merge stable branch
2022-07-06 18:01:19 +02:00
github-actions[bot]
9eff85b76f
Release: uppy@2.12.2 ( #3865 )
...
| Package | Version | Package | Version |
| -------------------- | ------- | -------------------- | ------- |
| @uppy/companion | 3.7.0 | @uppy/transloadit | 2.3.2 |
| @uppy/locales | 2.1.1 | @uppy/robodog | 2.8.2 |
| @uppy/provider-views | 2.1.2 | uppy | 2.12.2 |
- @uppy/provider-views: improve logging (Mikael Finstad / #3638 )
- docs: de-dupe companion dev docs (Mikael Finstad / #3852 )
- @uppy/companion: Getkey safe behavior (Mikael Finstad / #3592 )
- website: fix broken links (YukeshShr / #3861 )
- @uppy/companion: doc: fix Google Drive example (Antoine du Hamel / #3855 )
- @uppy/locales,@uppy/transloadit: Fix undefined error in in onTusError (Merlijn Vos / #3848 )
- @uppy/companion: build an ARM64 container (Stuart Auld / #3841 )
- @uppy/locales: Add missing translations and reorder nl_NL locale (Kasper Meinema / #3839 )
- docs: Fix typo in aws-s3-multipart.md (Ikko Ashimine / #3838 )
- meta: do not rebase when preparing beta candidates (Antoine du Hamel)
- meta: fix hard-coded branch name in release script (Antoine du Hamel)
2022-07-06 15:42:22 +01:00
Mikael Finstad
3277ac3589
@uppy/provider-views: improve logging ( #3638 )
...
* add testing dynamic oauth example
* improve logging levels
Log origin errors with error level
* Update Dashboard.js
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
2022-07-06 16:28:58 +02:00
Mikael Finstad
01aa788aa2
@uppy/companion: Getkey safe behavior ( #3592 )
...
* add warning about default getKey
* add env variable to get a safer getKey default
COMPANION_S3_GETKEY_SAFE_BEHAVIOR
2022-07-06 15:16:51 +02:00
Antoine du Hamel
8c67460e25
doc: fix Google Drive example ( #3855 )
...
Refs: c1407070fb
2022-07-03 17:32:05 +02:00
Merlijn Vos
2925edb5aa
Fix undefined error in in onTusError ( #3848 )
2022-06-28 13:18:14 +02:00
Mikael Finstad
d6441d8d34
remove deprecated duplicated metrics ( #3833 )
...
* remove deprecated duplicated metrics
* remove backward compatibility
2022-06-27 10:07:15 -07:00
Mikael Finstad
2f46fd1f0d
Companion 3 default to no s3 acl ( #3826 )
...
* default to no ACL for s3
and remove no longer needed process.env.COMPANION_AWS_DISABLE_ACL
* fix what looks like a bug
2022-06-27 12:24:25 +07:00
Mikael Finstad
45e66509bc
rewrite companion.app() to return an object ( #3827 )
...
with { app, emitter }
gives more flexibility in the future
2022-06-27 12:06:44 +07:00
Mikael Finstad
ff1c20f7c5
remove companion provider compat api ( #3828 )
2022-06-27 12:06:28 +07:00
Mikael Finstad
242b28e422
rewrite code for node >=14 ( #3829 )
2022-06-27 12:06:12 +07:00
Mikael Finstad
0dc59e854b
remove chunkSize backwards compatibility ( #3830 )
...
see #3511
2022-06-27 12:05:56 +07:00
Mikael Finstad
abf9394aea
Companion: make emitSuccess and emitError private ( #3832 )
...
* remove redundant extraData from error
also make method private
* revert breaking change
* Update Uploader.js
2022-06-27 12:03:00 +07:00
Mikael Finstad
22c0218f18
do not use a default upload protocol ( #3834 )
2022-06-27 11:55:09 +07:00
Kasper Meinema
345415c706
Add missing translations and reorder nl_NL locale ( #3839 )
2022-06-20 14:56:47 +02:00
github-actions[bot]
f80f437973
Release: uppy@3.0.0-beta.1 ( #3822 )
...
| Package | Version | Package | Version |
| ------------------------- | ------------ | ------------------------- | ------------ |
| uppy | 3.0.0-beta.1 | @uppy/google-drive | 3.0.0-beta.1 |
| @uppy/audio | 1.0.0-beta.1 | @uppy/informer | 3.0.0-beta.1 |
| @uppy/box | 2.0.0-beta.1 | @uppy/instagram | 3.0.0-beta.1 |
| @uppy/compressor | 1.0.0-beta.1 | @uppy/locales | 3.0.0-beta.1 |
| @uppy/drop-target | 2.0.0-beta.1 | @uppy/onedrive | 3.0.0-beta.1 |
| @uppy/image-editor | 2.0.0-beta.1 | @uppy/progress-bar | 3.0.0-beta.1 |
| @uppy/remote-sources | 1.0.0-beta.1 | @uppy/provider-views | 3.0.0-beta.1 |
| @uppy/svelte | 2.0.0-beta.1 | @uppy/react | 3.0.0-beta.1 |
| @uppy/vue | 1.0.0-beta.1 | @uppy/redux-dev-tools | 3.0.0-beta.1 |
| @uppy/zoom | 2.0.0-beta.1 | @uppy/robodog | 3.0.0-beta.1 |
| @uppy/aws-s3 | 3.0.0-beta.1 | @uppy/screen-capture | 3.0.0-beta.1 |
| @uppy/aws-s3-multipart | 3.0.0-beta.1 | @uppy/status-bar | 3.0.0-beta.1 |
| @uppy/companion-client | 3.0.0-beta.1 | @uppy/store-default | 3.0.0-beta.1 |
| @uppy/core | 3.0.0-beta.1 | @uppy/store-redux | 3.0.0-beta.1 |
| @uppy/dashboard | 3.0.0-beta.1 | @uppy/thumbnail-generator | 3.0.0-beta.1 |
| @uppy/drag-drop | 3.0.0-beta.1 | @uppy/transloadit | 3.0.0-beta.1 |
| @uppy/dropbox | 3.0.0-beta.1 | @uppy/tus | 3.0.0-beta.1 |
| @uppy/facebook | 3.0.0-beta.1 | @uppy/unsplash | 3.0.0-beta.1 |
| @uppy/file-input | 3.0.0-beta.1 | @uppy/url | 3.0.0-beta.1 |
| @uppy/form | 3.0.0-beta.1 | @uppy/webcam | 3.0.0-beta.1 |
| @uppy/golden-retriever | 3.0.0-beta.1 | @uppy/xhr-upload | 3.0.0-beta.1 |
- meta: improve release process for beta branch (Antoine du Hamel / #3809 )
- uppy: refactor to ESM (Antoine du Hamel / #3807 )
- @uppy/core,@uppy/dashboard: fix types for some events (Antoine du Hamel / #3812 )
- example: update Vue2 example (Antoine du Hamel / #3802 )
2022-06-09 21:45:29 +01:00
Antoine du Hamel
a6029d0304
Merge stable branch
2022-06-09 21:15:10 +02:00
github-actions[bot]
8f8f0e2f6a
Release: uppy@2.12.1 ( #3821 )
...
| Package | Version | Package | Version |
| ----------------- | ------- | ----------------- | ------- |
| @uppy/transloadit | 2.3.1 | uppy | 2.12.1 |
| @uppy/robodog | 2.8.1 | | |
- @uppy/transloadit: fix `COMPANION_PATTERN` export (Antoine du Hamel / #3820 )
- meta: fix URL generation in the release script (Antoine du Hamel)
2022-06-09 17:12:43 +01:00
Antoine du Hamel
6355c23166
@uppy/transloadit: fix COMPANION_PATTERN export ( #3820 )
...
The export was renamed during during the ESM transition, which was an unintended breaking change. This commit restores the missing export.
Refs: https://github.com/transloadit/uppy/pull/3725
2022-06-09 13:09:36 +02:00
github-actions[bot]
a95e723775
Release: uppy@2.12.0 ( #3816 )
...
| Package | Version | Package | Version |
| ---------------------- | ------- | ---------------------- | ------- |
| @uppy/aws-s3 | 2.2.1 | @uppy/tus | 2.4.1 |
| @uppy/aws-s3-multipart | 2.4.1 | @uppy/url | 2.2.0 |
| @uppy/companion-client | 2.2.1 | @uppy/xhr-upload | 2.1.2 |
| @uppy/core | 2.3.1 | @uppy/robodog | 2.8.0 |
| @uppy/react | 2.2.2 | uppy | 2.12.0 |
| @uppy/remote-sources | 0.1.0 | | |
- @uppy/remote-sources: Add @uppy/remote-sources preset/plugin (Artur Paikin / #3676 )
- @uppy/react: Reset uppy instance when React component is unmounted (Tomasz Pęksa / #3814 )
- @uppy/aws-s3-multipart,@uppy/aws-s3,@uppy/tus: queue socket token requests for remote files (Merlijn Vos / #3797 )
- @uppy/xhr-upload: replace `ev.target.status` with `xhr.status` (Wes Sankey / #3782 )
- @uppy/core: fix `TypeError` when file was deleted (Antoine du Hamel / #3811 )
- @uppy/robodog: fix linter warnings (Antoine du Hamel / #3808 )
- meta: fix GHA workflow for prereleases (Antoine du Hamel)
- @uppy/aws-s3-multipart: allow `companionHeaders` to be modified with `setOptions` (Paulo Lemos Neto / #3770 )
- @uppy/url: enable passing optional meta data to `addFile` (Brad Edelman / #3788 )
- @uppy/url: fix `getFileNameFromUrl` (Brad Edelman / #3804 )
- @uppy/tus: make onShouldRetry type optional (Merlijn Vos / #3800 )
- doc: fix React examples (Antoine du Hamel / #3799 )
- meta: add GHA workflow for prereleases (Antoine du Hamel)
2022-06-07 18:11:01 +01:00
Artur Paikin
9a597114fd
Add @uppy/remote-sources preset/plugin ( #3676 )
...
Co-authored-by: Merlijn Vos <merlijn@soverin.net>
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
2022-06-07 18:56:02 +02:00
Tomasz Pęksa
2c05d51794
Reset uppy instance when React component is unmounted ( #3814 )
2022-06-07 18:14:37 +02:00
Merlijn Vos
df15292949
queue socket token requests for remote files ( #3797 )
...
Queue socket token request and immediately open socket connection. This commit helps reducing the probability of the remote socket timing out, and ensures the number of requests sent to Companion at once doesn't exceed the `limit` option.
2022-06-07 18:08:50 +02:00
Wes Sankey
aa1ecd4d60
@uppy/xhr-upload: replace ev.target.status with xhr.status ( #3782 )
2022-06-07 15:21:05 +02:00
Antoine du Hamel
76751f6f4f
@uppy/core: fix TypeError when file was deleted ( #3811 )
2022-06-07 07:48:35 +02:00
Antoine du Hamel
b7ecab5431
@uppy/core,@uppy/dashboard: fix types for some events ( #3812 )
2022-06-07 07:47:22 +02:00
Antoine du Hamel
4527b2ff28
@uppy/robodog: fix linter warnings ( #3808 )
2022-06-06 18:21:18 +02:00
Paulo Lemos Neto
6514e43e5d
@uppy/aws-s3-multipart: allow companionHeaders to be modified with setOptions ( #3770 )
2022-06-02 19:44:53 +02:00
Brad Edelman
a8726ba06b
@uppy/url: enable passing optional meta data to addFile ( #3788 )
...
This commit aligns `@uppy/url` with `@uppy/core`.
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
Co-authored-by: Merlijn Vos <merlijn@soverin.net>
2022-06-02 18:50:45 +02:00
Brad Edelman
7386cc9607
@uppy/url: fix getFileNameFromUrl ( #3804 )
...
Need to strip query string and fragment from URL when turning into a filename.
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
2022-06-01 16:11:02 +02:00
Merlijn Vos
cea6b733e3
@uppy/tus: make onShouldRetry type optional ( #3800 )
2022-05-31 14:30:21 +02:00
github-actions[bot]
861f264e53
Release: uppy@3.0.0-beta ( #3798 )
...
| Package | Version | Package | Version |
| ------------------------- | ---------- | ------------------------- | ---------- |
| @uppy/audio | 3.0.0-beta | @uppy/progress-bar | 3.0.0-beta |
| @uppy/aws-s3 | 3.0.0-beta | @uppy/provider-views | 3.0.0-beta |
| @uppy/aws-s3-multipart | 3.0.0-beta | @uppy/react | 3.0.0-beta |
| @uppy/box | 3.0.0-beta | @uppy/redux-dev-tools | 3.0.0-beta |
| @uppy/companion | 4.0.0-beta | @uppy/robodog | 3.0.0-beta |
| @uppy/companion-client | 3.0.0-beta | @uppy/screen-capture | 3.0.0-beta |
| @uppy/compressor | 3.0.0-beta | @uppy/status-bar | 3.0.0-beta |
| @uppy/core | 3.0.0-beta | @uppy/store-default | 3.0.0-beta |
| @uppy/dashboard | 3.0.0-beta | @uppy/store-redux | 3.0.0-beta |
| @uppy/drag-drop | 3.0.0-beta | @uppy/svelte | 3.0.0-beta |
| @uppy/drop-target | 3.0.0-beta | @uppy/thumbnail-generator | 3.0.0-beta |
| @uppy/dropbox | 3.0.0-beta | @uppy/transloadit | 3.0.0-beta |
| @uppy/facebook | 3.0.0-beta | @uppy/tus | 3.0.0-beta |
| @uppy/file-input | 3.0.0-beta | @uppy/unsplash | 3.0.0-beta |
| @uppy/form | 3.0.0-beta | @uppy/url | 3.0.0-beta |
| @uppy/golden-retriever | 3.0.0-beta | @uppy/utils | 5.0.0-beta |
| @uppy/google-drive | 3.0.0-beta | @uppy/vue | 3.0.0-beta |
| @uppy/image-editor | 3.0.0-beta | @uppy/webcam | 3.0.0-beta |
| @uppy/informer | 3.0.0-beta | @uppy/xhr-upload | 3.0.0-beta |
| @uppy/instagram | 3.0.0-beta | @uppy/zoom | 3.0.0-beta |
| @uppy/locales | 3.0.0-beta | uppy | 3.0.0-beta |
| @uppy/onedrive | 3.0.0-beta | | |
- meta: temporary adjust release script for the beta (Antoine du Hamel)
- meta: disable ESM to CJS transform in dist files (Antoine du Hamel / #3773 )
- @uppy/companion: remove `searchProviders` wrapper & move `s3` options (Merlijn Vos / #3781 )
- meta: do not test on EOL versions of Node.js (Antoine du Hamel / #3786 )
- @uppy/companion: remove support for EOL versions of Node.js (Antoine du Hamel / #3784 )
- @uppy/react: refactor to ESM (Antoine du Hamel / #3780 )
- @uppy/transloadit: remove IE 10 hack (Antoine du Hamel / #3777 )
2022-05-30 17:50:06 +01:00
Antoine du Hamel
6085477ed0
meta: disable ESM to CJS transform in dist files ( #3773 )
...
* meta: disable ESM to CJS transorm in dist files
This commit removes all the hacks that needed to happen in order to ship
working CJS code. Onwards, we plan to distribute Uppy packages as ESM.
* No mocking with Jest and ESM
2022-05-30 18:33:01 +02:00
Merlijn Vos
a46304023c
@uppy/companion: remove searchProviders wrapper & move s3 options ( #3781 )
2022-05-30 18:33:01 +02:00
Antoine du Hamel
3be8564b89
@uppy/companion: remove support for EOL versions of Node.js ( #3784 )
...
Node.js 10.x is EOL since 2021-04-31.
Node.js 11.x is EOL since 2019-06-01.
Node.js 12.x is EOL since 2022-04-30.
Node.js 13.x is EOL since 2020-06-01.
Node.js 15.x is EOL since 2021-06-01.
Node.js 17.x is EOL since 2022-06-01.
2022-05-30 18:33:00 +02:00
Antoine du Hamel
b4e5d86370
@uppy/react: refactor to ESM ( #3780 )
2022-05-30 18:33:00 +02:00
Antoine du Hamel
c223a1f204
@uppy/transloadit: remove IE 10 hack ( #3777 )
2022-05-30 18:32:53 +02:00
github-actions[bot]
3f34af100b
Release: uppy@2.11.0 ( #3796 )
...
| Package | Version | Package | Version |
| ------------------------- | ------- | ------------------------- | ------- |
| @uppy/angular | 0.3.1 | @uppy/progress-bar | 2.1.1 |
| @uppy/audio | 0.3.2 | @uppy/provider-views | 2.1.1 |
| @uppy/aws-s3 | 2.2.0 | @uppy/react | 2.2.1 |
| @uppy/aws-s3-multipart | 2.4.0 | @uppy/react-native | 0.3.1 |
| @uppy/box | 1.0.7 | @uppy/redux-dev-tools | 2.1.0 |
| @uppy/companion | 3.6.0 | @uppy/screen-capture | 2.1.1 |
| @uppy/companion-client | 2.2.0 | @uppy/status-bar | 2.2.1 |
| @uppy/compressor | 0.3.0 | @uppy/store-default | 2.1.0 |
| @uppy/core | 2.3.0 | @uppy/store-redux | 2.1.0 |
| @uppy/dashboard | 2.3.0 | @uppy/thumbnail-generator | 2.2.0 |
| @uppy/drag-drop | 2.1.1 | @uppy/transloadit | 2.3.0 |
| @uppy/dropbox | 2.0.7 | @uppy/tus | 2.4.0 |
| @uppy/facebook | 2.0.7 | @uppy/unsplash | 2.1.0 |
| @uppy/file-input | 2.1.1 | @uppy/url | 2.1.1 |
| @uppy/form | 2.0.6 | @uppy/utils | 4.1.0 |
| @uppy/golden-retriever | 2.1.0 | @uppy/vue | 0.4.8 |
| @uppy/google-drive | 2.1.1 | @uppy/webcam | 2.2.1 |
| @uppy/image-editor | 1.3.0 | @uppy/xhr-upload | 2.1.1 |
| @uppy/informer | 2.1.0 | @uppy/zoom | 1.1.1 |
| @uppy/instagram | 2.1.1 | @uppy/robodog | 2.7.0 |
| @uppy/onedrive | 2.1.1 | uppy | 2.11.0 |
- doc: update bundler recommendation (Antoine du Hamel / #3763 )
- @uppy/aws-s3-multipart: refactor to ESM (Antoine du Hamel / #3672 )
- @uppy/aws-s3: fix JSDoc type error (Antoine du Hamel / #3785 )
- @uppy/aws-s3: refactor to ESM (Antoine du Hamel / #3673 )
- @uppy/companion-client: Revert "Revert "@uppy/companion-client: refactor to ESM"" (Antoine du Hamel / #3730 )
- @uppy/companion: expire redis keys after 1 day (Mikael Finstad / #3771 )
- @uppy/companion: fix some linter warnings (Antoine du Hamel / #3752 )
- @uppy/compressor: Fix Compressor docs, pass files array to compressor:complete event (Artur Paikin / #3682 )
- @uppy/core: refactor to ESM (Antoine du Hamel / #3744 )
- @uppy/dashboard: refactor to ESM (Antoine du Hamel / #3701 )
- @uppy/dashboard: use webkitRelativePath when querying a file's relative path (Eduard Müller / taktik / #3766 )
- @uppy/golden-retriever: refactor to ESM (Antoine du Hamel / #3731 )
- @uppy/image-editor: remove CJS-interop hack in the source code (Antoine du Hamel / #3778 )
- @uppy/informer: @uppy/Informer: refactor to ESM (Antoine du Hamel / #3732 )
- @uppy/informer: remove remaining `require` call (Antoine du Hamel / #3737 )
- @uppy/provider-views: Add onKeyPress event handler to capture e.shiftKey, unavailable in onChange (Artur Paikin / #3768 )
- @uppy/redux-dev-tools: refactor to ESM (Antoine du Hamel / #3733 )
- @uppy/screen-capture: don't install when unsupported (Artur Paikin / #3795 )
- @uppy/store-default: refactor to ESM (Antoine du Hamel / #3746 )
- @uppy/store-redux: refactor to ESM (Antoine du Hamel / #3745 )
- @uppy/thumbnail-generator: refactor to ESM (Antoine du Hamel / #3734 )
- @uppy/transloadit: refactor to ESM (Antoine du Hamel / #3725 )
- @uppy/transloadit: transloadit: propagate error details when creating Assembly fails (Renée Kooi / #3794 )
- @uppy/tus: Add `onShouldRetry` as option to @uppy/tus (Merlijn Vos / #3720 )
- @uppy/tus: fix broken import (Antoine du Hamel / #3729 )
- @uppy/tus: fixup! @uppy/tus: wait for user promise on beforeRequest (Antoine du Hamel / #3712 )
- @uppy/tus: wait for user promise on beforeRequest (Antoine du Hamel / #3712 )
- @uppy/unsplash: refactor to ESM (Antoine du Hamel / #3728 )
- @uppy/utils: refactor to ESM (Antoine du Hamel / #3721 )
- dev: fix dev env Vite's config (Antoine du Hamel)
- dev: fix return type of generateSignatureIfSecret (Renée Kooi / #3793 )
- dev: remove `vite-plugin-jsx-commonjs` plugin on dev env (Antoine du Hamel / #3749 )
- dev: remove CJS-related hack in `build:locale-pack` script (Antoine du Hamel / #3764 )
- meta: e2e: run CI on PRs that modify the workflow file (Antoine du Hamel / #3740 )
- meta: fix linter warnings (Antoine du Hamel / #3753 )
- meta: fix more linter warnings (Antoine du Hamel / #3757 )
- meta: resolve warnings in `.d.ts` files (Antoine du Hamel / #3754 )
- meta: uppy: add Zoom plugin to the bundle and fix ESM exports (Antoine du Hamel / #3747 )
- test: Apply bin/update-yarn.sh (Merlijn Vos / #3775 )
- test: fix e2e dependency conflict (Merlijn Vos / #3779 )
- test: fixup! e2e: run CI on PRs that modify the workflow file (Antoine du Hamel / #3740 )
- test: prepare internal script files for lint rune hardening (Antoine du Hamel / #3760 )
- test: prepare test files for lint rule hardening (Antoine du Hamel / #3761 )
- test: Setup Cypress Dashboard (Merlijn Vos / #3691 )
- test: split Companion CI between Node.js legacy and supported versions (Antoine du Hamel / #3776 )
- website: disable linter warnings (Antoine du Hamel / #3759 )
2022-05-30 17:17:28 +01:00
Renée Kooi
3121fae11b
transloadit: propagate error details when creating Assembly fails ( #3794 )
...
* transloadit: propagate error details when creating Assembly fails
Clients are expected to use `error.assembly` to inspect details about
failed Assemblies, but then we do need to always give that property
back.
I think we should have a test for this but not sure how to approach it,
since it depends on responses from the Transloadit API. I guess we'd
require a new e2e test for it?
* Apply suggestions from code review
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
2022-05-30 16:50:30 +01:00
Artur Paikin
91e6ed2f99
@uppy/screen-capture: don't install when unsupported ( #3795 )
...
* Improve screen recording check: mediaDevices supprted on mobile, getDisplayMedia is not
* Update docs, mentioing getDisplayMedia
2022-05-30 16:49:00 +01:00
Antoine du Hamel
bad2fa7ca2
@uppy/aws-s3: fix JSDoc type error ( #3785 )
2022-05-30 14:12:44 +02:00
Antoine du Hamel
29e8fffac1
@uppy/companion: fix some linter warnings ( #3752 )
2022-05-26 10:20:18 +02:00
Mikael Finstad
5bd5d38b0e
expire redis keys after 1 day ( #3771 )
...
* expire redis keys after 1 day
to prevent buildup in redis
fixes #3748
* reuse redis config logic
* Update packages/@uppy/companion/src/server/Uploader.js
Co-authored-by: Tim Koschuetzki <tim-kos@users.noreply.github.com>
Co-authored-by: Tim Koschuetzki <tim-kos@users.noreply.github.com>
2022-05-26 13:19:46 +07:00
Eduard Müller / taktik
2f0b39b8dc
@uppy/dashboard: use webkitRelativePath when querying a file's relative path ( #3766 )
...
- fixes missing "relativePath" meta property when adding files via the "Browse Folder" link in the dashboard with Chrome or Edge
2022-05-25 12:16:49 +02:00