Skip to content
Started 5 mo 18 days ago
Took 2 min 2 sec

#5 (Nov 23, 2023, 4:01:42 AM)

Changes
  1. Re-enable composite updating for milestones and releases (details / githubweb)
  2. Moved from ANTLR 4.7.3 to 4.10.1. (details / githubweb)
  3. Fixed build. (details / githubweb)
  4. Updated target platform in the Jenkinsfile. (details / githubweb)
  5. Initial commit (details / githubweb)
  6. Added profile launch configuration (details / githubweb)
  7. Improved launch configuration (details / githubweb)
  8. Fix profiler launch config (details / githubweb)
  9. Improves profiling rendering (details / githubweb)
  10. Adds copyrights (details / githubweb)
  11. Cleans dependencies (details / githubweb)
  12. Adds build structure (details / githubweb)
  13. Fix build (details / githubweb)
  14. Added comments (details / githubweb)
  15. Renamed update site & included acceleo-aql (details / githubweb)
  16. Adds link with editor (details / githubweb)
  17. Adds basic coverage information (details / githubweb)
  18. Added coverage utility (details / githubweb)
  19. Improved coverage (details / githubweb)
  20. Fix coverage lifecycle issues (details / githubweb)
  21. Updates the main tab dialog (details / githubweb)
  22. Fix profiling launch issue (details / githubweb)
  23. Adds documentation (details / githubweb)
  24. Fix NPE (details / githubweb)
  25. Adds doc to eclipse help system (details / githubweb)
  26. Refactored AcceleoEnvironment. (details / githubweb)
  27. Removed set/getEvaluator() from IAcceleoEnvironment. (details / githubweb)
  28. Removed IReadOnlyQueryEnvironment from AstBuilderListener. (details / githubweb)
  29. Removed IQualifiedNameResolver from AcceleoEnvironment. (details / githubweb)
  30. Added IQualifiedNameResolver.getSourceLocation(IService). (details / githubweb)
  31. Removed IAcceleoEnvironment.getDestination(). (details / githubweb)
  32. Removed IAcceleoEnvironment writer and strategy. (details / githubweb)
  33. Removed IAcceleoEnvironment. (details / githubweb)
  34. Updated projects configuration. (details / githubweb)
  35. Fixed #26 Move profiler/coverage documentation to main documentation. (details / githubweb)
  36. Moving from lsp4e 0.20.5 to 0.21.0. (details / githubweb)
  37. Added myself to JenkinsFile emails. (details / githubweb)
  38. Fixed outline text. (details / githubweb)
  39. Fixed #25 Profiler model can be too big. (details / githubweb)
  40. Fixed #38 Use only one launch configuration type. (details / githubweb)
  41. Fixed #35 Add RCPTT tests for the profiler and code coverage. (details / githubweb)
  42. Fixed #36 The Acceleo LSP server should start on an unused port. (details / githubweb)
  43. Added RCPTT context for #43. (details / githubweb)
  44. Fixed #28 Open declaration on template parameter reference opens the template in the java output folder (bin). (details / githubweb)
  45. Disable Coverage RCPTT test. (details / githubweb)
  46. Fixed #37 Initialize CrossReferenceProvider and IRootEObjectProvider. (details / githubweb)
  47. Fixed #31 Add editor code templates. (details / githubweb)
  48. Added query missing expression test. (details / githubweb)
  49. Fixed #24 Missing expression in template report a missing template end tag. (details / githubweb)
  50. Fixed #32 Implement protected area generation. (details / githubweb)
  51. Fixed indentation tests startNotInlinedEndNotInlinedNoTextBeforeTextAfter. (details / githubweb)
  52. Removed AcceleoFileWriter temp file creation. (details / githubweb)
  53. Fixed #49 FileStatement append mode is not implemented. (details / githubweb)
  54. Fixed #50 Create lost files in append mode. (details / githubweb)
  55. Changed URL to URI in resolver. (details / githubweb)
  56. This help with the exception, but the opened editor is empty. (details / githubweb)
  57. Fixed #54 AQL feature completion does not work on dynamic meta-models. (details / githubweb)
  58. Minor change on completion proposal sort call. (details / githubweb)
  59. Added AcceleoTextDocumentService.willSaveWaitUntil(). (details / githubweb)
  60. Fixed #30 Implement show references. (details / githubweb)
  61. Fixed NPE in AstValidator. (details / githubweb)
  62. Fixed #59 Improve open declaration/definition. (details / githubweb)
  63. Fixed AQL invocation delegates deprecated calls. (details / githubweb)
  64. Fixed warnings in AQL tests. (details / githubweb)
  65. Fixed #63 AQL Add a common type for all AST node of AQL. (details / githubweb)
  66. Fixed open declaration on ForStatement Binding. (details / githubweb)
  67. Fixed NPE. (details / githubweb)
  68. Fixed #64 AQL Binding and VariableDeclaration shoould extends a common Declaration EClass. (details / githubweb)
  69. Updated Orbit update site. (details / githubweb)
  70. Added tests for #48 AQL allInstances() service seems to return EObject in its possible types. (details / githubweb)
  71. Fixed #73 AQL the AstResult.getAstNode() for a position in a lambda VariableDeclaration return the containing call. (details / githubweb)
  72. Fixed #58 AQL The method IQualifiedNameResolver.getDependOn() should be transitive on extends. (details / githubweb)
  73. Fixed #60 Add RCPTT tests for open declaration/definition. (details / githubweb)
  74. AQL version bump from 8.0.1 to 8.0.2. (details / githubweb)
  75. Fixed #78 Public templates and queries should be accessible to module that import any extending module. (details / githubweb)
  76. Fixed #79 Add tests for extends generation. (details / githubweb)
  77. Added RCPTT test for #61 show references. (details / githubweb)
  78. Fixed #55 Pass the URIConverter from the ResourceSet for models to the DefaultGenerationStrategy(). (details / githubweb)
  79. Removed EclipseAcceleoFileFinder. (details / githubweb)
  80. Fixed validation propagation across projects. (details / githubweb)
  81. Changed completion to CompletionList with incomplet flag. (details / githubweb)
  82. Updated target platform to 2023-03. (details / githubweb)
  83. Updated Jenkinsfile to 2023-03. (details / githubweb)
  84. Desactivate coverage RCPTT test. (details / githubweb)
  85. Added tests for #59 Add RCPTT tests for show references. (details / githubweb)
  86. Deactivated BindingFor show references RCPTT test. (details / githubweb)
  87. Improved show references RCPTT tests. (details / githubweb)
  88. Added deploy to maven build. (details / githubweb)
  89. Added distributionManagement to pom.xml. (details / githubweb)
  90. Disabled RCPTT tests VarRefBindingFor and VarRefTemplateParameter. (details / githubweb)
  91. Added deploy to maven build. (details / githubweb)
  92. Only publish maven artefacts on tags. (details / githubweb)
  93. Fixed Jenkinsfile. (details / githubweb)
  94. Fixed #33 Implement rename on template and query. (details / githubweb)
  95. Fixed #80 Add validation when an override return type is not compatible. (details / githubweb)
  96. Fixed isEmpty() calls. (details / githubweb)
  97. Fixed #81 Add a mecanism to call a super service like in Java. (details / githubweb)
  98. Fixed super: documentation. (details / githubweb)
  99. Added RCPTT tests for #33 Implement rename on template and query. (details / githubweb)
  100. Fixed #52 Add a way to have the current loop index in a ForStatement. (details / githubweb)
  101. Fixed #39 Change licenses to EPLv2. (details / githubweb)
  102. Removed source from targetplatform. (details / githubweb)
  103. Fixed #68 When creating a new line in the editor, the indentation should be added. (details / githubweb)
  104. Fixed #27 Provide a wizard to create a new module. (details / githubweb)
  105. Fixed #84 @main tag not highlighted in template documentation. (details / githubweb)
  106. Fixed RCPTT tests on CI. (details / githubweb)
  107. Improved AcceleoAutoEditStrategy to autoindent only if the cursor is at the end of the line. (details / githubweb)
  108. Fixed indentation removed when an inlined statement was present in a block. (details / githubweb)
  109. Removed extra space in code templates. (details / githubweb)
  110. Added new If tests for false condition. (details / githubweb)
  111. Fixed #94 Blocks generating empty contents generate an empty line if there is indentation. (details / githubweb)
  112. Fiexed #96 Expression finishing with () breaks text mate syntactical coloration in ProtectedStatement. (details / githubweb)
  113. Added expressionStatement/multiLinesWithIndentationEndsWithNewLine test. (details / githubweb)
  114. Fixed missing ] in protected area end header text mate grammar. (details / githubweb)
  115. Fixed #97 Protected area with indentation shift the protected content at regeneration. (details / githubweb)
  116. Fixed #44 Renaming a service java file doesn't trigger the validation of modules importing this class. (details / githubweb)
  117. Fixed #99 Workspace changes move and remove of a module doesn't trigget validation of depending modules. (details / githubweb)
  118. Fixed #88 When pasting multiline text the indentation should be preserved. (details / githubweb)
  119. Create README.md (details / githubweb)
  120. AQL added IValidationResult.getMessages(ASTNode). (details / githubweb)
  121. Fixed NPE for ErrorMetamodel. (details / githubweb)
  122. Fixed RCPTT tests workspace changes. (details / githubweb)
  123. Fixed #86 Add quick fixes. (details / githubweb)
  124. Fix uick fixes tests on Jenkins CI. (details / githubweb)
  125. Fix uick fixes tests on Jenkins CI. (details / githubweb)
  126. Fixed #107 Improve module name completion. (details / githubweb)
  127. Fixed #93 A module containing more than one service with the same signature should produce a validation error. (details / githubweb)
  128. Fixed #108 Add test of getCollectionType() in ICollectionType.isAssignableFrom(). (details / githubweb)
  129. Fixed #108 Add test of getCollectionType() in ICollectionType.isAssignableFrom(). (details / githubweb)
  130. Added link to Eclipse project website in README.md (details / githubweb)
  131. Fixed NPE when a breakpoint is set outside a module. (details / githubweb)
  132. First step for #45 add options support. (details / githubweb)
  133. Fixed Sirius tests on CI. (details / githubweb)
  134. Added a log file to migration tool. (details / githubweb)
  135. Use last version of Java in migration tool. (details / githubweb)
  136. Added missing lookup pop context in module evaluation. (details / githubweb)
  137. Fixed #90 references should show services with a more generic type and #92 rename refactoring only renames the services with the same type. (details / githubweb)

Started by user Laurent Goubet

This run spent:

  • 0.15 sec waiting;
  • 2 min 2 sec build duration;
  • 2 min 3 sec total from scheduled to completion.
Revision: 0798471ad8129d106848fd2c0137fefa16dc8cb2
Repository: https://github.com/eclipse-acceleo/acceleo
  • refs/remotes/origin/master

Configurations

default