Prepare to release

This commit is contained in:
Douglas Barone 2022-12-08 14:23:54 -04:00
parent 590ac4870d
commit 97edd0fef0
7 changed files with 14 additions and 18 deletions

View File

@ -1,12 +1,12 @@
{ {
"name": "ifms-pti-svr", "name": "ifms-pti-svr",
"version": "3.3.9", "version": "3.4.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "ifms-pti-svr", "name": "ifms-pti-svr",
"version": "3.3.9", "version": "3.4.0",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@prisma/client": "^4.7.1", "@prisma/client": "^4.7.1",

View File

@ -1,6 +1,6 @@
{ {
"name": "ifms-pti-svr", "name": "ifms-pti-svr",
"version": "3.3.9", "version": "3.4.0",
"description": "Servidor do Portal de TI do IFMS", "description": "Servidor do Portal de TI do IFMS",
"main": "src/index.js", "main": "src/index.js",
"prisma": { "prisma": {

View File

@ -400,11 +400,7 @@ const typeDefs = gql`
subnetMaskLength: String! subnetMaskLength: String!
numHosts: String! numHosts: String!
length: String! length: String!
stats( stats(take: Int = 64, minutesIn: Int = 1440, dateOut: String): [SubnetStats]
take: Int = 128
minutesIn: Int = 1440
dateOut: String
): [SubnetStats]
} }
input LoginInput { input LoginInput {

4
web/package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "ifms-pti", "name": "ifms-pti",
"version": "3.3.9", "version": "3.4.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "ifms-pti", "name": "ifms-pti",
"version": "3.3.9", "version": "3.4.0",
"dependencies": { "dependencies": {
"@mdi/font": "^6.9.96", "@mdi/font": "^6.9.96",
"apollo-link-ws": "^1.0.20", "apollo-link-ws": "^1.0.20",

View File

@ -1,6 +1,6 @@
{ {
"name": "ifms-pti", "name": "ifms-pti",
"version": "3.3.9", "version": "3.4.0",
"private": true, "private": true,
"scripts": { "scripts": {
"serve": "vue-cli-service serve", "serve": "vue-cli-service serve",

View File

@ -65,12 +65,12 @@ export default {
route: { name: 'access-points' }, route: { name: 'access-points' },
role: 'superAdmin' role: 'superAdmin'
}, },
{ // {
title: 'Status Wi-Fi', // title: 'Status Wi-Fi',
icon: 'mdi-chart-bell-curve-cumulative', // icon: 'mdi-chart-bell-curve-cumulative',
route: { name: 'wifi-stats' }, // route: { name: 'wifi-stats' },
role: 'superAdmin' // role: 'superAdmin'
}, // },
{ {
title: 'Inspecionar Usuário', title: 'Inspecionar Usuário',
icon: 'mdi-account-search', icon: 'mdi-account-search',

View File

@ -31,7 +31,7 @@ export default {
components: { ClientsChart }, components: { ClientsChart },
apollo: { apollo: {
subnets: { subnets: {
pollInterval: 5000, pollInterval: 10000,
debounce: 500, debounce: 500,
cachePolicy: 'cache-and-network', cachePolicy: 'cache-and-network',
query: gql` query: gql`