-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature dockerize & deployment plugin & attachment button #69
Conversation
Refs: #6
Restructure Dockerfile & Setup CD
* Add Issue Templates for Features Add feature issue templates similar to the ones of the qunicorn repository but adjusted to the style of the workflow modeler.
* add xml viewer * remove ace * add border to resize editor * enable live update on diagram change * fix tests * increase initial size of xml viewer & limit max height * change size of modeler when xml viewer is enabled * remove jump after first resize * remove button from bottom left, add button to toolbar * add icon
* Add deployment model visualization Ref: #9 * Add deployment model visualization Ref: #9 * Orientate at top-node * refactor stroke style * add test * add test * add test * fix top level node detection behavior and error handling * Fix crash on hide --------- Co-authored-by: Maximilian Kuhn <maximilian.kuhn@ymail.com>
There are some issues regarding this PR:
|
|
# Conflicts: # components/bpmn-q/public/index.html
Using the |
Also fixed some typos in the code comments
…ts-II Fix/upstream pr comments
* Implement ArtifactType Dropdown * Implement artifact upload * Add Creation of Service Template Add functionality which creates the service template, which includes a node of a fitting node type for the selected artifact. * Auto Update SCAR * Add loading notification and change CSAR naming * fix artifact upload --------- Co-authored-by: Maximilian Kuhn <maximilian.kuhn@ymail.com> Co-authored-by: Christoph Walcher <christoph-wa@gmx.de>
|
Signed-off-by: Christoph Walcher <st180462@stud.uni-stuttgart.de> Signed-off-by: Maximilian Kuhn <maximilian.kuhn@ymail.com> Signed-off-by: Furkan Lokman <furkan.lokman@hotmail.com>
Signed-off-by: Maximilian Kuhn <maximilian.kuhn@ymail.com>
# Conflicts: # components/bpmn-q/modeler-component/editor/plugin/PluginHandler.js # components/bpmn-q/modeler-component/extensions/opentosca/configTabs/OpenTOSCATab.js # components/bpmn-q/modeler-component/extensions/quantme/QuantMEPlugin.js # components/bpmn-q/modeler-component/extensions/quantme/framework-config/config.js # components/bpmn-q/package-lock.json # components/bpmn-q/test/tests/editor/plugin.spec.js # components/bpmn-q/webpack.config.js
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Summary:
- Change the license year to 2023
- Look again at the naming of OpenTOSCA
- Add the option to update the service template when uploading a new file
- Fix test
components/bpmn-q/modeler-component/extensions/opentosca/OpenTOSCAPlugin.js
Show resolved
Hide resolved
components/bpmn-q/modeler-component/extensions/opentosca/deployment/OpenTOSCAUtils.js
Show resolved
Hide resolved
components/bpmn-q/modeler-component/extensions/opentosca/deployment/WineryUtils.js
Show resolved
Hide resolved
doc/quantum-workflow-modeler/extensions/opentosca-plugin/OpenToscaUI.jpg
Show resolved
Hide resolved
…mand-deployment-transformation Feature/4 enable on demand deployment transformation
…and-deployments 4 implement push ondemand deployments
components/bpmn-q/modeler-component/extensions/quantme/configTabs/QuantMETab.js
Show resolved
Hide resolved
components/bpmn-q/modeler-component/extensions/opentosca/OpenTOSCAPlugin.js
Show resolved
Hide resolved
...q/modeler-component/extensions/opentosca/modeling/properties-provider/ArtifactUploadModal.js
Show resolved
Hide resolved
components/bpmn-q/modeler-component/editor/ui/OnDemandDeploymentModal.js
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Upload von WAR-Java17 and WAR-Java8 always say that the service template creation failed. The service template exists but looks wrong
- Update of service template is not working correctly when doing this: Upload first PythonArchiveArtifact then WAR --> two top node, same for WAR then PythonArchiveArtifact
This PR includes the extraction of the deployment functionality into its own plugin, an extended Dockerfile, as well as an initial button and window for attaching deployment artifacts to service tasks.