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-11 07:00 to 2026-04-18 21:50
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: 22 of 26 merged MRs (84.6%) showed no visible non-author review comment in GitLab.
  • `CR - Approved` is currently too weak as evidence on its own: 38.5% of merged MRs carried that label without any visible review discussion.
  • Queue health is poor: 73.8% of active open MRs are already older than 48 working hours. The oldest example is adservio/web!2091 at 196.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 7 merged MRs and only 14.3% visible review coverage. adservio/accommodations/backend is the next meaningful flow at 6 merges and 0.0% visible review coverage.
  • MR size is not the main story: median changed files were 3.0, and only 15.4% of merged MRs were above 20 files. Even the slowest merged example, adservio/social!1, took 30.8d with 139 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 3.0h, so the dominant weakness is decision recording and merge discipline, not reviewer reaction speed.
  • With 73.8% of active MRs already stale, the open list is functioning more like inventory than prioritization support. adservio/web!2091 being open for 196.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 30.8d longest merged cycle (adservio/social!1, 139 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/accommodations/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 Edgar Alexa 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/accommodations/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

  • 22 of 26 merged MRs (84.6%) had no visible non-author review comment in GitLab.
  • 14 of 26 merged MRs (53.8%) carried the `CR - Approved` label.
  • 10 merged MRs (38.5%) were labeled `CR - Approved` without any visible non-author review comment.
  • 15.4% of merged MRs changed more than 20 files, while 15.4% changed more than 50 files.
  • Among MRs with visible review discussion, the median last-author-commit to first-review time was 3.0h.
  • The median last-author-commit to `CR - Approved` time was 17.6h.
  • The top 3 reviewers accounted for 80.0% of visible review touches.
  • 31 of 42 active open MRs (73.8%) were older than 48 working hours.
Merged MRs
Merged MRs inside the analysis window.
26
Open MRs
All currently open group MRs.
48
Active open MRs
Open MRs excluding drafts.
42
Draft open MRs
Open MRs marked draft/WIP.
6
Visible review rate
Merged MRs with at least one visible non-author GitLab comment.
15.4%
Merged without visible review comment
Merged MRs with zero visible non-author comments.
84.6%
CR - Approved label coverage
Merged MRs carrying the CR-approved label.
53.8%
Approval API coverage
Merged MRs with at least one approver in the GitLab approvals API.
3.8%
CR - Approved without visible review comment
CR-approved MRs with no visible non-author comment.
38.5%
Median MR created -> first review
Working time from MR creation to first visible non-author comment.
4.6d
Median last author commit -> first review
Working time from last author commit before review to first visible non-author comment.
3.0h
Median first review -> CR - Approved
Working time from first visible comment to CR-approved label after review start, else merge.
13.0h
Median MR created -> CR - Approved
Working time from MR creation to CR-approved label after review start, else merge.
5.5d
Median last author commit -> CR - Approved
Working time from last author commit before review to CR-approved label after review start, else merge.
17.6h
Median MR created -> merged
Working time from MR creation to merge.
3.2h
Median changed files
Median GitLab `changes_count` value.
3.0
MRs > 5 files
Merged MRs where `changes_count` is above 5.
42.3%
MRs > 10 files
Merged MRs where `changes_count` is above 10.
38.5%
MRs > 20 files
Merged MRs where `changes_count` is above 20.
15.4%
MRs > 50 files
Merged MRs where `changes_count` is above 50.
15.4%
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.
73.8%

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

Median MR created -> first review4.6d
Median last author commit -> first review3.0h
Median MR created -> CR - Approved5.5d
Median first review -> CR - Approved13.0h
Median last author commit -> CR - Approved17.6h
Median MR created -> merged3.2h
Edgar Alexa2940.0%
Dron Gabriel1120.0%
Ioana Ivan12920.0%
Dragoș Ivan1120.0%
adservio/frontend714.3%71.4%12
adservio/accommodations/backend60.0%0.0%1.0
adservio/web40.0%75.0%1.0
adservio/admission/backend250.0%100.0%40.5
adservio/helm220.0%0.0%11.0
adservio/uni/backend20.0%100.0%7.5
adservio/docgen2/backend1100.0%100.0%55
adservio/social10.0%0.0%139
adservio/subscriptions/backend1100.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!1718[ADS-6835] - editare medie admitere5/5 Deep4.1d1.9h5.0d
adservio/subscriptions/backend!108[ADS-7022] [BE] Implement stats changes3/5 Solid14.8d2.8h14.9d
adservio/admission/backend!113[ADS-6835] - editare medie admitere4/5 Strong5.1d3.3h6.0d
adservio/docgen2/backend!106[S: ADS-6662][Situatie scolara] - US5 Download doc2/5 Light3.8d7.2h3.9d

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 MRs22
With CR Label10
With Approval API1
  • 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 (22 MRs). Click again to collapse.
adservio/web!2450adservio/web[HOTFIX] import school classes - fixed bug on import averagesIonut Ciolan2026-04-15Yes
adservio/frontend!1725adservio/frontend[Fix-upload-file]Ioana Ivan2026-04-15
adservio/uni/backend!177adservio/uni/backend[S: ADS-6662] [Situatie scolara] - US5 Download doc - Conducere FacultateAndrei Alexandru2026-04-15Yes
adservio/frontend!1716adservio/frontend[S: ADS-6662][Situatie scolara] - US5 Download docAchim Stefan2026-04-15Yes
adservio/uni/backend!181adservio/uni/backend[ADS-7234][Situatie Scolara] Regula globală: dacă disciplina nu este acceptată, nu poate intra în calculul mediei.Andrei Alexandru2026-04-15Yes
adservio/frontend!1726adservio/frontendAllow scroll datepicker on mobile.Ioana Ivan2026-04-15
adservio/web!2453adservio/web[ADS-7208] Calendar.php: mktime() type error + undefined array keys in date2time()Catalin Cojan2026-04-15Yes
adservio/accommodations/backend!56adservio/accommodations/backend[ADS-7287] export - code refactorIonut Ciolan2026-04-16
adservio/accommodations/backend!57adservio/accommodations/backend[ADS-7287] memory limitIonut Ciolan2026-04-16
adservio/frontend!1714adservio/frontend[FE][ADS-7149]: Acommodations responsivenessIuliana Gugeanu2026-04-16Yes
adservio/helm2!234adservio/helm2ADS-6835 Worker helm chartsRaul Popovici2026-04-17
adservio/accommodations/backend!58adservio/accommodations/backend[HOTFIX] Export jobIonut Ciolan2026-04-17
adservio/accommodations/backend!59adservio/accommodations/backend[HOTFIX] export job handle runtime errorIonut Ciolan2026-04-17
adservio/accommodations/backend!60adservio/accommodations/backend[HOTIFX] memory limit changeIonut Ciolan2026-04-17
adservio/accommodations/backend!61adservio/accommodations/backend[HOTFIX] export job - running statusIonut Ciolan2026-04-17
adservio/web!2448adservio/web[ADS-6284] Adauga noutatiAlex Murarescu2026-04-17Yes
adservio/social!1adservio/social[ADS-6284] Project setup & News endpointsAlex Murarescu2026-04-17
adservio/web!2455adservio/web[HOTFIX] download job update statusIonut Ciolan2026-04-17
adservio/helm2!228adservio/helm2ADS-6284 Social helm chartRaul Popovici2026-04-17
adservio/frontend!1730adservio/frontend[ADS-7194] [FE] - Pagina alba la accesarea notelor elevuluiDron Gabriel2026-04-17YesYes
adservio/frontend!1691adservio/frontend[ADS-7022] [FE] Implement stats changesEdgar Alexa2026-04-17Yes
adservio/admission/backend!117adservio/admission/backend[ADS-7241] - fix transitionsGeorge Murgoci2026-04-17Yes

Oldest Active Open MRs (> 48 Working Hours)

adservio/web!2091adservio/webAndrei Dragan196.5d5
adservio/devops/site-sentry!11adservio/devops/site-sentryDaniel Onisoru180.0d0
adservio/helm2!137adservio/helm2Raul Popovici172.6d0
adservio/services/websocket!8adservio/services/websocketRaul Popovici169.5d0
adservio/services/videothumb!5adservio/services/videothumbRaul Popovici169.5d0
adservio/services/fet-generator!9adservio/services/fet-generatorRaul Popovici169.5d0
adservio/ai/backend!62adservio/ai/backendRobert70.6d0
adservio/web!2323adservio/webAndrei Dragan68.6d0
adservio/frontend!1556adservio/frontendGeorge Murgoci61.3d0
adservio/web!2344adservio/webGeorge Murgoci60.4d0
adservio/social!1adservio/socialAlex Murarescu30.8d1390
adservio/helm2!228adservio/helm2Raul Popovici20.1d140
adservio/frontend!1691adservio/frontendEdgar Alexa14.8d140
adservio/subscriptions/backend!108adservio/subscriptions/backendEdgar Alexa14.8d31
adservio/uni/backend!177adservio/uni/backendAndrei Alexandru6.9d120
adservio/frontend!1714adservio/frontendIuliana Gugeanu6.2d180
adservio/admission/backend!113adservio/admission/backendGeorge Murgoci6.2d774
adservio/frontend!1718adservio/frontendGeorge Murgoci5.3d6534
adservio/frontend!1716adservio/frontendAchim Stefan4.9d120
adservio/docgen2/backend!106adservio/docgen2/backendAchim Stefan4.9d551

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.