Commit Graph

197 Commits

Author SHA1 Message Date
leandrofars
b258c1ada0 fix(frontend): block access to cwmp or offline device 2024-04-24 15:10:03 -03:00
leandrofars
5322519a1e feat: block cwmp access in frontend + add cwmp profile to compose 2024-04-24 14:37:09 -03:00
leandrofars
dc090a055b fix(frontend): endpoint env vars 2024-04-22 17:37:30 -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
be5a69f37c Config Map for HAProxy Ingress Controller 2024-04-16 23:59:55 +00:00
leandrofars
5faa0cab9c fix(frontend): fetch device per id | close #225 2024-04-15 13:46:18 -03:00
leandrofars
7bf9a4ec86 fix(frontend): translate to english 2024-04-14 13:32:50 -03:00
leandrofars
50d8f21016 feat(frontend): show mtps status and rtt | closes #226 2024-04-14 13:17:14 -03:00
Roger
8d8423d082 Missing Files for Deployment 2024-04-10 17:03:59 +00:00
leandrofars
41a088998c fix(frontend): dynamic ws endpoint 2024-04-09 01:07:11 -03:00
leandrofars
363668d726 feat: frontend with dynamic env vars 2024-04-09 01:04:58 -03:00
leandrofars
3b0520d98a build: docker compose add frontend new image 2024-03-31 16:21:38 -03:00
leandrofars
462b7be85d build(frontend): makefile +dockerfile 2024-03-31 16:20:49 -03:00
leandrofars
8c7cb6d7e9 feat: deploy microservices via docker compose 2024-03-26 15:40:50 -03:00
leandrofars
5db5aa3ab7 feat(frontend): redirect user to login in case of expired jwt 2024-02-22 08:53:59 -03:00
leandrofars
0b85b4aca0 fix(frontend): status message iota order change 2024-02-17 13:50:12 -03:00
leandrofars
f103237d93 fix: page number 2024-01-11 19:45:01 -03:00
leandrofars
638abfe355 feat(frontend): complete pagination + device search per id 2024-01-11 19:20:18 -03:00
leandrofars
763fe6efa2 feat(frontend): get device per id + init pagination 2023-12-27 21:48:50 -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
4d9410ca58 feat: add link to oktopus landing-page company 2023-11-27 22:53:08 -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
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
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
leandrofars
414d1a3b59 fix(frontend): nextjs build error 2023-11-06 00:40:14 -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
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
8672eebcf2 chore(frontend): env file with production endpoints option 2023-10-23 14:11:57 -03:00
leandrofars
a5592c4d3b fix(security): dependabot alert 2023-10-23 13:16:05 -03:00
leandrofars
c5cb253a04 chore(readme + frontend): identation + hide map 2023-10-23 13:07:46 -03:00
leandrofars
a6b6cc4779 chore(frontend): show loading at set parameter value request 2023-10-23 10:05:11 -03:00
leandrofars
8d1c2c3647 feat(frontend): show param edit error 2023-10-23 01:41:27 -03:00
leandrofars
5ecf6ffc10 feat(frontend): device parameter edition 2023-10-22 17:32:07 -03:00
leandrofars
214151c7ce chore(frontend): add modal to edit parameter 2023-10-21 18:10:15 -03:00
leandrofars
88fca6dbad chore(frontend): initial parameters value edit 2023-10-21 12:54:50 -03:00
leandrofars
93134db584 fix: github image 2023-10-05 02:20:31 -03:00
leandrofars
3f55818b1b chore: add github link to project 2023-10-05 01:51:35 -03:00
leandrofars
3497572c50 chore: add passowrd and user for demo usage 2023-10-05 01:51:08 -03:00
leandrofars
93749d5b70 feat: device paramater discovery [close #95] 2023-10-05 01:13:01 -03:00
Leandro Antônio Farias Machado
0a5b86140c chore: show table even with no devices 2023-09-15 11:01:20 -03:00
Leandro Antônio Farias Machado
a6f741d4db chore: comment chat feature 2023-09-04 23:03:50 -03:00
Leandro Antônio Farias Machado
9b87096a33 feat( params discovery ): get params value 2023-09-04 23:03:17 -03:00
Leandro Antônio Farias Machado
0da43097f4 chore: index page title 2023-08-06 22:13:16 -03:00
Leandro Antônio Farias Machado
aab83ce587 feat: create admin if it doesn't exists 2023-07-31 11:07:53 -03:00
Leandro Antônio Farias Machado
f01f662fa4 feat: basic device discover parameters 2023-07-27 11:55:39 -03:00
Leandro Antônio Farias Machado
01cba4887d chore(frontend): uncomment map resource 2023-06-27 02:44:39 -03:00
Leandro Antônio Farias Machado
71c3c8ef40 fix(frontend): device discovery key list error 2023-06-26 02:36:55 -03:00
Leandro Antônio Farias Machado
dafe2ced3c fix(frontend): errors and few warnings 2023-06-26 02:34:26 -03:00
Leandro Antônio Farias Machado
ad43562714 chore(frontend): remove search icon from top nav 2023-06-26 01:11:32 -03:00
Leandro Antônio Farias Machado
678d3bba10 chore(frontend): comment map section + add beta warn at chat 2023-06-26 01:09:51 -03:00
Leandro Antônio Farias Machado
dccdc9c116 feat(webrtc+websockets): logic structure + video and audio streams 2023-06-26 01:09:10 -03:00
Leandro Antônio Farias Machado
71cc19b807 feat(frontend): new components for new device remote calls via front 2023-06-25 23:35:52 -03:00
Leandro Antônio Farias Machado
eaedefa05d feat(frontend): handler for multiple device calls 2023-06-25 23:34:58 -03:00
Leandro Antônio Farias Machado
10b9b4776b fix(socketio): data inconsistence 2023-06-18 22:34:18 -03:00
Leandro Antônio Farias Machado
742fcc9d3c feat(socketio): get users online and offline (users status) (2) 2023-06-18 22:26:03 -03:00
Leandro Antônio Farias Machado
526804c291 feat(socketio): get users online and offline (users status) 2023-06-18 22:25:16 -03:00
Leandro Antônio Farias Machado
a602121a5a chore: auth context same email in sessionStorage 2023-06-17 14:17:59 -03:00
Leandro Antônio Farias Machado
270fca0f8e chore: replace devias kit name to oktopus 2023-06-17 14:16:06 -03:00
Leandro Antônio Farias Machado
274c9d7659 fix(env):api route 2023-06-12 20:12:47 -03:00
Leandro Antônio Farias Machado
8d65004d3c chore(frontend): change text color of dialog answer 2023-06-12 20:07:15 -03:00
Leandro Antônio Farias Machado
e30cd64f5e hotfix(frontend): send request with auth token 2023-06-08 12:37:32 -03:00
Leandro Antônio Farias Machado
4efb6595ea chore(frontend): use url from env 2023-06-08 11:48:22 -03:00
Leandro Antônio Farias Machado
b5025ec878 chore(frontend): close dialog in close button too 2023-06-08 11:33:27 -03:00
Leandro Antônio Farias Machado
b7ed87c5af chore(frontend): block access to offline devices 2023-06-08 11:32:06 -03:00
Leandro Antônio Farias Machado
609ec53790 chore(frontend): change user default name 2023-06-08 11:31:22 -03:00
Leandro Antônio Farias Machado
11f42a0f8a feat(frontend): devices rpc page 2023-06-08 11:30:59 -03:00
Leandro Farias
0b7390edc1 fix(frontend): link to device 2023-06-05 11:29:37 +00:00
Leandro Antônio Farias Machado
d7ef875b00 fix(env): front env config 2023-05-18 00:06:33 -03:00
Leandro Antônio Farias Machado
5d2c3e4b6a chore(api): login to app + save auth token 2023-05-14 19:18:31 -03:00
Leandro Farias
e9ce7b2364 chore: device status translate from api + sn center 2023-05-11 14:24:15 +00:00
Bruno Loch
5e024611f6 integração do backend para busca de devices 2023-05-09 23:03:00 +00:00
Leandro Farias
d682a46f69 fix(frontend): build errors and warnings 2023-05-08 12:13:27 +00:00
Bruno Loch
5daf95c99c teste de mudança de tema para modo escuro 2023-05-02 23:02:14 +00:00
Leandro Farias
2d7da446fc feat: circular progress loading component 2023-04-20 14:47:17 +00:00
Leandro Antônio Farias Machado
ec64cd9679 chore: set boxes with shadow 2023-04-13 09:54:04 -03:00
Leandro Farias
058b47d461 feat: devices page 2023-04-11 14:10:56 +00:00
Leandro Antônio Farias Machado
93a3199f33 feat(frontend): devices page in progress 2023-04-03 07:11:52 -03:00
Leandro Farias
9257e2073b chore: static frontend layout 2023-03-31 14:22:22 +00:00
Leandro Farias
7b81761daa feat: side nav icons + theme color palette 2023-03-29 11:54:03 +00:00
Leandro Farias
99657ed40f chore: remove live preview card 2023-03-23 13:09:27 +00:00
Leandro Farias
5c7e1df051 fix: mobile nav open 2023-03-23 13:09:04 +00:00
Leandro Antônio Farias Machado
46999043a5 feat(mqtt): change proj structure to services and add mochi broker 2023-03-20 11:19:02 -03:00
Leandro Farias
9ad627554b chore: login page done 2023-03-14 13:27:09 +00:00
Leandro Farias
2c2c94ea8c chore: html header customization for oktopus 2023-03-14 13:24:10 +00:00
Bruno Loch
068ae20a54 delete .editorconfig 2023-03-10 11:27:11 +00:00
Leandro Antônio Farias Machado
d297fecc62 chore: create proj structure 2023-03-07 13:33:32 +00:00