You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Sensitive information exposure: The PR includes changes to database connection strings that contain passwords. While these are typically not committed to version control, extra caution should be taken to ensure these are not accidentally exposed in public repositories or logs. Consider using environment variables or secrets management for sensitive information.
⚡ Key issues to review
Configuration Change The DATABASE_URL environment variable has been updated across multiple services to use a new username, password, and host. This change needs to be reviewed to ensure it's consistent and correct for all services.
Schema Addition A schema parameter has been added to the DATABASE_URL for the market service. This change should be reviewed to confirm if it's intentional and if other services require similar updates.
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.
Background
Moving to using only one DB locally
Changes 🏗️
Updated the DB Urls in docker compose to use supabase
PR Quality Scorecard ✨
+2 pts
+5 pts
+5 pts
+5 pts
-4 pts
+4 pts
+5 pts
-5 pts
agbenchmark
to verify that these changes do not regress performance?+10 pts