Tagged articles
3 articles
Page 1 of 1
DevOps Engineer
DevOps Engineer
Nov 28, 2024 · Backend Development

Reviving GitStats: Modernizing an Old Git History Statistics Tool

The author recounts reviving the dormant GitStats project by migrating it to Python 3, adding CI/CD pipelines, publishing it on PyPI, providing Docker images and an online preview, while outlining future improvements and inviting community contributions.

AnalyticsGitGitStats
0 likes · 5 min read
Reviving GitStats: Modernizing an Old Git History Statistics Tool
DevOps Engineer
DevOps Engineer
Jan 22, 2020 · Operations

Automating GitStats Reports with a Jenkins Pipeline

To keep Git repository analysis up‑to‑date, this guide shows how to create a Jenkins pipeline that periodically or on‑demand runs GitStats, generates HTML reports, deploys them to Tomcat, and cleans up workspace, supporting multiple repositories with parameterized builds and email notifications.

AutomationDevOpsGitStats
0 likes · 5 min read
Automating GitStats Reports with a Jenkins Pipeline