Tag

gitstats

1 views collected around this technical thread.

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.

CI/CDDockerGit
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.

CI/CDDevOpsJenkins
0 likes · 5 min read
Automating GitStats Reports with a Jenkins Pipeline
DevOps Engineer
DevOps Engineer
Dec 22, 2019 · Operations

Using GitStats to Analyze Git Repository Contributions and Activity

This guide introduces the open‑source GitStats tool, explains how to install its Python and Gnuplot dependencies on Linux, demonstrates step‑by‑step commands to generate a comprehensive HTML report for a Git repository, and interprets the resulting statistics on commits, contributors, file types, and tags.

DevOpsGitPython
0 likes · 5 min read
Using GitStats to Analyze Git Repository Contributions and Activity