|
|
<!DOCTYPE html> |
|
|
<html lang="en"> |
|
|
<head> |
|
|
<meta charset="UTF-8"> |
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
|
<title>Git Activity Analytics</title> |
|
|
<style> |
|
|
* { margin: 0; padding: 0; box-sizing: border-box; } |
|
|
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; background: #0d1117; color: #c9d1d9; } |
|
|
.container { max-width: 1200px; margin: 0 auto; padding: 40px 20px; } |
|
|
h1 { font-size: 2.5em; margin-bottom: 10px; } |
|
|
.subtitle { color: #8b949e; margin-bottom: 40px; } |
|
|
.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-bottom: 40px; } |
|
|
.stat-card { background: #161b22; border: 1px solid #30363d; border-radius: 6px; padding: 20px; } |
|
|
.stat-value { font-size: 2em; font-weight: bold; color: #58a6ff; } |
|
|
.stat-label { color: #8b949e; margin-top: 5px; } |
|
|
.section { background: #161b22; border: 1px solid #30363d; border-radius: 6px; padding: 30px; margin-bottom: 30px; } |
|
|
.section h2 { margin-bottom: 20px; color: #58a6ff; } |
|
|
.contributor { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid #21262d; } |
|
|
.contributor:last-child { border-bottom: none; } |
|
|
.rank { color: #8b949e; margin-right: 15px; } |
|
|
.name { flex: 1; } |
|
|
.metrics { color: #8b949e; font-size: 0.9em; } |
|
|
.email-issue { background: #1c2128; padding: 10px; margin: 5px 0; border-left: 3px solid #f85149; border-radius: 3px; } |
|
|
.footer { text-align: center; color: #8b949e; margin-top: 60px; } |
|
|
a { color: #58a6ff; text-decoration: none; } |
|
|
a:hover { text-decoration: underline; } |
|
|
</style> |
|
|
</head> |
|
|
<body> |
|
|
<div class="container"> |
|
|
<h1>📊 Git Activity Analytics</h1> |
|
|
<p class="subtitle">Comprehensive analysis of 402,816 commits from 9,001 authors across 53 repositories</p> |
|
|
|
|
|
<div class="stats"> |
|
|
<div class="stat-card"> |
|
|
<div class="stat-value" id="total-commits">402,816</div> |
|
|
<div class="stat-label">Total Commits</div> |
|
|
</div> |
|
|
<div class="stat-card"> |
|
|
<div class="stat-value" id="total-authors">9,001</div> |
|
|
<div class="stat-label">Contributors</div> |
|
|
</div> |
|
|
<div class="stat-card"> |
|
|
<div class="stat-value" id="total-repos">53</div> |
|
|
<div class="stat-label">Repositories</div> |
|
|
</div> |
|
|
<div class="stat-card"> |
|
|
<div class="stat-value">564 MB</div> |
|
|
<div class="stat-label">Dataset Size</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
<div class="section"> |
|
|
<h2>🔝 Top 10 Contributors</h2> |
|
|
<div id="top-contributors"></div> |
|
|
</div> |
|
|
|
|
|
<div class="section"> |
|
|
<h2>⚠️ Email Attribution Issues</h2> |
|
|
<p style="color: #8b949e; margin-bottom: 15px;">Commits with non-standard or invalid email addresses that may not be properly attributed on GitHub.</p> |
|
|
<div id="email-issues"></div> |
|
|
</div> |
|
|
|
|
|
<div class="section"> |
|
|
<h2>📦 Dataset Access</h2> |
|
|
<p>Full dataset available at: <a href="https://huggingface.co/datasets/introspector/git-activity" target="_blank">huggingface.co/datasets/introspector/git-activity</a></p> |
|
|
<p style="margin-top: 10px; color: #8b949e;">Organized by platform/user/year/month with complete commit metadata including numstat data.</p> |
|
|
</div> |
|
|
|
|
|
<div class="footer"> |
|
|
<p>Generated with custom Rust analytics tools | Data collected 2026-01-15</p> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
<script> |
|
|
const topContributors = [ |
|
|
{ rank: 1, name: "bors", commits: 46234, repos: 2, insertions: 18801, deletions: 15938 }, |
|
|
{ rank: 2, name: "bors[bot]", commits: 13526, repos: 2, insertions: 0, deletions: 0 }, |
|
|
{ rank: 3, name: "Matthias Krüger", commits: 13315, repos: 2, insertions: 57774, deletions: 36854 }, |
|
|
{ rank: 4, name: "Aleksey Kladov", commits: 10966, repos: 2, insertions: 1025160, deletions: 922056 }, |
|
|
{ rank: 5, name: "Ralf Jung", commits: 9549, repos: 2, insertions: 299819, deletions: 250307 }, |
|
|
{ rank: 6, name: "Lukas Wirth", commits: 8080, repos: 2, insertions: 1167597, deletions: 535245 }, |
|
|
{ rank: 7, name: "Guillaume Gomez", commits: 7662, repos: 2, insertions: 311045, deletions: 189320 }, |
|
|
{ rank: 8, name: "Alex Crichton", commits: 5998, repos: 1, insertions: 815007, deletions: 631984 }, |
|
|
{ rank: 9, name: "Brian Anderson", commits: 5768, repos: 2, insertions: 408915, deletions: 360820 }, |
|
|
{ rank: 10, name: "bjorn3", commits: 5278, repos: 2, insertions: 185710, deletions: 144209 } |
|
|
]; |
|
|
|
|
|
const emailIssues = [ |
|
|
{ name: "mike dupont", email: "h4@solfunmeme.com", commits: 2619, issue: "non-standard domain" }, |
|
|
{ name: "mike", email: "h@solfunmeme.com", commits: 1497, issue: "non-standard domain" }, |
|
|
{ name: "Mike DuPont", email: "git@solfunmeme.com", commits: 180, issue: "non-standard domain" }, |
|
|
{ name: "Oliver Schneider", email: "github4395871230gnr48oli-obk.de", commits: 2620, issue: "invalid format" }, |
|
|
{ name: "Ulrik Sverdrup", email: "root@localhost", commits: 243, issue: "local email" }, |
|
|
{ name: "blake2-ppc", email: "blake2-ppc", commits: 204, issue: "invalid format" }, |
|
|
{ name: "mejrs", email: "unknown", commits: 126, issue: "invalid format" } |
|
|
]; |
|
|
|
|
|
const contributorsDiv = document.getElementById('top-contributors'); |
|
|
topContributors.forEach(c => { |
|
|
contributorsDiv.innerHTML += ` |
|
|
<div class="contributor"> |
|
|
<span class="rank">#${c.rank}</span> |
|
|
<span class="name">${c.name}</span> |
|
|
<span class="metrics">${c.commits.toLocaleString()} commits • ${c.repos} repos • +${c.insertions.toLocaleString()} -${c.deletions.toLocaleString()}</span> |
|
|
</div> |
|
|
`; |
|
|
}); |
|
|
|
|
|
const issuesDiv = document.getElementById('email-issues'); |
|
|
emailIssues.forEach(i => { |
|
|
issuesDiv.innerHTML += ` |
|
|
<div class="email-issue"> |
|
|
<strong>${i.name}</strong> <${i.email}> - ${i.commits.toLocaleString()} commits (${i.issue}) |
|
|
</div> |
|
|
`; |
|
|
}); |
|
|
</script> |
|
|
</body> |
|
|
</html> |
|
|
|