mirror of
https://github.com/makeplane/plane.git
synced 2026-07-13 05:49:40 +02:00
* fix: silo service initial setup * feat: moved controllers inside runner * feat: created core definations for apps and context * feat: added interfaces required for apps * feat: moved shared definations * feat: added logger as an injection for apps * feat: changes to controllers * feat: added vm based app execution inside manager * feat: added dummy implementations for core constructs * feat: moved controllers to routes * feat: created worker moduler for processing message queue requests * feat: added task manager defination * feat: added context and manager separations * feat: created defaults for the defination implementation * feat: added async task management inside apps * feat: removed unnecessary arguments in function calls * feat: added context builder for app instances * feat: added runtime type safety with zod * feat: added packaged definition structure for silo apps * feat: added package based configuration for engine and definitions * feat: added custom eslint rule for throws decorator * feat: added custom eslint rule for try catch * feat: removed custom eslint config * feat: added authentication controller inside engine * feat: added auth in silo engine * feat: migrated jira ui module to plane * chore: removed jira app * chore: moved engine components into src_engine directory * feat: added base template inside new src directory * feat: migrated worker interface with mq and redis store inside new src * feat: created jira migrator and jira importer types * chore: migrated worker's helper inside the base directory * feat: added logic for booting up root worker * feat: added jira and jira auth service inside jira app * feat: added all transformers inside jira package * feat: added authorization types for jira * feat: added jira authentication oauth class * feat: added jira transformer and pull mechanisms inside jira app * feat: addded batching logic inside jira migrator * feat: embedded silo sdk inside jira migrator * feat: added plane migrator inside engine * feat: added plane migrator for push inside migration controller * feat: added controller methods for migration * feat: added credentials and job routes in controller * feat: added linear importer * feat: added linear pull function as importer * feat: added transformation for linear data * feat: added pull mechanism for linear * feat: attached linear data importer with migration controller * fix: removed hardcoded jira from cycle and module migrator * feat: fixed build errors * chore: addeed example env * feat: added authentication routes for jira * feat: added linear route controller * fix: restructuring * fix: sdk configs setup * fix: merge conflicts * fix: sdk setup * chore: added jira and linear importers and separate packages * feat: moved transformation parts to linear package * feat: decoupled jira logical parts with worker * fix: linear silo app to use linear package * fix: build errors and dependency resolution with packages in silo * fix: module build errors in silo * fix: linear authorization flow * feat: added logic for segregated workers * feat: attached task manager with the base starter * feat: added migrations, query and schema into db directory * feat: added linear importer and jira importer app structure * feat: added silo core package * chore: migrated worker and main engine controller inside apps * fix: made linear integration working * silo: added cors * feat: added base64 state changes with jira * chore: updated silo env * fix: jira token cookie * feat: added issue attachments in linear job * feat: added credentials controller * feat: added github package inside silo packages * feat: added resource fetching in jira api service * feat: added credentials locking * feat: created resources endpoint for jira * feat: added endpoints for getting jira data * fix: credentials not working * chore: exported jira types * chore: added jira states * fix: jira project pagination issue * chore: initiated silo folder in web * feat: added github routes and services in silo app * fix: build updates * fix: updated plane sdk and updated jira importer * chore: updated the importer layout * chore: removed as any from table component * chore: integrated importer dashboard * fix: tsup fixes * fix: removed unnecessary files * fix: removing tsup for building silo packages * fix: build related issues * fix: build issues * fix: eslint fixes * fix: silo build errors * fix: silo app build errors types * fix: reverting the cloud branch * fix: updated package json in silo service * fix: branch build cloud updated * fix: build errors in apps while using sdk due to ts-alias paths * fix: branch build cloud workflow fixes * fix: docker compose setup updates * fix: docker compose build fixes * fix: docker build fixes envs updated in example file * chore: updates folder structure and handled job services * chore: resolved build errors in silo chore * fix: docker compose cloud added * fix: build process docker compose * chore: updated jira workflow * chore: handled the job start and jira dashboard * chore: updated constants, file naming convention * chore: resolved merge conflicts * chore: integrated linear and updated jobs query * feat: added hostname changes * conflict: updated jira config and added issue transformation count in dashboard * conflict: updated job * chore: updated Jira status * chore: updated Jira status * fix: batch processing * fix: batch key release * chore: updated workflow for building images * fix: detached silo build * chore: updates linear and resolved build errors * fix: batch key missing * fix: linear workflow * chore: updated linear queries * fix: docker compose fixed for running silo services --------- Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com> Co-authored-by: Henit Chobisa <chobisa.henit@gmail.com>
98 lines
2.8 KiB
JSON
98 lines
2.8 KiB
JSON
{
|
|
"name": "web",
|
|
"version": "1.3.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "turbo run develop",
|
|
"develop": "next dev --port 3000",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint . --ext .ts,.tsx",
|
|
"lint:errors": "eslint . --ext .ts,.tsx --quiet",
|
|
"export": "next export",
|
|
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
|
|
},
|
|
"dependencies": {
|
|
"@atlaskit/pragmatic-drag-and-drop": "^1.1.3",
|
|
"@atlaskit/pragmatic-drag-and-drop-auto-scroll": "^1.3.0",
|
|
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.0.3",
|
|
"@blueprintjs/popover2": "^1.13.3",
|
|
"@headlessui/react": "^1.7.3",
|
|
"@intercom/messenger-js-sdk": "^0.0.12",
|
|
"@nivo/bar": "0.80.0",
|
|
"@nivo/calendar": "0.80.0",
|
|
"@nivo/core": "0.80.0",
|
|
"@nivo/legends": "0.80.0",
|
|
"@nivo/line": "0.80.0",
|
|
"@nivo/pie": "0.80.0",
|
|
"@nivo/scatterplot": "0.80.0",
|
|
"@plane/constants": "*",
|
|
"@plane/editor": "*",
|
|
"@plane/helpers": "*",
|
|
"@plane/types": "*",
|
|
"@plane/ui": "*",
|
|
"@popperjs/core": "^2.11.8",
|
|
"@plane/sdk": "*",
|
|
"@silo/core": "*",
|
|
"@silo/jira": "*",
|
|
"@silo/linear": "*",
|
|
"@react-pdf/renderer": "^3.4.5",
|
|
"@sentry/nextjs": "^8.32.0",
|
|
"@sqlite.org/sqlite-wasm": "^3.46.0-build2",
|
|
"@todesktop/client-core": "^1.9.0",
|
|
"axios": "^1.7.4",
|
|
"clsx": "^2.0.0",
|
|
"cmdk": "^1.0.0",
|
|
"date-fns": "^2.30.0",
|
|
"dotenv": "^16.0.3",
|
|
"isomorphic-dompurify": "^2.12.0",
|
|
"js-cookie": "^3.0.1",
|
|
"lodash": "^4.17.21",
|
|
"lucide-react": "^0.378.0",
|
|
"mobx": "^6.10.0",
|
|
"mobx-react": "^9.1.1",
|
|
"mobx-utils": "^6.0.8",
|
|
"next": "^14.2.12",
|
|
"next-themes": "^0.2.1",
|
|
"nprogress": "^0.2.0",
|
|
"papaparse": "^5.4.1",
|
|
"posthog-js": "^1.131.3",
|
|
"react": "^18.3.1",
|
|
"react-color": "^2.19.3",
|
|
"react-day-picker": "^8.10.0",
|
|
"react-dom": "^18.3.1",
|
|
"react-dropzone": "^14.2.3",
|
|
"react-hook-form": "7.51.5",
|
|
"react-markdown": "^8.0.7",
|
|
"react-pdf-html": "^2.1.2",
|
|
"react-popper": "^2.3.0",
|
|
"sharp": "^0.33.4",
|
|
"smooth-scroll-into-view-if-needed": "^2.0.2",
|
|
"swr": "^2.1.3",
|
|
"tailwind-merge": "^2.0.0",
|
|
"use-debounce": "^9.0.4",
|
|
"use-font-face-observer": "^1.2.2",
|
|
"uuid": "^9.0.0",
|
|
"zxcvbn": "^4.4.2",
|
|
"recharts": "^2.12.7"
|
|
},
|
|
"devDependencies": {
|
|
"@plane/eslint-config": "*",
|
|
"@plane/typescript-config": "*",
|
|
"@types/dompurify": "^3.0.5",
|
|
"@types/js-cookie": "^3.0.2",
|
|
"@types/lodash": "^4.14.202",
|
|
"@types/node": "18.16.1",
|
|
"@types/nprogress": "^0.2.0",
|
|
"@types/papaparse": "^5.3.14",
|
|
"@types/react": "^18.2.48",
|
|
"@types/react-color": "^3.0.6",
|
|
"@types/react-dom": "^18.2.18",
|
|
"@types/uuid": "^8.3.4",
|
|
"@types/zxcvbn": "^4.4.4",
|
|
"prettier": "^3.2.5",
|
|
"tailwind-config-custom": "*",
|
|
"typescript": "5.3.3"
|
|
}
|
|
}
|