Skip to content
Started 2 yr 8 mo ago
Took 3 min 15 sec on basic-jb06v
Failed

#27 (Sep 25, 2021, 3:14:39 AM)

Changes
  1. #28 remove the IIFE build from the API and DOM modules (details / githubweb)
  2. Replace WithDittoHeaders by DittoHeadersSettable. (details / githubweb)
  3. Prepare changelog for 3.0.0 (details / githubweb)
  4. Update changelog for 3.0.0 (details / githubweb)
  5. Merge changelog of 2.1.0 (details / githubweb)
  6. Remove blocking instantiation of DittoClient (details / githubweb)
  7. Add bugfix #66 to the changelog for JS client 3.0.0 (details / githubweb)
  8. Add bugfix #126 to the changelog for JS client 3.0.0 (details / githubweb)
  9. Replace return of CompletableFuture with CompletionStage (details / githubweb)
  10. minor javadoc improvements; (details / githubweb)
  11. change return type of merge functions to CompletionStage; (details / githubweb)
  12. Add feature #111 to the changelog for JS client 3.0.0 (details / githubweb)
  13. Add feature #117 to the changelog for JS client 3.0.0 (details / githubweb)
  14. Remove instantiation of DittoRuntimeException (details / githubweb)
  15. moved ditto live signals into ditto-java-client; (details / githubweb)
  16. remove test dependency for ditto-signals-commands-live; (details / githubweb)
  17. Switch status code of new exception back to how it was, BAD_REQUEST, because it was a mistake (details / githubweb)
  18. remove api 1 support (details / githubweb)
  19. remov unnecessary osgi stuff for ditto-signals-commands-live (details / githubweb)
  20. remove unused class (details / githubweb)
  21. Adapt to the changes made in ditto regarding 'Fix WithId+WithIdButActuallyNot' (details / githubweb)
  22. Adapt to the changes, that RetrieveThings is not a ThingCommand anymore (details / githubweb)
  23. adjusted Ditto java client to changes of Event / EventsourcedEvent (details / githubweb)
  24. only serialize strings with quotation marks (details / githubweb)
  25. remove object serialization & fix serialization for In (details / githubweb)
  26. add support for _created field to thing model (details / githubweb)
  27. add tests for _created field (details / githubweb)
  28. create stringify function (details / githubweb)
  29. fix test for thing without metadata (details / githubweb)
  30. correct merge mistake (details / githubweb)
  31. correct merge mistake (details / githubweb)
  32. rename getter to _created (details / githubweb)
  33. update package-lock.json (details / githubweb)
  34. Publish all modules as ESM instead of a mix of ESM and CJS. (details / githubweb)
  35. Review: (details / githubweb)
  36. implement requested changes (details / githubweb)
  37. implement requested changes (details / githubweb)
  38. Add #124 and #140 to the release changelog (details / githubweb)
  39. Export node client as commonjs module as ESM still has problems in node (details / githubweb)
  40. replace deprecated method call of getId() with getEntityName(); (details / githubweb)
  41. Don't publish the API module (details / githubweb)
  42. Merge master into changelog_3.0.0 (details / githubweb)
  43. fix jest config (details / githubweb)
  44. Remove ACL, which is only available in API 1 (details / githubweb)
  45. Remove API 1 build steps, handles, client interfaces and implementations (details / githubweb)
  46. Update node versions in GitHub actions (details / githubweb)
  47. Remove karma conf (details / githubweb)
  48. removed unused function, fixed imports in test (details / githubweb)
  49. Update dependencies (details / githubweb)
  50. removed APIs and code marked as "@deprecated" (details / githubweb)
  51. Adapt to EntityId changes in ditto (details / githubweb)
  52. Update CHANGELOG and READMEs for new 2.0.0 release (details / githubweb)
  53. Add script to update the version (details / githubweb)
  54. Prepare 2.0.0-M2 release (details / githubweb)
  55. Prepare 2.0.0 release (details / githubweb)
  56. fix raw generic type usages and other sonar issues (details / githubweb)
  57. Review: (details / githubweb)
  58. fixed some sonar issues; (details / githubweb)
  59. updated used dependencies + NOTICE-THIRD-PARTY.md (details / githubweb)
  60. added build and version badges to js readme (details / githubweb)
  61. adjusted js version readme section (details / githubweb)
  62. Adapt to restructured policies module in ditto (details / githubweb)
  63. Adapt to things module restructuring in ditto (details / githubweb)
  64. Adapt to restructured base module in ditto (details / githubweb)
  65. Adapt to restructured thingsearch module in ditto (details / githubweb)
  66. Adapt to message model restructuring in ditto (details / githubweb)
  67. #667 add websocket auth provider for dom environments (details / githubweb)
  68. fix test (details / githubweb)
  69. fix test (details / githubweb)
  70. review: renamed documented query param/header "x-ditto-dummy-auth" to "x-ditto-pre-authenticated" as the "dummy" is no longer available in Ditto 2.0 (details / githubweb)
  71. Adapt to moval of ditto-model-jwt (details / githubweb)
  72. Adapt to moval of ditto-model-messages module (details / githubweb)
  73. fix assembly.xml (details / githubweb)
  74. Adapt RunOSGiContainerIntegrationTest to restructured modules and add missing module tests (details / githubweb)
  75. fixed javadoc errors (details / githubweb)
  76. copied TestConstants from org.eclipse.ditto.things.model.signals.commands.TestConstants to client's "live" testcode (details / githubweb)
  77. use ${revision} again as ditto.version (details / githubweb)
  78. activate binary compatibility check to version 2.0.0 (details / githubweb)
  79. fix http connection (details / githubweb)
  80. add new copyright holder (details / githubweb)
  81. #156 add HTTP proxy for HTTP requests with the node client (details / githubweb)
  82. #156 add basic tests for the node http requester (details / githubweb)
  83. #157: fix encoding of search options, which did encode the sorting option twice (details / githubweb)
  84. #157 send query params in node http requests (details / githubweb)
  85. fixed RunOSGiContainerIntegrationTest by adding "org.eclipse.ditto:ditto-connectivity-model" module to the *bundles.zip used to bundle all transitive OSGi dependencies (details / githubweb)
  86. fixed RunOSGiContainerIntegrationTest by testing loading connectivity-model classes (details / githubweb)
  87. add reconnecting behaviour when an unintentional disconnect occures (this can happen when the gateway or nginx container get killed); (details / githubweb)
  88. review: renamed atomicboolean + reset it to "false" when connection was (re-)established (details / githubweb)
  89. fix incorrect variable replacement for messageSubject in featureSelector; (details / githubweb)
  90. add argumentNotNull check for type to registerForMessages implementations in LiveFeatureHandleImpl, LiveImpl and LiveThingHandleImpl; (details / githubweb)
  91. updated eclipse jarsigner version to latest 1.3.1 (details / githubweb)
  92. enhance Ditto java client with a "disconnection listener" (details / githubweb)
  93. fixed NPE for ClientCredentialsAuthenticationProvider not providing a "jsonWebtokenSupplier" (details / githubweb)
  94. fixed compile error (details / githubweb)
  95. enhanced OSGi test for instantiating classes relying on ClassIndex import (details / githubweb)
  96. minor code formatting; (details / githubweb)
  97. [#559] add condition option to ditto java client for thing operations; (details / githubweb)
  98. release 2.1.0-M1 (details / githubweb)
  99. release 2.1.0-M2 (details / githubweb)
  100. [#559] remove usage of Condition class in ditto java client; (details / githubweb)
  101. Issue #559: Refactored `OutgoingMessageFactory`. (details / githubweb)
  102. Issue #559: Extracted method for checking if option is allowed. (details / githubweb)
  103. fix unit test (details / githubweb)
  104. Issue #559: Extracted class for building DittoHeaders from options for particular outgoing message. (details / githubweb)
  105. Issue #559: Added empty lines to improve readability. Slightly adjusted some Javadoc comments. (details / githubweb)
  106. Issue #559: Widened type of condition argument to CharSequence. Adjusted Javadoc as well. (details / githubweb)
  107. Issue #559: Adjusted Javadoc of `ConditionOptionVisitor`. (details / githubweb)
  108. Issue #559: Made CONDITION a Global option as it is valid not only for modify commands but retrieve commands as well. (details / githubweb)
  109. fixed that for Java Runtime 8, using corePoolSize 0 leads to CPU usage of 100% (details / githubweb)

Started by user Thomas Jaeckle

This run spent:

  • 22 sec waiting;
  • 3 min 15 sec build duration;
  • 3 min 37 sec total from scheduled to completion.
Revision: 67742191e6b11236a248e0a10d59f0daf8d4f7b7
Repository: https://github.com/eclipse/ditto-clients.git
Repository: https://github.com/eclipse/dash-licenses.git
  • ditto-clients/master