Skip to content
Started 3 mo 7 days ago
Took 3 min 41 sec on basic-83t4h

#18 (Jan 27, 2024, 2:45:22 AM)

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

Started by user Thomas Jaeckle

This run spent:

  • 19 sec waiting;
  • 3 min 41 sec build duration;
  • 4 min 1 sec total from scheduled to completion.
Revision: 3f6be0f5c0d7884055c6635157426916ef3f2125
Repository: https://github.com/eclipse/ditto.git
  • refs/remotes/origin/master