Skip to content
Started 1 yr 2 mo ago
Took 9 min 40 sec on basic-zfwh6
Success

#37 (Apr 4, 2023, 6:30:42 AM)

Changes
  1. Updated runtime definitions (details)
  2. Removed internal plugin from exported packages (details)
  3. Update to Tycho 2.7.0 and drop jboss tycho-plugins (details)
  4. Update to Tycho 2.7.1 (details)
  5. Modified editor contribution handlers: always use EMF change recorder and command (details)
  6. Updated standard editor contributions, removed abstract superclass (details)
  7. Reduced plugin dependencies of standard editor contributions (details)
  8. Extended CreateModelStructureHandler to also allow status messages (MessageDialog) (details)
  9. Added examples to demonstrate custom IDE extensions (editor actions, validations, visualizations) (details)
  10. Started documentation of local mode labels (details)
  11. Added namespace visualization (details)
  12. Updated namespace visualization (details)
  13. Updated class diagrams (details)
  14. Extended use of local mode labels: container is IExecutable (Task, ISR, Runnable) instead of Runnable only (details)
  15. Removed help pages of abandoned Sirius editors (details)
  16. Added documentation for local mode labels (details)
  17. Generated model descriptions (ecore, xml, xmi, xsd) (details)
  18. Updated model help (details)
  19. Added IDE extension examples to maven build and update site (details)
  20. Extended check for dot executable (included system variable GRAPHVIZ_DOT) (details)
  21. Updated p2 update site references (details)
  22. Updated model help: local mode labels (details)
  23. Bug 510962 - Added ModeLabelEvent (details)
  24. Removed unused model element icons (details)
  25. Updated help: Extended release notes (details)
  26. Updated generated model definitions (details)
  27. Updated definition files in model help (details)
  28. Updated model help: Added ModeLabelEvent (details)
  29. Increased size of SVG diagrams by factor 1.3 (details)
  30. Moved AmaltheaDefaultLabelProvider to edit plugin (details)
  31. Minor updates (details)
  32. Used same version of javax.annotation (1.2.0) in all bundle dependencies (details)
  33. Updated dependencies of visualization feature: added JavaFX (details)
  34. Updated feature dependencies and update site categories (details)
  35. Bug 578761 - Add preferences settings for APP4MC (details)
  36. Visualization feature: Added dependency to e(fx)clipse runtime feature (details)
  37. Added some validations for (local) mode labels (details)
  38. Help: Updated list of included validations (details)
  39. Updated generated AmaltheaValidator (details)
  40. Updated target definition and product to use components version 2.1.0 / latest (release phase) (details)
  41. Updated target definition and product updates to use snapshot components (development phase) (details)
  42. Removed pack200 plugins in pom.xml (details)
  43. Updated dynamic working sets and Oomph setup (details)
  44. Removed obsolete warning (details)
  45. Used lambdas to simplify selection listeners (details)
  46. Added scale to configuration parameters (details)
  47. Improved zoom handling (details)
  48. Updated to version 2.2.0 (pom.xml, feature.xml, MANIFEST.MF) (details)
  49. Updated to version 2.2.0 (model files *.amxmi) (details)
  50. Updated to version 2.2.0 (model definition, splash, ...) (details)
  51. Added file header (details)
  52. [Visualization] Improved button layout: centered label, no fixed margins (details)
  53. Moved "Duplicate ID" validations from validation framework to standard EMF validations (details)
  54. Harmonized access to model file location (EditorUtil, Compress/Uncompress) (details)
  55. Sim validation: added validation to ensure definition is set for processing units (error severity) and added a unit test for it (details)
  56. Sim validation: added unit test for frequency domain validation of ProcessingUnit, Memory, and ConnectionHandler elements (details)
  57. Sim validation: reduced the severity of "missing activity graph in runnables" validation from Warning to Info (details)
  58. Sim validation: added validations to ensure read/write latency or data-rate or both are set for HwAccessElements if hwAccessPath is not set and added a unit test for it. Added unit tests for read/write/access latency and data-rate of memory definition and HwConnection. (details)
  59. Sim validation: Preliminary fix (details)
  60. Sim Validation: fix for validation tests (details)
  61. Eclipse help: added new pages (draft) for platform extensions (details)
  62. Sim validation: added a new validation class to check whether the elements contained in the model are supported in APP4MCsim and issue a warning for those elements that are not supported. Correctness of behavior is verified using the example models from the Amalthea-to-APP4MC.sim transformation plugin. (details)
  63. Eclipse help: updated platform extensions (details)
  64. Eclipse help: updated examples, release notes (details)
  65. Regenerated derived model artefacts (ecore, schema, xmi) (details)
  66. Eclipse help: updated model definition files (details)
  67. Added Event Model Implementation (details)
  68. Release preparation: javadoc, list of validations, help (details)
  69. Updated target definition and product to use components version 2.2.0 / latest (release phase) (details)
  70. Updated target definition and product updates to use snapshot components (development phase) (details)
  71. Created another "custom editor action" example: Convert Weibull to histogram (details)
  72. Updated to version 3.0.0 (pom.xml, feature.xml, MANIFEST.MF) (details)
  73. Updated to version 3.0.0 (model files *.amxmi) (details)
  74. Updated to version 3.0.0 (model definition, splash, ...) (details)
  75. Removed deprecated model elements and regenerated code (details)
  76. Adapted software builder and test models (details)
  77. Updated software utils (details)
  78. Adjusted APP4MC.sim validations and tests (details)
  79. Adjusted Timing Architects validations and tests (details)
  80. Updated "custom editor action" example: select new object in editor (details)
  81. Cleanup of dependencies (details)
  82. Updated label provider (details)
  83. Extended builder example (details)
  84. [model] Fixed typo and regenerated model (details)
  85. [model] Simplified data type definitions (removed inline definition as part of labels and channels) (details)
  86. Updated plugin properties of ConnectionHandlerDefinition (details)
  87. Migrated EMF-intrinsic validations to Java (removed Xtend dependency) (details)
  88. [model] Added Mutex as new semaphore type (details)
  89. [Visualization] Added utility classes for SVG (PlantUML, GraphViz) (details)
  90. [Visualization] Updated Runnable Dependency Visualization to use new SVG utilities (details)
  91. [Visualization] Added visualization of references to EObject (details)
  92. Updated visualization feature (details)
  93. Simplified HW visualization (details)
  94. Fixed plugin and build properties (details)
  95. Removed obsolete EDF task has deadline validation. (details)
  96. Updated HW visualization: removed class variables (details)
  97. Updated SvgUtil: added method comments (details)
  98. Updated EMF visualization: removed class variables, added model change listeners (details)
  99. Used standard functional interface for lambdas with one argument (Consumer instead of Procedure1) (details)
  100. [Visualization] Trimmed read values of last choices (details)
  101. [Visualization] Extended registry methods (details)
  102. [Visualization] Added view menu (details)
  103. [Visualization] Added possibility to select (and persist) the supported visualizations of a view (details)
  104. [Visualization] Added handling of visualization parameters (details)
  105. [Visualization] Updated EObject references visualization (details)
  106. [Visualization] Updated Runnable dependency visualization (details)
  107. [Visualization] Fixed SVG utilities: pattern now matches multiline strings (details)
  108. Updated Semaphore pictures. (details)
  109. Updated/extended semaphore documentation. (details)
  110. Correctly described initialValue semantics of semaphores. (details)
  111. Added infos about validations rules in semaphore docu. (details)
  112. [Visualization] Fixed duplicate connections in hardware visualization (details)
  113. [Visualization] Runnable visualisations: added persisted scale parameter (details)
  114. Added semaphore and semaphore access standard validations. (details)
  115. Replaced Java 9 code with Java 1.8 compatible. (details)
  116. Added semaphore access builder methods. (details)
  117. Added semaphore and semaphore access validation tests. (details)
  118. Fixed standard scheduling parameter definition conformance test. (details)
  119. Minor changes (formatting, EnumSet) (details)
  120. Regenerated derived model artefacts (ecore, schema, xmi) (details)
  121. Eclipse help: updated model definition files (details)
  122. Updated help: Added newest release notes (details)
  123. Updated help: list of validations, activity graph items (details)
  124. Updated help: modified class diagrams (details)
  125. EMF intrinsic validation: Fixed wrong detection of circular containment (details)
  126. Updated semaphore documentation explaining the ownership property. (details)
  127. [Model] Added attribute ownership to Semaphore (details)
  128. Updated help and ecore/genmodel files (details)
  129. Extended semaphore validation (details)
  130. Extended unit tests (details)
  131. [help] Extended description of IDE Extension examples (details)
  132. [Visualization] Added possibility to set a custom view title (details)
  133. Updated help (details)
  134. Regenerated derived model artefacts (schema, xmi) (details)
  135. Eclipse help: updated model definition files (details)
  136. [Visualization] Created unique id for every view instance to improve view handling (details)
  137. Updated FAQ (UI freeze caused by JavaFX visualizations) (details)
  138. Extended p2 install actions (details)
  139. Updated semaphore ownership docu. (details)
  140. Removed ownership validation for counting semaphore, allow true/false. (details)
  141. Extended help: FAQ and Known Issues (details)
  142. Reorganized help files to avoid unwanted navigation links (details)
  143. Fixed validation comment (details)
  144. Updated target definition and product to use components version 3.0.0 / latest (release phase) (details)
  145. Updated target definition and product updates to use snapshot components (development phase) (details)
  146. Added a tag member visualization (details)
  147. Updated help: model constraints metrics (details)
  148. Enabled all update sites for model transformation (SLG, Simulaton) (details)
  149. Updated to version 3.1.0 (pom.xml, feature.xml, MANIFEST.MF) (details)
  150. Updated to version 3.1.0 (model files *.amxmi) (details)
  151. Updated to version 3.1.0 (model definition, splash, ...) (details)
  152. Updated required execution environment to Java 11 (details)
  153. Set required Java version to Java 11 (details)
  154. Unified handling of (immutable) lists, sets and maps (details)
  155. Updated Maven Tycho build (details)

Started by user Harald Mackamul

This run spent:

  • 6.6 sec waiting;
  • 9 min 40 sec build duration;
  • 9 min 46 sec total from scheduled to completion.
Revision: adbd6850e1ba1ebd9526809b8e496a591722cc6e
Repository: https://git.eclipse.org/r/app4mc/org.eclipse.app4mc
  • refs/remotes/origin/develop
Test Result (no failures)