-
Notifications
You must be signed in to change notification settings - Fork 430
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[import] Separate dataset import logic into separate modules (#173)
* [import] Separate dataset import logic into it's own module * [import] Assign filename to assets based on URL * [import] Fix strengthening of references * [import] Move CLI-parts out of package * [import-cli] Initial import command line tool * [import] Use async visibility for all commits * [import] Update readme * [import-cli] Add readme * [import-cli] Add progress indication * [import] Emit progress events * [core] Utilize @sanity/import when importing ndjson * [import] Update version numbers to match latest
- Loading branch information
Showing
51 changed files
with
2,145 additions
and
462 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
51 changes: 0 additions & 51 deletions
51
packages/@sanity/core/src/actions/dataset/import/batchedMutationStream.js
This file was deleted.
Oops, something went wrong.
79 changes: 0 additions & 79 deletions
79
packages/@sanity/core/src/actions/dataset/import/getAssetImporter.js
This file was deleted.
Oops, something went wrong.
46 changes: 0 additions & 46 deletions
46
packages/@sanity/core/src/actions/dataset/import/getBatchedAssetImporter.js
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
packages/@sanity/core/src/actions/dataset/import/getJsonStreamer.js
This file was deleted.
Oops, something went wrong.
48 changes: 0 additions & 48 deletions
48
packages/@sanity/core/src/actions/dataset/import/getReferenceWeakener.js
This file was deleted.
Oops, something went wrong.
40 changes: 0 additions & 40 deletions
40
packages/@sanity/core/src/actions/dataset/import/importDocumentsToDataset.js
This file was deleted.
Oops, something went wrong.
44 changes: 0 additions & 44 deletions
44
packages/@sanity/core/src/actions/dataset/import/strengthenReferences.js
This file was deleted.
Oops, something went wrong.
25 changes: 0 additions & 25 deletions
25
packages/@sanity/core/src/actions/dataset/import/strongReferences.js
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.