Closed naelob closed 1 month ago
Qovery can create a Preview Environment for this PR. To trigger its creation, please post a comment with one of the following command.
Command | Blueprint environment |
---|---|
/qovery []() preview 783d0240-ec38-4387-a9a9-8e225f1bd3e1 | dev |
/qovery []() preview {all|UUID1,UUID2,...} | To preview multiple environments |
This comment has been generated from Qovery AI :robot:. Below, a word from its wisdom :
Donβt Sacrifice Readability, you are going to debug it in 6 months
Latest commit: fc854e14fdf2456c331a99a0aeb2a80d12afafa9
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
[!CAUTION]
Review failed
The pull request is closed.
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
[Feature] Add third-party data ingestion queue [packages/api/src/@core/@core-services/queues/shared.service.ts]
[Feature] Implement batch processing for Google Drive sync [packages/api/src/filestorage/file/services/googledrive/index.ts]
[Feature] Add Google Drive queue processor [packages/api/src/filestorage/file/services/googledrive/processor.ts]
[Refactor] Update SyncParam interface [packages/api/src/@core/utils/types/interface.ts]
[Feature] Add sleep helper function [packages/api/src/@core/utils/helpers.ts]
[Bug Fix] Comment out generatePanoraParamsSpec call [packages/api/src/main.ts]
[Feature] Add new queue for third-party data ingestion [queue.module.ts, shared.service.ts, types.ts]
[Refactor] Update IngestDataService for improved data handling [ingest-data.service.ts]
[Feature] Implement sleep function for rate limiting [helpers.ts]
[Refactor] Enhance IBaseObjectService interface [interface.ts]
[Feature] Implement batch processing for Google Drive sync [googledrive/index.ts]
[Feature] Add Google Drive queue processor [googledrive/processor.ts]
[Bug Fix] Comment out generatePanoraParamsSpec call [main.ts]
[Feature] Add new queue for third-party data ingestion [queue.module.ts, shared.service.ts, types.ts]
[Refactor] Modify IngestDataService for improved data handling [ingest-data.service.ts]
[Feature] Add sleep helper function [helpers.ts]
[Refactor] Update IBaseObjectService interface [interface.ts]
[Refactor] Modify GoogleDriveService for batch processing [index.ts]
[Feature] Add GoogleDriveQueueProcessor [processor.ts]
[Bug Fix] Comment out generatePanoraParamsSpec in main.ts [main.ts]
Summary by CodeRabbit
New Features
FileService
andGoogleDriveService
with new integrations for improved data handling.Bug Fixes
Documentation