GitLab-backed analysis

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.

Period: 2026-04-04 07:00 to 2026-04-11 07:00
Primary source: GitLab merge request metadata, notes, labels, commits, and approvals endpoints.

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: 27 of 37 merged MRs (73.0%) showed no visible non-author review comment in GitLab.
  • `CR - Approved` is currently too weak as evidence on its own: 48.6% of merged MRs carried that label without any visible review discussion.
  • Queue health is poor: 97.1% of active open MRs are already older than 48 working hours. The oldest example is adservio/web!2091 at 191.5d open.
  • Visible review capacity is thin and concentrated: only 13 visible review touches were detected in the whole window, and the top 3 reviewers handled 61.5% of them.
  • adservio/frontend is the highest-volume review surface with 14 merged MRs and only 35.7% visible review coverage. adservio/web is the next meaningful flow at 9 merges and 33.3% visible review coverage.
  • MR size is not the main story: median changed files were 4, and only 8.1% of merged MRs were above 20 files. Even the slowest merged example, adservio/web!2417, took 16.1d with 4 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 (46.9h created-to-merged), which means the biggest leverage is improving process fidelity rather than pushing for even more raw throughput.
  • With 97.1% of active MRs already stale, the open list is functioning more like inventory than prioritization support. adservio/web!2091 being open for 191.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 61.5% of visible touches, review quality, continuity, and queue health all become sensitive to a very small set of people.
  • The spread between a 4-file median MR and a 16.1d longest merged cycle (adservio/web!2417, 4 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/uni/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 Daniel Onisoru 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/uni/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

  • 27 of 37 merged MRs (73.0%) had no visible non-author review comment in GitLab.
  • 27 of 37 merged MRs (73.0%) carried the `CR - Approved` label.
  • 18 merged MRs (48.6%) were labeled `CR - Approved` without any visible non-author review comment.
  • 8.1% of merged MRs changed more than 20 files, while 5.4% changed more than 50 files.
  • Among MRs with visible review discussion, the median last-author-commit to first-review time was 23.6h.
  • The median last-author-commit to `CR - Approved` time was 2.9d.
  • The top 3 reviewers accounted for 61.5% of visible review touches.
  • 34 of 35 active open MRs (97.1%) were older than 48 working hours.
Merged MRs
Merged MRs inside the analysis window.
37
Open MRs
All currently open group MRs.
41
Active open MRs
Open MRs excluding drafts.
35
Draft open MRs
Open MRs marked draft/WIP.
6
Visible review rate
Merged MRs with at least one visible non-author GitLab comment.
27.0%
Merged without visible review comment
Merged MRs with zero visible non-author comments.
73.0%
CR - Approved label coverage
Merged MRs carrying the CR-approved label.
73.0%
Approval API coverage
Merged MRs with at least one approver in the GitLab approvals API.
13.5%
CR - Approved without visible review comment
CR-approved MRs with no visible non-author comment.
48.6%
Median MR created -> first review
Working time from MR creation to first visible non-author comment.
4.1d
Median last author commit -> first review
Working time from last author commit before review to first visible non-author comment.
23.6h
Median first review -> CR - Approved
Working time from first visible comment to CR-approved label after review start, else merge.
23.6h
Median MR created -> CR - Approved
Working time from MR creation to CR-approved label after review start, else merge.
8.5d
Median last author commit -> CR - Approved
Working time from last author commit before review to CR-approved label after review start, else merge.
2.9d
Median MR created -> merged
Working time from MR creation to merge.
46.9h
Median changed files
Median GitLab `changes_count` value.
4
MRs > 5 files
Merged MRs where `changes_count` is above 5.
40.5%
MRs > 10 files
Merged MRs where `changes_count` is above 10.
18.9%
MRs > 20 files
Merged MRs where `changes_count` is above 20.
8.1%
MRs > 50 files
Merged MRs where `changes_count` is above 50.
5.4%
Top 3 reviewer touch share
Share of visible review touches handled by the top 3 reviewers.
61.5%
Active open backlog rate
Non-draft open MRs older than 48 working hours.
97.1%

These headline timing medians bring back the anchor-to-anchor numbers directly, using working time with weekends excluded.

Median MR created -> first review4.1d
Median last author commit -> first review23.6h
Median MR created -> CR - Approved8.5d
Median first review -> CR - Approved23.6h
Median last author commit -> CR - Approved2.9d
Median MR created -> merged46.9h
Daniel Onisoru31323.1%
Ioana Ivan31223.1%
Andrei Dragan2415.4%
Marian Andrei117.7%
Dragoș Ivan117.7%
Achim Stefan127.7%
Edgar Alexa137.7%
George Murgoci117.7%
adservio/frontend1435.7%85.7%4.0
adservio/web933.3%33.3%2
adservio/uni/backend50.0%100.0%3
adservio/billing/backend20.0%50.0%4.5
adservio/docgen2/backend20.0%100.0%2.0
adservio/subscriptions/backend250.0%100.0%14.0
adservio/admission/backend10.0%100.0%8
adservio/helm210.0%0.0%13
adservio/services/notifications1100.0%100.0%102

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!2441[ADS-7058] Adaugare checkbox pentru scoli pentru initiala tatalui3/5 Solid44.9h0.3h46.9h
adservio/frontend!1721[ADS-7221]: add automated tests for homeworks3/5 Solid1.3h0.7h1.9h
adservio/frontend!1698[ADS-6434]: Marketing Notifications3/5 Solid5.3d2.2h5.2d
adservio/services/notifications!8[S: ADS-6434][ADS-6886]: Marketing Notifications5/5 Deep10.7d3.7h15.9d
adservio/frontend!1660[ADS-6337] [Admin][Abonamente] - Hard Cancel Subscription3/5 Solid15.9d22.1h15.9d
adservio/subscriptions/backend!109[ADS-6337] [Admin][Abonamente] - Hard Cancel Subscription3/5 Solid5.2d25.1h7.1d
adservio/frontend!1686[ADS-7092]: Absences - responsiveness3/5 Solid2.0d28.8h10.0d
adservio/web!2428[ADS-6434]: Marketing Notifications5/5 Deep21.6h34.0h11.1d
adservio/web!2417[ADS-6284][ADS-7031] News files perms4/5 Strong10.4d2.3d16.1d
adservio/frontend!1712[ADS-7207][FE/BE] - Modificari raport 'Situatie scolara'1/5 Very light3.0d3.0d3.0d

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.

Total MRs27
With CR Label18
With Approval API5
  • Open the MR link and check the Overview tab for CR - Approved and 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 (27 MRs). Click again to collapse.
adservio/uni/backend!176adservio/uni/backend[ADS-6933] 'Catalog' - 'Promovare studenți' - Calcularea numarului de crediteAndrei Alexandru2026-04-06YesYes
adservio/web!2438adservio/web[ADS-7160][ADS-7158][ADS-7159][ADS-7161] log errors fixedIonut Ciolan2026-04-07Yes
adservio/uni/backend!178adservio/uni/backend[ADS-7192] Fisa disciplinei - Conținut Ordine elementeAndrei Alexandru2026-04-07YesYes
adservio/uni/backend!179adservio/uni/backend[ADS-7175]: Calcul medie ECTSAndrei Alexandru2026-04-07YesYes
adservio/web!2442adservio/web[ADS-6996]: Add CLI script to emit SCIM/CEAC import requested eventsAndrei Dragan2026-04-07
adservio/web!2443adservio/web[HOTIFX] import school classes - copy user data query errorIonut Ciolan2026-04-08
adservio/docgen2/backend!105adservio/docgen2/backend[ADS-7079]: Afisare procent pentru fiecare evaluationMethodDana Mihaela Maritca2026-04-08Yes
adservio/docgen2/backend!104adservio/docgen2/backend[ADS-7190]: Afisarea metodelor de predare intr-o singura celulaDana Mihaela Maritca2026-04-08YesYes
adservio/web!2444adservio/web[Fix]: Refactor SCIM/CEAC event handling and improve tenant ID managementAndrei Dragan2026-04-08
adservio/billing/backend!237adservio/billing/backend[ADS-6337] [Admin][Abonamente] - Hard Cancel SubscriptionEdgar Alexa2026-04-08Yes
adservio/frontend!1697adservio/frontend[ADS-7124]: Reexamination and Promotions responsivenessIuliana Gugeanu2026-04-08Yes
adservio/frontend!1713adservio/frontend[FE][ADS-7200]: Acommodations student view responsivenessIuliana Gugeanu2026-04-08Yes
adservio/frontend!1717adservio/frontend[ads-6337-fix] Removed unwanted newlineEdgar Alexa2026-04-08Yes
adservio/frontend!1701adservio/frontend[S: ADS-7139][ADS-7013]: Personal universitar - teste e2eDana Mihaela Maritca2026-04-08YesYes
adservio/subscriptions/backend!111adservio/subscriptions/backend[ADS-6434]: Marketing NotificationsDragoș Ivan2026-04-08Yes
adservio/helm2!232adservio/helm2ADS-6434 notifications helm chartRaul Popovici2026-04-08
adservio/web!2446adservio/web[hotfix] Fix missing liceuIDCatalin Cojan2026-04-08
adservio/web!2447adservio/web[HOTIFX] import school classes - copy addressesIonut Ciolan2026-04-09
adservio/frontend!1711adservio/frontend[S: ADS-6822][ADS-7135]: Dss IncidentsIoana Ivan2026-04-09
adservio/billing/backend!240adservio/billing/backend[ads-6337-tests] Fix assign service testsEdgar Alexa2026-04-09
adservio/admission/backend!114adservio/admission/backend[ADS-7242] - fix statusesGeorge Murgoci2026-04-09Yes
adservio/frontend!1720adservio/frontend[ADS-7242] - fix statusesGeorge Murgoci2026-04-09Yes
adservio/frontend!1719adservio/frontend[ADS-7261]: Fix failing uni-messages testPaul Tanasuca2026-04-09
adservio/frontend!1722adservio/frontend[ADS-7229][FE][Billing] - Modal Termeni și Condiții AdservioEdgar Alexa2026-04-09Yes
adservio/frontend!1715adservio/frontend[S: ADS-6254][ADS-7244]: Allow View only on Scim CeacIoana Ivan2026-04-09Yes
adservio/uni/backend!180adservio/uni/backendADS-7207 Raport situatie scolaraFrancisc Gabriel Virlan2026-04-09Yes
adservio/uni/backend!175adservio/uni/backend[ADS-7012] Code SanityAndrei Alexandru2026-04-09Yes

Oldest Active Open MRs (> 48 Working Hours)

adservio/web!2091adservio/webAndrei Dragan191.5d5
adservio/devops/site-sentry!11adservio/devops/site-sentryDaniel Onisoru175.0d0
adservio/helm2!137adservio/helm2Raul Popovici167.6d0
adservio/services/websocket!8adservio/services/websocketRaul Popovici164.5d0
adservio/services/videothumb!5adservio/services/videothumbRaul Popovici164.5d0
adservio/services/fet-generator!9adservio/services/fet-generatorRaul Popovici164.5d0
adservio/ai/backend!62adservio/ai/backendRobert65.6d0
adservio/web!2323adservio/webAndrei Dragan63.6d0
adservio/frontend!1556adservio/frontendGeorge Murgoci56.3d0
adservio/web!2344adservio/webGeorge Murgoci55.4d0
adservio/web!2417adservio/webIonut Ciolan16.1d43
adservio/frontend!1660adservio/frontendEdgar Alexa16.0d101
adservio/services/notifications!8adservio/services/notificationsDragoș Ivan16.0d1029
adservio/billing/backend!237adservio/billing/backendEdgar Alexa13.9d70
adservio/web!2428adservio/webDragoș Ivan11.1d88
adservio/frontend!1686adservio/frontendIuliana Gugeanu10.0d42
adservio/subscriptions/backend!109adservio/subscriptions/backendEdgar Alexa7.1d201
adservio/helm2!232adservio/helm2Raul Popovici6.2d130
adservio/frontend!1697adservio/frontendIuliana Gugeanu6.1d70
adservio/frontend!1698adservio/frontendDragoș Ivan5.3d999

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.