magistrala
magistrala copied to clipboard
Industrial IoT Messaging and Device Management Platform
Signed-off-by: 0x6f736f646f ### What does this do? Remove the user logically. I have added a new field called active so when we remove the user we set the value to...
Signed-off-by: zzokki81 ### What does this do? Added tests for certs endpoints ### Which issue(s) does this PR fix/relate to? Resolves #1636 ### List any changes that modify/break current functionality...
**FEATURE REQUEST** Certificate endpoints needs unit tests
Signed-off-by: AryanGodara [[email protected]](mailto:[email protected]) ### What does this do? This pull request brings back the WebSocket adapter ### Which issue(s) does this PR fix/relate to? Resolves #1623 ### List any changes...
Signed-off-by: AryanGodara [[email protected]](mailto:[email protected]) ### What does this do? Replaced old subscriptions instead the `pubsub.Subscribe()`, instead of returning an `alreadySubscribed` error ### Which issue(s) does this PR fix/relate to? Resolves #1630...
### What does this do? Added SDK tests ### Which issue(s) does this PR fix/relate to? Resolves #888 ### List any changes that modify/break current functionality ### Have you included...
A set of e2e tests should be created to check the sanity of the system before merging new PRs. Test should: - Act as user - use SDK to register...
**ENHANCEMENT** 1. Describe the enhancement you are requesting. Code in different implementations of PubSub is repeated - mostly the code that holds the subscriptions. Consider how we can improve this...
Signed-off-by: fatih ### What does this do? This upgrades the InfluxDB from Version 1.x to Version 2.x. This also updates writers and readers for InfluxDB upgrade. ### Which issue(s) does...
Signed-off-by: b1ackd0t ### What does this do? Combines the query parameters to PageMetadata such that we don't need to pass Offset, Limit e.t.c but we pass the PageMetadata that contains...