Skip to content
Started 1 yr 4 mo ago
Took 3 min 51 sec
Failed

Build #80 (Jan 26, 2023, 8:44:52 AM)

Changes
  1. Connection type 'Hono' introduced (details / githubweb)
  2. HonoConfig introduced to provide properties for the new Hono-connection type (details / githubweb)
  3. DefaultHonoConfig and conf files update (details / githubweb)
  4. Config values added (details / githubweb)
  5. Redundant file removed (details / githubweb)
  6. HonoCredentials taken from static configuration (details / githubweb)
  7. Config refactored (details / githubweb)
  8. Config refactored (details / githubweb)
  9. Connection "enrichment" (details / githubweb)
  10. CR-11462 Add HonoValidator impl and Junit tests (details / githubweb)
  11. Connection "enrichment" (details / githubweb)
  12. Fixed HonoValidator merge issues (details / githubweb)
  13. Hono-connection enrichment fixed (details / githubweb)
  14. ConfigValues renamed to HonoConfigValue, minor fixes (details / githubweb)
  15. Review issues fixes, unit tests fixed (details / githubweb)
  16. Review issues fixes, unit tests fixed (details / githubweb)
  17. DefaultHonoConfig class moved from api to service, URI init fixed (details / githubweb)
  18. Minor refactoring of ConfigWithFallback. (details / githubweb)
  19. Streamline behaviour of DefaultScopedConfig in case of an unknown enum value. (details / githubweb)
  20. Refactored HonoConfig. (details / githubweb)
  21. Connection enrichment refactored, HonoConfig cleaned up. (details / githubweb)
  22. Refactored `HonoAddressAlias` and added unit tests. (details / githubweb)
  23. Refactored `HonoValidator` and adjusted unit tests. (details / githubweb)
  24. Unit tests created (details / githubweb)
  25. Fixed compilation errors of `HonoConnectionFactoryTest`. (details / githubweb)
  26. Cleaned up `HonoConfig`. (details / githubweb)
  27. Refactored `HonoConnectionFactory`. (details / githubweb)
  28. Reordered import. (details / githubweb)
  29. Further simplified `HonoAddressAlias`. (details / githubweb)
  30. Fixed unit test. (details / githubweb)
  31. Moved back method for getting `HonoAddressAlias` by alias value to the enum itself. (details / githubweb)
  32. Made `HonoConnectionFactory` a `DittoExtensionPoint`. (details / githubweb)
  33. newInstance() method added to UserPasswordCredentials class (details / githubweb)
  34. replyTargetEnabled bug in ImmutableSource fixed (details / githubweb)
  35. Custom `headerMappings` and custom `groupId` in `specificConfig` allowed. (details / githubweb)
  36. groupId handling changed (details / githubweb)
  37. Hono-credentials added to connectivity-extension.conf (details / githubweb)
  38. retrieveHonoConnection piggyback command introduced. (details / githubweb)
  39. Automatic reconnect of 'hono' connection after credentials are changed. (details / githubweb)
  40. Copyright headers fixes (details / githubweb)
  41. Javadoc improved. (details / githubweb)
  42. some fixes after merge (details / githubweb)
  43. Integrate Hono connection in ditto ConnectionRoute (details / githubweb)
  44. Hono-connection resolving added for TestConnection (dry-run) (details / githubweb)
  45. HubParamsModified renamed to HubInstanceInfoModified, few logs added (details / githubweb)
  46. CR-11683 Bug fixed in handling of 'Event' (details / githubweb)
  47. Review issues fixes. (details / githubweb)
  48. Automatic reconnect fixed to filter hono-connections only (details / githubweb)
  49. Auto-reconnect review issues fixed. (details / githubweb)
  50. Revert ConnectionRoute to origin/master and change REST API documentation (details / githubweb)
  51. Reverted ConnectionRoute to origin/master (details / githubweb)
  52. Javadoc fixed (details / githubweb)
  53. More review issues fixed. (details / githubweb)
  54. Changed ConnectionId.generateRandom() (details / githubweb)
  55. Introduce dedicated implementation of HonoConnection (details / githubweb)
  56. Refactored things.js and split into smaller files (details / githubweb)
  57. Fixed HonoConnection implementation and added HonoConnection test (details / githubweb)
  58. Add SSE support to Explorer UI (details / githubweb)
  59. Introduce AbstractConnection and AbstractConnectionBuilder (details / githubweb)
  60. Hono connection default config kafka parameters changed (details / githubweb)
  61. Unit test fixed (details / githubweb)
  62. Removed empty rows, checked for hono conn. type in getConnectionTypeOrThrow (details / githubweb)
  63. Documentation updated regarding Hono connection (details / githubweb)
  64. Fixed copyright headers (details / githubweb)
  65. Fixed review issues in connectivity-protocol-bindings-hono.md (details / githubweb)
  66. Copyright headers (details / githubweb)
  67. update binary compatibility version to 3.1.0 (details / githubweb)
  68. Update SECURITY.md (details / githubweb)
  69. SSE for explorer UI next step (details / githubweb)
  70. adjust since tags in javadoc to Ditto version 3.2.0 (details / githubweb)
  71. fixed openAPI error (details / githubweb)
  72. fixed broken links due to missing "delete policy import" resource (details / githubweb)
  73. SSE for explorer UI: resolved error from merge (details / githubweb)
  74. Revert "Fix incorrect envelope in ClientSupervisor." (details / githubweb)
  75. Revert "Add serializer for ClientActorPropsArgs." (details / githubweb)
  76. Revert "Replace consistent hashable envelope by a dedicated binary message envelope for communication between the connection persistence actor and its client actors." (details / githubweb)
  77. Revert "Move client actor shutdown to shard region shutdown phase to prevent restarts during coordinated shutdown." (details / githubweb)
  78. Revert "Add hand-off messages to connection and client shard regions." (details / githubweb)
  79. Revert "Fix close-connection behavior of ClientSupervisor; fix ConnectionPersistenceActorTest." (details / githubweb)
  80. Revert "Fix client shard region name; reintroduce CLOSE_CONNECTION stage to restore connection connection announcements." (details / githubweb)
  81. Revert "Remove headers as a part of client actor props to prevent accidental restarts." (details / githubweb)
  82. Revert "Move client actors to their own shard region." (details / githubweb)
  83. Revert "ClientSupervisor: Retrieve connection status on startup to deal with shard rebalancing." (details / githubweb)
  84. Revert "Fix metrics "connection_client" and "connecting_client" underreporting due to multiple client actors of a connection starting on the same instance." (details / githubweb)
  85. added release notes for Ditto 3.1.1 (details / githubweb)
  86. switch to MongoDB 5 for deployment descriptors by default (details / githubweb)
  87. Explorer UI - SSE and optimistic locking (details / githubweb)
  88. Explorer UI - Apply new edit style to environments (details / githubweb)
  89. Explorer UI - Add new edit style to connections (details / githubweb)
  90. improved sandbox nginx security headers (details / githubweb)
  91. external message to mqtt publish transform should not fail on blank header values (details / githubweb)
  92. Explorere UI - SSE support (details / githubweb)
  93. Explorer UI - SSE support (details / githubweb)
  94. Explorer UI - SSE support (details / githubweb)
  95. Explorer UI - SSE bugfix (details / githubweb)
  96. added documentation about enhancing the JS payload mapping with custom libraries (details / githubweb)
  97. UI - SSE support: (details / githubweb)
  98. extracts rawUserInfo to prevent unwanted url decoding (details / githubweb)
  99. Update SECURITY.md (details / githubweb)
  100. UI - SSE Support: (details / githubweb)
  101. UI - SSE support - testing and bugfixing (details / githubweb)
  102. Connections API doc fixes Ditto (details / githubweb)
  103. fixed Grafana dashboard datasource configurations (details / githubweb)
  104. added example prometheus.yml config for a Ditto deployment (details / githubweb)
  105. added 30 minutes overview of Eclipse Ditto slides (details / githubweb)

Started by user Thomas Jaeckle

This run spent:

  • 0.14 sec waiting;
  • 3 min 51 sec build duration;
  • 3 min 51 sec total from scheduled to completion.
Revision: 987f94ecde1745b767218d65a838db60baba0fc0
Repository: https://github.com/eclipse/ditto.git
  • refs/remotes/origin/master
Revision: 44fb6580e8f37af0867d6eb9859a7b4c0b6de21c
Repository: https://github.com/eclipse/ditto.git
  • refs/remotes/origin/release-3.1