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: 21 of 25 merged MRs (84.0%) showed no visible non-author review comment in GitLab.
- `CR - Approved` is currently too weak as evidence on its own: 28.0% of merged MRs carried that label without any visible review discussion.
- Queue health is poor: 91.3% of active open MRs are already older than 48 working hours. The oldest example is adservio/web!2091 at 271.6d open.
- Visible review capacity is thin and concentrated: only 5 visible review touches were detected in the whole window, and the top 3 reviewers handled 80.0% of them.
- adservio/web is the highest-volume review surface with 12 merged MRs and only 16.7% visible review coverage.
- MR size is not the main story: median changed files were 2, and only 8.0% of merged MRs were above 20 files. Even the slowest merged example, adservio/helm2!326, took 2.9d with 5 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 (2.1h created-to-merged), which means the biggest leverage is improving process fidelity rather than pushing for even more raw throughput.
- With 91.3% of active MRs already stale, the open list is functioning more like inventory than prioritization support. adservio/web!2091 being open for 271.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 80.0% of visible touches, review quality, continuity, and queue health all become sensitive to a very small set of people.
- The spread between a 2-file median MR and a 2.9d longest merged cycle (adservio/helm2!326, 5 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/helm2 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/helm2: 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
- 21 of 25 merged MRs (84.0%) had no visible non-author review comment in GitLab.
- 8 of 25 merged MRs (32.0%) carried the `CR - Approved` label.
- 7 merged MRs (28.0%) were labeled `CR - Approved` without any visible non-author review comment.
- 8.0% of merged MRs changed more than 20 files, while 4.0% changed more than 50 files.
- Among MRs with visible review discussion, the median last-author-commit to first-review time was 17.6h.
- The median last-author-commit to `CR - Approved` time was 2.2d.
- The top 3 reviewers accounted for 80.0% of visible review touches.
- 63 of 69 active open MRs (91.3%) were older than 48 working hours.
Merged MRs Merged MRs inside the analysis window. | 25 |
Open MRs All currently open group MRs. | 83 |
Active open MRs Open MRs excluding drafts. | 69 |
Draft open MRs Open MRs marked draft/WIP. | 14 |
Visible review rate Merged MRs with at least one visible non-author GitLab comment. | 16.0% |
Merged without visible review comment Merged MRs with zero visible non-author comments. | 84.0% |
CR - Approved label coverage Merged MRs carrying the CR-approved label. | 32.0% |
Approval API coverage Merged MRs with at least one approver in the GitLab approvals API. | 4.0% |
CR - Approved without visible review comment CR-approved MRs with no visible non-author comment. | 28.0% |
Median MR created -> first review Working time from MR creation to first visible non-author comment. | 18.5h |
Median last author commit -> first review Working time from last author commit before review to first visible non-author comment. | 17.6h |
Median first review -> CR - Approved Working time from first visible comment to CR-approved label after review start, else merge. | 34.7h |
Median MR created -> CR - Approved Working time from MR creation to CR-approved label after review start, else merge. | 45.3h |
Median last author commit -> CR - Approved Working time from last author commit before review to CR-approved label after review start, else merge. | 2.2d |
Median MR created -> merged Working time from MR creation to merge. | 2.1h |
Median changed files Median GitLab `changes_count` value. | 2 |
MRs > 5 files Merged MRs where `changes_count` is above 5. | 20.0% |
MRs > 10 files Merged MRs where `changes_count` is above 10. | 20.0% |
MRs > 20 files Merged MRs where `changes_count` is above 20. | 8.0% |
MRs > 50 files Merged MRs where `changes_count` is above 50. | 4.0% |
Top 3 reviewer touch share Share of visible review touches handled by the top 3 reviewers. | 80.0% |
Active open backlog rate Non-draft open MRs older than 48 working hours. | 91.3% |
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 | 18.5h |
| Median last author commit -> first review | 17.6h |
| Median MR created -> CR - Approved | 45.3h |
| Median first review -> CR - Approved | 34.7h |
| Median last author commit -> CR - Approved | 2.2d |
| Median MR created -> merged | 2.1h |
Reviewer Distribution
| Dragoș Ivan | 2 | 3 | 40.0% |
| George Murgoci | 1 | 3 | 20.0% |
| Alex Murarescu | 1 | 6 | 20.0% |
| Marian Andrei | 1 | 2 | 20.0% |
Repo Breakdown
| adservio/web | 12 | 16.7% | 33.3% | 1.0 |
| adservio/helm2 | 4 | 0.0% | 25.0% | 2.0 |
| adservio/admission/backend | 2 | 0.0% | 0.0% | 2.5 |
| adservio/frontend | 2 | 0.0% | 100.0% | 3.5 |
| adservio/services/notifications | 2 | 50.0% | 0.0% | 47.0 |
| adservio/services/backend-for-frontend | 1 | 100.0% | 0.0% | 2 |
| adservio/social | 1 | 0.0% | 100.0% | 12 |
| adservio/uni/backend | 1 | 0.0% | 0.0% | 5 |
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!2669 | [ADS-8373][ADS-8374] perms, acces code to alfa numeric , strip tags on update school info | 3/5 Solid | 18.8h | 2.5h | 19.0h | |
Repo adservio/web Author Ionut Ciolan Reviewers Marian Andrei 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-07-30 16:35 Last Author Commit 2026-07-31 08:58 First Review 2026-07-31 11:26 CR Approved 2026-07-31 11:33 Merged 2026-07-31 11:37 First Review -> CR Approved 0.1h Last Commit -> CR Approved 2.6h Created -> Merged 19.0h | ||||||
| adservio/services/notifications!11 | [S: ADS-6159][ADS-8239]: Local Cache - Subscriptions | 5/5 Deep | 0.1h | 17.1h | 2.1d | |
Repo adservio/services/notifications Author Dragoș Ivan Reviewers George Murgoci, Alex Murarescu Review Comments 9 Quality Notes 9 visible comments; 6 substantive comments; 2 reviewers; 5 post-review pushes; multi-point discussion Substantive Comments 6 Reviewer Count 2 Post-Review Pushes 5 MR Created 2026-07-28 10:02 Last Author Commit 2026-07-27 17:01 First Review 2026-07-28 10:09 CR Approved n/a Merged 2026-07-30 11:36 First Review -> CR Approved 2.1d Last Commit -> CR Approved 2.8d Created -> Merged 2.1d | ||||||
| adservio/web!2659 | [ADS-7705] [ADS-8305] Product analytics DAU | 2/5 Light | 18.1h | 18.1h | 41.0h | |
Repo adservio/web Author Daniel Onisoru Reviewers Dragoș Ivan Review Comments 1 Quality Notes 1 visible comment; comments look lightweight; single reviewer; 2 post-review pushes Substantive Comments 0 Reviewer Count 1 Post-Review Pushes 2 MR Created 2026-07-23 18:40 Last Author Commit 2026-07-23 18:37 First Review 2026-07-24 12:45 CR Approved n/a Merged 2026-07-27 11:41 First Review -> CR Approved 22.9h Last Commit -> CR Approved 41.1h Created -> Merged 41.0h | ||||||
| adservio/services/backend-for-frontend!14 | fix attendance | 3/5 Solid | 21.0h | 22.0h | 2.8d | |
Repo adservio/services/backend-for-frontend Author Stefan Agrigo Reviewers Dragoș Ivan Review Comments 2 Quality Notes 2 visible comments; 1 substantive comment; single reviewer; 2 post-review pushes Substantive Comments 1 Reviewer Count 1 Post-Review Pushes 2 MR Created 2026-07-23 15:46 Last Author Commit 2026-07-23 14:46 First Review 2026-07-24 12:43 CR Approved n/a Merged 2026-07-28 11:08 First Review -> CR Approved 46.4h Last Commit -> CR Approved 2.8d Created -> Merged 2.8d | ||||||
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 (21 MRs). Click again to collapse.
| adservio/helm2!329 | adservio/helm2 | ads-8329 tag alerts with source cluster (prod/tuiasi/staging) | Rojan Shrestha | 2026-07-27 | ||
| adservio/helm2!326 | adservio/helm2 | [ADS-7705] [ADS-8305] Product analytics DAU | Daniel Onisoru | 2026-07-27 | ||
| adservio/helm2!328 | adservio/helm2 | ads-8251 run admission-api at 2 static replicas (P0 containment for heap-OOM recurrence) | Rojan Shrestha | 2026-07-27 | ||
| adservio/admission/backend!183 | adservio/admission/backend | optimised session search/fix n+1 alocated seats query | George Murgoci | 2026-07-27 | ||
| adservio/admission/backend!184 | adservio/admission/backend | [ADS-8333] - backfill correct documentId in session_scorring_components | George Murgoci | 2026-07-27 | ||
| adservio/web!2658 | adservio/web | [ADS-8129] Sync students info job | Ionut Ciolan | 2026-07-27 | Yes | |
| adservio/web!2661 | adservio/web | [ADS-8321] Notificari pentru elevii ce au terminat in anii trecuti | Alex Murarescu | 2026-07-27 | Yes | |
| adservio/social!38 | adservio/social | Delete unused tables and columns | Alex Murarescu | 2026-07-27 | Yes | |
| adservio/frontend!2043 | adservio/frontend | [ADS-8327] Optimizare Distribuire Stire & Improvements | Alex Murarescu | 2026-07-28 | Yes | |
| adservio/web!2664 | adservio/web | [ADS-8262] Responsive conduită / listă elevi | Petronel Pavel | 2026-07-29 | Yes | |
| adservio/helm2!333 | adservio/helm2 | Social weekly cron | Alex Murarescu | 2026-07-29 | Yes | |
| adservio/web!2665 | adservio/web | [ADS-8318] Eroare la descarcarea unor documente din mesaje expediate | Catalin Cojan | 2026-07-30 | ||
| adservio/web!2666 | adservio/web | Add httpYac request collection setup for the Laravel API | Marian Andrei | 2026-07-30 | ||
| adservio/web!2667 | adservio/web | [ADS-8257] fix dates comparation | Marian Andrei | 2026-07-30 | ||
| adservio/web!2668 | adservio/web | [ADS-8318] Eroare la descarcarea unor documente din mesaje expediate | Catalin Cojan | 2026-07-30 | ||
| adservio/web!2670 | adservio/web | [ADS-8318] Eroare la descarcarea unor documente din mesaje expediate | Catalin Cojan | 2026-07-31 | ||
| adservio/web!2672 | adservio/web | [HOTFIX] Anuar load model | Ionut Ciolan | 2026-07-31 | ||
| adservio/frontend!2048 | adservio/frontend | [ADS-8336] Admin scoli / setari unitati - apare Petre Andrei | Alex Murarescu | 2026-07-31 | Yes | |
| adservio/uni/backend!236 | adservio/uni/backend | fix[ADS-8371]: Async student discipline assignment | Andrei Alexandru | 2026-07-31 | Yes | |
| adservio/services/notifications!13 | adservio/services/notifications | [S: ADS-6159]: Notifications Rework - Web Notifications | Dragoș Ivan | 2026-07-31 | ||
| adservio/web!2673 | adservio/web | [ADS-8318] Eroare la descarcarea unor documente din mesaje expediate | Catalin Cojan | 2026-07-31 |
Oldest Active Open MRs (> 48 Working Hours)
| adservio/web!2091 | adservio/web | Andrei Dragan | 271.6d | 5 | |
| adservio/helm2!137 | adservio/helm2 | Raul Popovici | 247.7d | 0 | |
| adservio/services/websocket!8 | adservio/services/websocket | Raul Popovici | 244.6d | 0 | |
| adservio/services/videothumb!5 | adservio/services/videothumb | Raul Popovici | 244.6d | 0 | |
| adservio/services/fet-generator!9 | adservio/services/fet-generator | Raul Popovici | 244.6d | 0 | |
| adservio/ai/backend!62 | adservio/ai/backend | Robert | 145.7d | 0 | |
| adservio/frontend!1556 | adservio/frontend | George Murgoci | 136.4d | 0 | |
| adservio/web!2344 | adservio/web | George Murgoci | 135.5d | 0 | |
| adservio/library/backend!26 | adservio/library/backend | Raul Popovici | 115.5d | 0 | |
| adservio/subscriptions/backend!103 | adservio/subscriptions/backend | Edgar Alexa | 113.5d | 4 |
Longest Merged Cycles
| adservio/helm2!326 | adservio/helm2 | Daniel Onisoru | 2.9d | 5 | 0 |
| adservio/services/backend-for-frontend!14 | adservio/services/backend-for-frontend | Stefan Agrigo | 2.8d | 2 | 2 |
| adservio/web!2658 | adservio/web | Ionut Ciolan | 2.3d | 1 | 0 |
| adservio/services/notifications!11 | adservio/services/notifications | Dragoș Ivan | 2.1d | 63 | 9 |
| adservio/web!2659 | adservio/web | Daniel Onisoru | 41.0h | 19 | 1 |
| adservio/frontend!2043 | adservio/frontend | Alex Murarescu | 24.5h | 5 | 0 |
| adservio/uni/backend!236 | adservio/uni/backend | Andrei Alexandru | 23.3h | 5 | 0 |
| adservio/services/notifications!13 | adservio/services/notifications | Dragoș Ivan | 23.2h | 31 | 0 |
| adservio/frontend!2048 | adservio/frontend | Alex Murarescu | 22.6h | 2 | 0 |
| adservio/web!2669 | adservio/web | Ionut Ciolan | 19.0h | 11 | 2 |
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.