This repository has been archived by the owner on Oct 23, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add feature to export quantum application archives (#32)
* Add button to export QAAs * Add data formats for image and QAA export * Update tests * Add empty check to options parameter * Fix export test * Avoid exception until QAA export is implemented * Store workflow model in QAA * Fix test case * Start moving modeling extension to client * Remove unused import * Move quantum4bpmn JSON to resource folder in client * Move QuantME utilities from plugin to core * Move constants from plugin to core * Move layouter to core * Update package--lock files * Start moving deployment functionality to core * Move binding and deployment utils * Move images to core * Move attribute checker to core * Move QuantMEMatcher * Store config with active modeler * Remove unnecassary local config in config plugin * Download CSARs and add them to QAA on export * Avoid duplicate export dialog for QAAs * Add notification for the user about pending QAA export * Update package-lock after final build
- Loading branch information