Changes
#148 (Feb 17, 2021, 10:26:11 AM)
- graphic PRM modeling (commit: 17456e3) — bjoern.mueller / detail
#146 (Feb 12, 2021, 11:05:00 AM)
- fix dependency resolving (commit: dbbab49) — Lukas Harzenetter / detail
#144 (Feb 11, 2021, 10:49:57 AM)
- Sidebar for research plugins and instance model retrieval (#532) (commit: ef5daec) — Lukas Harzenetter / detail
- add ScriptPlugin implementation (commit: 7d3d91b) — Lukas Harzenetter / detail
#137 (Feb 3, 2021, 3:44:42 AM)
- fix test execution (commit: 23b6277) — Lukas Harzenetter / detail
#132 (Feb 1, 2021, 8:14:42 AM)
- add websocket (commit: db4c49b) — Lukas Harzenetter / detail
- wip (commit: eb47168) — Lukas Harzenetter / detail
- highlight nodes in TopMod (commit: efd1a9c) — Lukas Harzenetter / detail
- retrieve tomcat information (commit: 2686354) — Lukas Harzenetter / detail
#122 (Jan 18, 2021, 3:25:42 PM)
- retrieve tomcat information (commit: 2686354) — Lukas Harzenetter / detail
#120 (Jan 15, 2021, 4:14:06 PM)
- highlight nodes in TopMod (commit: efd1a9c) — Lukas Harzenetter / detail
#119 (Jan 14, 2021, 11:09:39 AM)
- wip (commit: eb47168) — Lukas Harzenetter / detail
#117 (Jan 13, 2021, 9:05:50 AM)
- add websocket (commit: db4c49b) — Lukas Harzenetter / detail
#109 (Nov 11, 2020, 3:40:06 AM)
- Merge master in project/radon (#220) (commit: 5233d37) — noreply / detail
- Fix cyclic import issue (#219) (commit: 74f02ac) — noreply / detail
#98 (Oct 19, 2020, 5:15:08 AM)
- YAML node group definitions (#215) (commit: fbc2e6b) — noreply / detail
#78 (Oct 6, 2020, 4:25:02 AM)
- Fix XML Boundary definitions management (#213) (commit: 8a29dd7) — noreply / detail
#77 (Oct 6, 2020, 3:50:01 AM)
- Create hierarchical submodule for tosca models (commit: c2926d1) — vogel612 / detail
- Copy xml model as preliminary canonical model (commit: a91ddc8) — vogel612 / detail
- Push xml-model into an xml subpackage to avoid naming collisions with canonical model (commit: 2664108) — vogel612 / detail
- Pull the Id system from winery.common into the canonical model (commit: 97e4cf5) — vogel612 / detail
- Remove XML serialization metainformation from canonical model (commit: b1afd8a) — vogel612 / detail
- Implement basic DataType retrieval (commit: b345cfd) — vogel612 / detail
- Implement TDataType transformation to canonical model (commit: e74b4ac) — vogel612 / detail
- Reinstate XML Serialization metadata for JSON response mechanism (commit: 44ec0d4) — vogel612 / detail
- Promote YAML-like implementation of DataTypes and their properties to Canonical status (commit: 285e1a6) — vogel612 / detail
- Convert existing Sidebar component to ng-sidebar (commit: 1d734d8) — vogel612 / detail
- Stop creating repositories left and right and instead inject it (commit: d734f7b) — vogel612 / detail
- Copyright update for modified files (commit: 6ae80f7) — vogel612 / detail
- Remove Definitions in canonical model. (commit: 7512a63) — vogel612 / detail
- Support complex properties on the backend level (commit: e1be07e) — vogel612 / detail
- Adress incompatibilities in the conversion from XML to Canonical (commit: 19744bc) — vogel612 / detail
- Extract edmm/toscalight into a separate satellite module (commit: 87558a3) — vogel612 / detail
- Rewrite Properties to simplify handling for XML model (commit: b8e7f58) — vogel612 / detail
- Stop incorrect conversions between null, "null", and "" for properties (commit: 74563ae) — vogel612 / detail
- Fix serialization and deserialization issues (commit: 3429238) — vogel612 / detail
- Fix various bugs in the transformation between xml and canonical model (commit: 064b25f) — vogel612 / detail
- Remove TBoolean indirection from the Canonical model (commit: ed82489) — vogel612 / detail
- Move RefinementModels and kvproperties to separate extensions package (commit: ba95a45) — vogel612 / detail
- Add XML Roundtrip test accessing the test-repository (commit: b6ef382) — vogel612 / detail
- Fix various issues around model transformations and persistence (commit: 5bf2489) — vogel612 / detail
- Add support for keySchema and entrySchema in properties definitions for YAML (commit: a134b11) — vogel612 / detail
- Add Javadoc explaining the deserialization process (commit: 7ea6eff) — vogel612 / detail
- Fix XML Serialization for Properties of TEntityTemplates (commit: b642428) — vogel612 / detail
- Remove XML-Roundtrip when obtaining TDefinitionWithCorrectImports (commit: 64ec8ec) — vogel612 / detail
- Minor todos (commit: a1dcc77) — vogel612 / detail
- Run Linter and fix issues (commit: b5b82e7) — vogel612 / detail
- Fix compilation issues introduced by rebase and restructuring of TOSCA extensions (commit: cd37d77) — vogel612 / detail
- Duplicate extensions to xml model and remove YAML classes from XML model (commit: ff02b2e) — vogel612 / detail
- Reinstate conversion code for Winery-Specific extensions of TOSCA and replace XMLDefinitionsBasedCsarEntry (commit: 5d611d4) — vogel612 / detail
- Correct nullable state of EntityTemplate's Type and reinstate nullchecking in ConsistencyChecker (commit: 2c7c854) — vogel612 / detail
- Add namespace declaration to extracted extensions package (commit: e341671) — vogel612 / detail
- Add culling for object references in updated topologies (commit: 0cd31ab) — vogel612 / detail
- Restore patching Any objects for JSON requests (commit: 979b631) — vogel612 / detail
- Extract ComplianceRuleChecker Tests into separate class (commit: adddbcb) — vogel612 / detail
- Fix serialization of Properties (commit: 9940e5a) — vogel612 / detail
- Purge all References to Types without JAXB-visible namespace URI declaration (commit: 8d436d0) — vogel612 / detail
- Fix linting issues (commit: 9ba8eee) — vogel612 / detail
- Remove PropertyDefinitions as wrapping class for List to restore serialization compatibility for WineryPropertiesDefinition (commit: 2e2a736) — vogel612 / detail
- Fix some more unit-tests around serialization issues (commit: bd84406) — vogel612 / detail
- Simplify PropertyAdapter, add VisualAppearance (commit: 93517b7) — vogel612 / detail
- Include JAXB-RI in xml model dependencies (commit: 4946a6a) — vogel612 / detail
- Manage expectations (commit: 97625c3) — vogel612 / detail
- Correct the conversion of element references in exported operations (commit: 368ce77) — vogel612 / detail
- Fix more unit tests (commit: 7a5a93d) — vogel612 / detail
- Fix various bugs and expectations, mostly around serialization (commit: b9aa50a) — vogel612 / detail
- Fix incorrect naming for Json properties abstract and final for EntityTypes (commit: e2445d0) — vogel612 / detail
- Fix more unit tests (commit: ed5cd50) — vogel612 / detail
- Fix unit PropertiesDefinition serialization (commit: 7bdd239) — vogel612 / detail
- Fix PatternRefinementModel tests (commit: 11afc88) — vogel612 / detail
- Fix final tests and checkstyle-suppressions (commit: 557b1fa) — vogel612 / detail
- Fix Inheritance Resource handling for DataTypes and JSON deserialization for Properties (commit: c7b241d) — vogel612 / detail
- Fix losing inputs and outputs when saving topology (commit: 1b92c8c) — vogel612 / detail
- more adaptations to the new model (commit: babace9) — Lukas Harzenetter / detail
- fix set type of relation mapping (commit: 09274d1) — Lukas Harzenetter / detail
- fix new modeling elements to be manageable in the UI (commit: 6634088) — Lukas Harzenetter / detail
- Housekeeping: Imports, Domain-Class Prefixes and cleanup (#212) (commit: 283b4f6) — noreply / detail
#74 (Sep 30, 2020, 7:15:01 AM)
- Housekeeping: Imports, Domain-Class Prefixes and cleanup (#212) (commit: 283b4f6) — noreply / detail
#67 (Sep 15, 2020, 9:05:08 AM)
- Create hierarchical submodule for tosca models (commit: c2926d1) — vogel612 / detail
- Copy xml model as preliminary canonical model (commit: a91ddc8) — vogel612 / detail
- Push xml-model into an xml subpackage to avoid naming collisions with canonical model (commit: 2664108) — vogel612 / detail
- Pull the Id system from winery.common into the canonical model (commit: 97e4cf5) — vogel612 / detail
- Remove XML serialization metainformation from canonical model (commit: b1afd8a) — vogel612 / detail
- Implement basic DataType retrieval (commit: b345cfd) — vogel612 / detail
- Implement TDataType transformation to canonical model (commit: e74b4ac) — vogel612 / detail
- Reinstate XML Serialization metadata for JSON response mechanism (commit: 44ec0d4) — vogel612 / detail
- Promote YAML-like implementation of DataTypes and their properties to Canonical status (commit: 285e1a6) — vogel612 / detail
- Convert existing Sidebar component to ng-sidebar (commit: 1d734d8) — vogel612 / detail
- Stop creating repositories left and right and instead inject it (commit: d734f7b) — vogel612 / detail
- Copyright update for modified files (commit: 6ae80f7) — vogel612 / detail
- Remove Definitions in canonical model. (commit: 7512a63) — vogel612 / detail
- Support complex properties on the backend level (commit: e1be07e) — vogel612 / detail
- Adress incompatibilities in the conversion from XML to Canonical (commit: 19744bc) — vogel612 / detail
- Extract edmm/toscalight into a separate satellite module (commit: 87558a3) — vogel612 / detail
- Rewrite Properties to simplify handling for XML model (commit: b8e7f58) — vogel612 / detail
- Stop incorrect conversions between null, "null", and "" for properties (commit: 74563ae) — vogel612 / detail
- Fix serialization and deserialization issues (commit: 3429238) — vogel612 / detail
- Fix various bugs in the transformation between xml and canonical model (commit: 064b25f) — vogel612 / detail
- Remove TBoolean indirection from the Canonical model (commit: ed82489) — vogel612 / detail
- Move RefinementModels and kvproperties to separate extensions package (commit: ba95a45) — vogel612 / detail
- Add XML Roundtrip test accessing the test-repository (commit: b6ef382) — vogel612 / detail
- Fix various issues around model transformations and persistence (commit: 5bf2489) — vogel612 / detail
- Add support for keySchema and entrySchema in properties definitions for YAML (commit: a134b11) — vogel612 / detail
- Add Javadoc explaining the deserialization process (commit: 7ea6eff) — vogel612 / detail
- Fix XML Serialization for Properties of TEntityTemplates (commit: b642428) — vogel612 / detail
- Remove XML-Roundtrip when obtaining TDefinitionWithCorrectImports (commit: 64ec8ec) — vogel612 / detail
- Minor todos (commit: a1dcc77) — vogel612 / detail
- Run Linter and fix issues (commit: b5b82e7) — vogel612 / detail
- Fix compilation issues introduced by rebase and restructuring of TOSCA extensions (commit: cd37d77) — vogel612 / detail
- Duplicate extensions to xml model and remove YAML classes from XML model (commit: ff02b2e) — vogel612 / detail
- Reinstate conversion code for Winery-Specific extensions of TOSCA and replace XMLDefinitionsBasedCsarEntry (commit: 5d611d4) — vogel612 / detail
- Correct nullable state of EntityTemplate's Type and reinstate nullchecking in ConsistencyChecker (commit: 2c7c854) — vogel612 / detail
- Add namespace declaration to extracted extensions package (commit: e341671) — vogel612 / detail
- Add culling for object references in updated topologies (commit: 0cd31ab) — vogel612 / detail
- Restore patching Any objects for JSON requests (commit: 979b631) — vogel612 / detail
- Extract ComplianceRuleChecker Tests into separate class (commit: adddbcb) — vogel612 / detail
- Fix serialization of Properties (commit: 9940e5a) — vogel612 / detail
- Purge all References to Types without JAXB-visible namespace URI declaration (commit: 8d436d0) — vogel612 / detail
- Fix linting issues (commit: 9ba8eee) — vogel612 / detail
- Remove PropertyDefinitions as wrapping class for List to restore serialization compatibility for WineryPropertiesDefinition (commit: 2e2a736) — vogel612 / detail
- Fix some more unit-tests around serialization issues (commit: bd84406) — vogel612 / detail
- Simplify PropertyAdapter, add VisualAppearance (commit: 93517b7) — vogel612 / detail
- Include JAXB-RI in xml model dependencies (commit: 4946a6a) — vogel612 / detail
- Manage expectations (commit: 97625c3) — vogel612 / detail
- Correct the conversion of element references in exported operations (commit: 368ce77) — vogel612 / detail
- Fix more unit tests (commit: 7a5a93d) — vogel612 / detail
- Fix various bugs and expectations, mostly around serialization (commit: b9aa50a) — vogel612 / detail
- Fix incorrect naming for Json properties abstract and final for EntityTypes (commit: e2445d0) — vogel612 / detail
- Fix more unit tests (commit: ed5cd50) — vogel612 / detail
- Fix unit PropertiesDefinition serialization (commit: 7bdd239) — vogel612 / detail
- Fix PatternRefinementModel tests (commit: 11afc88) — vogel612 / detail
- Fix final tests and checkstyle-suppressions (commit: 557b1fa) — vogel612 / detail
- Fix Inheritance Resource handling for DataTypes and JSON deserialization for Properties (commit: c7b241d) — vogel612 / detail
- Fix losing inputs and outputs when saving topology (commit: 1b92c8c) — vogel612 / detail
- more adaptations to the new model (commit: babace9) — Lukas Harzenetter / detail
- fix set type of relation mapping (commit: 09274d1) — Lukas Harzenetter / detail
- fix new modeling elements to be manageable in the UI (commit: 6634088) — Lukas Harzenetter / detail