-
Notifications
You must be signed in to change notification settings - Fork 0
Feature document database migration #15
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
49d1e91
feat(auth): create ownership check middleware
fulleni ea709e9
feat(auth): apply ownership check middleware to item routes
fulleni cc9d32f
refactor(api): adapt GET /data to use native document query
fulleni 34a0029
refactor(api): adapt GET /data to use native document query
fulleni c065be4
feat(db): replace postgres seeding service with mongodb
fulleni fe51a1e
feat(db): replace postgres seeding service with mongodb
fulleni 1bca9ab
refactor(deps): remove postgres dependencies
fulleni bfb3e5f
feat(db): migrate dependency injection to mongodb
fulleni bf6f59d
docs: update readme for mongodb migration
fulleni c6877bc
refactor(auth): use readAll with filter in AuthService
fulleni 38853ea
docs: update .env.example for mongodb connection string
fulleni b07d6d2
fix(config): make .env file loading robust
fulleni 7b24b53
/// issues where the execution context's working directory is not the
fulleni 20a92d2
fix(config): correct directory traversal in .env search
fulleni 96912c2
feat(config): enhance .env loading logs
fulleni e7d0d8d
fix(config): prevent state corruption on failed dependency init
fulleni d1ac01a
fix(config): make dependency init robust against all throwables
fulleni 6e84bcf
chore
fulleni 4ce3cc5
fix(api): make database seeding idempotent and preserve IDs
fulleni 5207475
fix(api): ensure all user data is deleted on account deletion
fulleni dbae817
refactor(api): use repository count method for dashboard summary
fulleni c49d2c4
fix(api): improve error handling for invalid JSON body
fulleni b2b4363
fix(api): correct admin data scoping in generic data handlers
fulleni 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
chore
- Loading branch information
There are no files selected for viewing
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
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.