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: 41 of 48 merged MRs (85.4%) showed no visible non-author review comment in GitLab.
- `CR - Approved` is currently too weak as evidence on its own: 60.4% of merged MRs carried that label without any visible review discussion.
- Queue health is poor: 88.6% of active open MRs are already older than 48 working hours. The oldest example is adservio/web!2091 at 211.5d open.
- Visible review capacity is thin and concentrated: only 7 visible review touches were detected in the whole window, and the top 3 reviewers handled 71.4% of them.
- adservio/frontend is the highest-volume review surface with 25 merged MRs and only 16.0% visible review coverage.
- MR size is not the main story: median changed files were 4.5, and only 14.6% of merged MRs were above 20 files. Even the slowest merged example, adservio/web!2434, took 23.9d with 19 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 (21.4h created-to-merged), which means the biggest leverage is improving process fidelity rather than pushing for even more raw throughput.
- With 88.6% of active MRs already stale, the open list is functioning more like inventory than prioritization support. adservio/web!2091 being open for 211.5d 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 71.4% of visible touches, review quality, continuity, and queue health all become sensitive to a very small set of people.
- The spread between a 4.5-file median MR and a 23.9d longest merged cycle (adservio/web!2434, 19 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/frontend 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/frontend: 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
- 41 of 48 merged MRs (85.4%) had no visible non-author review comment in GitLab.
- 35 of 48 merged MRs (72.9%) carried the `CR - Approved` label.
- 29 merged MRs (60.4%) were labeled `CR - Approved` without any visible non-author review comment.
- 14.6% of merged MRs changed more than 20 files, while 4.2% 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 27.6h.
- The top 3 reviewers accounted for 71.4% of visible review touches.
- 31 of 35 active open MRs (88.6%) were older than 48 working hours.
Merged MRs Merged MRs inside the analysis window. | 48 |
Open MRs All currently open group MRs. | 39 |
Active open MRs Open MRs excluding drafts. | 35 |
Draft open MRs Open MRs marked draft/WIP. | 4 |
Visible review rate Merged MRs with at least one visible non-author GitLab comment. | 14.6% |
Merged without visible review comment Merged MRs with zero visible non-author comments. | 85.4% |
CR - Approved label coverage Merged MRs carrying the CR-approved label. | 72.9% |
Approval API coverage Merged MRs with at least one approver in the GitLab approvals API. | 10.4% |
CR - Approved without visible review comment CR-approved MRs with no visible non-author comment. | 60.4% |
Median MR created -> first review Working time from MR creation to first visible non-author comment. | 3.8d |
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. | 2.8h |
Median MR created -> CR - Approved Working time from MR creation to CR-approved label after review start, else merge. | 3.9d |
Median last author commit -> CR - Approved Working time from last author commit before review to CR-approved label after review start, else merge. | 27.6h |
Median MR created -> merged Working time from MR creation to merge. | 21.4h |
Median changed files Median GitLab `changes_count` value. | 4.5 |
MRs > 5 files Merged MRs where `changes_count` is above 5. | 39.6% |
MRs > 10 files Merged MRs where `changes_count` is above 10. | 29.2% |
MRs > 20 files Merged MRs where `changes_count` is above 20. | 14.6% |
MRs > 50 files Merged MRs where `changes_count` is above 50. | 4.2% |
Top 3 reviewer touch share Share of visible review touches handled by the top 3 reviewers. | 71.4% |
Active open backlog rate Non-draft open MRs older than 48 working hours. | 88.6% |
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 | 3.8d |
| Median last author commit -> first review | 22.5h |
| Median MR created -> CR - Approved | 3.9d |
| Median first review -> CR - Approved | 2.8h |
| Median last author commit -> CR - Approved | 27.6h |
| Median MR created -> merged | 21.4h |
Reviewer Distribution
| Dragoș Ivan | 2 | 22 | 28.6% |
| Achim Stefan | 2 | 7 | 28.6% |
| Ioana Ivan | 1 | 3 | 14.3% |
| Daniel Onisoru | 1 | 1 | 14.3% |
| Paul Tanasuca | 1 | 1 | 14.3% |
Repo Breakdown
| adservio/frontend | 25 | 16.0% | 84.0% | 4 |
| adservio/admission/backend | 6 | 16.7% | 50.0% | 9.0 |
| adservio/docgen2/backend | 5 | 20.0% | 100.0% | 2 |
| adservio/web | 5 | 20.0% | 40.0% | 9 |
| adservio/accommodations/backend | 2 | 0.0% | 0.0% | 21.5 |
| adservio/uni/backend | 2 | 0.0% | 100.0% | 5.5 |
| adservio/billing/backend | 1 | 0.0% | 100.0% | 2 |
| adservio/helm2 | 1 | 0.0% | 100.0% | 4 |
| adservio/social | 1 | 0.0% | 0.0% | 3 |
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!2482 | [ADS-7435] MFA Bypass changes | 3/5 Solid | 0.3h | 0.3h | 27.6h | |
Repo adservio/web Author Ionut Ciolan Reviewers Daniel Onisoru Review Comments 1 Quality Notes 1 visible comment; 1 substantive comment; single reviewer; 6 post-review pushes Substantive Comments 1 Reviewer Count 1 Post-Review Pushes 6 MR Created 2026-05-04 14:43 Last Author Commit 2026-05-04 14:43 First Review 2026-05-04 15:02 CR Approved n/a Merged 2026-05-05 18:19 First Review -> CR Approved 27.3h Last Commit -> CR Approved 27.6h Created -> Merged 27.6h | ||||||
| adservio/frontend!1762 | [ADS-7260]: Class Subject View Optimisations | 4/5 Strong | 3.8d | 0.8h | 3.9d | |
Repo adservio/frontend Author Dragoș Ivan Reviewers Ioana Ivan Review Comments 3 Quality Notes 3 visible comments; 2 substantive comments; single reviewer; 3 post-review pushes; multi-point discussion Substantive Comments 2 Reviewer Count 1 Post-Review Pushes 3 MR Created 2026-04-29 17:11 Last Author Commit 2026-05-05 12:19 First Review 2026-05-05 13:09 CR Approved 2026-05-05 14:11 Merged 2026-05-05 15:30 First Review -> CR Approved 1.0h Last Commit -> CR Approved 1.9h Created -> Merged 3.9d | ||||||
| adservio/frontend!1775 | [ADS-7473]: Plan de invatamant - teste e2e pe serii | 3/5 Solid | 24.8h | 22.5h | 26.5h | |
Repo adservio/frontend Author Dana Mihaela Maritca Reviewers Paul Tanasuca Review Comments 1 Quality Notes 1 visible comment; 1 substantive comment; single reviewer; 2 post-review pushes Substantive Comments 1 Reviewer Count 1 Post-Review Pushes 2 MR Created 2026-05-05 10:56 Last Author Commit 2026-05-05 13:17 First Review 2026-05-06 11:45 CR Approved 2026-05-06 13:25 Merged 2026-05-06 13:38 First Review -> CR Approved 1.7h Last Commit -> CR Approved 24.1h Created -> Merged 26.7h | ||||||
| adservio/docgen2/backend!115 | [S:6341] [ADS-7400] [ADS-7402] Raport anual 7hills | 3/5 Solid | 23.4h | n/a | 26.2h | |
Repo adservio/docgen2/backend Author Dron Gabriel Reviewers Achim Stefan 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-05-07 14:42 Last Author Commit n/a First Review 2026-05-08 14:05 CR Approved 2026-05-08 16:51 Merged 2026-05-09 09:32 First Review -> CR Approved 2.8h Last Commit -> CR Approved n/a Created -> Merged 33.3h | ||||||
| adservio/frontend!1739 | [ADS - 6606] - Distribuire candidati | 4/5 Strong | 10.0d | 42.2h | 11.0d | |
Repo adservio/frontend Author George Murgoci Reviewers Dragoș Ivan Review Comments 7 Quality Notes 7 visible comments; 6 substantive comments; single reviewer; 3 post-review pushes; multi-point discussion Substantive Comments 6 Reviewer Count 1 Post-Review Pushes 3 MR Created 2026-04-23 11:06 Last Author Commit 2026-05-05 16:40 First Review 2026-05-07 10:51 CR Approved 2026-05-08 12:11 Merged 2026-05-08 12:14 First Review -> CR Approved 25.3h Last Commit -> CR Approved 2.8d Created -> Merged 11.0d | ||||||
| adservio/admission/backend!122 | [ADS-6606] - Distribuire candidati | 4/5 Strong | 10.8d | 44.4h | 11.8d | |
Repo adservio/admission/backend Author George Murgoci Reviewers Dragoș Ivan Review Comments 15 Quality Notes 15 visible comments; 8 substantive comments; single reviewer; 7 post-review pushes; multi-point discussion Substantive Comments 8 Reviewer Count 1 Post-Review Pushes 7 MR Created 2026-04-22 16:20 Last Author Commit 2026-05-05 15:01 First Review 2026-05-07 11:24 CR Approved 2026-05-08 12:10 Merged 2026-05-08 12:14 First Review -> CR Approved 24.8h Last Commit -> CR Approved 2.9d Created -> Merged 11.8d | ||||||
| adservio/frontend!1768 | [S:6341] [ADS-7400] [ADS-7402] Raport anual 7hills | 3/5 Solid | 4.1d | n/a | 4.2d | |
Repo adservio/frontend Author Dron Gabriel Reviewers Achim Stefan Review Comments 3 Quality Notes 3 visible comments; 1 substantive comment; single reviewer; 2 post-review pushes Substantive Comments 1 Reviewer Count 1 Post-Review Pushes 2 MR Created 2026-05-04 12:52 Last Author Commit n/a First Review 2026-05-08 14:12 CR Approved 2026-05-08 16:49 Merged 2026-05-09 09:32 First Review -> CR Approved 2.6h Last Commit -> CR Approved n/a Created -> Merged 4.5d | ||||||
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 (41 MRs). Click again to collapse.
| 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 | ||
| adservio/frontend!1737 | adservio/frontend | [ADS-7222]: Studenti - teste e2e | Dana Mihaela Maritca | 2026-05-05 | Yes | |
| adservio/frontend!1772 | adservio/frontend | [ADS-7438] Afisare medie trimestriala | Petronel Pavel | 2026-05-05 | Yes | |
| adservio/web!2434 | adservio/web | AI Skills | Marian Andrei | 2026-05-05 | ||
| adservio/frontend!1774 | adservio/frontend | [Accommodations] Display pay button for students on uaLiceuID 2 | Achim Stefan | 2026-05-05 | Yes | Yes |
| adservio/frontend!1769 | adservio/frontend | [ADS-7395]: Send post message if user is on mobile | Ioana Ivan | 2026-05-05 | Yes | |
| adservio/frontend!1777 | adservio/frontend | [ADS-7395]: Auth provider send error | Ioana Ivan | 2026-05-05 | ||
| adservio/frontend!1776 | adservio/frontend | [ADS-7131] Calendar | Petronel Pavel | 2026-05-05 | Yes | |
| adservio/frontend!1778 | adservio/frontend | News hotfix | Alex Murarescu | 2026-05-05 | Yes | |
| adservio/frontend!1779 | adservio/frontend | [FIX]: Smoke tests (uni&pre-uni) | Paul Tanasuca | 2026-05-05 | Yes | |
| adservio/web!2483 | adservio/web | [ADS-7493] MCP | Marian Andrei | 2026-05-05 | ||
| adservio/helm2!240 | adservio/helm2 | ADS-7403 | Raul Popovici | 2026-05-06 | Yes | Yes |
| adservio/docgen2/backend!112 | adservio/docgen2/backend | [ADS-4976] [Elevi]- Inactivarea observatiilor elevilor în Catalogul PDF | Petronel Pavel | 2026-05-06 | Yes | |
| adservio/docgen2/backend!113 | adservio/docgen2/backend | [ADS-5054] [Documente] - Schimbarea numelui inspectoratului din București | Petronel Pavel | 2026-05-06 | Yes | |
| adservio/frontend!1754 | adservio/frontend | [ADS-7227] -Admission Bugs | George Murgoci | 2026-05-07 | Yes | |
| adservio/admission/backend!129 | adservio/admission/backend | [ADS-7227] - admission bugs | George Murgoci | 2026-05-07 | Yes | |
| adservio/frontend!1738 | adservio/frontend | [ADS-7163]: Accommodations Administration responsiveness | Iuliana Gugeanu | 2026-05-07 | Yes | |
| adservio/frontend!1783 | adservio/frontend | [ADS-7331] [Adauga disciplina][Plan de învățământ] - Adaugarea manuala a unei discipline | Achim Stefan | 2026-05-07 | Yes | |
| adservio/web!2467 | adservio/web | [ADS-6840] Split school - update | Marian Andrei | 2026-05-07 | Yes | |
| adservio/frontend!1784 | adservio/frontend | [ADS-7348][Catalog-absente]- Afisare limitata a studentilor de la o anumita grupa | Achim Stefan | 2026-05-07 | Yes | |
| adservio/frontend!1785 | adservio/frontend | [ADS-7462][Cazari]- Data de inceput default >= 12 luni | Achim Stefan | 2026-05-07 | Yes | |
| adservio/uni/backend!183 | adservio/uni/backend | [ADS-7276] University Onboarding - Bulk Operations by RC Team | Andrei Alexandru | 2026-05-07 | Yes | |
| adservio/frontend!1756 | adservio/frontend | [ADS-7276]: Implementare pagina dedicata importurilor | Iuliana Gugeanu | 2026-05-07 | Yes | |
| adservio/frontend!1786 | adservio/frontend | [ADS-7348][Catalog-absente]- Afisare limitata a studentilor de la o anumita grupa | Achim Stefan | 2026-05-07 | Yes | |
| adservio/admission/backend!134 | adservio/admission/backend | [ADS-7425]: Admission Fees | Dragoș Ivan | 2026-05-07 | ||
| adservio/accommodations/backend!65 | adservio/accommodations/backend | [HOTFIX] New tenant documents views | Ionut Ciolan | 2026-05-07 | ||
| adservio/frontend!1787 | adservio/frontend | [ads-7225] - rename memberId to uaId in admission FE | George Murgoci | 2026-05-08 | ||
| adservio/admission/backend!135 | adservio/admission/backend | [ads-7225] - rename memberId in uaId | George Murgoci | 2026-05-08 | ||
| adservio/docgen2/backend!114 | adservio/docgen2/backend | [ADS-5337] Absențele adăugate la un optional care nu trebuie sa fie vizibil in... | Petronel Pavel | 2026-05-08 | Yes | |
| adservio/admission/backend!136 | adservio/admission/backend | fixed all calls impacted by migration | George Murgoci | 2026-05-08 | ||
| adservio/frontend!1789 | adservio/frontend | [ads-7225- fixes] - split name to first/last name | George Murgoci | 2026-05-08 | ||
| adservio/social!16 | adservio/social | News published filter fix | Alex Murarescu | 2026-05-08 | ||
| adservio/frontend!1764 | adservio/frontend | [ADS-7344] [FE] - Eroare 500 la plati online prin EuPlatesc | Edgar Alexa | 2026-05-08 | Yes | |
| adservio/billing/backend!245 | adservio/billing/backend | [ADS-7344] [BE] - Eroare 500 la plati online prin EuPlatesc | Edgar Alexa | 2026-05-08 | Yes | |
| adservio/web!2484 | adservio/web | [ADS-7383][ADS-7386] OpenTelemetry - create span for generic error + bug fixed | Ionut Ciolan | 2026-05-08 | Yes | |
| adservio/uni/backend!190 | adservio/uni/backend | [S: ADS-6705][ADS-7136]: University Orders - universityOrderNumber, universityOrderDate can be null | Andrei Alexandru | 2026-05-08 | Yes | Yes |
| adservio/docgen2/backend!116 | adservio/docgen2/backend | [S: ADS-6705][ADS-7136]: University Orders - universityOrderNumber, universityOrderDate can be null | Achim Stefan | 2026-05-08 | Yes | Yes |
| adservio/frontend!1788 | adservio/frontend | [S: ADS-6705][ADS-7136]: University Orders - universityOrderNumber, universityOrderDate can be null | Achim Stefan | 2026-05-08 | Yes | Yes |
Oldest Active Open MRs (> 48 Working Hours)
| adservio/web!2091 | adservio/web | Andrei Dragan | 211.5d | 5 | |
| adservio/devops/site-sentry!11 | adservio/devops/site-sentry | Daniel Onisoru | 195.0d | 0 | |
| adservio/helm2!137 | adservio/helm2 | Raul Popovici | 187.6d | 0 | |
| adservio/services/websocket!8 | adservio/services/websocket | Raul Popovici | 184.5d | 0 | |
| adservio/services/videothumb!5 | adservio/services/videothumb | Raul Popovici | 184.5d | 0 | |
| adservio/services/fet-generator!9 | adservio/services/fet-generator | Raul Popovici | 184.5d | 0 | |
| adservio/ai/backend!62 | adservio/ai/backend | Robert | 85.6d | 0 | |
| adservio/frontend!1556 | adservio/frontend | George Murgoci | 76.3d | 0 | |
| adservio/web!2344 | adservio/web | George Murgoci | 75.4d | 0 | |
| adservio/library/backend!26 | adservio/library/backend | Raul Popovici | 55.4d | 0 |
Longest Merged Cycles
| adservio/web!2434 | adservio/web | Marian Andrei | 23.9d | 19 | 0 |
| adservio/uni/backend!183 | adservio/uni/backend | Andrei Alexandru | 14.0d | 6 | 0 |
| adservio/admission/backend!122 | adservio/admission/backend | George Murgoci | 11.8d | 75 | 15 |
| adservio/frontend!1739 | adservio/frontend | George Murgoci | 11.0d | 23 | 7 |
| adservio/frontend!1738 | adservio/frontend | Iuliana Gugeanu | 11.0d | 16 | 0 |
| adservio/frontend!1737 | adservio/frontend | Dana Mihaela Maritca | 9.0d | 13 | 0 |
| adservio/web!2467 | adservio/web | Marian Andrei | 8.9d | 9 | 0 |
| adservio/frontend!1754 | adservio/frontend | George Murgoci | 7.1d | 21 | 0 |
| adservio/frontend!1756 | adservio/frontend | Iuliana Gugeanu | 7.0d | 20 | 0 |
| adservio/admission/backend!129 | adservio/admission/backend | George Murgoci | 6.9d | 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.