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-07-11 07:00 to 2026-07-18 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: 34 of 39 merged MRs (87.2%) showed no visible non-author review comment in GitLab.
  • `CR - Approved` is currently too weak as evidence on its own: 46.2% of merged MRs carried that label without any visible review discussion.
  • Queue health is poor: 80.4% of active open MRs are already older than 48 working hours. The oldest example is adservio/web!2091 at 261.5d open.
  • Visible review capacity is thin and concentrated: only 6 visible review touches were detected in the whole window, and the top 3 reviewers handled 66.7% of them.
  • adservio/frontend is the highest-volume review surface with 15 merged MRs and only 20.0% visible review coverage. adservio/helm2 is the next meaningful flow at 7 merges and 0.0% visible review coverage.
  • MR size is not the main story: median changed files were 4, and only 17.9% of merged MRs were above 20 files. Even the slowest merged example, adservio/frontend!1633, took 92.8d with 69 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 (42.4h created-to-merged), which means the biggest leverage is improving process fidelity rather than pushing for even more raw throughput.
  • With 80.4% of active MRs already stale, the open list is functioning more like inventory than prioritization support. adservio/web!2091 being open for 261.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 66.7% 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 92.8d longest merged cycle (adservio/frontend!1633, 69 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 Achim Stefan 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

  • 34 of 39 merged MRs (87.2%) had no visible non-author review comment in GitLab.
  • 23 of 39 merged MRs (59.0%) carried the `CR - Approved` label.
  • 18 merged MRs (46.2%) were labeled `CR - Approved` without any visible non-author review comment.
  • 17.9% of merged MRs changed more than 20 files, while 7.7% changed more than 50 files.
  • Among MRs with visible review discussion, the median last-author-commit to first-review time was 16.1h.
  • The median last-author-commit to `CR - Approved` time was 15.7h.
  • The top 3 reviewers accounted for 66.7% of visible review touches.
  • 41 of 51 active open MRs (80.4%) were older than 48 working hours.
Merged MRs
Merged MRs inside the analysis window.
39
Open MRs
All currently open group MRs.
61
Active open MRs
Open MRs excluding drafts.
51
Draft open MRs
Open MRs marked draft/WIP.
10
Visible review rate
Merged MRs with at least one visible non-author GitLab comment.
12.8%
Merged without visible review comment
Merged MRs with zero visible non-author comments.
87.2%
CR - Approved label coverage
Merged MRs carrying the CR-approved label.
59.0%
Approval API coverage
Merged MRs with at least one approver in the GitLab approvals API.
28.2%
CR - Approved without visible review comment
CR-approved MRs with no visible non-author comment.
46.2%
Median MR created -> first review
Working time from MR creation to first visible non-author comment.
46.1h
Median last author commit -> first review
Working time from last author commit before review to first visible non-author comment.
16.1h
Median first review -> CR - Approved
Working time from first visible comment to CR-approved label after review start, else merge.
1.3h
Median MR created -> CR - Approved
Working time from MR creation to CR-approved label after review start, else merge.
45.6h
Median last author commit -> CR - Approved
Working time from last author commit before review to CR-approved label after review start, else merge.
15.7h
Median MR created -> merged
Working time from MR creation to merge.
42.4h
Median changed files
Median GitLab `changes_count` value.
4
MRs > 5 files
Merged MRs where `changes_count` is above 5.
43.6%
MRs > 10 files
Merged MRs where `changes_count` is above 10.
25.6%
MRs > 20 files
Merged MRs where `changes_count` is above 20.
17.9%
MRs > 50 files
Merged MRs where `changes_count` is above 50.
7.7%
Top 3 reviewer touch share
Share of visible review touches handled by the top 3 reviewers.
66.7%
Active open backlog rate
Non-draft open MRs older than 48 working hours.
80.4%

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

Median MR created -> first review46.1h
Median last author commit -> first review16.1h
Median MR created -> CR - Approved45.6h
Median first review -> CR - Approved1.3h
Median last author commit -> CR - Approved15.7h
Median MR created -> merged42.4h
Achim Stefan2733.3%
Daniel Onisoru1116.7%
Dragoș Ivan1816.7%
Andrei Dragan1816.7%
Ioana Ivan1216.7%
adservio/frontend1520.0%93.3%6
adservio/helm270.0%0.0%1
adservio/uni/backend520.0%40.0%22
adservio/devops/iac40.0%0.0%3.0
adservio/web333.3%100.0%1
adservio/docgen2/backend20.0%100.0%5.0
adservio/accommodations/backend10.0%0.0%12
adservio/admission/backend10.0%100.0%5
adservio/billing/backend10.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!2006[ADS-7952]: Implementare Atribute4/5 Strong19.8h0.7h20.9h
adservio/frontend!2027[ADS-8257] Eroare 400 la debifare afisare in catalog a unui transfer intre clase3/5 Solid2.5h2.6h3.9h
adservio/frontend!2003[ADS-8205]: Add route for teacher details modal for Calendar.2/5 Light46.1h16.1h45.6h
adservio/web!2640[ADS-7849][ADS-8202] Stergere date S3 - Logheaza incercarile de autentificare pentru fluxurile de login1/5 Very light2.3d2.3d3.0d
adservio/uni/backend!219[ADS-7497] Graduation module4/5 Strong6.0d2.8d17.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.

Total MRs34
With CR Label18
With Approval API9
  • 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 (34 MRs). Click again to collapse.
adservio/accommodations/backend!73adservio/accommodations/backend[ADS-8104] Summer contract 2026 + seederIonut Ciolan2026-07-12
adservio/admission/backend!182adservio/admission/backendRevert "logs for personal info"George Murgoci2026-07-13Yes
adservio/frontend!2010adservio/frontend[ADS-6638] Refactor pagina de gestionare notificăriPetronel Pavel2026-07-13Yes
adservio/frontend!1633adservio/frontend[ADS-6545]: WebBridge SDKDragoș Ivan2026-07-13Yes
adservio/frontend!2011adservio/frontend[ADS-6545] [DO NOT MERGE]: WebBridge SDK ExempleIoana Ivan2026-07-13
adservio/helm2!310adservio/helm2prod tempo: raise OTLP receiver gRPC max_recv_msg_size to 32MiB (ADS-7961 regression)Rojan Shrestha2026-07-13
adservio/helm2!311adservio/helm2ads-8043 lower web cron peak from 24 to 12 replicas for summer trafficRojan Shrestha2026-07-13
adservio/web!2643adservio/web[ADS-8224] La editarea elevului, campul "rol" nu afiseaza optiuni in dropdown...Petronel Pavel2026-07-13Yes
adservio/devops/iac!58adservio/devops/iacfix db-users docs/scripts and add REFERENCES grant for library-userandrei.petrescu@cloudhero.io2026-07-13Yes
adservio/devops/iac!56adservio/devops/iacupgrade prod RDS to r8g.xlarge (billing family switch m8g->r8g), keep catalog...Rojan Shrestha2026-07-14
adservio/helm2!313adservio/helm2ads-8246 disable alertmanager on stagingRojan Shrestha2026-07-14
adservio/frontend!2024adservio/frontend[ADS-8247] -swapped first/last name in candidatesProfileGeorge Murgoci2026-07-15Yes
adservio/frontend!2017adservio/frontend[ADS-8245] Preferințe generale alignmentPetronel Pavel2026-07-15Yes
adservio/helm2!314adservio/helm2ads-8253 route tuiasi critical alerts to pagerduty like prodRojan Shrestha2026-07-15
adservio/uni/backend!231adservio/uni/backend[ADS-8188] Extindere import studenți cu SecțiiAndrei Alexandru2026-07-15Yes
adservio/frontend!2001adservio/frontend[ADS-7495][ADS-7496] Creare Probe evaluareAchim Stefan2026-07-16YesYes
adservio/frontend!2023adservio/frontend[ADS-7475]: Plan de Invatamant - teste e2e fixesDana Mihaela Maritca2026-07-16Yes
adservio/billing/backend!260adservio/billing/backendSkip failing billing testsGeorge Murgoci2026-07-16Yes
adservio/devops/iac!59adservio/devops/iacadd adservio-web-user-priviledged with delete-only access on public and store...Rojan Shrestha2026-07-16
adservio/helm2!312adservio/helm2tuiasi: fix superset and rabbitmq ingressClassName (private-traefik -> nginx)Rojan Shrestha2026-07-16
adservio/frontend!2021adservio/frontend[ADS-7958] Reconstituire scolaritate - transfer, an repetareAchim Stefan2026-07-16YesYes
adservio/uni/backend!230adservio/uni/backend[ADS-7958] Reconstituire scolaritate - transfer, an repetareAndrei Alexandru2026-07-16YesYes
adservio/uni/backend!228adservio/uni/backend[ADS-7952] AtributeAndrei Alexandru2026-07-16Yes
adservio/uni/backend!222adservio/uni/backendADS-8000: fixuri si redenumiri pe localizationFrancisc Gabriel Virlan2026-07-16
adservio/docgen2/backend!150adservio/docgen2/backend[ADS-8000]: redenumire locDana Mihaela Maritca2026-07-16Yes
adservio/frontend!1985adservio/frontend[ADS-8000]: Redenumire atribut "loc" si transmitere doar in informatii generaleDana Mihaela Maritca2026-07-16YesYes
adservio/devops/iac!60adservio/devops/iacdb-users: add analytics user scoped to data schema, adopt manually created superset roleRojan Shrestha2026-07-16
adservio/helm2!291adservio/helm2[ADS-7497] Uni laravel - jwt secretsIonut Ciolan2026-07-17
adservio/helm2!316adservio/helm2ADS-8274 Raise uni-core phpfpm-laravel memory to 2Gi/700MiRojan Shrestha2026-07-17
adservio/frontend!2025adservio/frontend[ADS-6568] Director dashboard graph updatePetronel Pavel2026-07-17Yes
adservio/frontend!2028adservio/frontend[ADS-8141] Lipsa mesaj de eroare la modificarea mediei de absolvireAchim Stefan2026-07-17Yes
adservio/frontend!2022adservio/frontend[ADS-8055]: Adaugare warning notele se vor pierde daca nu se salveaza paginaIuliana Gugeanu2026-07-17YesYes
adservio/docgen2/backend!154adservio/docgen2/backend[ADS-8269] De modificat fontul primei paginiPetronel Pavel2026-07-17Yes
adservio/web!2647adservio/web[ADS-8257] Eroare 400 la debifare afisare in catalog a unui transfer intre clasePetronel Pavel2026-07-17YesYes

Oldest Active Open MRs (> 48 Working Hours)

adservio/web!2091adservio/webAndrei Dragan261.5d5
adservio/helm2!137adservio/helm2Raul Popovici237.6d0
adservio/services/websocket!8adservio/services/websocketRaul Popovici234.5d0
adservio/services/videothumb!5adservio/services/videothumbRaul Popovici234.5d0
adservio/services/fet-generator!9adservio/services/fet-generatorRaul Popovici234.5d0
adservio/ai/backend!62adservio/ai/backendRobert135.6d0
adservio/frontend!1556adservio/frontendGeorge Murgoci126.3d0
adservio/web!2344adservio/webGeorge Murgoci125.4d0
adservio/library/backend!26adservio/library/backendRaul Popovici105.4d0
adservio/subscriptions/backend!103adservio/subscriptions/backendEdgar Alexa103.4d4
adservio/frontend!1633adservio/frontendDragoș Ivan92.8d690
adservio/helm2!291adservio/helm2Ionut Ciolan18.0d30
adservio/uni/backend!219adservio/uni/backendIonut Ciolan17.3d5916
adservio/uni/backend!222adservio/uni/backendFrancisc Gabriel Virlan11.1d220
adservio/frontend!1985adservio/frontendDana Mihaela Maritca10.0d250
adservio/docgen2/backend!150adservio/docgen2/backendDana Mihaela Maritca9.3d80
adservio/devops/iac!56adservio/devops/iacRojan Shrestha7.7d30
adservio/accommodations/backend!73adservio/accommodations/backendIonut Ciolan7.4d120
adservio/uni/backend!228adservio/uni/backendAndrei Alexandru6.9d220
adservio/frontend!2001adservio/frontendAchim Stefan5.8d40

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.