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-04 07:00 to 2026-07-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: 46 of 56 merged MRs (82.1%) showed no visible non-author review comment in GitLab.
  • `CR - Approved` is currently too weak as evidence on its own: 50.0% of merged MRs carried that label without any visible review discussion.
  • Queue health is poor: 85.2% of active open MRs are already older than 48 working hours. The oldest example is adservio/web!2091 at 256.6d 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 92.3% of them.
  • adservio/web is the highest-volume review surface with 15 merged MRs and only 0.0% visible review coverage. adservio/frontend is the next meaningful flow at 12 merges and 33.3% visible review coverage.
  • MR size is not the main story: median changed files were 3.0, and only 8.9% of merged MRs were above 20 files. Even the slowest merged example, adservio/web!2610, took 9.5d with 1 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 85.2% of active MRs already stale, the open list is functioning more like inventory than prioritization support. adservio/web!2091 being open for 256.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 92.3% 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 9.5d longest merged cycle (adservio/web!2610, 1 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/web 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/web: 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

  • 46 of 56 merged MRs (82.1%) had no visible non-author review comment in GitLab.
  • 36 of 56 merged MRs (64.3%) carried the `CR - Approved` label.
  • 28 merged MRs (50.0%) were labeled `CR - Approved` without any visible non-author review comment.
  • 8.9% of merged MRs changed more than 20 files, while 1.8% 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 40.0h.
  • The top 3 reviewers accounted for 92.3% of visible review touches.
  • 46 of 54 active open MRs (85.2%) were older than 48 working hours.
Merged MRs
Merged MRs inside the analysis window.
56
Open MRs
All currently open group MRs.
65
Active open MRs
Open MRs excluding drafts.
54
Draft open MRs
Open MRs marked draft/WIP.
11
Visible review rate
Merged MRs with at least one visible non-author GitLab comment.
17.9%
Merged without visible review comment
Merged MRs with zero visible non-author comments.
82.1%
CR - Approved label coverage
Merged MRs carrying the CR-approved label.
64.3%
Approval API coverage
Merged MRs with at least one approver in the GitLab approvals API.
5.4%
CR - Approved without visible review comment
CR-approved MRs with no visible non-author comment.
50.0%
Median MR created -> first review
Working time from MR creation to first visible non-author comment.
28.2h
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.
31.5h
Median MR created -> CR - Approved
Working time from MR creation to CR-approved label after review start, else merge.
2.1d
Median last author commit -> CR - Approved
Working time from last author commit before review to CR-approved label after review start, else merge.
40.0h
Median MR created -> merged
Working time from MR creation to merge.
22.2h
Median changed files
Median GitLab `changes_count` value.
3.0
MRs > 5 files
Merged MRs where `changes_count` is above 5.
30.4%
MRs > 10 files
Merged MRs where `changes_count` is above 10.
17.9%
MRs > 20 files
Merged MRs where `changes_count` is above 20.
8.9%
MRs > 50 files
Merged MRs where `changes_count` is above 50.
1.8%
Top 3 reviewer touch share
Share of visible review touches handled by the top 3 reviewers.
92.3%
Active open backlog rate
Non-draft open MRs older than 48 working hours.
85.2%

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

Median MR created -> first review28.2h
Median last author commit -> first review0.7h
Median MR created -> CR - Approved2.1d
Median first review -> CR - Approved31.5h
Median last author commit -> CR - Approved40.0h
Median MR created -> merged22.2h
Dragoș Ivan81061.5%
Ioana Ivan31923.1%
Daniel Onisoru117.7%
Marian Andrei117.7%
adservio/web150.0%73.3%2
adservio/frontend1233.3%83.3%2.5
adservio/admission/backend80.0%62.5%3.5
adservio/helm2616.7%0.0%2.5
adservio/library/backend425.0%100.0%10.0
adservio/uni/backend333.3%0.0%11
adservio/services/backend-for-frontend250.0%100.0%4.0
adservio/billing/backend1100.0%100.0%3
adservio/devops/iac10.0%0.0%1
adservio/docgen2/backend10.0%100.0%2
adservio/services/notifications10.0%0.0%34
adservio/social10.0%100.0%9

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/helm2!296[image:adservio/subscriptions/backend] [ADS-7419] Subscriptions cron4/5 Strong6.0d0.1h7.7d
adservio/library/backend!31[ADS-8119] Categories and Products search improvements3/5 Solid1.4h0.2h24.7h
adservio/uni/backend!227[ADS-7497]: refactor: remove unused response attributes and improve type...5/5 Deep0.6h0.2h47.6h
adservio/billing/backend!258[ADS-7419] Subscription bugs2/5 Light28.4h0.4h2.8d
adservio/subscriptions/backend!121[ADS-7419] Subscription bugs3/5 Solid6.1d0.5h7.8d
adservio/frontend!1974[ADS-6638] Refactor pagina de gestionare notificări4/5 Strong3.0d1.0h3.2d
adservio/frontend!1995[ADS-5784] Refactor pagina de permisiuni5/5 Deep2.1d1.9h2.2d
adservio/services/backend-for-frontend!10feat: Add sleep, stool, and observations to newsfeed header from daycare-journal3/5 Solid2.7h2.7h23.1h
adservio/frontend!1993[ADS-7419] Subscription bugs3/5 Solid3.6h3.8h43.5h
adservio/frontend!1981[ADS-7319] [Preferinte][Admin] - Stiri2/5 Light28.0h45.8h47.2h

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 MRs46
With CR Label28
With Approval API2
  • 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 (46 MRs). Click again to collapse.
adservio/frontend!1991adservio/frontend[ADS-8130]: Disable show toast for Add videoconferenceIoana Ivan2026-07-06
adservio/uni/backend!225adservio/uni/backend[ADS-7641][ADS-8150] Refactor general salvare secțiiAndrei Alexandru2026-07-06
adservio/uni/backend!226adservio/uni/backend[ADS-8056] Script inchidere Cataloage istoriceAndrei Alexandru2026-07-06
adservio/web!2630adservio/web[ADS-8148][ADS-1736] Cut billing from groupsMarian Andrei2026-07-06
adservio/web!2627adservio/web[ADS-5722]: Add grade type visibility management for E2MAndrei Dragan2026-07-06Yes
adservio/web!2626adservio/web[ADS-7571]: Refactor user type validation logic in Utilizatori controllerAndrei Dragan2026-07-06Yes
adservio/helm2!304adservio/helm2prod grafana alerting: RDS DB memory/swap signal-to-noise alerts (ADS-8016)Rojan Shrestha2026-07-07
adservio/web!2625adservio/web[ADS-8131] - search for faculties with no offer fixGeorge Murgoci2026-07-07Yes
adservio/devops/iac!57adservio/devops/iacadd adservio-codex-user with MonitoringUser-equivalent read-only access for...Rojan Shrestha2026-07-07Yes
adservio/admission/backend!171adservio/admission/backend[ADS-8072] [ADS-8157]- integration testsGeorge Murgoci2026-07-07Yes
adservio/admission/backend!172adservio/admission/backend[ADS-8072][ADS-8158] - propper endpoint documentationGeorge Murgoci2026-07-07Yes
adservio/web!2629adservio/web[ADS-7896] Migrare documente S3Catalin Cojan2026-07-07Yes
adservio/social!35adservio/social[ADS-7319] [Preferinte][Admin] - StiriAlex Murarescu2026-07-07Yes
adservio/web!2621adservio/web[ADS-7319] [Preferinte][Admin] - StiriAlex Murarescu2026-07-07Yes
adservio/web!2628adservio/web[ADS-7854] MY_Audit.php: audit hook emits non-numeric arithmetic warningsCatalin Cojan2026-07-07Yes
adservio/admission/backend!175adservio/admission/backendfixed status codesGeorge Murgoci2026-07-08Yes
adservio/frontend!1994adservio/frontend[ADS-3895]: Keep selected schools when changing page number.Ioana Ivan2026-07-08Yes
adservio/helm2!307adservio/helm2restrict private ingress NLBs to office egress IP on staging and prodRojan Shrestha2026-07-08
adservio/helm2!306adservio/helm2traefik 5xx alert: require error volume alongside the ratio (ADS-8187)Rojan Shrestha2026-07-08
adservio/helm2!305adservio/helm2prod redis: stop CFS throttling on sentinel and metrics sidecars (ADS-8175)Rojan Shrestha2026-07-08
adservio/frontend!1996adservio/frontend[ADS-3903] Ordinea incorectă a elevilor în secțiunea Teme din contul profesoruluiPetronel Pavel2026-07-09Yes
adservio/frontend!1999adservio/frontend[ADS-1892] Sort dropdown does not work in the responsive viewPetronel Pavel2026-07-09Yes
adservio/library/backend!34adservio/library/backendFix testsAlex Murarescu2026-07-09Yes
adservio/helm2!308adservio/helm2ADS-8194 add PodDisruptionBudget for webRojan Shrestha2026-07-09
adservio/admission/backend!176adservio/admission/backendadded missing propsGeorge Murgoci2026-07-09Yes
adservio/admission/backend!177adservio/admission/backendupdate node version on gitlub ciGeorge Murgoci2026-07-09
adservio/frontend!1989adservio/frontendStabilize Periods Cypress API intercept setupValentin Pal2026-07-09
adservio/frontend!2002adservio/frontend[ADS-6889] Fix get/search products after Library API changesAlex Murarescu2026-07-09Yes
adservio/library/backend!32adservio/library/backend[ADS-6889] MikroORM version bumpAlex Murarescu2026-07-09Yes
adservio/services/notifications!9adservio/services/notificationsSync shared folderAlex Murarescu2026-07-09
adservio/docgen2/backend!152adservio/docgen2/backend[ADS-8173] Gradebook 2022 view returns HTTP 500 after downstream class lookup is forbiddenPetronel Pavel2026-07-09Yes
adservio/library/backend!35adservio/library/backend[ADS-6889] Nest version bumpAlex Murarescu2026-07-09Yes
adservio/web!2633adservio/webStabilize holidays Cypress cleanupValentin Pal2026-07-09Yes
adservio/web!2610adservio/webtest: keep daycare journal specs in one shardValentin Pal2026-07-10
adservio/web!2639adservio/web[ADS-3837] Lipsa preluării implicite a naționalității la importul automat al elevilorPetronel Pavel2026-07-10Yes
adservio/web!2641adservio/web[ADS-1695] The ppsx attachment is not loadingPetronel Pavel2026-07-10Yes
adservio/services/backend-for-frontend!12adservio/services/backend-for-frontendfeat(mobile/newsfeed): allow gating header sections via query flagsStefan Musat2026-07-10Yes
adservio/web!2642adservio/web[ADS-8154] Fix portofoliuMarian Andrei2026-07-10
adservio/web!2636adservio/web[ADS-1241] Changes required for when ads_native is activePetronel Pavel2026-07-10Yes
adservio/web!2638adservio/web[ADS-2684] Search is case and diacritics sensitivePetronel Pavel2026-07-10YesYes
adservio/web!2635adservio/web[ADS-5784] Roles & permissionsMarian Andrei2026-07-10
adservio/admission/backend!179adservio/admission/backend[ADS-8211] - readded isMultyApply to MetadataGetResponseGeorge Murgoci2026-07-10Yes
adservio/frontend!2004adservio/frontend[ADS-8211] - fixed documents not showing for correct candidateGeorge Murgoci2026-07-10Yes
adservio/admission/backend!180adservio/admission/backendlogs for personal infoGeorge Murgoci2026-07-10
adservio/frontend!2007adservio/frontend[ADS-5784] Refactor pagina de permisiuniPetronel Pavel2026-07-10Yes
adservio/admission/backend!181adservio/admission/backendjoins session-documents with admission documentsGeorge Murgoci2026-07-10

Oldest Active Open MRs (> 48 Working Hours)

adservio/web!2091adservio/webAndrei Dragan256.6d5
adservio/helm2!137adservio/helm2Raul Popovici232.7d0
adservio/services/websocket!8adservio/services/websocketRaul Popovici229.6d0
adservio/services/videothumb!5adservio/services/videothumbRaul Popovici229.6d0
adservio/services/fet-generator!9adservio/services/fet-generatorRaul Popovici229.6d0
adservio/ai/backend!62adservio/ai/backendRobert130.7d0
adservio/frontend!1556adservio/frontendGeorge Murgoci121.4d0
adservio/web!2344adservio/webGeorge Murgoci120.5d0
adservio/library/backend!26adservio/library/backendRaul Popovici100.5d0
adservio/subscriptions/backend!103adservio/subscriptions/backendEdgar Alexa98.5d4
adservio/web!2610adservio/webValentin Pal9.5d10
adservio/subscriptions/backend!121adservio/subscriptions/backendEdgar Alexa7.8d161
adservio/helm2!296adservio/helm2Edgar Alexa7.7d82
adservio/services/notifications!9adservio/services/notificationsAlex Murarescu6.1d340
adservio/frontend!1989adservio/frontendValentin Pal3.4d10
adservio/web!2621adservio/webAlex Murarescu3.2d20
adservio/social!35adservio/socialAlex Murarescu3.2d90
adservio/frontend!1981adservio/frontendAlex Murarescu3.2d102
adservio/frontend!1974adservio/frontendPetronel Pavel3.2d3913
adservio/billing/backend!258adservio/billing/backendEdgar Alexa2.8d31

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.