-
-
Notifications
You must be signed in to change notification settings - Fork 681
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feature: upload dir and keep dir structure * docs: example upload dir and keep dir structure * feat: switch to async * feat: use pause and resume to await directory before file * feat: handle cases when directoryName is already an existing file * docs: describe options.createDirsFromUpload * fix: async await * fix: formatting #855 (comment) * tests: adapt tests * fix: too many tests us this port at the same time * tests: update sha1 (added linebreak) * test: update special chars we decode # encoded things now ? * test: force carriage return and use fetch * test: force async, * test: remove unused * test: move, use node for tests in test-node * test: try to fix jest error * test: update and fix custom plugin fail * test: disable this test, cannot understand the error ReferenceError: require is not defined 8 | size: 1024, 9 | filepath: '/tmp/cat.png', > 10 | name: 'cat.png', | ^ 11 | type: 'image/png', 12 | lastModifiedDate: now, 13 | originalFilename: 'cat.png', at _getJestObj (test/unit/persistent-file.test.js:10:7) at test/unit/persistent-file.test.js:19:1 * test: detect problematic test case, comment out (todo) * test: add test case for createDirsFromUploads option * test: semicolons and others * chore: version and changelog * feat: test command runs all tests at once * chore: update node version for testing * chore: up dependencies like in v2 9afd5f8 * chore: mark as latest on npm
- Loading branch information
1 parent
e5e25d2
commit c249922
Showing
23 changed files
with
338 additions
and
147 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,8 @@ | |
|
||
!**/test | ||
!**/test/** | ||
!**/test-node | ||
!**/test-node/** | ||
|
||
!**/*tests* | ||
!**/*tests*/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.