Adservio Code Review Analysis
A read-only analysis of recent merge request review behavior in GitLab, focused on visible review discussion, reviewer distribution, queue health, MR size, and traceability gaps.
Executive Summary
Bottom line: review throughput is not the main risk here; traceability and queue hygiene are. The team is still merging code, but most merges leave no durable visible review trail and the open queue is overwhelmingly stale.
What Matters
- Traceability is the clearest control gap: 49 of 59 merged MRs (83.1%) showed no visible non-author review comment in GitLab.
- `CR - Approved` is currently too weak as evidence on its own: 64.4% of merged MRs carried that label without any visible review discussion.
- Queue health is poor: 87.2% of active open MRs are already older than 48 working hours. The oldest example is adservio/web!2091 at 207.6d open.
- Visible review capacity is thin and concentrated: only 12 visible review touches were detected in the whole window, and the top 3 reviewers handled 83.3% of them.
- adservio/frontend is the highest-volume review surface with 23 merged MRs and only 17.4% visible review coverage. adservio/web is the next meaningful flow at 13 merges and 15.4% visible review coverage.
- MR size is not the main story: median changed files were 3, and only 3.4% of merged MRs were above 20 files. Even the slowest merged example, adservio/frontend!1666, took 27.2d with 153 changed files, so the dominant problem still looks like review discipline and queue ownership rather than consistently oversized MRs.
Leadership Analysis
- The operating rhythm is serviceable at the median (3.7h created-to-merged), which means the biggest leverage is improving process fidelity rather than pushing for even more raw throughput.
- With 87.2% of active MRs already stale, the open list is functioning more like inventory than prioritization support. adservio/web!2091 being open for 207.6d is a strong sign that ownership and review handoffs are not being actively reset.
- Reviewer concentration is now a resilience issue, not just a fairness issue. When the top 3 reviewers carry 83.3% of visible touches, review quality, continuity, and queue health all become sensitive to a very small set of people.
- The spread between a 3-file median MR and a 27.2d longest merged cycle (adservio/frontend!1666, 153 changed files) suggests a few ownership-heavy exceptions are dragging on outside normal flow. Those should be managed as explicit escalations, not left to age inside the common queue.
Recommended Actions
- Make one durable review artifact mandatory before merge: a substantive non-author GitLab review comment, a recorded approval, or both. A label alone should no longer count as sufficient evidence. The approval API coverage is also low, so the fix should include tooling or policy that leaves an auditable trace by default.
- Run a stale-MR reset on anything older than 48 working hours: close abandoned work, re-confirm owner and reviewer on the rest, and turn the open list back into a real queue instead of a parking lot. Start with adservio/web!2091 and the rest of the oldest backlog because their age now obscures whether they are still real priorities.
- Put adservio/accommodations/backend under explicit review guardrails for the next cycle. It combines enough volume with weak visible review coverage, which makes it the best place to tighten the process and see impact quickly.
- Broaden the reviewer bench beyond Dragoș Ivan and the current small reviewer set. The present concentration is a continuity risk and will keep queue health fragile when one person is away.
Improvement Ideas
- Set explicit operating standards for the next quarter: require one auditable peer-review artifact before merge, target first review inside one working day for active MRs, and keep the stale active backlog below 15%. What gets measured this clearly is far more likely to improve.
- Run a four-week process experiment on adservio/accommodations/backend: dedicated reviewer-of-the-week coverage, explicit reviewer assignment at MR creation, and a lightweight weekly audit of silent merges. It is the highest-yield place to test whether better ownership changes the data.
- Create a reviewer rotation with named backup coverage for the busiest repos. Good review systems depend on redundancy, not heroics, and rotation is the fastest way to lower reviewer bus factor without slowing delivery.
Supporting Evidence
- 49 of 59 merged MRs (83.1%) had no visible non-author review comment in GitLab.
- 48 of 59 merged MRs (81.4%) carried the `CR - Approved` label.
- 38 merged MRs (64.4%) were labeled `CR - Approved` without any visible non-author review comment.
- 3.4% of merged MRs changed more than 20 files, while 1.7% changed more than 50 files.
- Among MRs with visible review discussion, the median last-author-commit to first-review time was 22.5h.
- The median last-author-commit to `CR - Approved` time was 23.6h.
- The top 3 reviewers accounted for 83.3% of visible review touches.
- 41 of 47 active open MRs (87.2%) were older than 48 working hours.
Merged MRs Merged MRs inside the analysis window. | 59 |
Open MRs All currently open group MRs. | 49 |
Active open MRs Open MRs excluding drafts. | 47 |
Draft open MRs Open MRs marked draft/WIP. | 2 |
Visible review rate Merged MRs with at least one visible non-author GitLab comment. | 16.9% |
Merged without visible review comment Merged MRs with zero visible non-author comments. | 83.1% |
CR - Approved label coverage Merged MRs carrying the CR-approved label. | 81.4% |
Approval API coverage Merged MRs with at least one approver in the GitLab approvals API. | 16.9% |
CR - Approved without visible review comment CR-approved MRs with no visible non-author comment. | 64.4% |
Median MR created -> first review Working time from MR creation to first visible non-author comment. | 2.9d |
Median last author commit -> first review Working time from last author commit before review to first visible non-author comment. | 22.5h |
Median first review -> CR - Approved Working time from first visible comment to CR-approved label after review start, else merge. | 0.7h |
Median MR created -> CR - Approved Working time from MR creation to CR-approved label after review start, else merge. | 3.0d |
Median last author commit -> CR - Approved Working time from last author commit before review to CR-approved label after review start, else merge. | 23.6h |
Median MR created -> merged Working time from MR creation to merge. | 3.7h |
Median changed files Median GitLab `changes_count` value. | 3 |
MRs > 5 files Merged MRs where `changes_count` is above 5. | 32.2% |
MRs > 10 files Merged MRs where `changes_count` is above 10. | 18.6% |
MRs > 20 files Merged MRs where `changes_count` is above 20. | 3.4% |
MRs > 50 files Merged MRs where `changes_count` is above 50. | 1.7% |
Top 3 reviewer touch share Share of visible review touches handled by the top 3 reviewers. | 83.3% |
Active open backlog rate Non-draft open MRs older than 48 working hours. | 87.2% |
Timing Breakdown
These headline timing medians bring back the anchor-to-anchor numbers directly, using working time with weekends excluded.
| Median MR created -> first review | 2.9d |
| Median last author commit -> first review | 22.5h |
| Median MR created -> CR - Approved | 3.0d |
| Median first review -> CR - Approved | 0.7h |
| Median last author commit -> CR - Approved | 23.6h |
| Median MR created -> merged | 3.7h |
Reviewer Distribution
| Dragoș Ivan | 5 | 15 | 41.7% |
| Achim Stefan | 3 | 4 | 25.0% |
| Andrei Alexandru | 2 | 4 | 16.7% |
| Alex Murarescu | 1 | 2 | 8.3% |
| Marian Andrei | 1 | 1 | 8.3% |
Repo Breakdown
| adservio/frontend | 23 | 17.4% | 91.3% | 3 |
| adservio/web | 13 | 15.4% | 76.9% | 2 |
| adservio/admission/backend | 9 | 11.1% | 88.9% | 3 |
| adservio/social | 5 | 20.0% | 60.0% | 10 |
| adservio/accommodations/backend | 3 | 0.0% | 0.0% | 4 |
| adservio/docgen2/backend | 3 | 0.0% | 100.0% | 4 |
| adservio/uni/backend | 3 | 66.7% | 100.0% | 11 |
Visible Review Discussion MRs
Compact by default: key CR metrics stay visible, and each row expands inline for the full audit trail. The table starts sorted by Last Commit -> First Review.
| Details | ||||||
|---|---|---|---|---|---|---|
| adservio/web!2471 | [HOTFIX] log errors fixed | 2/5 Light | 0.1h | 0.1h | 0.1h | |
Repo adservio/web Author Ionut Ciolan Reviewers Marian Andrei Review Comments 1 Quality Notes 1 visible comment; 1 substantive comment; single reviewer Substantive Comments 1 Reviewer Count 1 Post-Review Pushes 0 MR Created 2026-04-28 13:08 Last Author Commit 2026-04-28 13:08 First Review 2026-04-28 13:15 CR Approved 2026-04-28 13:16 Merged 2026-04-28 13:55 First Review -> CR Approved 0.0h Last Commit -> CR Approved 0.1h Created -> Merged 0.8h | ||||||
| adservio/admission/backend!127 | [ADS-7309] - filter sessions by suborgId | 2/5 Light | 1.9h | 0.4h | 0.6h | |
Repo adservio/admission/backend Author George Murgoci Reviewers Dragoș Ivan Review Comments 2 Quality Notes 2 visible comments; 1 substantive comment; single reviewer Substantive Comments 1 Reviewer Count 1 Post-Review Pushes 0 MR Created 2026-04-27 15:47 Last Author Commit 2026-04-27 17:15 First Review 2026-04-27 17:38 CR Approved 2026-04-27 16:21 Merged 2026-04-27 18:00 First Review -> CR Approved 0.0h Last Commit -> CR Approved 0.0h Created -> Merged 2.2h | ||||||
| adservio/frontend!1735 | [ADS-7227] - admission bug fixes | 5/5 Deep | 4.2d | 3.1h | 4.2d | |
Repo adservio/frontend Author George Murgoci Reviewers Alex Murarescu, Dragoș Ivan Review Comments 9 Quality Notes 9 visible comments; 7 substantive comments; 2 reviewers; 5 post-review pushes; multi-point discussion Substantive Comments 7 Reviewer Count 2 Post-Review Pushes 5 MR Created 2026-04-21 12:38 Last Author Commit 2026-04-27 13:23 First Review 2026-04-27 16:27 CR Approved 2026-04-27 16:43 Merged 2026-04-27 18:00 First Review -> CR Approved 0.3h Last Commit -> CR Approved 3.3h Created -> Merged 4.2d | ||||||
| adservio/social!12 | [S:6284] [ADS-6893] [BE] Setup project and base entities | 3/5 Solid | 4.8h | n/a | 5.4h | |
Repo adservio/social Author Dron Gabriel Reviewers Dragoș Ivan Review Comments 4 Quality Notes 4 visible comments; 3 substantive comments; single reviewer; multi-point discussion Substantive Comments 3 Reviewer Count 1 Post-Review Pushes 0 MR Created 2026-04-28 08:15 Last Author Commit n/a First Review 2026-04-28 13:02 CR Approved 2026-04-28 13:38 Merged 2026-04-28 13:49 First Review -> CR Approved 0.6h Last Commit -> CR Approved n/a Created -> Merged 5.6h | ||||||
| adservio/web!2468 | [ADS-7309] [BE-PHP][Admitere v2] - Sesiunea trebuie sa fie afisata sub... | 3/5 Solid | 21.7h | 21.2h | 22.9h | |
Repo adservio/web Author Catalin Cojan Reviewers Dragoș Ivan Review Comments 1 Quality Notes 1 visible comment; 1 substantive comment; single reviewer; 1 post-review push Substantive Comments 1 Reviewer Count 1 Post-Review Pushes 1 MR Created 2026-04-27 11:11 Last Author Commit 2026-04-27 11:36 First Review 2026-04-28 08:50 CR Approved 2026-04-28 10:05 Merged 2026-04-28 10:05 First Review -> CR Approved 1.2h Last Commit -> CR Approved 22.5h Created -> Merged 22.9h | ||||||
| adservio/uni/backend!185 | ADS-7146 Extindere Student cu Atribute, Filtre si Export | 4/5 Strong | 3.0d | 23.8h | 3.0d | |
Repo adservio/uni/backend Author Francisc Gabriel Virlan Reviewers Andrei Alexandru Review Comments 3 Quality Notes 3 visible comments; 3 substantive comments; single reviewer; 1 post-review push; multi-point discussion Substantive Comments 3 Reviewer Count 1 Post-Review Pushes 1 MR Created 2026-04-22 14:39 Last Author Commit 2026-04-24 14:50 First Review 2026-04-27 14:40 CR Approved 2026-04-27 15:31 Merged 2026-04-30 15:32 First Review -> CR Approved 0.9h Last Commit -> CR Approved 24.7h Created -> Merged 6.0d | ||||||
| adservio/frontend!1740 | [ADS-7146]: Filtre statistici | 3/5 Solid | 4.1d | 26.6h | 4.1d | |
Repo adservio/frontend Author Dana Mihaela Maritca Reviewers Achim Stefan Review Comments 2 Quality Notes 2 visible comments; 2 substantive comments; single reviewer; 1 post-review push Substantive Comments 2 Reviewer Count 1 Post-Review Pushes 1 MR Created 2026-04-23 12:03 Last Author Commit 2026-04-28 11:04 First Review 2026-04-29 13:42 CR Approved 2026-04-29 14:02 Merged 2026-04-30 15:32 First Review -> CR Approved 0.3h Last Commit -> CR Approved 27.0h Created -> Merged 5.1d | ||||||
| adservio/uni/backend!188 | ADS-7299 - Domeniul fundamental nu se afiseaza dupa salvare si adaugare valori de default in db | 2/5 Light | 2.9d | 2.9d | 2.9d | |
Repo adservio/uni/backend Author Francisc Gabriel Virlan Reviewers Andrei Alexandru Review Comments 1 Quality Notes 1 visible comment; 1 substantive comment; single reviewer Substantive Comments 1 Reviewer Count 1 Post-Review Pushes 0 MR Created 2026-04-27 15:08 Last Author Commit 2026-04-27 14:02 First Review 2026-04-30 11:33 CR Approved 2026-04-30 12:56 Merged 2026-04-30 15:35 First Review -> CR Approved 1.4h Last Commit -> CR Approved 3.0d Created -> Merged 3.0d | ||||||
| adservio/frontend!1705 | [ADS-7169]: University Filters for teachers on all tabs responsive | 3/5 Solid | 18.8d | 12.9d | 21.0d | |
Repo adservio/frontend Author Iuliana Gugeanu Reviewers Achim Stefan Review Comments 1 Quality Notes 1 visible comment; 1 substantive comment; single reviewer; 1 post-review push Substantive Comments 1 Reviewer Count 1 Post-Review Pushes 1 MR Created 2026-04-01 16:04 Last Author Commit 2026-04-09 12:09 First Review 2026-04-28 10:50 CR Approved 2026-04-30 15:52 Merged 2026-04-30 15:51 First Review -> CR Approved 2.2d Last Commit -> CR Approved 15.2d Created -> Merged 21.0d | ||||||
| adservio/frontend!1666 | [S:6284] [ADS-6901] [Noutăți][Dashboard] - Adauga noutati | 4/5 Strong | 27.1d | n/a | 27.1d | |
Repo adservio/frontend Author Dron Gabriel Reviewers Achim Stefan, Dragoș Ivan Review Comments 2 Quality Notes 2 visible comments; 2 substantive comments; 2 reviewers; 3 post-review pushes Substantive Comments 2 Reviewer Count 2 Post-Review Pushes 3 MR Created 2026-03-20 09:56 Last Author Commit n/a First Review 2026-04-28 11:20 CR Approved 2026-04-28 13:19 Merged 2026-04-28 13:50 First Review -> CR Approved 2.0h Last Commit -> CR Approved n/a Created -> Merged 27.2d | ||||||
No Visible Review Comment Audit
These merged MRs had no visible non-author GitLab comment under the current heuristic. Use this section to audit whether the gap is a real review-process issue or a GitLab traceability issue.
- Open the MR link and check the Overview tab for
CR - Approvedand any approval widget signal. - Check Activity / Discussions for real human reviewer comments.
- If you only see system notes, merge notes, mentions, or bot activity, it stays in this audit set.
- If you find a genuine reviewer comment from someone other than the author, treat that MR as a false positive of this heuristic.
full audit table (49 MRs). Click again to collapse.
| adservio/accommodations/backend!63 | adservio/accommodations/backend | [ADS-6909] Export reports - code refactor | Ionut Ciolan | 2026-04-27 | ||
| adservio/accommodations/backend!62 | adservio/accommodations/backend | [ADS-6910] remap invoice payments | Ionut Ciolan | 2026-04-27 | ||
| adservio/admission/backend!125 | adservio/admission/backend | [ADS-7361] - fetch session templates and app-linked files via service account | George Murgoci | 2026-04-27 | Yes | |
| adservio/social!11 | adservio/social | Search News Improvements | Alex Murarescu | 2026-04-27 | ||
| adservio/social!3 | adservio/social | [ADS-6284] News | Alex Murarescu | 2026-04-27 | ||
| adservio/admission/backend!126 | adservio/admission/backend | [ADS-7355] - made sessions visible fro unregistred users | George Murgoci | 2026-04-27 | Yes | Yes |
| adservio/web!2469 | adservio/web | [ADS-7356] - added permissions for admission officer/manager | George Murgoci | 2026-04-27 | Yes | |
| adservio/web!2470 | adservio/web | [ADS-7393] [BE] - Trimite mesaj ca ISJ la membru comisie | Catalin Cojan | 2026-04-27 | Yes | |
| adservio/frontend!1750 | adservio/frontend | [ADS-7356] - correct file tipe on upload | George Murgoci | 2026-04-27 | Yes | |
| adservio/admission/backend!121 | adservio/admission/backend | [ADS-7227] - admission bugfixes | George Murgoci | 2026-04-27 | Yes | |
| adservio/frontend!1748 | adservio/frontend | [ADS-7309] Sesiunea trebuie sa fie afisata sub facultatea unde a fost creata | Dron Gabriel | 2026-04-28 | Yes | |
| adservio/frontend!1751 | adservio/frontend | fixed session details | George Murgoci | 2026-04-28 | Yes | |
| adservio/frontend!1753 | adservio/frontend | [ADS-7248]: Bug Reexaminari permisiuni manager | Iuliana Gugeanu | 2026-04-28 | Yes | |
| adservio/frontend!1752 | adservio/frontend | [ADS-7309] - rename | George Murgoci | 2026-04-28 | Yes | |
| adservio/admission/backend!128 | adservio/admission/backend | [ADS-7309] rename subOrgId to facultyID | George Murgoci | 2026-04-28 | Yes | |
| adservio/docgen2/backend!110 | adservio/docgen2/backend | [ADS-7299]: FunamentalDomain fix | Iuliana Gugeanu | 2026-04-28 | Yes | |
| adservio/web!2461 | adservio/web | [S: ADS-6284][ADS-7247] [Noutăți][Dashboard] - Adauga noutati [BE/PHP] Notificari Noutati | Catalin Cojan | 2026-04-28 | Yes | Yes |
| adservio/frontend!1749 | adservio/frontend | [ADS-7332] - Actiunea "semneaza toata ziua" nu declanseaza semnarea in condica | Dron Gabriel | 2026-04-28 | Yes | |
| adservio/frontend!1757 | adservio/frontend | [ADS-6284] news fix | Dron Gabriel | 2026-04-28 | ||
| adservio/web!2473 | adservio/web | [HOTFIX] getMateriiClasa - join with cat_clase | Ionut Ciolan | 2026-04-28 | ||
| adservio/admission/backend!130 | adservio/admission/backend | fix search sessions | George Murgoci | 2026-04-28 | Yes | |
| adservio/admission/backend!131 | adservio/admission/backend | fix session permission v2 | George Murgoci | 2026-04-28 | ||
| adservio/social!13 | adservio/social | Fetch active school year at news article creation | Alex Murarescu | 2026-04-28 | Yes | |
| adservio/frontend!1704 | adservio/frontend | [ADS-7048] in fereastra Detalii elevi, in dreptul parintelui, nu mai apare nume utilizator | Dron Gabriel | 2026-04-28 | Yes | |
| adservio/frontend!1758 | adservio/frontend | [ADS-6284] news smoke | Dron Gabriel | 2026-04-29 | Yes | |
| adservio/frontend!1760 | adservio/frontend | [ADS-7440] - sessions visibility fix | George Murgoci | 2026-04-29 | Yes | |
| adservio/admission/backend!132 | adservio/admission/backend | [ADS-7440] - sessions search permissions fix | George Murgoci | 2026-04-29 | Yes | |
| adservio/web!2476 | adservio/web | [ADS-7384] Recover absence bug fixed | Ionut Ciolan | 2026-04-29 | ||
| adservio/frontend!1761 | adservio/frontend | [ADS-6284] news | Dron Gabriel | 2026-04-30 | Yes | Yes |
| adservio/web!2478 | adservio/web | [ADS-7327]: Adjust date filtering logic in M_istoric model | Andrei Dragan | 2026-04-30 | Yes | |
| adservio/web!2457 | adservio/web | [ADS-7146] Ethnicities - added ethCode | Ionut Ciolan | 2026-04-30 | Yes | |
| adservio/frontend!1732 | adservio/frontend | [ADS-7299]: Plan invatamant - Domeniul fundamental nu se afiseaza dupa salvare | Iuliana Gugeanu | 2026-04-30 | Yes | Yes |
| adservio/frontend!1759 | adservio/frontend | [ADS-7218]: Data avizarii/aprobarii ar trebui sa fie la nivel de program+an | Dana Mihaela Maritca | 2026-04-30 | Yes | |
| adservio/docgen2/backend!111 | adservio/docgen2/backend | [ADS-7218]: Data avizarii/aprobarii ar trebui sa fie la nivel de program+an | Dana Mihaela Maritca | 2026-04-30 | Yes | Yes |
| adservio/uni/backend!189 | adservio/uni/backend | ADS-7218 Data avizarii/aprobarii mutata la nivel de program+an | Francisc Gabriel Virlan | 2026-04-30 | Yes | Yes |
| adservio/frontend!1746 | adservio/frontend | [ADS-7300] Modificari semnalate pe SITUAȚIA ȘCOLARĂ | Achim Stefan | 2026-04-30 | Yes | Yes |
| adservio/docgen2/backend!109 | adservio/docgen2/backend | [ADS-7300] Modificari semnalate pe SITUAȚIA ȘCOLARĂ | Achim Stefan | 2026-04-30 | Yes | Yes |
| adservio/frontend!1765 | adservio/frontend | hotfix - Fxed duplciate translation keys | George Murgoci | 2026-04-30 | Yes | |
| adservio/web!2480 | adservio/web | [ADS-7371] [BE] Numele candidatului apare cu null/null | Catalin Cojan | 2026-04-30 | Yes | |
| adservio/web!2477 | adservio/web | [ADS-7422] News - Leftovers | Catalin Cojan | 2026-04-30 | Yes | |
| adservio/frontend!1763 | adservio/frontend | [ADS-7422] News - Leftovers | Alex Murarescu | 2026-04-30 | Yes | Yes |
| adservio/social!14 | adservio/social | [ADS-7422] News - Leftovers | Alex Murarescu | 2026-04-30 | Yes | |
| adservio/web!2479 | adservio/web | [ADS-7312] Elevi.php: evolutie_get() dereferences missing class info and... | Catalin Cojan | 2026-04-30 | Yes | |
| adservio/frontend!1747 | adservio/frontend | [ADS-6902] [FE] Refactor useGradeParser | Dron Gabriel | 2026-04-30 | Yes | |
| adservio/web!2481 | adservio/web | [ADS-7327] Create load testing | Marian Andrei | 2026-04-30 | ||
| adservio/admission/backend!133 | adservio/admission/backend | [ADS-7387] - better logging | George Murgoci | 2026-05-04 | Yes | |
| adservio/frontend!1767 | adservio/frontend | Fix uni-messages e2e test | Paul Tanasuca | 2026-05-04 | ||
| adservio/frontend!1755 | adservio/frontend | [ADS-7298]: Calcul incorect pe centralizator | Iuliana Gugeanu | 2026-05-04 | Yes | |
| adservio/accommodations/backend!64 | adservio/accommodations/backend | [HOTFIX] cancel invoice bug fixed | Ionut Ciolan | 2026-05-04 |
Oldest Active Open MRs (> 48 Working Hours)
| adservio/web!2091 | adservio/web | Andrei Dragan | 207.6d | 5 | |
| adservio/devops/site-sentry!11 | adservio/devops/site-sentry | Daniel Onisoru | 191.0d | 0 | |
| adservio/helm2!137 | adservio/helm2 | Raul Popovici | 183.6d | 0 | |
| adservio/services/websocket!8 | adservio/services/websocket | Raul Popovici | 180.6d | 0 | |
| adservio/services/videothumb!5 | adservio/services/videothumb | Raul Popovici | 180.6d | 0 | |
| adservio/services/fet-generator!9 | adservio/services/fet-generator | Raul Popovici | 180.6d | 0 | |
| adservio/ai/backend!62 | adservio/ai/backend | Robert | 81.6d | 0 | |
| adservio/frontend!1556 | adservio/frontend | George Murgoci | 72.3d | 0 | |
| adservio/web!2344 | adservio/web | George Murgoci | 71.4d | 0 | |
| adservio/library/backend!26 | adservio/library/backend | Raul Popovici | 51.4d | 0 |
Longest Merged Cycles
| adservio/frontend!1666 | adservio/frontend | Dron Gabriel | 27.2d | 153 | 2 |
| adservio/frontend!1705 | adservio/frontend | Iuliana Gugeanu | 21.0d | 6 | 1 |
| adservio/frontend!1704 | adservio/frontend | Dron Gabriel | 19.2d | 2 | 0 |
| adservio/web!2457 | adservio/web | Ionut Ciolan | 9.0d | 2 | 0 |
| adservio/frontend!1732 | adservio/frontend | Iuliana Gugeanu | 8.1d | 4 | 0 |
| adservio/uni/backend!185 | adservio/uni/backend | Francisc Gabriel Virlan | 6.0d | 11 | 3 |
| adservio/frontend!1740 | adservio/frontend | Dana Mihaela Maritca | 5.1d | 12 | 2 |
| adservio/web!2461 | adservio/web | Catalin Cojan | 5.0d | 6 | 0 |
| adservio/frontend!1735 | adservio/frontend | George Murgoci | 4.2d | 17 | 9 |
| adservio/frontend!1755 | adservio/frontend | Iuliana Gugeanu | 4.1d | 1 | 0 |
Methodology And Limits
- This report uses visible non-author GitLab comments as the strongest review-start proxy.
- GitLab approval API coverage is shown separately; missing approval API data should be read as traceability gap, not proof that no approval happened.
- Review completion uses the first `CR - Approved` label-add event after review starts when GitLab label history provides one; otherwise it falls back to merge time.
- Last-author-commit metrics use the latest non-merge MR commit authored by the MR author strictly before review starts.
- Timing metrics in this report exclude Saturday and Sunday hours using the Europe/Bucharest calendar.
- Review-quality scoring is heuristic: it rewards visible substantive comments, multiple reviewers, and post-review pushes, and it penalizes large MRs with shallow visible discussion.
- `Active open backlog rate` excludes draft MRs and uses a > 48 working-hour age threshold.
- Open MR backlog age is a queue-health signal, not proof that every old open MR is actively waiting for review right now.