mirror of
https://github.com/makeplane/plane.git
synced 2026-07-14 14:31:37 +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>
80 lines
2.3 KiB
JSON
80 lines
2.3 KiB
JSON
{
|
|
"name": "silo",
|
|
"version": "0.24.1",
|
|
"description": "A simple, lightweight, and fast integrations engine.",
|
|
"private": true,
|
|
"author": "engineering@plane.so",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "turbo run develop",
|
|
"develop": "nodemon --config \"./nodemon.json\"/",
|
|
"build": "rm -rf dist && tsc --noEmit && tsup --minify",
|
|
"start": "node dist/start.cjs",
|
|
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
|
|
"lint": "eslint . --ext .ts",
|
|
"test": "jest",
|
|
"check-types": "tsc --noEmit",
|
|
"check-format": "prettier --check \"**/*.{ts,tsx,md}\""
|
|
},
|
|
"dependencies": {
|
|
"@aws-sdk/client-s3": "^3.802.0",
|
|
"@aws-sdk/s3-request-presigner": "^3.810.0",
|
|
"@flatfile/api": "^1.12.0",
|
|
"@flatfile/listener": "^1.1.1",
|
|
"@flatfile/plugin-record-hook": "^1.11.2",
|
|
"@linear/sdk": "^30.0.0",
|
|
"@octokit/openapi-webhooks-types": "^8.3.0",
|
|
"@plane/sdk": "*",
|
|
"@types/bluebird": "^3.5.42",
|
|
"@types/cookie-parser": "^1.4.8",
|
|
"@types/jest": "^29.5.14",
|
|
"@types/pg": "^8.11.14",
|
|
"amqplib": "^0.10.4",
|
|
"axios": "^1.8.3",
|
|
"bluebird": "^3.7.2",
|
|
"cookie-parser": "^1.4.7",
|
|
"cors": "^2.8.5",
|
|
"csv-string": "^4.1.1",
|
|
"dotenv": "^16.4.7",
|
|
"express": "^4.21.2",
|
|
"express-winston": "^4.2.0",
|
|
"mimetics": "^1.0.4",
|
|
"node-html-parser": "^6.1.13",
|
|
"pg": "^8.15.5",
|
|
"postgres": "^3.4.4",
|
|
"redis": "^4.7.0",
|
|
"reflect-metadata": "^0.2.2",
|
|
"source-map-support": "^0.5.21",
|
|
"ts-jest": "^29.2.6",
|
|
"type-fest": "^4.26.1",
|
|
"uuid": "^11.0.3",
|
|
"winston": "^3.14.2",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"devDependencies": {
|
|
"@plane/eslint-config": "*",
|
|
"@plane/etl": "*",
|
|
"@plane/types": "*",
|
|
"@plane/typescript-config": "*",
|
|
"@slack/types": "^2.14.0",
|
|
"@t3-oss/env-core": "^0.11.1",
|
|
"@types/adm-zip": "^0.5.5",
|
|
"@types/amqplib": "^0.10.5",
|
|
"@types/cors": "^2.8.17",
|
|
"@types/express": "4.17.21",
|
|
"@types/express-winston": "^4.0.2",
|
|
"@types/jest": "^29.5.14",
|
|
"@types/redis": "^4.0.11",
|
|
"adm-zip": "^0.5.16",
|
|
"node-html-parser": "^6.1.13",
|
|
"nodemon": "^3.1.4",
|
|
"prettier": "^3.3.3",
|
|
"ts-node": "^10.9.2",
|
|
"ts-to-zod": "^3.13.0",
|
|
"tsc-alias": "^1.8.10",
|
|
"tsconfig-paths": "^4.2.0",
|
|
"tsup": "^8.4.0",
|
|
"typescript": "^5.3.3"
|
|
}
|
|
}
|