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-03-21 07:00 to 2026-03-28 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: 31 of 36 merged MRs (86.1%) showed no visible non-author review comment in GitLab.
  • `CR - Approved` is currently too weak as evidence on its own: 61.1% of merged MRs carried that label without any visible review discussion.
  • Queue health is poor: 93.3% of active open MRs are already older than 48 working hours. The oldest example is adservio/web!2091 at 181.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 13 merged MRs and only 7.7% visible review coverage. adservio/web is the next meaningful flow at 11 merges and 27.3% visible review coverage.
  • MR size is not the main story: median changed files were 3.0, and only 11.1% of merged MRs were above 20 files. Even the slowest merged example, adservio/admission/backend!102, took 19.0d with 36 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 4.0h, so the dominant weakness is decision recording and merge discipline, not reviewer reaction speed.
  • With 93.3% of active MRs already stale, the open list is functioning more like inventory than prioritization support. adservio/web!2091 being open for 181.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 19.0d longest merged cycle (adservio/admission/backend!102, 36 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/frontend 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 Marian Andrei 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/frontend: 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

  • 31 of 36 merged MRs (86.1%) had no visible non-author review comment in GitLab.
  • 27 of 36 merged MRs (75.0%) carried the `CR - Approved` label.
  • 22 merged MRs (61.1%) were labeled `CR - Approved` without any visible non-author review comment.
  • 11.1% of merged MRs changed more than 20 files, while 0.0% changed more than 50 files.
  • Among MRs with visible review discussion, the median last-author-commit to first-review time was 4.0h.
  • The median last-author-commit to `CR - Approved` time was 25.2h.
  • The top 3 reviewers accounted for 80.0% of visible review touches.
  • 42 of 45 active open MRs (93.3%) were older than 48 working hours.
Merged MRs
Merged MRs inside the analysis window.
36
Open MRs
All currently open group MRs.
48
Active open MRs
Open MRs excluding drafts.
45
Draft open MRs
Open MRs marked draft/WIP.
3
Visible review rate
Merged MRs with at least one visible non-author GitLab comment.
13.9%
Merged without visible review comment
Merged MRs with zero visible non-author comments.
86.1%
CR - Approved label coverage
Merged MRs carrying the CR-approved label.
75.0%
Approval API coverage
Merged MRs with at least one approver in the GitLab approvals API.
16.7%
CR - Approved without visible review comment
CR-approved MRs with no visible non-author comment.
61.1%
Median MR created -> first review
Working time from MR creation to first visible non-author comment.
2.8d
Median last author commit -> first review
Working time from last author commit before review to first visible non-author comment.
4.0h
Median first review -> CR - Approved
Working time from first visible comment to CR-approved label after review start, else merge.
2.9h
Median MR created -> CR - Approved
Working time from MR creation to CR-approved label after review start, else merge.
3.0d
Median last author commit -> CR - Approved
Working time from last author commit before review to CR-approved label after review start, else merge.
25.2h
Median MR created -> merged
Working time from MR creation to merge.
18.5h
Median changed files
Median GitLab `changes_count` value.
3.0
MRs > 5 files
Merged MRs where `changes_count` is above 5.
30.6%
MRs > 10 files
Merged MRs where `changes_count` is above 10.
19.4%
MRs > 20 files
Merged MRs where `changes_count` is above 20.
11.1%
MRs > 50 files
Merged MRs where `changes_count` is above 50.
0.0%
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.
93.3%

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

Median MR created -> first review2.8d
Median last author commit -> first review4.0h
Median MR created -> CR - Approved3.0d
Median first review -> CR - Approved2.9h
Median last author commit -> CR - Approved25.2h
Median MR created -> merged18.5h
Marian Andrei2740.0%
Edgar Alexa1320.0%
Daniel Onisoru1120.0%
George Murgoci1420.0%
adservio/frontend137.7%84.6%3
adservio/web1127.3%72.7%1
adservio/accommodations/backend20.0%100.0%10.5
adservio/admission/backend250.0%50.0%19.5
adservio/docgen2/backend20.0%100.0%4.0
adservio/helm220.0%50.0%1.0
adservio/uni/backend20.0%50.0%23.0
adservio/billing/backend10.0%100.0%5
adservio/devops/iac10.0%0.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!1683[ADS-6660][Situatie scolara] - US3 Calculul mediei2/5 Light2.8d1.5h2.8d
adservio/web!2423[[S: ADS-6999] [BE] Table column settings per user4/5 Strong1.7h1.8h3.0d
adservio/web!2424[ADS-7050]: [BE] - Resetare parola: link-ul de resetare nu se trimite, cererea...3/5 Solid3.9h4.0h6.8h
adservio/admission/backend!102[ADS-6859] - Permissions for sessions/applications/documents4/5 Strong19.0d23.8h19.0d
adservio/web!2418[ADS-6721] allow accommodations export on add download job4/5 Strong5.3d3.1d7.1d

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 MRs31
With CR Label22
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 (31 MRs). Click again to collapse.
adservio/uni/backend!171adservio/uni/backendhotfix/refactor: disciplineAndrei Alexandru2026-03-22Yes
adservio/frontend!1672adservio/frontendSchool situation improvementsAchim Stefan2026-03-23Yes
adservio/web!2421adservio/web[hotfix] Add hit/miss for redis get on otelCatalin Cojan2026-03-23YesYes
adservio/frontend!1650adservio/frontend[ADS-6827] Elevul transferat apare ca fiind activDron Gabriel2026-03-23Yes
adservio/admission/backend!111adservio/admission/backendsessions permissions updatesGeorge Murgoci2026-03-23
adservio/frontend!1661adservio/frontend[TESTING] - Auth provider TUIASIIoana Ivan2026-03-23
adservio/web!2425adservio/webOAuth ChangesDaniel Onisoru2026-03-23
adservio/frontend!1673adservio/frontend[ADS-7050] Resetare parola: link-ul de resetare nu se trimiteDron Gabriel2026-03-23Yes
adservio/web!2426adservio/web[ADS-7087]: Institution root organisation IDDragoș Ivan2026-03-24YesYes
adservio/frontend!1678adservio/frontend[ADS-7016]: Refactor absences testsPaul Tanasuca2026-03-24YesYes
adservio/web!2429adservio/web[HOTFIX] staff att - sync activities + missing langIonut Ciolan2026-03-25Yes
adservio/docgen2/backend!99adservio/docgen2/backend[ADS-7097]: Numarul de ordine al campurilor se repetaDana Mihaela Maritca2026-03-25Yes
adservio/accommodations/backend!52adservio/accommodations/backend[HOTFIX] billing payment intent routing keyIonut Ciolan2026-03-25Yes
adservio/helm2!231adservio/helm2ADS-6925 real ip tuiasiRaul Popovici2026-03-26
adservio/frontend!1677adservio/frontend[ADS-7094]: Schimbare ordine filtre catalogIuliana Gugeanu2026-03-26Yes
adservio/web!2427adservio/webASD-6925 set real ip tuiasiRaul Popovici2026-03-26
adservio/devops/iac!24adservio/devops/iacnew users for postgresRaul Popovici2026-03-26
adservio/frontend!1687adservio/frontendStudent redirect on gradebook fixAchim Stefan2026-03-26Yes
adservio/frontend!1676adservio/frontend[ADS-6999] Table column settings per userAchim Stefan2026-03-27Yes
adservio/docgen2/backend!100adservio/docgen2/backend[ADS-7116]: Suprapunerea continutuluiDana Mihaela Maritca2026-03-27Yes
adservio/frontend!1689adservio/frontendAccommodations student payment in processing labelAchim Stefan2026-03-27Yes
adservio/web!2430adservio/web[HOTIFX] Import school classes bug fixedIonut Ciolan2026-03-27Yes
adservio/web!2416adservio/web[S: ADS-6693] [ADS-7018] Adaugare lista localitati in paginile de adaugare/editare elevCatalin Cojan2026-03-27YesYes
adservio/billing/backend!236adservio/billing/backend[ADS-6693] Precompletarea profilul de facturare al parinteluiEdgar Alexa2026-03-27Yes
adservio/frontend!1688adservio/frontend[ADS-6693] [Abonamente] - Precompletarea profilul de facturare al parinteluiEdgar Alexa2026-03-27Yes
adservio/accommodations/backend!49adservio/accommodations/backend[ADS-6721] Accommodations export changesIonut Ciolan2026-03-27Yes
adservio/frontend!1667adservio/frontend[ADS-6721] Nu se pot genera rapoartele 'Balanta debitorilor' pe camine&Erori la exporturileAchim Stefan2026-03-27Yes
adservio/helm2!230adservio/helm2[ADS-6721] accommodations s3 credentialsIonut Ciolan2026-03-27Yes
adservio/frontend!1690adservio/frontend[ADS-7089] Meetings - add new error messagesMarian Andrei2026-03-27
adservio/web!2431adservio/web[ADS-7089] Update google oauth & meetingsMarian Andrei2026-03-27
adservio/uni/backend!170adservio/uni/backend[S: ADS-6658][ADS-6660][ADS-7122]: implementari Medii academice pentru situatie scolaraAndrei Alexandru2026-03-27Yes

Oldest Active Open MRs (> 48 Working Hours)

adservio/web!2091adservio/webAndrei Dragan181.5d5
adservio/devops/site-sentry!11adservio/devops/site-sentryDaniel Onisoru165.0d0
adservio/helm2!137adservio/helm2Raul Popovici157.6d0
adservio/services/websocket!8adservio/services/websocketRaul Popovici154.5d0
adservio/services/videothumb!5adservio/services/videothumbRaul Popovici154.5d0
adservio/services/fet-generator!9adservio/services/fet-generatorRaul Popovici154.5d0
adservio/ai/backend!62adservio/ai/backendRobert55.6d0
adservio/subscriptions/backend!98adservio/subscriptions/backendRobert55.4d16
adservio/web!2323adservio/webAndrei Dragan53.6d0
adservio/frontend!1556adservio/frontendGeorge Murgoci46.3d0
adservio/admission/backend!102adservio/admission/backendGeorge Murgoci19.0d363
adservio/billing/backend!236adservio/billing/backendEdgar Alexa13.9d50
adservio/frontend!1650adservio/frontendDron Gabriel9.1d90
adservio/accommodations/backend!49adservio/accommodations/backendIonut Ciolan8.0d190
adservio/web!2416adservio/webCatalin Cojan7.9d80
adservio/web!2418adservio/webIonut Ciolan7.2d13
adservio/uni/backend!170adservio/uni/backendAndrei Alexandru5.2d260
adservio/frontend!1667adservio/frontendAchim Stefan5.1d130
adservio/web!2423adservio/webCatalin Cojan4.9d34
adservio/frontend!1661adservio/frontendIoana Ivan3.2d30

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.