Conversation
…, response formatting, and code clarity
- Update rent observation trigger to capture renewals correctly. - Revise roommate_blocks constraints for safer data handling. - Create expression index for city filtering in roommate feed.
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Warning
|
Summary
This PR brings the
fix/tier0branch intotier0with targeted fixes across database migrations, auth response handling, roommate compatibility scoring, listing renewals, profile photo updates, and worker resilience.What changed
expires_atchanges while a listing remains active.LOWER(city)so it matches the query shape used by city filtering.X-Client-Type: mobile.ANY($1::uuid[]).Why
These changes close Tier 0 correctness gaps around data retention, renewal tracking, query performance, token exposure boundaries, and runtime reliability. They also make the related migrations safer for environments that already contain production-like data.
Validation
fix/tier0againsttier0locally withgit diff --stat origin/tier0...fix/tier0.