-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable QRMs as concrete solutions for augmentation and behavioral pat…
…terns (#157) * Improve logs in pattern transformator * Remove unused code * Inline pattern declaration * Add missing variable declaration * Move pattern removal to utils * Add docs * Fix linting * Remove unused code * Add utility function to retrieve types in a generic manner * Add utility method to check for QuantME subprocesses * Remove redundant code * Improve logging * Simplify check for forbidden patterns * Add constant for pattern prefix * Switch to direct import * Fix headings * Add PatternId to pattern modeling constructs * Incorporate pattern ID when adding pattern modeling constructs for selected patterns * Forward pattern ID during transformation * Remove faulty logging * Retrieve pattern ID by type * Add IDs to test * Add QC atlas to test setup * Add environment and version for Pattern Atlas container * Add QC Atlas * Fix ports for test setup * Add version for WF engine * Add database to test setup * remove unused import * remove unused import * Fix equality checks * Fix unused declarations * Remove unused code * Run linter * Use constant for QuantumCircuitExecutionTask * Use constant for REM * Move comment to correct position * Remove duplicate ajax method * Remove pattern IDs from test workflow * Fix port mapping * Bump DB version * Add DB env * Move env to corresct container * Add endpoint for Latex renderer * Log status code * Add log for wf deployment * Run linter * Adapt pattern endpoints * Run linter * Add additional logging * Add logging * Add done statement * Increase timeout * Remove done() * Remove log * Add TODO for test case * adding funcitionalty for inserting concrete solutions from qc-atlas for augmentation patterns * linting * fix space removal bug * linting * Remove solved TODOs * update atlas version in compose * Check cutting config within pattern test * Improve logging * Use business object to check correct config * update qrm retrieval to include patternsolutions * refactoring * refactoring * Only retrieve QRMs from repo within QuantME test * Linter * Fix second invocation of updateQRM * Add test case loading pattern-based QRMs * Activite new test file * fix visibility of variable --------- Co-authored-by: mbeisel <beiselmn@gmail.com>
- Loading branch information
Showing
46 changed files
with
743 additions
and
448 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 0 additions & 27 deletions
27
components/bpmn-q/modeler-component/editor/util/camunda-utils/ConnectorUtil.js
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.