This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Something went wrong: Neo4jError: Could not perform discovery. No routing servers available. Known routing table: RoutingTable[database=neo4j, expirationTime=0, currentTime=1661276235936, routers=[], readers=[], writers=[]] | |
| at captureStacktrace (D:\Github\restify-qualicorp\node_modules\neo4j-driver-core\lib\result.js:239:17) | |
| at new Result (D:\Github\restify-qualicorp\node_modules\neo4j-driver-core\lib\result.js:59:23) | |
| at newCompletedResult (D:\Github\restify-qualicorp\node_modules\neo4j-driver-core\lib\transaction.js:433:12) | |
| at Object.run (D:\Github\restify-qualicorp\node_modules\neo4j-driver-core\lib\transaction.js:287:20) | |
| at Transaction.run (D:\Github\restify-qualicorp\node_modules\neo4j-driver-core\lib\transaction.js:137:34) | |
| at D:\Github\restify-qualicorp\index.js:26:12 | |
| at TransactionExecutor._safeExecuteTransactionWork (D:\Github\restify-qualicorp\node_modules\neo4j-driver-core\lib\internal\transaction-executor.js:92:26) | |
| at TransactionExecutor._executeTransactionInsidePro |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| on: | |
| push: | |
| branches: [master] | |
| pull_request: | |
| branches: [master] | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <template> | |
| <div class="position-absolute top-50 start-50 translate-middle"> | |
| <div class="card mx-auto" style="width: 50rem"> | |
| <div class="card-body text-center"> | |
| <h5 class="card-title">Consulta processos SEI</h5> | |
| <form> | |
| <div class="mb-3"> | |
| <div class="form-floating mb-3"> | |
| <input | |
| type="number" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <section v-if="errored"> <!-- Se errored = true, mostra essa section com mensagem de erro --> | |
| <p class="text-center form-text"> | |
| Pedimos desculpas, não estamos conseguindo recuperar as informações no | |
| momento. Por favor, tente novamente mais tarde. | |
| </p> | |
| <p class="text-center form-text"> | |
| Por favor, entre em contato com a SESCO. | |
| </p> | |
| </section> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Using rails 7.0.3 | |
| Installing sqlite3 1.4.4 with native extensions | |
| erro: falha ao obter o arquivo "mingw-w64-ucrt-x86_64-tcl-8.6.11-5-any.pkg.tar.zst" de mirror.msys2.org : error:1408F10B:SSL routines:ssl3_get_record:wrong version number | |
| erro: falha ao obter o arquivo "mingw-w64-ucrt-x86_64-sqlite3-3.38.2-1-any.pkg.tar.zst" de mirror.msys2.org : error:1408F10B:SSL routines:ssl3_get_record:wrong version number | |
| erro: falha ao obter o arquivo "mingw-w64-ucrt-x86_64-readline-8.1.001-1-any.pkg.tar.zst" de mirror.msys2.org : error:1408F10B:SSL routines:ssl3_get_record:wrong version number | |
| atenção: muitos erros de mirror.msys2.org, ignorando o restante desta transação | |
| erro: falha ao obter o arquivo "mingw-w64-ucrt-x86_64-termcap-1.3.1-6-any.pkg.tar.zst" de mirror.msys2.org : error:1408F10B:SSL routines:ssl3_get_record:wrong version number | |
| erro: falha ao obter o arquivo "mingw-w64-ucrt-x86_64-tcl-8.6.11-5-any.pkg.tar.zst" de repo.msys2.org : error:1408F10B:SSL routines:ssl3_get_record:wrong version number | |
| erro: falha |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="pt-BR"> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
| <title>SGRHm</title> | |
| <!-- Bootstrap css --> | |
| <link | |
| href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/css/bootstrap.min.css" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Pré-requisitos: | |
| 1 - Node (https://nodejs.org/en/); | |
| 2 - Yarn (npm install --global yarn); | |
| Descompactar a pasta do projeto, navegar até a raiz do projeto e executar o comando "yarn install" para instalar as dependencias | |
| do projeto (lista em package.json); | |
| Após instalação, na raiz do projeto executar "yarn serve" para iniciar o servidor local de Node; | |
| Realizar as alterações e executar "yarn build" para compilar o código para a pasta "dist" (criada automaticamente); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <template> | |
| <div class="home"> | |
| <div class="card container shadow"> | |
| <div class="card-title"> | |
| <h3 class="text-center mt-4">Minuto TRE/GO</h3> | |
| </div> | |
| <div class="card-body w-50 mx-auto"> | |
| <form> | |
| <div class="mb-4"> |
NewerOlder