Commit Graph

389 Commits

Author SHA1 Message Date
leandrofars
763fe6efa2 feat(frontend): get device per id + init pagination 2023-12-27 21:48:50 -03:00
leandrofars
318720d9fa feat(controller): add details for devices list 2023-12-24 13:21:21 -03:00
leandrofars
3fa8315d62 fix(controller): list device by id 2023-12-24 11:19:53 -03:00
leandrofars
e207bd0f0a feat: script to run agent 2023-12-24 11:19:32 -03:00
Leandro Antônio Farias Machado
db2678d8e8
Merge pull request #177 from OktopUSP/dependabot/npm_and_yarn/backend/services/socketio/koa/cors-5.0.0
chore(deps): bump @koa/cors from 4.0.0 to 5.0.0 in /backend/services/socketio
2023-12-23 13:00:50 -03:00
dependabot[bot]
921ae3ea31
chore(deps): bump @koa/cors in /backend/services/socketio
Bumps [@koa/cors](https://github.com/koajs/cors) from 4.0.0 to 5.0.0.
- [Changelog](https://github.com/koajs/cors/blob/master/History.md)
- [Commits](https://github.com/koajs/cors/compare/4.0.0...5.0.0)

---
updated-dependencies:
- dependency-name: "@koa/cors"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-23 15:59:56 +00:00
Leandro Antônio Farias Machado
4208a89d38
Merge pull request #176 from OktopUSP/dependabot/go_modules/backend/services/controller/golang.org/x/crypto-0.17.0
chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /backend/services/controller
2023-12-23 12:59:20 -03:00
leandrofars
4b2dc84015 Merge branch 'dev' into dependabot/go_modules/backend/services/controller/golang.org/x/crypto-0.17.0 2023-12-23 12:59:07 -03:00
dependabot[bot]
c8e0b3ef00
chore(deps): bump golang.org/x/crypto in /backend/services/controller
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-23 14:59:51 +00:00
leandrofars
b15ab6b5f0 feat: nginx config for landing site 2023-12-23 11:23:54 -03:00
leandrofars
376de282f2 fix(security): jwt package 2023-12-23 11:23:20 -03:00
Leandro Antônio Farias Machado
1c79528ab8
Merge pull request #175 from OktopUSP/dev
Dev
2023-12-15 09:46:56 -03:00
leandrofars
74734e846f fix(frontend): color palette 2023-12-13 16:32:08 -03:00
leandrofars
9c6b42f267 feat(frontend): new color palette for graphics 2023-12-13 09:42:38 -03:00
leandrofars
0e08034383 fix(frontend): console errors 2023-12-13 09:06:03 -03:00
leandrofars
f96ff1d075 fix: info api dynamic broker connection 2023-12-13 09:03:12 -03:00
leandrofars
8a0fe71470 chore: remove github workflows folder 2023-12-02 11:37:38 -03:00
leandrofars
f26369c236 chore: remove trash log 2023-12-02 11:24:16 -03:00
leandrofars
342e2fd1bc docs(readme): mention agent simulator 2023-12-02 11:16:19 -03:00
leandrofars
bdc8ddb588 chore(devops): update compose go and nodejs version 2023-12-02 10:35:26 -03:00
Leandro Antônio Farias Machado
ef3e861ab0
Merge pull request #171 from OktopUSP/dev
Dev
2023-11-30 21:22:21 -03:00
leandrofars
76b0371d5c fix(devops): docker compose nextjs version 2023-11-30 21:21:05 -03:00
leandrofars
08ef01bf1f feat(controller): list devices with pagination 2023-11-28 11:59:06 -03:00
Leandro Antônio Farias Machado
5b803f4012
Merge pull request #168 from OktopUSP/dev
feat: add link to oktopus landing-page company
2023-11-27 22:53:46 -03:00
leandrofars
4d9410ca58 feat: add link to oktopus landing-page company 2023-11-27 22:53:08 -03:00
Leandro Antônio Farias Machado
144fcb371f
Merge pull request #165 from OktopUSP/dev
Security updates + new logo
2023-11-20 22:25:31 -03:00
Leandro Antônio Farias Machado
50e7580dd3
Merge pull request #163 from OktopUSP/dependabot/npm_and_yarn/frontend/semver-5.7.2
chore(deps-dev): bump semver from 5.7.1 to 5.7.2 in /frontend
2023-11-20 22:17:48 -03:00
dependabot[bot]
dbf58ba6d3
chore(deps-dev): bump semver from 5.7.1 to 5.7.2 in /frontend
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-21 00:43:04 +00:00
Leandro Antônio Farias Machado
d72b9a09ba
Merge pull request #162 from OktopUSP/dependabot/npm_and_yarn/frontend/postcss-and-next-8.4.31
chore(deps): bump postcss and next in /frontend
2023-11-20 21:42:00 -03:00
Leandro Antônio Farias Machado
d5978af0a2
docs: change project logo 2023-11-20 21:41:11 -03:00
dependabot[bot]
4765dcb992
chore(deps): bump postcss and next in /frontend
Bumps [postcss](https://github.com/postcss/postcss) to 8.4.31 and updates ancestor dependency [next](https://github.com/vercel/next.js). These dependencies need to be updated together.


Updates `postcss` from 8.4.24 to 8.4.31
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.24...8.4.31)

Updates `next` from 13.1.6 to 13.5.6
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v13.1.6...v13.5.6)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
- dependency-name: next
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-08 00:10:20 +00:00
Leandro Antônio Farias Machado
f10095396e
Merge pull request #161 from OktopUSP/dev
[ close #1960 ] and more
2023-11-07 20:10:41 -03:00
leandrofars
08b10fc3d6 fix(frontend): dependabot alerts 2023-11-07 20:08:50 -03:00
leandrofars
6787f6cbc1 refact(frontend): github link 2023-11-07 20:08:11 -03:00
leandrofars
b4a4dc2dff fix(frontend): percentage identation 2023-11-07 19:58:20 -03:00
Leandro Antônio Farias Machado
4b20adeff5
Merge pull request #159 from OktopUSP/dev
fix(frontend): nextjs build error
2023-11-06 00:41:00 -03:00
leandrofars
414d1a3b59 fix(frontend): nextjs build error 2023-11-06 00:40:14 -03:00
Leandro Antônio Farias Machado
6bd5e9bc1a
Merge pull request #158 from OktopUSP/dev
Dev
2023-11-06 00:33:43 -03:00
leandrofars
926fcf25aa feat(frontend): device execute commands 2023-11-06 00:30:56 -03:00
leandrofars
221460763c fix(frontend): productClass and vendor dashboard as percentage 2023-11-02 11:56:53 -03:00
leandrofars
b6120ab23a chore(frontend): change href tag to nextjs link 2023-11-02 11:17:43 -03:00
leandrofars
6e3bc8dcfc feat(frontend): dashboard [ close #126 ] 2023-11-02 01:11:29 -03:00
leandrofars
8843cd9dab feat(api): dashboard and general info [ close #125 ] 2023-11-01 01:50:12 -03:00
leandrofars
2d9257f21c feat(api): mqtt conn info 2023-10-31 11:26:55 -03:00
leandrofars
eb23ae8107 feat: delete device obj [ close #154 ] 2023-10-30 01:35:00 -03:00
leandrofars
35d553dab2 feat(frontend): device obj add 2023-10-29 23:55:03 -03:00
leandrofars
e550ff37d1 chore(api): init device multiple mtp connection handlers 2023-10-28 17:18:23 -03:00
Leandro Antônio Farias Machado
ac015bfa85
docs: readme infra image update 2023-10-28 16:11:36 -03:00
leandrofars
6ccd0aa0e8 feat(mtp): stomp server with custom usp spec 2023-10-28 16:00:27 -03:00
leandrofars
64f0d5a088 feat(mtp): stomp server 2023-10-27 01:47:53 -03:00