Tag

gitlab api

0 views collected around this technical thread.

转转QA
转转QA
Sep 23, 2021 · Backend Development

Optimizing the Code Diff System: From JGit to GitLab API and Diff Compensation

This article analyzes performance and concurrency problems in a code‑diff service, compares the original JGit‑based approach with a GitLab‑API solution, addresses new accuracy issues, and presents a compensation strategy using java‑diff‑utils to achieve stable, efficient backend diff processing.

JGitJavaPerformance Optimization
0 likes · 5 min read
Optimizing the Code Diff System: From JGit to GitLab API and Diff Compensation
政采云技术
政采云技术
Sep 12, 2019 · Backend Development

GitLab Open API Code Statistics: Making Your Efforts Visible to Management

This article explains how to use GitLab Open API for project creation, code initialization, and team code statistics through Node.js backend services, enabling unified project management and data-driven team productivity analysis.

Code StatisticsDevOpsNode.js
0 likes · 10 min read
GitLab Open API Code Statistics: Making Your Efforts Visible to Management