Skip to content
Started 3 mo 1 day ago
Took 3 min 16 sec on basic-s2x0s

#36 (Jan 26, 2024, 8:40:43 AM)

Build Artifacts
compile-ditto.txt6.33 KB view
dash-licenses-summary.txt8.39 KB view
provided-ditto.txt1.56 KB view
runtime-ditto.txt1.13 KB view
test-ditto.txt2.67 KB view
Changes
  1. #1703 fixed wrongly emptied out search index on policy retrieval error due to internal timeouts (details / githubweb)
  2. update maven plugins to latest versions (details / githubweb)
  3. #1739 provide the traceparent header as MDC value in logs (details / githubweb)
  4. add IntLevelJsonProvider as logstash/logback provider, adding the log level as "intLevel" (details / githubweb)
  5. #1739 log 2 separate MDC fields: "traceparent-trace-id" and "traceparent-span-id" (details / githubweb)
  6. #1739 removed IntLevelJsonProvider from default logback files in Helm chart (details / githubweb)
  7. #1739 undid chart changes (details / githubweb)
  8. downgrade to Scala 2.13.10 due to unit test errors in ThingsSseRouteBuilderTest (details / githubweb)
  9. update to Scala 2.13.12 again and fix root cause, using `CompletableFuture.completedStage` instead of `CompletableFuture.completedFuture` (details / githubweb)
  10. provide a new function to join placeholder array pipeline elements into a single string (details / githubweb)
  11. update to Swagger-UI 5.7.2 (details / githubweb)
  12. Add support for MQTT message expiry interval (details / githubweb)
  13. Add MQTT version information to MQTT headers (details / githubweb)
  14. Update documentation (details / githubweb)
  15. Add javadoc (details / githubweb)
  16. New Ingress resources only for devops paths (details / githubweb)
  17. Reducing time wait for ingress controller shutdown (details / githubweb)
  18. updating chart version to 3.3.8 and app version to nightly (details / githubweb)
  19. update dependencies (details / githubweb)
  20. Do not allow MQTT 5 user properties to overwrite special headers (details / githubweb)
  21. Do not include known MQTT headers in outgoing message based on feature toggle (details / githubweb)
  22. fix(helm): fix missing whitespace in JAVA_TOOL_OPTIONS (details / githubweb)
  23. Implement benchmark-tool, based on k6-runner (details / githubweb)
  24. renaming akkaClusterMaxFramesize in Helm config after migration to Pekko (details / githubweb)
  25. use 3.4.0-M1 milestone as appVersion instead of "nightly" (details / githubweb)
  26. Add escapes for placeholders, fix urls, add dependency versions, add myself as author (details / githubweb)
  27. improved logging in ConnectionIdsRetrievalActor (details / githubweb)
  28. Revert "improved logging in ConnectionIdsRetrievalActor" (details / githubweb)
  29. improved logging in ConnectionIdsRetrievalActor (details / githubweb)
  30. improved logging in ConnectionIdsRetrievalActor, pt.2 (details / githubweb)
  31. further stabilize connectionIds retrieval (details / githubweb)
  32. Rename post filename to match the permalink (details / githubweb)
  33. fixed ConnectionIdsRetrievalActorTest (details / githubweb)
  34. reduced Kamon startup warnings and logs (details / githubweb)
  35. update to Kamon 2.6.5 (details / githubweb)
  36. prepare Ditto 3.4.0 release notes (details / githubweb)
  37. reduce log level of 2 WARN log messages to INFO (details / githubweb)
  38. several small Ditto UI improvements (details / githubweb)
  39. made Ditto UI more responsive for mobile layout (details / githubweb)
  40. prevent browser from suggesting stored credentials for "search" input field (details / githubweb)
  41. increase size of "Things" editor when editing a thing (details / githubweb)
  42. increase width of edit mode editors to 90% (details / githubweb)
  43. apply fixes regarding message templates (details / githubweb)
  44. show "_metadata" in readonly things JSON viewer (details / githubweb)
  45. #1712 fix patching a thing, removing items did not correctly upgrade the thing on the UI (details / githubweb)
  46. added documentation for SSE "_context" extraField (details / githubweb)
  47. fixed NormalizedMessageMapperTest, including new "value" field to expectations (details / githubweb)
  48. #1631 fix putting metadata on a single property did not work (details / githubweb)
  49. fix SSE overwriting message input fields (details / githubweb)
  50. maintain SSE "Fields" determining behavior in backward compatible way (details / githubweb)
  51. enhance release notes with UI enhancements (details / githubweb)
  52. preserve httpStatus for other reason on faild create of thing (details / githubweb)
  53. provide new option for "if-equal" header: "skip-minimizing-merge" (details / githubweb)
  54. added unit test for "if-equal" header: "skip-minimizing-merge" (details / githubweb)
  55. update Ditto 3.4.0 publication date (details / githubweb)
  56. update appVersion of Helm Chart to 3.4.0 (details / githubweb)
  57. increase binary-compatibility-check.version to 3.4.0 after release (details / githubweb)
  58. disable reduced pom generation (details / githubweb)
  59. #1780 fix update headers of ConnectionClosed (details / githubweb)
  60. remove `_context` from thingEditor upon changes (details / githubweb)
  61. fix that ThingFieldSelector did not allow specific paths of "_metadata" (details / githubweb)
  62. bump swagger-ui version to resolve security issues (details / githubweb)
  63. fix swaggerui-init container script (details / githubweb)
  64. Bump com.rabbitmq:amqp-client from 5.14.3 to 5.18.0 in /bom (details / githubweb)
  65. Move x-Forwarded-User and x-ditto-pre-authenticated from ingress-controller to values.yaml config (details / githubweb)
  66. #1748 Add honoTenantId configuration for HonoConnection. (details / githubweb)
  67. Bump chart version (details / githubweb)
  68. Bump Chart-Version to 3.4.2 (details / githubweb)
  69. fix preserving DittoHeaders when encountering a JsonParseException (details / githubweb)
  70. bump helm/chart-testing-action to version 2.6.1 (details / githubweb)
  71. Update .github/workflows/helm-chart.yml (details / githubweb)
  72. Update .github/workflows/helm-chart.yml (details / githubweb)
  73. fix regression introduced in #1792 (details / githubweb)
  74. UI: fix that sending message payload `false` did not work in UI "Send Message" (details / githubweb)
  75. Add piggyback commands to ui (details / githubweb)
  76. Move try catch block to correct place, make sure onRequestDone is called in case of callDittoREST method error thrown (details / githubweb)
  77. Move stringifyPretty to utils, replace all JSON.stringify usage with util function. (details / githubweb)
  78. Moved piggyback to operations tab (details / githubweb)
  79. add newlines at end of files (details / githubweb)
  80. move piggyback files to operations/, rename operations to serviceLogging (details / githubweb)
  81. Fix path for piggyback request, remove commands not part of ditto (details / githubweb)
  82. fix that JsonObjectBuilder.remove removes too much in certain cases (details / githubweb)
  83. fix search query mutiple sort option (details / githubweb)
  84. provide Ditto 3.4.1 release notes (details / githubweb)
  85. adjust Helm versions for 3.4.1 release (details / githubweb)
  86. fix release date in 3.4.1 release notes (details / githubweb)
  87. #1801 Add trusted certificates configuration for HonoConnection. (details / githubweb)
  88. Remove util method for set editor value, replace calls with setEditorValue(value, -1) (details / githubweb)
  89. UI - Allow editors in full screen mode (details / githubweb)
  90. UI - enable scrolling back if not fullscreen (details / githubweb)
  91. Fix set command from template to command editor (details / githubweb)
  92. setValue instead of setEditorValue (details / githubweb)
  93. Add integration tests for MQTT (details / githubweb)
  94. Update MqttClientActorIT to test MQTT 3 and 5 (details / githubweb)
  95. Refactor (details / githubweb)
  96. Use rule instead of before for disabling tracing (details / githubweb)
  97. Start mosquitto container via tests (details / githubweb)
  98. Small improvements to tests (details / githubweb)
  99. Run MqttClientActorIT tests for clean session as well (details / githubweb)
  100. Small fixes (details / githubweb)
  101. Fix year in file headers (details / githubweb)
  102. Rework consuming messages from MQTT broker (details / githubweb)
  103. Minor changes (details / githubweb)
  104. Add some checks to BufferingFlowableWrapper (details / githubweb)
  105. Lower visibility of GenericMqttConsumingClient (details / githubweb)
  106. Uncomment assertion that all messages aare acked in testMultipleSources (details / githubweb)
  107. UI - Support for policy imports (details / githubweb)
  108. UI - policy imports review (details / githubweb)
  109. UI - policy imports review 2 (details / githubweb)
  110. UI - Send messages improvements (details / githubweb)
  111. UI - policy imports missing headers in new files (details / githubweb)
  112. UI - bug fix for things without features (details / githubweb)
  113. fix that non-successful message responses were not displayed in ACE editor (details / githubweb)
  114. display attributes in UI in an aceEditor instead of a simple inputfield (details / githubweb)
  115. enhance "Incoming Thing Updates" in UI to provide more information at a glance (details / githubweb)
  116. fix that a "wrong" JsonPointer in a search RQL query lead to ERRORs in Ditto (details / githubweb)
  117. address review finding, adding class resizable_pane and height (details / githubweb)
  118. improved error toast and showing errors from Ditto (details / githubweb)
  119. UI - fix operations new empty logger (details / githubweb)
  120. UI - fix 401 on startup (details / githubweb)
  121. preserve maxPid in listNewestActiveSnapshotsByBatch aggregation (details / githubweb)
  122. removed X-Original-URI (details / githubweb)
  123. add "final" to BufferingFlowableWrapper class (details / githubweb)
  124. #1826 fix JsonFieldSelectorTrie logic for objects and parts of those objects both being included in selected fields (details / githubweb)
  125. Added 50m log limit to all docker containers (details / githubweb)
  126. #1806 make a common metric prefix configurable for all gathered Ditto custom metrics (details / githubweb)
  127. #1806 provide configuration for operator defined custom metrics (details / githubweb)
  128. #1806 provide Helm configuration for metric prefix and custom metrics (details / githubweb)
  129. #1806 provide documentation (details / githubweb)
  130. #1806 added missing param javadoc (details / githubweb)
  131. #1806 bumped chart version to pass linting (details / githubweb)
  132. migrate logging to SLF4J 2.0.x and Logback 1.3.x (details / githubweb)
  133. provide Ditto 3.4.2 release notes (details / githubweb)
  134. prepare helm Chart.yaml for 3.4.2 (details / githubweb)
  135. fixed unit tests relying on old SLF4J "Binder" mechanism (details / githubweb)
  136. use logback 1.4.13 instead of 1.3.13 (details / githubweb)
  137. updated other logging related dependency versions (details / githubweb)
  138. #1883 return pre-authenticated configuration to location-snippet (details / githubweb)
  139. Updating chart version (details / githubweb)
  140. update logback 1.2 to mitigate CVE (details / githubweb)
  141. prepare release notes for Ditto 3.4.3 (details / githubweb)
  142. exclude false positive method from binary comp. check (details / githubweb)
  143. #1699 made building the Ditto UI image optional and configurable in build-images.sh (details / githubweb)
  144. fixed "deleted" action column values containing all features (details / githubweb)
  145. #1844 fix resolving revision or timestamp from the future was not directly denied (details / githubweb)
  146. #1844 fix wrong "reduction" when calculating retrieving `at-historical-revision` (details / githubweb)
  147. enhance WoT skeleton creation with more options (details / githubweb)
  148. remove noisy INFO log statement in StreamingSessionActor (details / githubweb)
  149. fixed that "condition" query param could not be provided as form field (details / githubweb)
  150. enhanced documentation, adding the "condition" for POST search (details / githubweb)
  151. updated docker-compose files to version 3.4, fixing broken file due to "logging" only being available in version "3" (details / githubweb)
  152. Fix maxWait value to match the newest version of xk6-kafka (details / githubweb)
  153. Remove test-local.env, rename test-cluster.env to test.env, add copyright headers to ditto-helm-values.yaml (details / githubweb)
  154. prepare Ditto 3.4.4 release notes (details / githubweb)
  155. bump Helm chart versions to 3.4.4 (details / githubweb)
  156. added license headers for 2024 (details / githubweb)
  157. Declare connectionStatusError variable (details / githubweb)
  158. #1854 enhance time:now* placeholders to calculate plus and minus from now (details / githubweb)
  159. #1854 provide documentation about enhanced now placeholder functionality (details / githubweb)
  160. #1583 apply RQL based filtering when streaming "historical" thing events (details / githubweb)
  161. #1583 provided documentation for filtering in historical thing events (details / githubweb)
  162. Provide same behavior for filtering in arrays via search's "filter" for specified "condition" (details / githubweb)
  163. UI - add filter for tables (details / githubweb)
  164. fix _policy enrichment on ThingCreated event (details / githubweb)
  165. update EnforcementFlowTest tests to supports updated cache retrieval for _policy enrichment (details / githubweb)
  166. fix license header (details / githubweb)
  167. added missing `logstash-logback-encoder.version` property (details / githubweb)
  168. fixed logging testing (details / githubweb)
  169. Enhance things search slot by displaying the amount of matching things (details / githubweb)
  170. Provide option to provide negative numbers to historical event streaming (details / githubweb)
  171. fixed copy&paste errors for calling wrapped `containsFlatteningArrays` (details / githubweb)
  172. Add subsystem health check to liveness checks (details / githubweb)
  173. Ditto 1521: Initial submission of scoping search fields for things. (details / githubweb)
  174. Corrected license headers. (details / githubweb)
  175. More corrected license headers. (details / githubweb)
  176. bumped slf4j and logback versions to latest patch releases (details / githubweb)
  177. 1. Corrected issues based on review.  2.  Added documentation on this feature. (details / githubweb)
  178. #1869 use cache in order to load imported policies when policies are loaded after invalidation in search (details / githubweb)
  179. Replaced namespace string with pattern. (details / githubweb)
  180. Added a namespace-pattern configuration. (details / githubweb)
  181. review commit: (details / githubweb)
  182. provided Helm configuration for configuring indexedFields for namespaces (details / githubweb)
  183. #1869 provided missing javadocs, fixed test (details / githubweb)
  184. provided unit test for testing an imported policy is only loaded once by using cache (details / githubweb)
  185. fixed trying to process empty "currentWriteModel" leading to BsonException (details / githubweb)
  186. #1839: introduce script to Helm chart updating pod-deletion-cost (details / githubweb)
  187. Fix helm-chart securityContext identation if openshift enabled (details / githubweb)
  188. Bump chart version (details / githubweb)
  189. prevent browser autocomplete to suggest credentials for several input fields (details / githubweb)
  190. bump chart version, fix indentation (details / githubweb)

Started by user Thomas Jaeckle

This run spent:

  • 48 sec waiting;
  • 3 min 16 sec build duration;
  • 4 min 4 sec total from scheduled to completion.
Revision: 7a31081968214fb520275364585dd2000858268d
Repository: https://github.com/eclipse/ditto.git
Repository: https://github.com/eclipse/dash-licenses.git
  • refs/remotes/origin/master