ditto icon indicating copy to clipboard operation
ditto copied to clipboard

Eclipse Ditto™: Digital Twin framework of Eclipse IoT - main repository

Results 139 ditto issues
Sort by recently updated
recently updated
newest added

A Hono connection requires the connection ID to be set to the ID of the Hono tenant that this connection is to be used for. But, when trying to create...

help wanted
documentation

Keyboard navigation can be improved in the UI. Observed issues: - tables should support `up` and `down` keys to navigate in things, features and most of all: messages and log...

UI

The Ditto Explorer UI currently always sorts based on the thingId (hardcoded in the UI). It would be very beneficial to be able to sort based on the displayed columns...

help wanted
good-first-issue
UI

Currently the UI accepts a Bearer token for authenticating. More comfortable however would be if the UI would authenticate against a configured OAuth provider endpoint, using a client ID and...

UI

ImplicitThingCreation mapper is configured as follows: ``` "implicitEdgeThingCreation": { "mappingEngine": "ImplicitThingCreation", "options": { "thing": { "thingId": "{{ header:device_id }}", "_copyPolicyFrom": "{{ header:gateway_id }}", "attributes": { "Info": { "gatewayId": "{{ header:gateway_id...

bug

MongDB 7.0 adds support for [compound wildcard indexes](https://www.mongodb.com/docs/v7.0/core/indexes/index-types/index-wildcard/index-wildcard-compound/#search-using-the-attribute-pattern). This can be utilized for the Ditto search index in the way that e.g. the namespace (being part of the top level...

Currently, the HTTP response of a managed http connection can be used as response to a message forwarded by Ditto to that foreign endpoint. Payload mapping can even be used...

The current "search slot" when browsing for all things in the Ditto Explorer UI does not provide the option to define the namespace(s) to search in. The API provides this...

help wanted
good-first-issue
UI

## Summary Live message value in JS (argument `value` in `mapFromDittoProtocolMsg` function) outgoing payload mapper is sometimes base64-encoded, sometimes not. It seems to be dependent on content-type: if payload is...

help wanted
good-first-issue

The index.html referenced and normally hosted by the nginx pod cannot be accessed when ingress is enabled and nginx disabled. The way I see it there are a couple of...