Skip to content
Started 6 mo 13 days ago
Took 6 min 21 sec

Build #98 (Nov 9, 2023, 5:17:43 AM)

Changes
  1. remove not supported mongo features (details / githubweb)
  2. commented failing tests out (details / githubweb)
  3. rewrite MongoReadJournal aggregation for gathering "newest" active snapshots (details / githubweb)
  4. re-enabled formerly disabled tests (details / githubweb)
  5. added config parameter for "documentDB-compatibility-mode" (details / githubweb)
  6. conditionally create "wildcard index" in search only if not running in "documentDbCompatibilityMode" (details / githubweb)
  7. added running instructions for running Ditto agsinst Amazon DocumentDB (details / githubweb)
  8. [#1592] provide "Bearer" authentication for devops resources controlled via UI (details / githubweb)
  9. [#1592] switched grouping of different auth* methods based on "main / devops" auth (details / githubweb)
  10. prepare Ditto 3.2.0 release (details / githubweb)
  11. post Ditto 3.2.0 release: update binary-compatibility-check to version 3.2.0 (details / githubweb)
  12. post Ditto 3.2.0 release: update SECURITY.md (details / githubweb)
  13. fixed OverflowStrategy in SupervisedStream to backpressure instead of failing (details / githubweb)
  14. UI - New Operations tab (#1600) (details / githubweb)
  15. fix in UI that "bearerDevOps" token is stored to local storage (details / githubweb)
  16. provide release notes for Ditto 3.2.1 (details / githubweb)
  17. #1593 support removing existing fields from a JSON object in a merge patch using a regular expression (details / githubweb)
  18. #1593 added special "merge command" enforcement for patches including a regex: in that case, unrestricted WRITE access on the contained JSON object is required (details / githubweb)
  19. #1619 adjusted monitor to use in OutboundMappingProcessorActor#messageDiscarded (details / githubweb)
  20. UI - migrate to typescript (details / githubweb)
  21. bump Akka version to 2.6.21 (details / githubweb)
  22. UI - add typescript compiler to build step (details / githubweb)
  23. #1692 fix filtering of live message with empty resolved `extraFields` (details / githubweb)
  24. #1691 fixed persisting inline "_policy" in ThingMerged events (details / githubweb)
  25. #1690 use correct HTTP status code for "if-equal": skip on equality (details / githubweb)
  26. adjusted method name of exception builder (details / githubweb)
  27. fix that in Helm config `jwtOnly=false` will enabled pre-authentication in Ditto (details / githubweb)
  28. added github action for building UI on PRs (details / githubweb)
  29. Provide Ditto 3.3.5 release notes (details / githubweb)
  30. update Ditto version in Helm chart to 3.3.5 (details / githubweb)
  31. Support for basic nginx-ingress authentication (details / githubweb)
  32. increase log level from info to warn for "emptied out" search index update (details / githubweb)
  33. updated sitemap url (details / githubweb)
  34. Bump Chart version (details / githubweb)
  35. Remove hardcoded release name from the values.yaml file (details / githubweb)
  36. added post method for search and count (details / githubweb)
  37. Use Ditto-UI from docker Hub in default docker-compose.yml (details / githubweb)
  38. fix providing Ditto Adaptable information in the "_context" of an SSE event (details / githubweb)
  39. Correct documentation of RawMessage payload mapper headers (details / githubweb)
  40. Remove accidentally duplicated section (details / githubweb)
  41. fix using "/cloudevents" endpoint for other entities than things (details / githubweb)
  42. provide Ditto 3.3.6 release notes (details / githubweb)
  43. bump Ditto Helm chart appVersion to 3.3.6 (details / githubweb)
  44. fix release notes link 3.3.6 (details / githubweb)
  45. switch dependencies and imports to Pekko (details / githubweb)
  46. update documentation links (details / githubweb)
  47. move repositories from bom to root pom (details / githubweb)
  48. fix some wrong package names (details / githubweb)
  49. fix ddata tests (details / githubweb)
  50. renamed somma Akka leftovers in javadocs (details / githubweb)
  51. renamed somma AKKA_ in env variables to PEKKO_ (details / githubweb)
  52. ConnectionPerssistenceActor PLUGIN_ID to pekko (details / githubweb)
  53. use ported pekko-persistence-inmemory (details / githubweb)
  54. fixed some other akka leftovers (details / githubweb)
  55. fix unit tests (details / githubweb)
  56. dependency fix (details / githubweb)
  57. pekko management to v 1.0.0 (details / githubweb)
  58. pekko-persistence-mongodb to v 1.0 (details / githubweb)
  59. alpakka to pekko-connectors migration (details / githubweb)
  60. update NOTICE-THIRD-PARTY.md (details / githubweb)
  61. override pekko-serialization-jackson (details / githubweb)
  62. try to fix pekko-serialization-jackson bad transitive version (details / githubweb)
  63. update deployment/* files to pekko (details / githubweb)
  64. update legal dependencies files (details / githubweb)
  65. some more akka leftovers in deployment (details / githubweb)
  66. switch pekko-persistence-inmemory to sonatype repo (details / githubweb)
  67. set management port to Pekko's new default 7626 (details / githubweb)
  68. remove snapshot repos and fix inmemory plugin version (details / githubweb)
  69. sync mongo java driver version with pekko-persistence-mongodb (details / githubweb)
  70. pekko-persistence-mongodb version to 1.0.1, metadata-index name configs (details / githubweb)
  71. update documentation with migration steps (details / githubweb)
  72. remove unneeded line from config (details / githubweb)
  73. add topology spread constraints so ditto services spread equally among cluster nodes (details / githubweb)
  74. extract to values.yaml file hard-coded nginx-ingress configuration values (details / githubweb)
  75. Bump Chart version (details / githubweb)
  76. enable configuration of size "limits" in Helm chart (details / githubweb)
  77. feat(helm): allow priorityClassNames to be configured (details / githubweb)
  78. openApi documentation (details / githubweb)
  79. #1731 use tpl function for otelExporterOtlpEndpoint value (details / githubweb)
  80. fix wrong exception message when policy could not be implicitly created when creating thing (details / githubweb)
  81. Correct wording about need for URL-encoding of encryption key (details / githubweb)
  82. update used GitHub actions versions; k8s version matrix for Helm (details / githubweb)
  83. move migration steps to a release_notes file (details / githubweb)
  84. update changelog for 3.4.0 release (details / githubweb)
  85. Remove hint about changing inbox to outbox (details / githubweb)
  86. Allow spaces inside placeholder in target issued acknowledgement label (details / githubweb)
  87. Optimize docker files (details / githubweb)
  88. #1727 add new "thing-json" placeholder to be used in connections (details / githubweb)
  89. ditto docs (details / githubweb)
  90. #1706 fix review findings: (details / githubweb)
  91. fixed wrong use of HashMap vs. LinkedHashMap in policy model (details / githubweb)
  92. provide Ditto 3.3.7 release notes (details / githubweb)
  93. #1727 added unit test, using "thing-json:" placeholder in HTTP path (details / githubweb)
  94. prepare Ditto 3.3.7 Helm chart (details / githubweb)
  95. #1727 added new functions to the functions library: (details / githubweb)
  96. #1727 provided documentation of new "thing-json" placeholder + added functions (details / githubweb)
  97. #1727 fix test (details / githubweb)
  98. #1703 fixed wrongly emptied out search index on policy retrieval error due to internal timeouts (details / githubweb)
  99. #1730 fix test imports after merge of Pekko migration (details / githubweb)
  100. update maven plugins to latest versions (details / githubweb)
  101. #1739 provide the traceparent header as MDC value in logs (details / githubweb)
  102. add IntLevelJsonProvider as logstash/logback provider, adding the log level as "intLevel" (details / githubweb)
  103. #1739 log 2 separate MDC fields: "traceparent-trace-id" and "traceparent-span-id" (details / githubweb)
  104. #1739 removed IntLevelJsonProvider from default logback files in Helm chart (details / githubweb)
  105. #1739 undid chart changes (details / githubweb)
  106. downgrade to Scala 2.13.10 due to unit test errors in ThingsSseRouteBuilderTest (details / githubweb)
  107. update to Scala 2.13.12 again and fix root cause, using `CompletableFuture.completedStage` instead of `CompletableFuture.completedFuture` (details / githubweb)
  108. provide a new function to join placeholder array pipeline elements into a single string (details / githubweb)
  109. update to Swagger-UI 5.7.2 (details / githubweb)
  110. Add support for MQTT message expiry interval (details / githubweb)
  111. Add MQTT version information to MQTT headers (details / githubweb)
  112. Update documentation (details / githubweb)
  113. Add javadoc (details / githubweb)
  114. New Ingress resources only for devops paths (details / githubweb)
  115. Reducing time wait for ingress controller shutdown (details / githubweb)
  116. updating chart version to 3.3.8 and app version to nightly (details / githubweb)
  117. update dependencies (details / githubweb)
  118. Do not allow MQTT 5 user properties to overwrite special headers (details / githubweb)
  119. Do not include known MQTT headers in outgoing message based on feature toggle (details / githubweb)
  120. fix(helm): fix missing whitespace in JAVA_TOOL_OPTIONS (details / githubweb)
  121. Implement benchmark-tool, based on k6-runner (details / githubweb)
  122. renaming akkaClusterMaxFramesize in Helm config after migration to Pekko (details / githubweb)
  123. use 3.4.0-M1 milestone as appVersion instead of "nightly" (details / githubweb)
  124. Add escapes for placeholders, fix urls, add dependency versions, add myself as author (details / githubweb)
  125. improved logging in ConnectionIdsRetrievalActor (details / githubweb)
  126. Revert "improved logging in ConnectionIdsRetrievalActor" (details / githubweb)
  127. improved logging in ConnectionIdsRetrievalActor (details / githubweb)
  128. improved logging in ConnectionIdsRetrievalActor, pt.2 (details / githubweb)
  129. further stabilize connectionIds retrieval (details / githubweb)
  130. Rename post filename to match the permalink (details / githubweb)
  131. fixed ConnectionIdsRetrievalActorTest (details / githubweb)
  132. reduced Kamon startup warnings and logs (details / githubweb)
  133. update to Kamon 2.6.5 (details / githubweb)
  134. prepare Ditto 3.4.0 release notes (details / githubweb)
  135. reduce log level of 2 WARN log messages to INFO (details / githubweb)
  136. several small Ditto UI improvements (details / githubweb)
  137. made Ditto UI more responsive for mobile layout (details / githubweb)
  138. prevent browser from suggesting stored credentials for "search" input field (details / githubweb)
  139. increase size of "Things" editor when editing a thing (details / githubweb)
  140. increase width of edit mode editors to 90% (details / githubweb)
  141. apply fixes regarding message templates (details / githubweb)
  142. show "_metadata" in readonly things JSON viewer (details / githubweb)
  143. #1712 fix patching a thing, removing items did not correctly upgrade the thing on the UI (details / githubweb)
  144. added documentation for SSE "_context" extraField (details / githubweb)
  145. fixed NormalizedMessageMapperTest, including new "value" field to expectations (details / githubweb)
  146. #1631 fix putting metadata on a single property did not work (details / githubweb)
  147. fix SSE overwriting message input fields (details / githubweb)
  148. maintain SSE "Fields" determining behavior in backward compatible way (details / githubweb)
  149. enhance release notes with UI enhancements (details / githubweb)
  150. preserve httpStatus for other reason on faild create of thing (details / githubweb)
  151. provide new option for "if-equal" header: "skip-minimizing-merge" (details / githubweb)
  152. added unit test for "if-equal" header: "skip-minimizing-merge" (details / githubweb)
  153. update Ditto 3.4.0 publication date (details / githubweb)
  154. update appVersion of Helm Chart to 3.4.0 (details / githubweb)
  155. increase binary-compatibility-check.version to 3.4.0 after release (details / githubweb)
  156. disable reduced pom generation (details / githubweb)
  157. #1780 fix update headers of ConnectionClosed (details / githubweb)
  158. remove `_context` from thingEditor upon changes (details / githubweb)
  159. fix that ThingFieldSelector did not allow specific paths of "_metadata" (details / githubweb)
  160. bump swagger-ui version to resolve security issues (details / githubweb)
  161. fix swaggerui-init container script (details / githubweb)
  162. Bump com.rabbitmq:amqp-client from 5.14.3 to 5.18.0 in /bom (details / githubweb)
  163. Move x-Forwarded-User and x-ditto-pre-authenticated from ingress-controller to values.yaml config (details / githubweb)
  164. #1748 Add honoTenantId configuration for HonoConnection. (details / githubweb)
  165. Bump chart version (details / githubweb)
  166. Bump Chart-Version to 3.4.2 (details / githubweb)
  167. fix preserving DittoHeaders when encountering a JsonParseException (details / githubweb)
  168. bump helm/chart-testing-action to version 2.6.1 (details / githubweb)
  169. Update .github/workflows/helm-chart.yml (details / githubweb)
  170. Update .github/workflows/helm-chart.yml (details / githubweb)
  171. fix regression introduced in #1792 (details / githubweb)
  172. UI: fix that sending message payload `false` did not work in UI "Send Message" (details / githubweb)
  173. fix that JsonObjectBuilder.remove removes too much in certain cases (details / githubweb)
  174. fix search query mutiple sort option (details / githubweb)
  175. provide Ditto 3.4.1 release notes (details / githubweb)
  176. adjust Helm versions for 3.4.1 release (details / githubweb)
  177. fix release date in 3.4.1 release notes (details / githubweb)
Changes
  1. update appVersion of Helm Chart to 3.4.0 (details / githubweb)
  2. increase binary-compatibility-check.version to 3.4.0 after release (details / githubweb)
  3. disable reduced pom generation (details / githubweb)
  4. #1780 fix update headers of ConnectionClosed (details / githubweb)
  5. remove `_context` from thingEditor upon changes (details / githubweb)
  6. fix that ThingFieldSelector did not allow specific paths of "_metadata" (details / githubweb)
  7. bump swagger-ui version to resolve security issues (details / githubweb)
  8. fix swaggerui-init container script (details / githubweb)
  9. Bump com.rabbitmq:amqp-client from 5.14.3 to 5.18.0 in /bom (details / githubweb)
  10. Move x-Forwarded-User and x-ditto-pre-authenticated from ingress-controller to values.yaml config (details / githubweb)
  11. #1748 Add honoTenantId configuration for HonoConnection. (details / githubweb)
  12. Bump chart version (details / githubweb)
  13. Bump Chart-Version to 3.4.2 (details / githubweb)
  14. fix preserving DittoHeaders when encountering a JsonParseException (details / githubweb)
  15. bump helm/chart-testing-action to version 2.6.1 (details / githubweb)
  16. Update .github/workflows/helm-chart.yml (details / githubweb)
  17. Update .github/workflows/helm-chart.yml (details / githubweb)
  18. fix regression introduced in #1792 (details / githubweb)
  19. UI: fix that sending message payload `false` did not work in UI "Send Message" (details / githubweb)
  20. fix that JsonObjectBuilder.remove removes too much in certain cases (details / githubweb)
  21. fix search query mutiple sort option (details / githubweb)
  22. provide Ditto 3.4.1 release notes (details / githubweb)
  23. adjust Helm versions for 3.4.1 release (details / githubweb)
  24. fix release date in 3.4.1 release notes (details / githubweb)

Started by user Thomas Jaeckle

This run spent:

  • 24 sec waiting;
  • 6 min 21 sec build duration;
  • 6 min 21 sec total from scheduled to completion.
Revision: b3033c4907a3662f19f31ea4e0d3ef8056a09a6f
Repository: https://github.com/eclipse-ditto/ditto.git
  • refs/remotes/origin/master
Revision: 3af1800ebdc48e5e2e6865db7254bd62621dc16a
Repository: https://github.com/eclipse-ditto/ditto.git
  • refs/remotes/origin/release-3.4