generated from Real-Dev-Squad/website-template
-
Notifications
You must be signed in to change notification settings - Fork 14
feat(database): Add unified MongoDB and PostgreSQL dual-write mechanism #258
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 all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
f232177
feat: implement dual-write system for MongoDB to PostgreSQL synchroni…
iamitprakash 79d10ce
Merge branch 'develop' into pg-migration
AnujChhikara fc5f38a
feat: enhance PostgreSQL integration with new models and dual-write f…
AnujChhikara 34de92d
refactor: consolidate PostgreSQL models
AnujChhikara 54b6001
feat: implement priority field fix and enhance dual-write functionality
AnujChhikara 73b9c4a
refactor: update PostgreSQL models and enhance dual-write service fun…
AnujChhikara ab26619
refactor: simplify Postgres watchlist model and update dual-write ser…
AnujChhikara b80bf3a
fix: deferred task in postgres
AnujChhikara b157cfc
refactor: update Postgres audit log model
AnujChhikara b7cfd53
refactor: remove old watchlist models and update user role structure …
AnujChhikara e6c37e9
refactor: enhance PostgreSQL model definitions and integrate dual-wri…
AnujChhikara 7219ec5
feat: add task assignment creation functionality and streamline task …
AnujChhikara aba75f3
refactor: update task assignment models and repository to streamline …
AnujChhikara 58786ae
feat: implement dual-write synchronization for team creation invite c…
AnujChhikara 017f5df
feat: add PostgreSQL synchronization service and management command f…
AnujChhikara 01caf14
chore: remove pgAdmin service from docker-compose configuration
AnujChhikara fed055c
chore: remove deprecated docker-compose and environment configuration…
AnujChhikara c3c0398
feat: add PostgreSQL availability checks and environment variables fo…
AnujChhikara c3bb706
feat: configure database settings for testing and production environm…
AnujChhikara 8dcd5b6
Merge branch 'pg-migration' of https://github.com/Real-Dev-Squad/todo…
AnujChhikara d185900
fix: update environment variable names for PostgreSQL configuration i…
AnujChhikara 541cba6
Merge branch 'develop' into pg-migration
AnujChhikara facfdbc
refactor: update PostgreSQL environment variable name and enhance doc…
AnujChhikara b675dac
refactor: rename PostgreSQL task assignment index names for consistency
AnujChhikara 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,4 +29,10 @@ CORS_ALLOWED_ORIGINS='http://localhost:3000,http://localhost:8000' | |
|
||
SWAGGER_UI_PATH='/api/schema' | ||
|
||
ADMIN_EMAILS = "[email protected],[email protected]" | ||
ADMIN_EMAILS = "[email protected],[email protected]" | ||
|
||
POSTGRES_HOST: postgres | ||
POSTGRES_PORT: 5432 | ||
POSTGRES_DB: todo_postgres | ||
POSTGRES_USER: todo_user | ||
POSTGRES_PASSWORD: todo_password |
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.