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-18 07:00 to 2026-04-25 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: 39 of 46 merged MRs (84.8%) showed no visible non-author review comment in GitLab.
  • `CR - Approved` is currently too weak as evidence on its own: 47.8% of merged MRs carried that label without any visible review discussion.
  • Queue health is poor: 82.2% of active open MRs are already older than 48 working hours. The oldest example is adservio/web!2091 at 201.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/web is the highest-volume review surface with 14 merged MRs and only 14.3% visible review coverage. adservio/frontend is the next meaningful flow at 9 merges and 44.4% visible review coverage.
  • MR size is not the main story: median changed files were 4.5, and only 8.7% of merged MRs were above 20 files. Even the slowest merged example, adservio/web!2323, took 71.0d with 69 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 0.7h, so the dominant weakness is decision recording and merge discipline, not reviewer reaction speed.
  • With 82.2% of active MRs already stale, the open list is functioning more like inventory than prioritization support. adservio/web!2091 being open for 201.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 71.0d longest merged cycle (adservio/web!2323, 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/social 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/social: 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

  • 39 of 46 merged MRs (84.8%) had no visible non-author review comment in GitLab.
  • 29 of 46 merged MRs (63.0%) carried the `CR - Approved` label.
  • 22 merged MRs (47.8%) were labeled `CR - Approved` without any visible non-author review comment.
  • 8.7% of merged MRs changed more than 20 files, while 4.3% changed more than 50 files.
  • Among MRs with visible review discussion, the median last-author-commit to first-review time was 0.7h.
  • The median last-author-commit to `CR - Approved` time was 2.1d.
  • The top 3 reviewers accounted for 71.4% of visible review touches.
  • 37 of 45 active open MRs (82.2%) were older than 48 working hours.
Merged MRs
Merged MRs inside the analysis window.
46
Open MRs
All currently open group MRs.
51
Active open MRs
Open MRs excluding drafts.
45
Draft open MRs
Open MRs marked draft/WIP.
6
Visible review rate
Merged MRs with at least one visible non-author GitLab comment.
15.2%
Merged without visible review comment
Merged MRs with zero visible non-author comments.
84.8%
CR - Approved label coverage
Merged MRs carrying the CR-approved label.
63.0%
Approval API coverage
Merged MRs with at least one approver in the GitLab approvals API.
19.6%
CR - Approved without visible review comment
CR-approved MRs with no visible non-author comment.
47.8%
Median MR created -> first review
Working time from MR creation to first visible non-author comment.
2.6d
Median last author commit -> first review
Working time from last author commit before review to first visible non-author comment.
0.7h
Median first review -> CR - Approved
Working time from first visible comment to CR-approved label after review start, else merge.
6.5h
Median MR created -> CR - Approved
Working time from MR creation to CR-approved label after review start, else merge.
4.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.1d
Median MR created -> merged
Working time from MR creation to merge.
23.1h
Median changed files
Median GitLab `changes_count` value.
4.5
MRs > 5 files
Merged MRs where `changes_count` is above 5.
47.8%
MRs > 10 files
Merged MRs where `changes_count` is above 10.
32.6%
MRs > 20 files
Merged MRs where `changes_count` is above 20.
8.7%
MRs > 50 files
Merged MRs where `changes_count` is above 50.
4.3%
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.
82.2%

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

Median MR created -> first review2.6d
Median last author commit -> first review0.7h
Median MR created -> CR - Approved4.5d
Median first review -> CR - Approved6.5h
Median last author commit -> CR - Approved2.1d
Median MR created -> merged23.1h
Dragoș Ivan2728.6%
Ioana Ivan2828.6%
Marian Andrei1114.3%
Daniel Onisoru1214.3%
Achim Stefan1114.3%
adservio/web1414.3%71.4%8.5
adservio/frontend944.4%100.0%5
adservio/social60.0%16.7%2.5
adservio/helm250.0%20.0%2
adservio/admission/backend30.0%66.7%11
adservio/uni/backend30.0%66.7%1
adservio/billing/backend20.0%50.0%1.0
adservio/docgen2/backend250.0%100.0%12.5
adservio/flutter/app10.0%0.0%6
adservio/forms/backend10.0%100.0%14

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!1743[ADS-7355] - vezi sesiuni fara cont3/5 Solid1.8h0.2h2.0h
adservio/web!2451[S: ADS-6822][ADS-7137]: Send Incidents to DSS3/5 Solid6.0d0.3h6.1d
adservio/frontend!1744[ADS-7308] Lipsa checkbox pagina de documente2/5 Light0.5h0.6h0.5h
adservio/frontend!1723[S: ADS-6822][ADS-7135]: Send Incidents to DSS4/5 Strong7.9d0.7h10.0d
adservio/frontend!1734[ADS-7145]: Raport Clasament4/5 Strong37.2h34.7h3.6d
adservio/docgen2/backend!107[ADS-7145]: Raport Clasament3/5 Solid2.6d37.9h4.5d
adservio/web!2405[ADS-6491] [ADS-6492] RabbitMQ - Setup + OpenTelemetry - SDK setup3/5 Solid32.0d28.0d32.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 MRs39
With CR Label22
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 (39 MRs). Click again to collapse.
adservio/web!2458adservio/web[ADS-7295] CleanupMarian Andrei2026-04-20
adservio/forms/backend!16adservio/forms/backend[ADS-7267][ADS-6804] Datele si documentele candidatuluiAchim Stefan2026-04-20Yes
adservio/admission/backend!118adservio/admission/backend[ADS-7267] Asociere Sesiuni cu FacultățiAchim Stefan2026-04-20Yes
adservio/frontend!1731adservio/frontend[ADS-7267] Asociere Sesiuni cu FacultățiAchim Stefan2026-04-20Yes
adservio/web!2454adservio/web[S: ADS-7267] [Admitere v2] - Asociere Sesiuni cu FacultățiCatalin Cojan2026-04-20Yes
adservio/web!2456adservio/web[HOTFIX] Log errors fixedIonut Ciolan2026-04-20Yes
adservio/flutter/app!56adservio/flutter/appResolve ADS-7278 "Manage accounts"Stefan Agrigo2026-04-20Yes
adservio/web!2452adservio/web[ADS-7240] Questionnaires reccurences errorsMarian Andrei2026-04-20
adservio/billing/backend!241adservio/billing/backend[ADS-7155] [FE/BE] [UMS]- Eroare 500 la salvarea profilului de facturareEdgar Alexa2026-04-21
adservio/social!2adservio/social[ADS-6284] [Noutăți][Dashboard] - Adauga noutatiAlex Murarescu2026-04-21Yes
adservio/admission/backend!120adservio/admission/backendhotfix/initial-migrationsGeorge Murgoci2026-04-21Yes
adservio/web!2323adservio/web[S-7177][ADS-6496][ADS-6498][ADS-6499][ADS-6488] Update Laravel configuration and dependenciesAndrei Dragan2026-04-22
adservio/helm2!236adservio/helm2[S: ADS-6284] [Noutăți][Dashboard] - Adauga noutatiCatalin Cojan2026-04-22
adservio/web!2436adservio/web[S:7177][ADS-7173] Laravel setup for prodCatalin Cojan2026-04-22
adservio/web!2463adservio/web[ADS-7329] App feedback for mobileMarian Andrei2026-04-22YesYes
adservio/helm2!235adservio/helm2ADS-6092 move chart + refactorRaul Popovici2026-04-23
adservio/helm2!237adservio/helm2[S: ADS-6822][ADS-7137]: Incidents reminder cron jobDragoș Ivan2026-04-23Yes
adservio/web!2459adservio/web[HOTFIX] import school classes - fix import students data from old yearIonut Ciolan2026-04-23YesYes
adservio/billing/backend!243adservio/billing/backend[ADS-7053] [BE] [Finaciar] - Dezactivare notificari & Update informatii bancareEdgar Alexa2026-04-23Yes
adservio/frontend!1728adservio/frontend[ADS-7053] [FE] [Finaciar] - Dezactivare notificari & Update informatii bancareEdgar Alexa2026-04-23Yes
adservio/web!2445adservio/web[S: ADS-7053] [Finaciar] - Dezactivare notificari & Update informatii bancareCatalin Cojan2026-04-23YesYes
adservio/web!2465adservio/web[ADS-7311] routes.php: missing configuration URL language keysCatalin Cojan2026-04-23Yes
adservio/uni/backend!186adservio/uni/backend[ADS-7331]: Pachet - Adaugă disciplinaAndrei Alexandru2026-04-23Yes
adservio/helm2!238adservio/helm2ADS-7345 social tracesRaul Popovici2026-04-23
adservio/social!5adservio/socialADS-7345 fix tracesRaul Popovici2026-04-23
adservio/helm2!239adservio/helm2[ADS-6822]: Enable incidents reminder cronDragoș Ivan2026-04-24Yes
adservio/uni/backend!184adservio/uni/backend[ADS-7145]: Raport ClasamentAndrei Alexandru2026-04-24YesYes
adservio/social!6adservio/socialADS-7345 knex instrumentationRaul Popovici2026-04-24
adservio/frontend!1727adservio/frontend[ADS-7286] [FE/MOB] - problema Afisare butoane stickyDron Gabriel2026-04-24YesYes
adservio/social!7adservio/social[ADS-6284] News improvementsAlex Murarescu2026-04-24
adservio/admission/backend!123adservio/admission/backend[ADS-7355] - unregistered users can view sessions"George Murgoci2026-04-24Yes
adservio/social!10adservio/socialNews improvementsAlex Murarescu2026-04-24
adservio/social!8adservio/socialADS-7345 add release timerRaul Popovici2026-04-24
adservio/docgen2/backend!108adservio/docgen2/backend[S:ADS-5209] [ADS-7252] [FE] - Tipuri avertismenteDron Gabriel2026-04-24Yes
adservio/frontend!1741adservio/frontend[S:ADS-5209] [ADS-7252] [FE] - Tipuri avertismenteDron Gabriel2026-04-24Yes
adservio/web!2460adservio/web[S: ADS-5209][ADS-7253]: Add support for new warning types and improve validationAndrei Dragan2026-04-24Yes
adservio/web!2466adservio/web[ADS-7325]: Enhance report ordering logic for API queriesAndrei Dragan2026-04-24Yes
adservio/frontend!1745adservio/frontend[ADS-7325] [FE] - Neconcordanta intre evoluatia elevilor pe scoala si individualaDron Gabriel2026-04-24Yes
adservio/uni/backend!187adservio/uni/backend[ADS-7068] Refactorizare Import Discipline Plan ÎnvățământAndrei Alexandru2026-04-24Yes

Oldest Active Open MRs (> 48 Working Hours)

adservio/web!2091adservio/webAndrei Dragan201.5d5
adservio/devops/site-sentry!11adservio/devops/site-sentryDaniel Onisoru185.0d0
adservio/helm2!137adservio/helm2Raul Popovici177.6d0
adservio/services/websocket!8adservio/services/websocketRaul Popovici174.5d0
adservio/services/videothumb!5adservio/services/videothumbRaul Popovici174.5d0
adservio/services/fet-generator!9adservio/services/fet-generatorRaul Popovici174.5d0
adservio/ai/backend!62adservio/ai/backendRobert75.6d0
adservio/frontend!1556adservio/frontendGeorge Murgoci66.3d0
adservio/web!2344adservio/webGeorge Murgoci65.4d0
adservio/library/backend!26adservio/library/backendRaul Popovici45.4d0
adservio/web!2323adservio/webAndrei Dragan71.0d690
adservio/web!2405adservio/webCatalin Cojan32.2d122
adservio/web!2436adservio/webCatalin Cojan14.2d180
adservio/web!2445adservio/webCatalin Cojan11.0d90
adservio/frontend!1723adservio/frontendIoana Ivan10.0d3386
adservio/web!2451adservio/webDragoș Ivan6.1d171
adservio/frontend!1727adservio/frontendDron Gabriel6.0d50
adservio/frontend!1728adservio/frontendEdgar Alexa5.0d40
adservio/uni/backend!184adservio/uni/backendAndrei Alexandru4.8d110
adservio/docgen2/backend!107adservio/docgen2/backendAchim Stefan4.5d245

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.