Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
c9bb5ab
feat: init project
iamrosada Nov 10, 2023
03bc963
feat: added app.ts test
pedrofeitosa97 Nov 10, 2023
a2e1d34
docs: change the way to run the test file, that is called test, insid…
iamrosada Nov 10, 2023
8f55478
feat: created the first function
iamrosada Nov 10, 2023
ed01067
Feat: Update Branch
pedrofeitosa97 Nov 10, 2023
02ab98e
feat: done first part of code
iamrosada Nov 13, 2023
d7e0a93
Feat: Criado arquivo testePedro separado.
pedrofeitosa97 Nov 13, 2023
a2f933b
Merge branch 'feat/chek-mongodb-conection' of https://github.com/ivip…
pedrofeitosa97 Nov 13, 2023
d409186
feat: did the second part of our task
iamrosada Nov 17, 2023
39e6d50
Merge branch 'feat/chek-mongodb-conection' of github.com:ivipservices…
iamrosada Nov 17, 2023
9bc7121
feat: created template for github PR
iamrosada Nov 20, 2023
7b601f7
feat: created function to write json files
pedrofeitosa97 Nov 20, 2023
8f6f6bd
Merge branch 'feat/chek-mongodb-conection' of github.com:ivipservices…
iamrosada Nov 21, 2023
9eb73c1
feat: created a path to save the json data, for task 2.
iamrosada Nov 21, 2023
6abdb73
feat: this code
iamrosada Nov 21, 2023
f8de72f
feat: change the example file
iamrosada Nov 21, 2023
8831ce6
fix: fix the error when is return the empty array, but need to solve…
iamrosada Nov 23, 2023
aeed4e2
feat: created function to generate id to key revision
tiagoabranges Nov 23, 2023
71abddb
fix: to create only the object if path exist
iamrosada Nov 23, 2023
e4a0543
Merge branch 'feat/chek-mongodb-conection' of github.com:ivipservices…
iamrosada Nov 23, 2023
cf84744
fix: change the index into array costs to be auth
iamrosada Nov 23, 2023
5f9a768
feat: doing the type function, doesnt still work perfectly
iamrosada Nov 29, 2023
04bc35a
feat: added function to separe the string with more then 50 values
iamrosada Dec 1, 2023
e313b5e
Feat: Added function to filter keys from object
pedrofeitosa97 Dec 1, 2023
e190af1
Feat: Added CheckIsValidDate Logic
pedrofeitosa97 Dec 1, 2023
de6b4e7
Fix: Fixed bug that some dates dont convert to object.
pedrofeitosa97 Dec 1, 2023
f3fd0c4
feat: change type string ti number
iamrosada Dec 4, 2023
55c92d7
feat: change functions to classes
iamrosada Dec 5, 2023
d993c78
feat: added new feature
iamrosada Dec 6, 2023
10e975d
Documentação
ismael1361 Dec 7, 2023
40f19b1
Merge branch 'feat/chek-mongodb-conection' of https://github.com/ivip…
ismael1361 Dec 7, 2023
28858b4
feat: done the set method
iamrosada Dec 7, 2023
fb1db7d
Aprimoramento e implantação do MDE
ismael1361 Dec 7, 2023
0b8dfdc
Merge branch 'main' of https://github.com/ivipservices/ivipbase into …
pedrofeitosa97 Dec 7, 2023
66c6370
Merge branch 'main' into feat/chek-mongodb-conection
ismael1361 Dec 7, 2023
ae1f9bc
Aprimoramento
ismael1361 Dec 7, 2023
5ad3df2
Merge remote-tracking branch 'origin/main' into feat/chek-mongodb-con…
ismael1361 Dec 7, 2023
7a776b4
Merge branch 'feat/chek-mongodb-conection' of https://github.com/ivip…
pedrofeitosa97 Dec 11, 2023
2d38007
Implementação de mesclagem
ismael1361 Dec 11, 2023
a60d697
Merge branch 'feat/chek-mongodb-conection' of github.com:ivipservices…
iamrosada Dec 12, 2023
a2e4302
feat: testing
iamrosada Dec 12, 2023
9baef39
Feat: Added some funcional functions on method Get in the class MDE
pedrofeitosa97 Dec 14, 2023
f5888b7
feat: created the function to set, only needs to convert to class
iamrosada Dec 14, 2023
d427b3f
feat: implement set class
tiagoabranges Dec 14, 2023
b1d79a0
feat: add types set and verify
tiagoabranges Dec 15, 2023
4127a59
Merge branch 'feat/chek-mongodb-conection' into feat/methodGet
iamrosada Dec 15, 2023
211c90a
Merge pull request #2 from ivipservices/feat/methodGet
iamrosada Dec 15, 2023
5804cc2
feat: new changes
iamrosada Dec 15, 2023
a75ad81
feat: add randomuuid
tiagoabranges Dec 15, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
## Legibilidade do Código

- [ ] O código está legível e segue as boas práticas de codificação?
- [ ] Foram utilizadas convenções de nomenclatura compreensíveis?
- [ ] A formatação do código está consistente e segue as diretrizes do linter?

## Revisores

- @revisor1
- @revisor2

## Descrição

<!-- Descreva as alterações introduzidas por este pull request. -->

## Tarefas

- [ ] Tarefa 1
- [ ] Tarefa 2

## Screenshots (se aplicável)

<!-- Adicione capturas de tela ou imagens relevantes aqui. -->

## Checklist

- [ ] Eu testei as alterações localmente.
- [ ] Todos os testes passaram.
- [ ] Eu atualizei a documentação.
- [ ] Eu segui as diretrizes de estilo de código.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ node_modules
.vscode
*.acebase
package-lock.json
previous_src
previous_src
./src/settings.ts
**./src/settings.ts
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@
"private": false,
"repository": "github:ivipcoin/ivipbase",
"scripts": {
"dev": "nodemon ./test",
"dev": "nodemon ./src/server/services/database/Node/NodeRestructureJson.ts",
"dev2": "nodemon ./src/server/services/database/Node/NodeResultWithPath.ts",

"dev3": "nodemon ./test/set.ts",
"dev4": "nodemon ./test/mde.ts",
"build": "npm run build:clean && npm run build:esm && npm run build:cjs && npm run build:packages && echo Done!",
"build:clean": "rimraf dist",
"build:esm": "tsc -p tsconfig.json && npx tsc-esm-fix ---target='dist/esm'",
Expand All @@ -42,7 +46,7 @@
"dotenv": "^16.0.3",
"express": "^4.17.1",
"ivipbase-core": "^1.5.2",
"mongodb": "^5.5.0",
"mongodb": "^5.9.1",
"proper-lockfile": "^4.1.2",
"socket.io": "^4.5.0",
"swagger-jsdoc": "^6.1.0",
Expand Down Expand Up @@ -79,4 +83,4 @@
"exec": "node --loader ts-node/esm",
"ext": "js,ts"
}
}
}
Loading