You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: implement DAG node retrieval in dsnFetcher service
* Update dag indexer (#135)
* refactor: update dag indexer
* chore: add dag-indexer command to package.json for improved workspace management
* feat: use updated entity for fetching metadata
* chore: update GitHub Actions workflow triggers to simplify event handling
* refactor: update ExtendedIPLDMetadata interface to omit 'data' property from IPLDNodeData
* chore: update test commands in Makefile to include file-retriever and object-mapping-indexer tests
* refactor: simplify getPartial function in dsnFetcher and update related tests for chunk retrieval
* refactor: clean up partialDownloads test by removing unused imports
* chore: update test command in Makefile to replace object-mapping-indexer with indexer
* refactor: enhance dsnFetcher to streamline file reconstruction
* fix: correct index increment logic in migrateToFileCache function of dsnFetcher
* fix: handle errors in fetchFileAsStream to ensure proper stream closure in dsnFetcher
* refactor: construct ipld tree using recursive psql query
* fix: ensure proper stream closure in fetchFileAsStream by moving controller.close() to the correct position
0 commit comments