Skip to content

feat: normalise PostgreSQL repo permissions into a repo_users join table - #1590

Draft
dcoric wants to merge 83 commits into
finos:mainfrom
dcoric:feat/postgres-repo-users
Draft

feat: normalise PostgreSQL repo permissions into a repo_users join table#1590
dcoric wants to merge 83 commits into
finos:mainfrom
dcoric:feat/postgres-repo-users

Merge branch 'feat/postgres-schema-migrations' into feat/postgres-rep…

1ea7ecc
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 27, 2026 in 0s

90.58% (target 80.00%)

View this Pull Request on Codecov

90.58% (target 80.00%)

Details

Codecov Report

❌ Patch coverage is 93.16547% with 38 lines in your changes missing coverage. Please review.
✅ Project coverage is 90.58%. Comparing base (b44f5ee) to head (1ea7ecc).

Files with missing lines Patch % Lines
src/db/postgres/users.ts 92.98% 12 Missing ⚠️
src/service/index.ts 33.33% 8 Missing ⚠️
src/db/postgres/repo.ts 93.81% 4 Missing and 2 partials ⚠️
src/db/postgres/helper.ts 93.05% 5 Missing ⚠️
src/db/index.ts 42.85% 4 Missing ⚠️
src/db/postgres/pushes.ts 97.14% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1590      +/-   ##
==========================================
+ Coverage   90.41%   90.58%   +0.16%     
==========================================
  Files          87       93       +6     
  Lines        8661     9215     +554     
  Branches     1603     1711     +108     
==========================================
+ Hits         7831     8347     +516     
- Misses        799      835      +36     
- Partials       31       33       +2     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.