mirror of
https://github.com/makeplane/plane.git
synced 2026-07-13 22:09:12 +02:00
* add types for clickup entities * add api service for clickup * add pull and transform methods * clickup folder * add migrator and bulk transformer for clickup * add clickup apk service for store * add clickup data store * add UI components and page clickup importer * add UI components and page clickup importer * fix bugs related to clickup import labels attachment issue type * fix duplicate comments * resolve plane client conflict * content parser for description * add relation map update for import job * fix issues regarding custom field types options and values * add translations + feature flag for clickup * fix missing integration type export * fix relation mapping across projects * fix false comment actors in data import task * fix cancel import job translation * fix cancel import job translation * fix rate limit issues for clickup import * push unique work items to transform job * handle username null in members * increase refetch timing for jobs * add rate limit fixes for pull in import job * remove protect in pull job as not required now * clickup additional data migrator for comments and attachments * clickup additional migrator setup * comment clickup importer * fix status mapping for custom status in list n folders * fix issues with clickup additional data migrator * add changes to etl pull method clickup * increase the rate limit for oauth tokens * add pulling percent logs * add batching to pull in clickup additional migrator * add mq changes for error handling from preview * Add migration for completed batch count + fix issues with progress of clickup additional migrator * add support for external id and source in project and state external apis * creation of project and state before transform if missing * UI changes to support only space selection and start all folder import job * Bug fixes for enhanced ClickUp importer with multi folder import; Translations; UI changes to support enhanced clickup importer * migration to support enhanced clickup changes * add emoji for project + no priority fix * add logs to debug job stuck issue * batch api calls to apiserver * Fix edge-case in data import task to handle empty batches, preventing jobs from getting stuck in "TRANSFORMING" state. * add retry logic for job finished in race condn and last batch failure * feat: Update API routes with count increment endpoint, refactor import report logic, and enhance logging for job processing * refactor: Improve logging in data import task and adjust batch completion logic for better handling of empty lists + UI fixes * refactor: Enhance logging in data import task and streamline batch completion handling for empty issue lists * refactor: remove batch locks * refactor: enhance error handling in data migration * chore: remove storing of members in config, skip sending relation map in get jobs * refactor: logs and labels transform * fix no page batch completion + feature flag clickup * fix duplicate state mapping and transforming stuck * reduce batching in state creation * fix: remove multer package and resolved build errors --------- Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>