-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: upgrade mongoose to 8.1.0 and casbin to 5.28.0 (#76)
* update mongoose, casbin and typescript * add proper return types * improve removepolicies to clear role correctly * update mongo version to 6 * increase timeout to 4 seconds * use new mongosh * small bumps
- Loading branch information
Emanuele Tonello
authored
Jan 25, 2024
1 parent
a5082cd
commit 78f5a6a
Showing
11 changed files
with
1,221 additions
and
527 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM mongo:5.0.16 | ||
FROM mongo:6.0.13 | ||
|
||
VOLUME /data | ||
EXPOSE 27001 27002 27003 | ||
|
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"endOfLine": "lf", | ||
"semi": true, | ||
"camelcase": false, | ||
"new-cap": false, | ||
"singleQuote": true, | ||
"tabWidth": 2, | ||
"trailingComma": "none", | ||
"printWidth": 100 | ||
} |
This file contains 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
Oops, something went wrong.