magistrala icon indicating copy to clipboard operation
magistrala copied to clipboard

Industrial IoT Messaging and Device Management Platform

Results 330 magistrala issues
Sort by recently updated
recently updated
newest added

**FEATURE REQUEST** 2. Describe the feature you are requesting, as well as the possible use case(s) for it. Add event sourcing to groups. 3. Indicate the importance of this feature...

enhancement

**ENHANCEMENT** 1. Describe the enhancement you are requesting: Consider migrating from [Protocol Buffers for Go with Gadgets](https://github.com/gogo/protobuf) to the [official Go Protobuf implementation](https://github.com/protocolbuffers/protobuf-go) since GoGo Probuf is [looking for new...

enhancement

**FEATURE REQUEST** 1. Is there an open issue addressing this request? If it does, please add a "+1" reaction to the existing issue, otherwise proceed to step 2. 2. Describe...

enhancement

**ENHANCEMENT** 1. Describe the enhancement you are requesting. Enhancements include: Currently we support the [IETF Health Check](https://datatracker.ietf.org/doc/html/draft-inadarei-api-health-check-05) standard but with 2 extra custom fields `build_time` and `commit`: ```json {"status":"pass","version":"0.12.1","commit":"d3c3638f54fbf56b2c2bb23804813746358e5ca7","description":"things service","build_time":"2022-01-20_11:22:22"}...

needs-comments

**FEATURE REQUEST** 1. Is there an open issue addressing this request? If it does, please add a "+1" reaction to the existing issue, otherwise proceed to step 2. No. 2....

enhancement
good first issue

Currently it is not possible to delete user in Mainflux. As per GDPR regulations (and per @janko-isidorovic suggestion), we must enable user deletion, and this would probably mean also some/all...

needs-comments
feature

Looking at Users and Things services i discovered that database design can be improved. Mainflux uses `Emails` as primary key that according to database design patterns and methods is not...

enhancement

**FEATURE REQUEST** 1. Is there an open issue addressing this request? If it does, please add a "+1" reaction to the existing issue, otherwise proceed to step 2. 2. Describe...

needs-comments
feature

**ENHANCEMENT** 1. Describe the enhancement you are requesting. mTLS is now [implemented in mProxy](https://github.com/mainflux/mproxy/blob/58cafc65a76f4e9c4c7c6c4076229572aeeb41a0/pkg/mqtt/mqtt.go#L89). We can remove TLS implementation from NginX which was done in JavaScript, so that we an...

enhancement

**ENHANCEMENT** 1. Describe the enhancement you are requesting. Enhancements include: Current logger has 3 log levels: `ERROR`, `INFO` and `DEBUG`. Most verbose is of course `DEBUG` level, but it does...

enhancement
question
later