-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(deps): update mongoose to 6 #6832
Merged
Merged
Changes from all commits
Commits
Show all changes
66 commits
Select commit
Hold shift + click to select a range
8325f00
chore: bump mongoose to 6.12
foochifa 75b4ac7
fix: type mismatch on cursorquery, objectid
KenLSM dc2eedb
fix: required and validator shape in user and form model
foochifa d2273d4
fix: use try catch block for mongoose connect loader
foochifa bb290a9
fix: add missing goLinkSuffix property in IForm
foochifa 25fe76c
fix: overwrite typing of IPaymentSchema for mongoose Id
foochifa 0454c98
fix: querycursor import in submission.ts
foochifa 203e079
fix: removed undefined in AgencySchema causing schema methods to be n…
foochifa 266ff9c
fix: schema typings in form logic and sms types
foochifa dcb1c18
fix: replace ConnectionOptions with ConnectOptions
foochifa bd9a8ac
fix: remove deprecated connect options
foochifa 9200683
fix: objectid imports
KenLSM ec2537f
chore: remove mongodb package, upgrade connect-mongo to 4.6.0
KenLSM 6a70385
chore: replace mongoerror import reference
KenLSM 55671d3
fix: typescript errors
KenLSM 944be5b
chore: change nModified to modifiedCount
foochifa 5206b01
fix: typeerror on form_statistics_total.server.model
KenLSM 925c42c
fix: typeerror on bouncemodel
KenLSM fe335ee
fix: form server model, only fixed affected methods
KenLSM 327250c
fix: mongoerror is now mongoservererror
KenLSM 6a7a988
fix: execPopulate no longer required to be called
KenLSM f4722b8
fix: verification.model
KenLSM 4e1bdb8
fix: replace enforcedocument to hydrateddocument
KenLSM 53d376d
fix: duplicateFormFieldByIdAndIndex
KenLSM 8763919
fix: util/logic.ts type inference errors
KenLSM 4db93ce
refactor: swap bson with bson-ext
KenLSM 3a13652
chore: update test db configs
KenLSM bd87cae
refactor: remove bson reference
KenLSM 5bb4277
refactor: gloal replacement of bson
KenLSM 95785ff
chore: remove execPopulate
KenLSM 822974e
fix: void promise returns
KenLSM 2e84a26
fix: remove bson reference with mongoose
KenLSM b187dec
fix: replace more bson on admin-forms.form.routes.specs
KenLSM d864725
fix: test failures on admin-forms.submissions.routes.spec
KenLSM 8381975
fix: test failures on src/app/models
KenLSM 11ee860
fix: test failures on src/app/modules/payments
KenLSM 4d12328
fix: test failures on src/app/modules/issues
KenLSM 3e25025
fix: form model always defaulting to private mode on save
KenLSM c719271
chore: remove bson in jest-db
KenLSM 448bf63
fix: lint and type errors in loader
KenLSM 82f923e
chore: remove unused typedef
KenLSM 06cc9c0
chore: remove commented out BSON code
KenLSM ff4dffc
fix: playwright mongod init failure
KenLSM 6e9de19
refactor: rename constants
KenLSM 8406b22
fix: mongoose loader
KenLSM 73a7ff5
fix: removed form model business field to be required
KenLSM 68b2487
fix: e2e email-submission tests
KenLSM 00cfaf4
fix: make mongoose.connect to be async
KenLSM 56d302b
fix: add specific db connection uri
KenLSM 205cbce
fix: restore missing _id in table column
KenLSM c89f46e
fix: workspace model support
KenLSM c1d5598
chore: add verbose playwight reporting
KenLSM 3f66dad
chore: update bson-ext to bson for workspace-related code
KenLSM 7e33c91
fix: dburi should not be random
KenLSM b1ea692
fix: drop form collection instead of the whole db
KenLSM e5db025
chore: update hosting port from 5000 to 5001 for playwright
KenLSM 50566ad
Merge remote-tracking branch 'origin/develop' into chore/mongoose-bump-6
KenLSM d5ff128
fix: replace bson-ext with bson
KenLSM e7fb8f9
Revert "chore: update hosting port from 5000 to 5001 for playwright"
KenLSM 4647e20
fix: workspace spec, exists returning null and doc instead of boolean
KenLSM 71db042
chore: remove commented code
KenLSM 609439f
chore: remove confusing statement
KenLSM 32c3349
chore: remove unneeded comments
KenLSM 016a3f6
Merge remote-tracking branch 'origin/chore/mongoose-bump-6' into chor…
KenLSM 66f638f
chore: remove duplicated typedef
KenLSM 2215ac2
Revert "chore: remove duplicated typedef"
KenLSM File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
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
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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.