mirror of
https://github.com/makeplane/plane.git
synced 2026-07-14 14:31:37 +02:00
* [SILO-142] Setup base for linear docs importer (#2934) * feat: added page external api endpoint for creating and getting pages * feat: added pages inside migration task * feat: added pull documents and transform document functions inside linear * feat: added pages inside generated payload pushed to queue * feat: added separate job as linear_docs migrator * fix: formatting * fix: data_import_task broken to separate functions * fix: separated github content-parser with linear content-parser * fix: remove not existing page logic in process page * fix: data import task to bulk create pages * [SILO-145] feat: adding extendable content-parser for silo, supporting linear docs importer 🤠 (#2966) * feat: added pages inside migration task * feat: added pull documents and transform document functions inside linear * feat: added pages inside generated payload pushed to queue * feat: added separate job as linear_docs migrator * fix: formatting * fix: data_import_task broken to separate functions * fix: separated github content-parser with linear content-parser * feat: added content parser runner class and external parser extensions * feat: added plane extension for plane side of parsing * feat: added base-file-extension helper * feat: added linear specific extensions and parser getter * feat: modified linear transform and api service * fix: modified base et for handling content-parsers opts * fix: removed extra functions from image proxy extension * fix: renamed to file-upload-helper * fix: comments for processorts * fix: moved get issue function inside mention parser * fix: logic optimization * feat: added modules extension in content-parser * fix: mentions parser to work with fallback options * fix: update user map type for linear * [SILO-154] Added Linear Docs as summary element and optimized summary endpoint (#3010) * feat: modified issue count endpoint to data summary endpoint * feat: modified store and UI to display summary fields * chore: resolved comments * [SILO-153] feat: dispatch finished & linear docs step bound with existing with linear issue import step (#3009) * feat: modified import task and controller to add a dispatch job * feat: modified base importer worker in order to accomodate finished step * feat: modified linear importer in order to handle custom completion step for job * chore: resolved comments