dusan
|
02b13d8e0c
|
Rename to magistrala-old to be replaced with magistrala
Signed-off-by: dusan <borovcanindusan1@gmail.com>
|
2026-04-06 11:32:57 +02:00 |
|
dusan
|
eb29b4e298
|
NOISSUE - Update SMQ version
Signed-off-by: dusan <borovcanindusan1@gmail.com>
|
2026-03-18 10:26:47 +01:00 |
|
dusan
|
52896241c5
|
NOISSUE - Update dependencies
Signed-off-by: dusan <borovcanindusan1@gmail.com>
|
2026-03-17 18:10:29 +01:00 |
|
dusan
|
6dbcfcae58
|
NOISSUE - Update SuperMQ version
Signed-off-by: dusan <borovcanindusan1@gmail.com>
|
2026-03-12 11:37:31 +01:00 |
|
dependabot[bot]
|
0800b260d5
|
NOISSUE - Bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp (#434)
Bumps [go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp](https://github.com/open-telemetry/opentelemetry-go-contrib) from 0.66.0 to 0.67.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-go-contrib/compare/zpages/v0.66.0...zpages/v0.67.0)
---
updated-dependencies:
- dependency-name: go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
dependency-version: 0.67.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2026-03-11 10:59:45 +01:00 |
|
dependabot[bot]
|
dc2b063b6e
|
NOISSUE - Bump go.opentelemetry.io/otel from 1.41.0 to 1.42.0 (#431)
Bumps [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) from 1.41.0 to 1.42.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.41.0...v1.42.0)
---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel
dependency-version: 1.42.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2026-03-10 08:54:48 +01:00 |
|
dependabot[bot]
|
65ee66dc32
|
NOISSUE - Bump github.com/slack-go/slack from 0.18.0 to 0.19.0 (#428)
Bumps [github.com/slack-go/slack](https://github.com/slack-go/slack) from 0.18.0 to 0.19.0.
- [Release notes](https://github.com/slack-go/slack/releases)
- [Changelog](https://github.com/slack-go/slack/blob/master/CHANGELOG.md)
- [Commits](https://github.com/slack-go/slack/compare/v0.18.0...v0.19.0)
---
updated-dependencies:
- dependency-name: github.com/slack-go/slack
dependency-version: 0.19.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2026-03-10 08:48:14 +01:00 |
|
dependabot[bot]
|
df9fe93a98
|
NOISSUE - Bump golang.org/x/sync from 0.19.0 to 0.20.0 (#430)
Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.19.0 to 0.20.0.
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)
---
updated-dependencies:
- dependency-name: golang.org/x/sync
dependency-version: 0.20.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2026-03-10 08:47:57 +01:00 |
|
dependabot[bot]
|
84fba105c9
|
NOISSUE - Bump google.golang.org/grpc from 1.79.1 to 1.79.2 (#432)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.79.1 to 1.79.2.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.79.1...v1.79.2)
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-version: 1.79.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2026-03-10 08:47:42 +01:00 |
|
Steve Munene
|
362a4fc76d
|
MG-370 - Add fine grained access control to rules engine (#402)
* update go mod file
Signed-off-by: nyagamunene <stevenyaga2014@gmail.com>
* fix rules endpoint tests
Signed-off-by: nyagamunene <stevenyaga2014@gmail.com>
* fix yaml file
Signed-off-by: nyagamunene <stevenyaga2014@gmail.com>
* fix build
Signed-off-by: nyagamunene <stevenyaga2014@gmail.com>
* address comments
Signed-off-by: nyagamunene <stevenyaga2014@gmail.com>
* remove roles from alarms
Signed-off-by: nyagamunene <stevenyaga2014@gmail.com>
* change approach for schema combaine
Signed-off-by: Arvindh <arvindh91@gmail.com>
* change approach for schema combaine
Signed-off-by: Arvindh <arvindh91@gmail.com>
* fix permissions for rules
Signed-off-by: nyagamunene <stevenyaga2014@gmail.com>
* fix authorization file
Signed-off-by: nyagamunene <stevenyaga2014@gmail.com>
* fix linter
Signed-off-by: nyagamunene <stevenyaga2014@gmail.com>
* fix linter
Signed-off-by: nyagamunene <stevenyaga2014@gmail.com>
---------
Signed-off-by: nyagamunene <stevenyaga2014@gmail.com>
Signed-off-by: Arvindh <arvindh91@gmail.com>
Co-authored-by: Arvindh <arvindh91@gmail.com>
|
2026-03-05 11:42:51 +01:00 |
|
dependabot[bot]
|
c2afb88e79
|
NOISSUE - Bump github.com/nats-io/nats.go from 1.48.0 to 1.49.0 (#420)
Bumps [github.com/nats-io/nats.go](https://github.com/nats-io/nats.go) from 1.48.0 to 1.49.0.
- [Release notes](https://github.com/nats-io/nats.go/releases)
- [Commits](https://github.com/nats-io/nats.go/compare/v1.48.0...v1.49.0)
---
updated-dependencies:
- dependency-name: github.com/nats-io/nats.go
dependency-version: 1.49.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2026-03-02 13:07:29 +01:00 |
|
Steve Munene
|
9a3a07cd2e
|
NOISSUE - Update Authorization method (#418)
* fix authorization
Signed-off-by: nyagamunene <stevenyaga2014@gmail.com>
* fetch supermq
Signed-off-by: nyagamunene <stevenyaga2014@gmail.com>
* address comments
Signed-off-by: nyagamunene <stevenyaga2014@gmail.com>
* fetch supermq
Signed-off-by: nyagamunene <stevenyaga2014@gmail.com>
---------
Signed-off-by: nyagamunene <stevenyaga2014@gmail.com>
|
2026-03-02 12:55:07 +01:00 |
|
dependabot[bot]
|
a2087a1f1f
|
NOISSUE - Bump google.golang.org/grpc from 1.78.0 to 1.79.1 (#405)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.78.0 to 1.79.1.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.78.0...v1.79.1)
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-version: 1.79.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2026-02-25 10:33:17 +01:00 |
|
dependabot[bot]
|
f195ced6a0
|
NOISSUE - Bump github.com/redis/go-redis/v9 from 9.17.3 to 9.18.0 (#410)
Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) from 9.17.3 to 9.18.0.
- [Release notes](https://github.com/redis/go-redis/releases)
- [Changelog](https://github.com/redis/go-redis/blob/master/RELEASE-NOTES.md)
- [Commits](https://github.com/redis/go-redis/compare/v9.17.3...v9.18.0)
---
updated-dependencies:
- dependency-name: github.com/redis/go-redis/v9
dependency-version: 9.18.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2026-02-25 10:07:10 +01:00 |
|
dependabot[bot]
|
a33d1cfe4f
|
NOISSUE - Bump github.com/authzed/authzed-go from 1.7.0 to 1.8.0 (#413)
Bumps [github.com/authzed/authzed-go](https://github.com/authzed/authzed-go) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/authzed/authzed-go/releases)
- [Commits](https://github.com/authzed/authzed-go/compare/v1.7.0...v1.8.0)
---
updated-dependencies:
- dependency-name: github.com/authzed/authzed-go
dependency-version: 1.8.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2026-02-25 10:01:31 +01:00 |
|
dependabot[bot]
|
40cbb66638
|
NOISSUE - Bump github.com/slack-go/slack from 0.17.3 to 0.18.0 (#411)
Bumps [github.com/slack-go/slack](https://github.com/slack-go/slack) from 0.17.3 to 0.18.0.
- [Release notes](https://github.com/slack-go/slack/releases)
- [Changelog](https://github.com/slack-go/slack/blob/master/CHANGELOG.md)
- [Commits](https://github.com/slack-go/slack/compare/v0.17.3...v0.18.0)
---
updated-dependencies:
- dependency-name: github.com/slack-go/slack
dependency-version: 0.18.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2026-02-25 10:00:26 +01:00 |
|
dependabot[bot]
|
08b5ac52cf
|
NOISSUE - Bump github.com/caarlos0/env/v11 from 11.3.1 to 11.4.0 (#412)
Bumps [github.com/caarlos0/env/v11](https://github.com/caarlos0/env) from 11.3.1 to 11.4.0.
- [Release notes](https://github.com/caarlos0/env/releases)
- [Commits](https://github.com/caarlos0/env/compare/v11.3.1...v11.4.0)
---
updated-dependencies:
- dependency-name: github.com/caarlos0/env/v11
dependency-version: 11.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2026-02-25 10:00:03 +01:00 |
|
Felix Gateru
|
f28a3e8390
|
MG-401 - Fix authorization error in Magistrala services (#400)
* chore: update SMQ version
Signed-off-by: Felix Gateru <felix.gateru@gmail.com>
* chore: run make fetch_supermq
Signed-off-by: Felix Gateru <felix.gateru@gmail.com>
* tests: fix provison tests
Signed-off-by: Felix Gateru <felix.gateru@gmail.com>
* ci(build.yaml): get go version from go mod
Signed-off-by: Felix Gateru <felix.gateru@gmail.com>
---------
Signed-off-by: Felix Gateru <felix.gateru@gmail.com>
|
2026-02-11 11:17:13 +01:00 |
|
dependabot[bot]
|
5050caa3d3
|
NOISSUE - Bump github.com/redis/go-redis/v9 from 9.17.2 to 9.17.3 (#391)
Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) from 9.17.2 to 9.17.3.
- [Release notes](https://github.com/redis/go-redis/releases)
- [Changelog](https://github.com/redis/go-redis/blob/v9.17.3/RELEASE-NOTES.md)
- [Commits](https://github.com/redis/go-redis/compare/v9.17.2...v9.17.3)
---
updated-dependencies:
- dependency-name: github.com/redis/go-redis/v9
dependency-version: 9.17.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2026-01-29 09:45:44 +01:00 |
|
dependabot[bot]
|
4ed31c2c66
|
NOISSUE - Bump github.com/absmach/certs from 0.18.4 to 0.18.5 (#392)
Bumps [github.com/absmach/certs](https://github.com/absmach/certs) from 0.18.4 to 0.18.5.
- [Release notes](https://github.com/absmach/certs/releases)
- [Commits](https://github.com/absmach/certs/compare/v0.18.4...v0.18.5)
---
updated-dependencies:
- dependency-name: github.com/absmach/certs
dependency-version: 0.18.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2026-01-29 09:45:23 +01:00 |
|
dusan
|
bba6c57532
|
NOISSUE - Update SMQ version
Signed-off-by: dusan <borovcanindusan1@gmail.com>
|
2026-01-23 17:37:28 +01:00 |
|
Felix Gateru
|
f3ce37a80d
|
NOISSUE - Update SMQ & Postgres version (#388)
Signed-off-by: Felix Gateru <felix.gateru@gmail.com>
|
2026-01-22 16:40:44 +01:00 |
|
dependabot[bot]
|
ec055cb4b4
|
NOISSUE - Bump github.com/go-chi/chi/v5 from 5.2.3 to 5.2.4 (#382)
Bumps [github.com/go-chi/chi/v5](https://github.com/go-chi/chi) from 5.2.3 to 5.2.4.
- [Release notes](https://github.com/go-chi/chi/releases)
- [Changelog](https://github.com/go-chi/chi/blob/master/CHANGELOG.md)
- [Commits](https://github.com/go-chi/chi/compare/v5.2.3...v5.2.4)
---
updated-dependencies:
- dependency-name: github.com/go-chi/chi/v5
dependency-version: 5.2.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2026-01-22 14:13:36 +01:00 |
|
dependabot[bot]
|
bcae0de50e
|
NOISSUE - Bump github.com/absmach/certs from 0.18.3 to 0.18.4 (#384)
Bumps [github.com/absmach/certs](https://github.com/absmach/certs) from 0.18.3 to 0.18.4.
- [Release notes](https://github.com/absmach/certs/releases)
- [Commits](https://github.com/absmach/certs/compare/v0.18.3...v0.18.4)
---
updated-dependencies:
- dependency-name: github.com/absmach/certs
dependency-version: 0.18.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2026-01-22 14:13:18 +01:00 |
|
Felix Gateru
|
5a769e1981
|
MG-327 - Allow superadmin to access channel messages (#377)
* refactor: allow superadmin to read channel messages
Signed-off-by: Felix Gateru <felix.gateru@gmail.com>
* dep: update SMQ version
Signed-off-by: Felix Gateru <felix.gateru@gmail.com>
---------
Signed-off-by: Felix Gateru <felix.gateru@gmail.com>
|
2026-01-15 17:53:41 +01:00 |
|
dependabot[bot]
|
982636a87a
|
NOISSUE - Bump gonum.org/v1/gonum from 0.16.0 to 0.17.0 (#375)
Bumps [gonum.org/v1/gonum](https://github.com/gonum/gonum) from 0.16.0 to 0.17.0.
- [Release notes](https://github.com/gonum/gonum/releases)
- [Commits](https://github.com/gonum/gonum/compare/v0.16.0...v0.17.0)
---
updated-dependencies:
- dependency-name: gonum.org/v1/gonum
dependency-version: 0.17.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2026-01-12 08:54:20 +01:00 |
|
dusan
|
c9b3107ad9
|
NOISSUE - Update SMQ version
Signed-off-by: dusan <borovcanindusan1@gmail.com>
|
2025-12-31 11:04:52 +01:00 |
|
dependabot[bot]
|
da289e58b5
|
NOISSUE - Bump google.golang.org/grpc from 1.77.0 to 1.78.0 (#372)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.77.0 to 1.78.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.77.0...v1.78.0)
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-version: 1.78.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-12-29 12:11:36 +01:00 |
|
dependabot[bot]
|
94458dde3e
|
NOISSUE - Bump github.com/jackc/pgx/v5 from 5.7.6 to 5.8.0 (#373)
* NOISSUE - Housekeeping
Signed-off-by: dusan <borovcanindusan1@gmail.com>
* NOISSUE - Add DeepWiki link
Signed-off-by: dusan <borovcanindusan1@gmail.com>
* NOISSUE - Update GH Actions for API docs
Signed-off-by: dusan <borovcanindusan1@gmail.com>
* NOISSUE - Update SMQ
Signed-off-by: dusan <borovcanindusan1@gmail.com>
* NOISSUE - Bump github.com/spf13/cobra from 1.10.1 to 1.10.2 (#362)
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.10.1 to 1.10.2.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](https://github.com/spf13/cobra/compare/v1.10.1...v1.10.2)
---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
dependency-version: 1.10.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* NOISSUE - Bump github.com/redis/go-redis/v9 from 9.17.1 to 9.17.2 (#361)
Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) from 9.17.1 to 9.17.2.
- [Release notes](https://github.com/redis/go-redis/releases)
- [Changelog](https://github.com/redis/go-redis/blob/v9.17.2/RELEASE-NOTES.md)
- [Commits](https://github.com/redis/go-redis/compare/v9.17.1...v9.17.2)
---
updated-dependencies:
- dependency-name: github.com/redis/go-redis/v9
dependency-version: 9.17.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* NOISSUE - Update SMQ
Signed-off-by: dusan <borovcanindusan1@gmail.com>
* NOISSUE - Bump golang.org/x/sync from 0.18.0 to 0.19.0 (#365)
Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.18.0 to 0.19.0.
- [Commits](https://github.com/golang/sync/compare/v0.18.0...v0.19.0)
---
updated-dependencies:
- dependency-name: golang.org/x/sync
dependency-version: 0.19.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update SMQ version
Signed-off-by: dusan <borovcanindusan1@gmail.com>
* NOISSUE - Bump go.opentelemetry.io/otel/trace from 1.38.0 to 1.39.0 (#364)
Bumps [go.opentelemetry.io/otel/trace](https://github.com/open-telemetry/opentelemetry-go) from 1.38.0 to 1.39.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.38.0...v1.39.0)
---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel/trace
dependency-version: 1.39.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* NOISSUE - Bump google.golang.org/protobuf from 1.36.10 to 1.36.11 (#363)
Bumps google.golang.org/protobuf from 1.36.10 to 1.36.11.
---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
dependency-version: 1.36.11
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* NOISSUE - Bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp (#366)
Bumps [go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp](https://github.com/open-telemetry/opentelemetry-go-contrib) from 0.63.0 to 0.64.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-go-contrib/compare/zpages/v0.63.0...zpages/v0.64.0)
---
updated-dependencies:
- dependency-name: go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
dependency-version: 0.64.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* NOISSUE - Bump github.com/absmach/certs from 0.18.2 to 0.18.3 (#359)
Bumps [github.com/absmach/certs](https://github.com/absmach/certs) from 0.18.2 to 0.18.3.
- [Release notes](https://github.com/absmach/certs/releases)
- [Commits](https://github.com/absmach/certs/compare/v0.18.2...v0.18.3)
---
updated-dependencies:
- dependency-name: github.com/absmach/certs
dependency-version: 0.18.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* NOISSUE - Bump github.com/nats-io/nats.go from 1.47.0 to 1.48.0 (#368)
Bumps [github.com/nats-io/nats.go](https://github.com/nats-io/nats.go) from 1.47.0 to 1.48.0.
- [Release notes](https://github.com/nats-io/nats.go/releases)
- [Commits](https://github.com/nats-io/nats.go/compare/v1.47.0...v1.48.0)
---
updated-dependencies:
- dependency-name: github.com/nats-io/nats.go
dependency-version: 1.48.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* NOISSUE - Update SMQ version
Signed-off-by: dusan <borovcanindusan1@gmail.com>
* NOISSUE - Refactor `alarms`, `reports` and `rule engines` middlewares (#369)
* refactor middleware
Signed-off-by: nyagamunene <stevenyaga2014@gmail.com>
* update go mod file
Signed-off-by: nyagamunene <stevenyaga2014@gmail.com>
* fix tests
Signed-off-by: nyagamunene <stevenyaga2014@gmail.com>
* fix rules tests
Signed-off-by: nyagamunene <stevenyaga2014@gmail.com>
* revert common code
Signed-off-by: nyagamunene <stevenyaga2014@gmail.com>
* update supermq version
Signed-off-by: nyagamunene <stevenyaga2014@gmail.com>
---------
Signed-off-by: nyagamunene <stevenyaga2014@gmail.com>
* NOISSUE - Sync with SMQ
Signed-off-by: dusan <borovcanindusan1@gmail.com>
* NOISSUE - Update MG and SMQ versions
Signed-off-by: dusan <borovcanindusan1@gmail.com>
* NOISSUE - Update MG and SMQ versions
Signed-off-by: dusan <borovcanindusan1@gmail.com>
* Revert "NOISSUE - Update MG and SMQ versions"
This reverts commit 7faca6b73d6ac27ae4d28ee45f4860bbb7340ef4.
* Revert SMQ version tag
Use latest for development.
Signed-off-by: dusan <borovcanindusan1@gmail.com>
* Bump github.com/jackc/pgx/v5 from 5.7.6 to 5.8.0
Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) from 5.7.6 to 5.8.0.
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jackc/pgx/compare/v5.7.6...v5.8.0)
---
updated-dependencies:
- dependency-name: github.com/jackc/pgx/v5
dependency-version: 5.8.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
---------
Signed-off-by: dusan <borovcanindusan1@gmail.com>
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nyagamunene <stevenyaga2014@gmail.com>
Co-authored-by: dusan <borovcanindusan1@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Steve Munene <stevenyaga2014@gmail.com>
|
2025-12-29 11:38:54 +01:00 |
|
Steve Munene
|
99e2c7aec4
|
NOISSUE - Refactor alarms, reports and rule engines middlewares (#369)
* refactor middleware
Signed-off-by: nyagamunene <stevenyaga2014@gmail.com>
* update go mod file
Signed-off-by: nyagamunene <stevenyaga2014@gmail.com>
* fix tests
Signed-off-by: nyagamunene <stevenyaga2014@gmail.com>
* fix rules tests
Signed-off-by: nyagamunene <stevenyaga2014@gmail.com>
* revert common code
Signed-off-by: nyagamunene <stevenyaga2014@gmail.com>
* update supermq version
Signed-off-by: nyagamunene <stevenyaga2014@gmail.com>
---------
Signed-off-by: nyagamunene <stevenyaga2014@gmail.com>
|
2025-12-29 11:23:43 +01:00 |
|
dependabot[bot]
|
cadb035405
|
NOISSUE - Bump github.com/nats-io/nats.go from 1.47.0 to 1.48.0 (#368)
Bumps [github.com/nats-io/nats.go](https://github.com/nats-io/nats.go) from 1.47.0 to 1.48.0.
- [Release notes](https://github.com/nats-io/nats.go/releases)
- [Commits](https://github.com/nats-io/nats.go/compare/v1.47.0...v1.48.0)
---
updated-dependencies:
- dependency-name: github.com/nats-io/nats.go
dependency-version: 1.48.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-12-29 11:23:43 +01:00 |
|
dependabot[bot]
|
f38b6c072a
|
NOISSUE - Bump github.com/absmach/certs from 0.18.2 to 0.18.3 (#359)
Bumps [github.com/absmach/certs](https://github.com/absmach/certs) from 0.18.2 to 0.18.3.
- [Release notes](https://github.com/absmach/certs/releases)
- [Commits](https://github.com/absmach/certs/compare/v0.18.2...v0.18.3)
---
updated-dependencies:
- dependency-name: github.com/absmach/certs
dependency-version: 0.18.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-12-29 11:23:43 +01:00 |
|
dependabot[bot]
|
af93588588
|
NOISSUE - Bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp (#366)
Bumps [go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp](https://github.com/open-telemetry/opentelemetry-go-contrib) from 0.63.0 to 0.64.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-go-contrib/compare/zpages/v0.63.0...zpages/v0.64.0)
---
updated-dependencies:
- dependency-name: go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
dependency-version: 0.64.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-12-29 11:23:43 +01:00 |
|
dependabot[bot]
|
a1a0e459d9
|
NOISSUE - Bump google.golang.org/protobuf from 1.36.10 to 1.36.11 (#363)
Bumps google.golang.org/protobuf from 1.36.10 to 1.36.11.
---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
dependency-version: 1.36.11
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-12-29 11:23:43 +01:00 |
|
dependabot[bot]
|
a5f6afcb14
|
NOISSUE - Bump go.opentelemetry.io/otel/trace from 1.38.0 to 1.39.0 (#364)
Bumps [go.opentelemetry.io/otel/trace](https://github.com/open-telemetry/opentelemetry-go) from 1.38.0 to 1.39.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.38.0...v1.39.0)
---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel/trace
dependency-version: 1.39.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-12-29 11:23:43 +01:00 |
|
dependabot[bot]
|
31a96ac7a1
|
NOISSUE - Bump golang.org/x/sync from 0.18.0 to 0.19.0 (#365)
Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.18.0 to 0.19.0.
- [Commits](https://github.com/golang/sync/compare/v0.18.0...v0.19.0)
---
updated-dependencies:
- dependency-name: golang.org/x/sync
dependency-version: 0.19.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-12-29 11:23:43 +01:00 |
|
dependabot[bot]
|
1342760593
|
NOISSUE - Bump github.com/redis/go-redis/v9 from 9.17.1 to 9.17.2 (#361)
Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) from 9.17.1 to 9.17.2.
- [Release notes](https://github.com/redis/go-redis/releases)
- [Changelog](https://github.com/redis/go-redis/blob/v9.17.2/RELEASE-NOTES.md)
- [Commits](https://github.com/redis/go-redis/compare/v9.17.1...v9.17.2)
---
updated-dependencies:
- dependency-name: github.com/redis/go-redis/v9
dependency-version: 9.17.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-12-29 11:23:43 +01:00 |
|
dependabot[bot]
|
4f99fffcee
|
NOISSUE - Bump github.com/spf13/cobra from 1.10.1 to 1.10.2 (#362)
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.10.1 to 1.10.2.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](https://github.com/spf13/cobra/compare/v1.10.1...v1.10.2)
---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
dependency-version: 1.10.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-12-29 11:23:43 +01:00 |
|
dusan
|
5e504aa104
|
NOISSUE - Housekeeping
Signed-off-by: dusan <borovcanindusan1@gmail.com>
|
2025-12-29 11:23:36 +01:00 |
|
dependabot[bot]
|
a257e8049e
|
NOISSUE - Bump github.com/rubenv/sql-migrate from 1.8.0 to 1.8.1 (#354)
Bumps [github.com/rubenv/sql-migrate](https://github.com/rubenv/sql-migrate) from 1.8.0 to 1.8.1.
- [Commits](https://github.com/rubenv/sql-migrate/compare/v1.8.0...v1.8.1)
---
updated-dependencies:
- dependency-name: github.com/rubenv/sql-migrate
dependency-version: 1.8.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-11-26 19:26:42 +01:00 |
|
dependabot[bot]
|
c6ade6603e
|
NOISSUE - Bump google.golang.org/grpc from 1.76.0 to 1.77.0 (#355)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.76.0 to 1.77.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.76.0...v1.77.0)
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-version: 1.77.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-11-26 17:42:00 +01:00 |
|
dependabot[bot]
|
5149cf9ba0
|
NOISSUE - Bump github.com/authzed/authzed-go from 1.6.0 to 1.7.0 (#356)
Bumps [github.com/authzed/authzed-go](https://github.com/authzed/authzed-go) from 1.6.0 to 1.7.0.
- [Release notes](https://github.com/authzed/authzed-go/releases)
- [Commits](https://github.com/authzed/authzed-go/compare/v1.6.0...v1.7.0)
---
updated-dependencies:
- dependency-name: github.com/authzed/authzed-go
dependency-version: 1.7.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-11-26 17:41:40 +01:00 |
|
dependabot[bot]
|
bd953651b4
|
NOISSUE - Bump github.com/redis/go-redis/v9 from 9.16.0 to 9.17.0 (#357)
Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) from 9.16.0 to 9.17.0.
- [Release notes](https://github.com/redis/go-redis/releases)
- [Changelog](https://github.com/redis/go-redis/blob/master/RELEASE-NOTES.md)
- [Commits](https://github.com/redis/go-redis/compare/v9.16.0...v9.17.0)
---
updated-dependencies:
- dependency-name: github.com/redis/go-redis/v9
dependency-version: 9.17.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-11-26 17:41:10 +01:00 |
|
dependabot[bot]
|
a26d84b12d
|
NOISSUE - Bump github.com/gofrs/uuid/v5 from 5.3.2 to 5.4.0 (#345)
Bumps [github.com/gofrs/uuid/v5](https://github.com/gofrs/uuid) from 5.3.2 to 5.4.0.
- [Release notes](https://github.com/gofrs/uuid/releases)
- [Commits](https://github.com/gofrs/uuid/compare/v5.3.2...v5.4.0)
---
updated-dependencies:
- dependency-name: github.com/gofrs/uuid/v5
dependency-version: 5.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-11-10 13:54:01 +01:00 |
|
dependabot[bot]
|
a769de809e
|
NOISSUE - Bump github.com/vadv/gopher-lua-libs from 0.7.0 to 0.8.0 (#348)
Bumps [github.com/vadv/gopher-lua-libs](https://github.com/vadv/gopher-lua-libs) from 0.7.0 to 0.8.0.
- [Release notes](https://github.com/vadv/gopher-lua-libs/releases)
- [Changelog](https://github.com/vadv/gopher-lua-libs/blob/master/.goreleaser.yml)
- [Commits](https://github.com/vadv/gopher-lua-libs/compare/v0.7.0...v0.8.0)
---
updated-dependencies:
- dependency-name: github.com/vadv/gopher-lua-libs
dependency-version: 0.8.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-11-10 13:53:14 +01:00 |
|
dependabot[bot]
|
06a42526dd
|
NOISSUE - Bump golang.org/x/sync from 0.17.0 to 0.18.0 (#349)
Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.17.0 to 0.18.0.
- [Commits](https://github.com/golang/sync/compare/v0.17.0...v0.18.0)
---
updated-dependencies:
- dependency-name: golang.org/x/sync
dependency-version: 0.18.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-11-10 13:52:03 +01:00 |
|
Dušan Borovčanin
|
7bc02a2816
|
NOISSUE - Update SMQ and Certs dependencies (#342)
* NOISSUE - Update Certs dependencies
Signed-off-by: dusan <borovcanindusan1@gmail.com>
* NOISSUE - Update Certs dependencies
Signed-off-by: dusan <borovcanindusan1@gmail.com>
* Fix linter errors
Signed-off-by: dusan <borovcanindusan1@gmail.com>
* Fix testing errors
Signed-off-by: dusan <borovcanindusan1@gmail.com>
---------
Signed-off-by: dusan <borovcanindusan1@gmail.com>
|
2025-11-03 09:52:17 +01:00 |
|
Sammy Kerata Oina
|
2720ad0497
|
NOISSUE - Update callhome dependency version (#341)
Signed-off-by: Sammy Oina <sammyoina@gmail.com>
|
2025-10-31 13:30:46 +01:00 |
|
dependabot[bot]
|
6015c548fe
|
NOISSUE - Bump github.com/redis/go-redis/v9 from 9.14.1 to 9.16.0 (#338)
Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) from 9.14.1 to 9.16.0.
- [Release notes](https://github.com/redis/go-redis/releases)
- [Changelog](https://github.com/redis/go-redis/blob/master/RELEASE-NOTES.md)
- [Commits](https://github.com/redis/go-redis/compare/v9.14.1...v9.16.0)
---
updated-dependencies:
- dependency-name: github.com/redis/go-redis/v9
dependency-version: 9.16.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-10-29 11:20:23 +01:00 |
|
Dušan Borovčanin
|
f5171a2c03
|
NOISSUE - Use S3 storage for images (#337)
* NOISSUE - Add object storage for UI images
Signed-off-by: dusan <borovcanindusan1@gmail.com>
* Simplify local object storage
Signed-off-by: dusan <borovcanindusan1@gmail.com>
* WIP - Seaweed
Signed-off-by: dusan <borovcanindusan1@gmail.com>
* Add dynamic domain
Signed-off-by: dusan <borovcanindusan1@gmail.com>
* Update compose
Signed-off-by: dusan <borovcanindusan1@gmail.com>
* Update bucket init
Signed-off-by: dusan <borovcanindusan1@gmail.com>
* Update bucket init
Signed-off-by: dusan <borovcanindusan1@gmail.com>
* Update mod
Signed-off-by: dusan <borovcanindusan1@gmail.com>
* Fix compose format
Signed-off-by: dusan <borovcanindusan1@gmail.com>
* Fix UI backend env
Signed-off-by: dusan <borovcanindusan1@gmail.com>
* Fix env for backend URL
Signed-off-by: dusan <borovcanindusan1@gmail.com>
---------
Signed-off-by: dusan <borovcanindusan1@gmail.com>
|
2025-10-29 10:07:36 +01:00 |
|