Commit Graph

61 Commits

Author SHA1 Message Date
leandrofars
d5806885dc Merge branch 'main' into dev 2025-05-15 14:30:23 -03:00
leandrofars
f8d7983cd1 build(dockerfile): update go version 2025-05-15 14:25:09 -03:00
leandrofars
09e1be21e9 build: update go projects dependecies 2025-05-15 14:22:26 -03:00
leandrofars
b9d5cbe24a fix(build): websockets 2025-04-02 10:24:11 -03:00
leandrofars
b1d824d9e2 fix(backend): build dependencies 2025-04-02 10:12:53 -03:00
dependabot[bot]
e12de61d66
chore(deps): bump golang.org/x/crypto in /backend/services/mtp/mqtt
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.18.0 to 0.31.0.
- [Commits](https://github.com/golang/crypto/compare/v0.18.0...v0.31.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-02 12:10:13 +00:00
dependabot[bot]
6d427fce70
chore(deps): bump golang.org/x/net in /backend/services/mtp/mqtt-adapter
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.25.0 to 0.36.0.
- [Commits](https://github.com/golang/net/compare/v0.25.0...v0.36.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-02 00:48:03 +00:00
dependabot[bot]
f33c31a2b3
chore(deps): bump golang.org/x/crypto
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.23.0 to 0.31.0.
- [Commits](https://github.com/golang/crypto/compare/v0.23.0...v0.31.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-02 00:37:13 +00:00
dependabot[bot]
fa1fb0ab1c
chore(deps): bump golang.org/x/net in /backend/services/mtp/ws
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.25.0 to 0.36.0.
- [Commits](https://github.com/golang/net/compare/v0.25.0...v0.36.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-01 16:11:20 +00:00
dependabot[bot]
387be06f91
chore(deps): bump golang.org/x/net in /backend/services/mtp/ws-adapter
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.25.0 to 0.36.0.
- [Commits](https://github.com/golang/net/compare/v0.25.0...v0.36.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-01 15:52:57 +00:00
dependabot[bot]
a9a1500b2b
chore(deps): bump golang.org/x/crypto
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.23.0 to 0.31.0.
- [Commits](https://github.com/golang/crypto/compare/v0.23.0...v0.31.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-01 15:48:51 +00:00
dependabot[bot]
794cf8c61c
chore(deps): bump golang.org/x/crypto
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.23.0 to 0.31.0.
- [Commits](https://github.com/golang/crypto/compare/v0.23.0...v0.31.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-01 15:45:07 +00:00
dependabot[bot]
c89c00b85f
chore(deps): bump golang.org/x/crypto in /backend/services/mtp/adapter
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.23.0 to 0.31.0.
- [Commits](https://github.com/golang/crypto/compare/v0.23.0...v0.31.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-01 15:43:47 +00:00
leandrofars
8017e3cb26 fix(adapter): do not overwrite device alias 2024-10-30 10:08:00 -03:00
Leandro Antônio Farias Machado
2a1b4da0ed
Fix code scanning alert #18: Clear-text logging of sensitive information
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2024-09-21 13:18:59 -03:00
leandrofars
dd2a2b3ced fix(ws): usp 1.3 version breaking changes 2024-09-05 13:14:49 -03:00
leandrofars
e2160fee15 fix(stomp-adapter): intermitent connection to STOMP server 2024-09-05 10:33:19 -03:00
leandrofars
badeaf9820 feat(controller): remove enterprise switch + feat: filter devices 2024-09-05 10:05:57 -03:00
leandrofars
32acb8e9ad feat: update protobuffer messages to usp spec version 1.3 2024-07-22 13:58:41 -03:00
Adriano Chiesa
17abeed7af
Merge pull request #309 from OktopUSP/add_tls_nats
Add TLS to NATS connection
2024-07-06 12:41:39 -03:00
Adriano Chiesa
291d15b183 Add TLS to NATS connection 2024-07-05 16:29:51 -03:00
leandrofars
58417cddca feat(adapter): publish message if new device was registered 2024-07-04 16:56:29 -03:00
leandrofars
62d05b2389 feat(adapter): work at cluster mode 2024-06-27 18:50:17 -03:00
leandrofars
2deadba855 feat: device alias 2024-06-25 21:56:43 -03:00
leandrofars
1608ece2c9 chore: update stomp server dependencies 2024-05-30 13:05:26 -03:00
leandrofars
3f5451b274 chore: update acs golang packages and libs 2024-05-30 13:01:52 -03:00
leandrofars
4203fd8ec9 chore: update all golang packages and libs 2024-05-30 13:01:21 -03:00
leandrofars
29375417ae fix(mqtt): deal with error to get password 2024-05-13 13:31:39 -03:00
leandrofars
28a0e3e491 fix(adapter): usp handler online status | closes #248 2024-04-23 15:22:49 -03:00
leandrofars
5487ede44e feat: cwmp device status management 2024-04-18 19:48:49 -03:00
leandrofars
f596cf9e7b docs(adapter): readme update 2024-04-18 18:58:02 -03:00
leandrofars
63db492e4b feat: cwmp save basic device data 2024-04-18 18:56:46 -03:00
leandrofars
558088d74b feat: inital cwmp server 2024-04-18 17:00:48 -03:00
Leandro Antônio Farias Machado
a430857ce3
Merge pull request #243 from rogersacchelli/dev
Kubernetes Deployment
2024-04-17 12:41:15 -03:00
Roger Sacchelli
f39cd325b7 minor changes on Dockerfiles frontend 2024-04-16 23:06:08 -03:00
Roger Sacchelli
61f93f49e5 Kubernetes Deployment - WIP 2024-04-16 22:56:47 -03:00
Roger
b947d42ac2 Merge branch 'dev' of https://github.com/rogersacchelli/oktopus into dev
ok
2024-04-17 00:01:11 +00:00
Roger
be5a69f37c Config Map for HAProxy Ingress Controller 2024-04-16 23:59:55 +00:00
Leandro Antônio Farias Machado
22fe747f76
Merge pull request #240 from OktopUSP/dependabot/go_modules/backend/services/mtp/adapter/google.golang.org/protobuf-1.33.0
build(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 in /backend/services/mtp/adapter
2024-04-16 14:02:55 -03:00
dependabot[bot]
4e567988ac
build(deps): bump google.golang.org/protobuf
Bumps google.golang.org/protobuf from 1.32.0 to 1.33.0.

---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-16 17:02:28 +00:00
dependabot[bot]
12b4b2fc04
build(deps): bump google.golang.org/protobuf in /backend/services/mtp/ws
Bumps google.golang.org/protobuf from 1.32.0 to 1.33.0.

---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-16 17:02:08 +00:00
leandrofars
57e14bf489 feat: websockets with tls 2024-04-16 13:46:57 -03:00
leandrofars
dce3ebd55b feat: mqtt with tls 2024-04-16 12:41:09 -03:00
leandrofars
f9428ae449 feat: dynamic credentials for usp controller 2024-04-15 19:46:37 -03:00
leandrofars
4047e1db0b feat: device auth as rbac via nats keyvalue store | closes #212 2024-04-12 19:26:48 -03:00
Roger Sacchelli
c7007538cf Dockerfile for mqtt fixed 2024-04-12 01:11:51 -03:00
Roger
2ae3286e87 Fix MQTT Workflow, mongodb operator user permissions 2024-04-12 03:47:00 +00:00
leandrofars
06a28f6b60 fix(ws): missing code because of gitignore | closes #206 2024-03-31 16:08:20 -03:00
leandrofars
b51614e5c8 feat: build system + docker compose for backend services 2024-03-25 23:54:26 -03:00
leandrofars
89fda0e188 feat: stomp mtp support 2024-03-23 16:06:56 -03:00