feat(entity-archival): add package for entity level archival#2137
feat(entity-archival): add package for entity level archival#2137yeshamavani wants to merge 8 commits intomasterfrom
Conversation
|
| private options: ArchivalComponentOptions = DEFAULT_ARCHIVAL_OPTIONS, | ||
| ) { | ||
| this.providers = {}; | ||
| this.application.component(CoreComponent); |
There was a problem hiding this comment.
why do we have this dependency ?
There was a problem hiding this comment.
when we move this to soft-delete this will no longer be required as I needed this to check if the repo is using DefaultCRUD by loopback or DefaultSoftDelete by ARC since the 'delete' methods are different for both
packages/archival/README.md
Outdated
There was a problem hiding this comment.
after reading this, I feel this should be part of soft delete package
There was a problem hiding this comment.
will move once the changes are approved as there are comments to be resolved
packages/archival/src/providers/process-import-data.provider.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Entire flow for retrieval should be in this service file
| data.push(...fileContent); | ||
| } | ||
|
|
||
| const dsName = 'db'; |
There was a problem hiding this comment.
refactor this code. ensure connection is closed gracefully
53f880a to
09db749
Compare
11a5dc8 to
0a50c23
Compare
|





gh-1778
Description
Added a new package for entity level archival
Fixes #1778
Type of change
Please delete options that are not relevant.
Checklist: