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: 22 of 26 merged MRs (84.6%) showed no visible non-author review comment in GitLab.
- `CR - Approved` is currently too weak as evidence on its own: 38.5% of merged MRs carried that label without any visible review discussion.
- Queue health is poor: 73.8% of active open MRs are already older than 48 working hours. The oldest example is adservio/web!2091 at 196.5d 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/frontend is the highest-volume review surface with 7 merged MRs and only 14.3% visible review coverage. adservio/accommodations/backend is the next meaningful flow at 6 merges and 0.0% visible review coverage.
- MR size is not the main story: median changed files were 3.0, and only 15.4% of merged MRs were above 20 files. Even the slowest merged example, adservio/social!1, took 30.8d with 139 changed files, so the dominant problem still looks like review discipline and queue ownership rather than consistently oversized MRs.
Leadership Analysis
- This does not read like a slow-review system. The median last-author-commit to first-review time was 3.0h, so the dominant weakness is decision recording and merge discipline, not reviewer reaction speed.
- With 73.8% of active MRs already stale, the open list is functioning more like inventory than prioritization support. adservio/web!2091 being open for 196.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 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 3.0-file median MR and a 30.8d longest merged cycle (adservio/social!1, 139 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 Edgar Alexa 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
- 22 of 26 merged MRs (84.6%) had no visible non-author review comment in GitLab.
- 14 of 26 merged MRs (53.8%) carried the `CR - Approved` label.
- 10 merged MRs (38.5%) were labeled `CR - Approved` without any visible non-author review comment.
- 15.4% of merged MRs changed more than 20 files, while 15.4% changed more than 50 files.
- Among MRs with visible review discussion, the median last-author-commit to first-review time was 3.0h.
- The median last-author-commit to `CR - Approved` time was 17.6h.
- The top 3 reviewers accounted for 80.0% of visible review touches.
- 31 of 42 active open MRs (73.8%) were older than 48 working hours.
Merged MRs Merged MRs inside the analysis window. | 26 |
Open MRs All currently open group MRs. | 48 |
Active open MRs Open MRs excluding drafts. | 42 |
Draft open MRs Open MRs marked draft/WIP. | 6 |
Visible review rate Merged MRs with at least one visible non-author GitLab comment. | 15.4% |
Merged without visible review comment Merged MRs with zero visible non-author comments. | 84.6% |
CR - Approved label coverage Merged MRs carrying the CR-approved label. | 53.8% |
Approval API coverage Merged MRs with at least one approver in the GitLab approvals API. | 3.8% |
CR - Approved without visible review comment CR-approved MRs with no visible non-author comment. | 38.5% |
Median MR created -> first review Working time from MR creation to first visible non-author comment. | 4.6d |
Median last author commit -> first review Working time from last author commit before review to first visible non-author comment. | 3.0h |
Median first review -> CR - Approved Working time from first visible comment to CR-approved label after review start, else merge. | 13.0h |
Median MR created -> CR - Approved Working time from MR creation to CR-approved label after review start, else merge. | 5.5d |
Median last author commit -> CR - Approved Working time from last author commit before review to CR-approved label after review start, else merge. | 17.6h |
Median MR created -> merged Working time from MR creation to merge. | 3.2h |
Median changed files Median GitLab `changes_count` value. | 3.0 |
MRs > 5 files Merged MRs where `changes_count` is above 5. | 42.3% |
MRs > 10 files Merged MRs where `changes_count` is above 10. | 38.5% |
MRs > 20 files Merged MRs where `changes_count` is above 20. | 15.4% |
MRs > 50 files Merged MRs where `changes_count` is above 50. | 15.4% |
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. | 73.8% |
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 | 4.6d |
| Median last author commit -> first review | 3.0h |
| Median MR created -> CR - Approved | 5.5d |
| Median first review -> CR - Approved | 13.0h |
| Median last author commit -> CR - Approved | 17.6h |
| Median MR created -> merged | 3.2h |
Reviewer Distribution
| Edgar Alexa | 2 | 9 | 40.0% |
| Dron Gabriel | 1 | 1 | 20.0% |
| Ioana Ivan | 1 | 29 | 20.0% |
| Dragoș Ivan | 1 | 1 | 20.0% |
Repo Breakdown
| adservio/frontend | 7 | 14.3% | 71.4% | 12 |
| adservio/accommodations/backend | 6 | 0.0% | 0.0% | 1.0 |
| adservio/web | 4 | 0.0% | 75.0% | 1.0 |
| adservio/admission/backend | 2 | 50.0% | 100.0% | 40.5 |
| adservio/helm2 | 2 | 0.0% | 0.0% | 11.0 |
| adservio/uni/backend | 2 | 0.0% | 100.0% | 7.5 |
| adservio/docgen2/backend | 1 | 100.0% | 100.0% | 55 |
| adservio/social | 1 | 0.0% | 0.0% | 139 |
| adservio/subscriptions/backend | 1 | 100.0% | 100.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/frontend!1718 | [ADS-6835] - editare medie admitere | 5/5 Deep | 4.1d | 1.9h | 5.0d | |
Repo adservio/frontend Author George Murgoci Reviewers Ioana Ivan, Edgar Alexa Review Comments 34 Quality Notes 34 visible comments; 23 substantive comments; 2 reviewers; 4 post-review pushes; multi-point discussion Substantive Comments 23 Reviewer Count 2 Post-Review Pushes 4 MR Created 2026-04-09 09:34 Last Author Commit 2026-04-15 09:28 First Review 2026-04-15 11:24 CR Approved 2026-04-16 09:49 Merged 2026-04-16 16:15 First Review -> CR Approved 22.4h Last Commit -> CR Approved 24.4h Created -> Merged 5.3d | ||||||
| adservio/subscriptions/backend!108 | [ADS-7022] [BE] Implement stats changes | 3/5 Solid | 14.8d | 2.8h | 14.9d | |
Repo adservio/subscriptions/backend Author Edgar Alexa 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-03-27 17:27 Last Author Commit 2026-04-17 10:12 First Review 2026-04-17 12:57 CR Approved 2026-04-17 13:52 Merged 2026-04-17 13:52 First Review -> CR Approved 0.9h Last Commit -> CR Approved 3.7h Created -> Merged 14.9d | ||||||
| adservio/admission/backend!113 | [ADS-6835] - editare medie admitere | 4/5 Strong | 5.1d | 3.3h | 6.0d | |
Repo adservio/admission/backend Author George Murgoci Reviewers Edgar Alexa Review Comments 4 Quality Notes 4 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-08 11:40 Last Author Commit 2026-04-15 09:55 First Review 2026-04-15 13:13 CR Approved 2026-04-16 12:41 Merged 2026-04-16 16:15 First Review -> CR Approved 23.5h Last Commit -> CR Approved 26.8h Created -> Merged 6.2d | ||||||
| adservio/docgen2/backend!106 | [S: ADS-6662][Situatie scolara] - US5 Download doc | 2/5 Light | 3.8d | 7.2h | 3.9d | |
Repo adservio/docgen2/backend Author Achim Stefan Reviewers Dron Gabriel Review Comments 1 Quality Notes 1 visible comment; comments look lightweight; single reviewer; 1 post-review push; large MR (55 files) with little visible depth Substantive Comments 0 Reviewer Count 1 Post-Review Pushes 1 MR Created 2026-04-08 13:36 Last Author Commit 2026-04-14 00:28 First Review 2026-04-14 07:42 CR Approved 2026-04-14 11:21 Merged 2026-04-15 12:19 First Review -> CR Approved 3.6h Last Commit -> CR Approved 10.9h Created -> Merged 4.9d | ||||||
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 (22 MRs). Click again to collapse.
| adservio/web!2450 | adservio/web | [HOTFIX] import school classes - fixed bug on import averages | Ionut Ciolan | 2026-04-15 | Yes | |
| adservio/frontend!1725 | adservio/frontend | [Fix-upload-file] | Ioana Ivan | 2026-04-15 | ||
| adservio/uni/backend!177 | adservio/uni/backend | [S: ADS-6662] [Situatie scolara] - US5 Download doc - Conducere Facultate | Andrei Alexandru | 2026-04-15 | Yes | |
| adservio/frontend!1716 | adservio/frontend | [S: ADS-6662][Situatie scolara] - US5 Download doc | Achim Stefan | 2026-04-15 | Yes | |
| adservio/uni/backend!181 | adservio/uni/backend | [ADS-7234][Situatie Scolara] Regula globală: dacă disciplina nu este acceptată, nu poate intra în calculul mediei. | Andrei Alexandru | 2026-04-15 | Yes | |
| adservio/frontend!1726 | adservio/frontend | Allow scroll datepicker on mobile. | Ioana Ivan | 2026-04-15 | ||
| adservio/web!2453 | adservio/web | [ADS-7208] Calendar.php: mktime() type error + undefined array keys in date2time() | Catalin Cojan | 2026-04-15 | Yes | |
| adservio/accommodations/backend!56 | adservio/accommodations/backend | [ADS-7287] export - code refactor | Ionut Ciolan | 2026-04-16 | ||
| adservio/accommodations/backend!57 | adservio/accommodations/backend | [ADS-7287] memory limit | Ionut Ciolan | 2026-04-16 | ||
| adservio/frontend!1714 | adservio/frontend | [FE][ADS-7149]: Acommodations responsiveness | Iuliana Gugeanu | 2026-04-16 | Yes | |
| adservio/helm2!234 | adservio/helm2 | ADS-6835 Worker helm charts | Raul Popovici | 2026-04-17 | ||
| adservio/accommodations/backend!58 | adservio/accommodations/backend | [HOTFIX] Export job | Ionut Ciolan | 2026-04-17 | ||
| adservio/accommodations/backend!59 | adservio/accommodations/backend | [HOTFIX] export job handle runtime error | Ionut Ciolan | 2026-04-17 | ||
| adservio/accommodations/backend!60 | adservio/accommodations/backend | [HOTIFX] memory limit change | Ionut Ciolan | 2026-04-17 | ||
| adservio/accommodations/backend!61 | adservio/accommodations/backend | [HOTFIX] export job - running status | Ionut Ciolan | 2026-04-17 | ||
| adservio/web!2448 | adservio/web | [ADS-6284] Adauga noutati | Alex Murarescu | 2026-04-17 | Yes | |
| adservio/social!1 | adservio/social | [ADS-6284] Project setup & News endpoints | Alex Murarescu | 2026-04-17 | ||
| adservio/web!2455 | adservio/web | [HOTFIX] download job update status | Ionut Ciolan | 2026-04-17 | ||
| adservio/helm2!228 | adservio/helm2 | ADS-6284 Social helm chart | Raul Popovici | 2026-04-17 | ||
| adservio/frontend!1730 | adservio/frontend | [ADS-7194] [FE] - Pagina alba la accesarea notelor elevului | Dron Gabriel | 2026-04-17 | Yes | Yes |
| adservio/frontend!1691 | adservio/frontend | [ADS-7022] [FE] Implement stats changes | Edgar Alexa | 2026-04-17 | Yes | |
| adservio/admission/backend!117 | adservio/admission/backend | [ADS-7241] - fix transitions | George Murgoci | 2026-04-17 | Yes |
Oldest Active Open MRs (> 48 Working Hours)
| adservio/web!2091 | adservio/web | Andrei Dragan | 196.5d | 5 | |
| adservio/devops/site-sentry!11 | adservio/devops/site-sentry | Daniel Onisoru | 180.0d | 0 | |
| adservio/helm2!137 | adservio/helm2 | Raul Popovici | 172.6d | 0 | |
| adservio/services/websocket!8 | adservio/services/websocket | Raul Popovici | 169.5d | 0 | |
| adservio/services/videothumb!5 | adservio/services/videothumb | Raul Popovici | 169.5d | 0 | |
| adservio/services/fet-generator!9 | adservio/services/fet-generator | Raul Popovici | 169.5d | 0 | |
| adservio/ai/backend!62 | adservio/ai/backend | Robert | 70.6d | 0 | |
| adservio/web!2323 | adservio/web | Andrei Dragan | 68.6d | 0 | |
| adservio/frontend!1556 | adservio/frontend | George Murgoci | 61.3d | 0 | |
| adservio/web!2344 | adservio/web | George Murgoci | 60.4d | 0 |
Longest Merged Cycles
| adservio/social!1 | adservio/social | Alex Murarescu | 30.8d | 139 | 0 |
| adservio/helm2!228 | adservio/helm2 | Raul Popovici | 20.1d | 14 | 0 |
| adservio/frontend!1691 | adservio/frontend | Edgar Alexa | 14.8d | 14 | 0 |
| adservio/subscriptions/backend!108 | adservio/subscriptions/backend | Edgar Alexa | 14.8d | 3 | 1 |
| adservio/uni/backend!177 | adservio/uni/backend | Andrei Alexandru | 6.9d | 12 | 0 |
| adservio/frontend!1714 | adservio/frontend | Iuliana Gugeanu | 6.2d | 18 | 0 |
| adservio/admission/backend!113 | adservio/admission/backend | George Murgoci | 6.2d | 77 | 4 |
| adservio/frontend!1718 | adservio/frontend | George Murgoci | 5.3d | 65 | 34 |
| adservio/frontend!1716 | adservio/frontend | Achim Stefan | 4.9d | 12 | 0 |
| adservio/docgen2/backend!106 | adservio/docgen2/backend | Achim Stefan | 4.9d | 55 | 1 |
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.