Merged
Conversation
## [4.4.1](ipfs/ipfs-webui@v4.4.0...v4.4.1) (2024-11-30) CID `bafybeiatztgdllxnp5p6zu7bdwhjmozsmd7jprff4bdjqjljxtylitvss4` --- ### Bug Fixes * add lithuanian to languages.json ([ipfs#2293](ipfs#2293)) ([40c512b](ipfs@40c512b)) * analyze script doesn't persist stats.json ([ipfs#2290](ipfs#2290)) ([dbbdd70](ipfs@dbbdd70)) * **explore:** browsing chunked files and inspecting via context menu ([ipfs#2305](ipfs#2305)) ([0412970](ipfs@0412970)), closes [ipfs#2306](ipfs#2306) ### Trivial Changes * **ci:** add CAR file directly to cluster ([ipfs#2304](ipfs#2304)) ([e2ae110](ipfs@e2ae110)) * **ci:** no replication factor when pinning - use cluster's default ([ipfs#2302](ipfs#2302)) ([81b8f29](ipfs@81b8f29)) * **ci:** set cluster pin timeout to 30m ([4b8fc00](ipfs@4b8fc00)) * **ci:** udpate artifact actions to v4 ([ipfs#2292](ipfs#2292)) ([305908f](ipfs@305908f)) * **ci:** use repo in offline mode ([eaf63ed](ipfs@eaf63ed)) * pull new translations ([ipfs#2291](ipfs#2291)) ([bfe7e40](ipfs@bfe7e40)) * pull transifex translations ([ipfs#2296](ipfs#2296)) ([502abd4](ipfs@502abd4)) * pull transifex translations ([ipfs#2303](ipfs#2303)) ([89c094b](ipfs@89c094b)) * size-related labels in Files screen ([ipfs#2295](ipfs#2295)) ([49019d4](ipfs@49019d4))
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: lidel <lidel@users.noreply.github.com>
…a/ipfs-webui into feat/bulk-cids-import
Contributor
Author
|
Hey @SgtPooki, wanted to bump this! |
SgtPooki
reviewed
Jan 29, 2025
Member
SgtPooki
left a comment
There was a problem hiding this comment.
code looks okay, let me check locally
Member
|
this worked great... let me merge main and give you an approval |
SgtPooki
approved these changes
Jan 29, 2025
Closed
ipfs-gui-bot
pushed a commit
that referenced
this pull request
Mar 14, 2025
## [4.6.0](v4.5.0...v4.6.0) (2025-03-14) CID `bafybeibpaa5kqrj4gkemiswbwndjqiryl65cks64ypwtyerxixu56gnvvm` --- ### Features * add dark mode ([#2322](#2322)) ([d751fc6](d751fc6)) * bulk CIDs import ([#2307](#2307)) ([830a30d](830a30d)), closes [#2305](#2305) [#2306](#2306) [#2293](#2293) [#2290](#2290) [#2306](#2306) [#2304](#2304) [#2302](#2302) [#2292](#2292) [#2291](#2291) [#2296](#2296) [#2303](#2303) [#2295](#2295) [#2308](#2308) * **files:** CAR Import ([#2323](#2323)) ([e66590f](e66590f)) ### Trivial Changes * Pull transifex translations ([#2340](#2340)) ([493223a](493223a)) * Pull transifex translations ([#2343](#2343)) ([007dbb1](007dbb1))
Collaborator
|
🎉 This PR is included in version 4.6.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Introduces bulk import of CIDs using a text file, as requested in #2173
Users can upload a text file with a list of CIDs (and an optional name right after), as shown below:
Bulk importfrom Import dropdown and a modal to select a text file will pop upisIPFS.cid(), if any line fails then user won't be able to import it. Otherwise the name of the selected file will be showndoFilesBulkCidImportin actions.js responsible for going through text file and adding each CIDTesting
Demo
Bulk.Import.Final.Demo.mp4