Mattia Pavinati
Mattia Pavinati
In the current `master` branch (v1.2.0-dev) the device page registers to device events twice, probably due to a component rerender 
As the codebase grows, we need to increase the amount of features we're testing. Cypress is good for testing user interactions with the Dashboard but tests requires a browser (headless)...
Support CORS request to allow 3rd party backends to query the Admin REST API
When visualizing DataStream data, it would be cool if users could query data in a specific time window. Users should be able to select a `from` or `to` parameter, or...
When developing a new application, it's common to register devices using UUIDv4. When the list becomes longer than a page, its hard to retrieve the last registered device without checking...
Deleting a device with an invalid introspection crashes realm management as it tries to load the interface definition from the DB. **Steps to reproduce** - Register a device with an...