Tagged articles

merge request

4 articles · Page 1 of 1
samdeepthink
samdeepthink
Jul 6, 2026 · R&D Management

Strict and Practical Code Review Methods I’ve Used

The article walks through several code‑review approaches I’ve experienced, detailing a rigorous merge‑request workflow with mandatory comment resolution, alternative informal methods, and practical advice on aligning technical proposals and focusing reviews on core modules.

Code Reviewbest practicesmerge request
0 likes · 4 min read
Strict and Practical Code Review Methods I’ve Used
Ubiquitous Tech
Ubiquitous Tech
Feb 16, 2025 · Artificial Intelligence

How to Implement AI-Powered Code Review for GitLab Merge Request Changes

This tutorial shows how to modify a GitLab CI pipeline to fetch changed files via the Merge Request API, extract the diff with jq, build a JSON request for the glm‑4‑flash model, and use AI to review code changes, including prompt engineering and result interpretation.

AI code reviewCI/CDGitLab
0 likes · 11 min read
How to Implement AI-Powered Code Review for GitLab Merge Request Changes
ByteDance Terminal Technology
ByteDance Terminal Technology
Aug 12, 2021 · Mobile Development

Automated Precise Testing and Android Call‑Chain Construction for Mobile Applications

This article describes a workflow for automatically recommending precise test cases for each code change in Android MR pipelines by building and optimizing activity‑method call chains using static analysis, linking test cases to changed methods, and demonstrating significant efficiency gains in large‑scale mobile development.

Static Analysiscall graphmerge request
0 likes · 14 min read
Automated Precise Testing and Android Call‑Chain Construction for Mobile Applications