0225273 hai 4 meses
pai
achega
1fa83fe862

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 24 - 0
report/activity.html


+ 40 - 0
report/authors.html

@@ -0,0 +1,40 @@
+<!DOCTYPE html>
+<html>
+<head>
+	<meta charset="UTF-8">
+	<title>GitStats - gitrepos</title>
+	<link rel="stylesheet" href="gitstats.css" type="text/css">
+	<meta name="generator" content="GitStats ">
+	<script type="text/javascript" src="sortable.js"></script>
+</head>
+<body>
+<h1>Authors</h1>
+<div class="nav">
+<ul>
+<li><a href="index.html">General</a></li>
+<li><a href="activity.html">Activity</a></li>
+<li><a href="authors.html">Authors</a></li>
+<li><a href="files.html">Files</a></li>
+<li><a href="lines.html">Lines</a></li>
+<li><a href="tags.html">Tags</a></li>
+</ul>
+</div>
+
+<h2 id="list_of_authors"><a href="#list_of_authors">List of Authors</a></h2>
+
+<table class="authors sortable" id="authors"><tr><th>Author</th><th>Commits (%)</th><th>+ lines</th><th>- lines</th><th>First commit</th><th>Last commit</th><th class="unsortable">Age</th><th>Active days</th><th># by commits</th></tr><tr><td>0225273</td><td>9 (4.48%)</td><td>707</td><td>67</td><td>2024-07-04</td><td>2024-07-10</td><td>5 days, 20:55:47</td><td>7</td><td>1</td></tr><tr><td>0225236</td><td>6 (2.99%)</td><td>286</td><td>23</td><td>2024-07-04</td><td>2024-07-10</td><td>5 days, 19:35:30</td><td>6</td><td>2</td></tr><tr><td>0225263</td><td>4 (1.99%)</td><td>478</td><td>38</td><td>2024-07-04</td><td>2024-07-10</td><td>5 days, 15:15:37</td><td>7</td><td>3</td></tr><tr><td>0225268</td><td>2 (1.00%)</td><td>5</td><td>2</td><td>2024-07-04</td><td>2024-07-10</td><td>5 days, 18:25:25</td><td>7</td><td>4</td></tr></table>
+<h2 id="cumulated_added_lines_of_code_per_author"><a href="#cumulated_added_lines_of_code_per_author">Cumulated Added Lines of Code per Author</a></h2>
+
+<img src="lines_of_code_by_author.png" alt="Lines of code per Author">
+<h2 id="commits_per_author"><a href="#commits_per_author">Commits per Author</a></h2>
+
+<img src="commits_by_author.png" alt="Commits per Author">
+<h2 id="author_of_month"><a href="#author_of_month">Author of Month</a></h2>
+
+<table class="sortable" id="aom"><tr><th>Month</th><th>Author</th><th>Commits (%)</th><th class="unsortable">Next top 5</th><th>Number of authors</th></tr><tr><td>2024-07</td><td>0225273</td><td>65 (32.34% of 201)</td><td>0225268, 0225236, 0225263</td><td>4</td></tr></table>
+<h2 id="author_of_year"><a href="#author_of_year">Author of Year</a></h2>
+
+<table class="sortable" id="aoy"><tr><th>Year</th><th>Author</th><th>Commits (%)</th><th class="unsortable">Next top 5</th><th>Number of authors</th></tr><tr><td>2024</td><td>0225273</td><td>65 (32.34% of 201)</td><td>0225268, 0225236, 0225263</td><td>4</td></tr></table>
+<h2 id="commits_by_domains"><a href="#commits_by_domains">Commits by Domains</a></h2>
+
+<div class="vtable"><table><tr><th>Domains</th><th>Total (%)</th></tr><tr><th>qq.com</th><td>201 (100.00%)</td></tr></table></div><img src="domains.png" alt="Commits by Domains"></body></html>

+ 21 - 0
report/commits_by_author.dat

@@ -0,0 +1,21 @@
+1720579818 1 0 0 0
+1720580236 1 0 1 0
+1720580327 1 0 2 0
+1720580478 2 0 2 0
+1720580481 3 0 2 0
+1720582610 3 1 2 0
+1720582707 3 2 2 0
+1720583432 4 2 2 0
+1720583438 5 2 2 0
+1720584170 5 2 3 0
+1720584175 5 2 4 0
+1720584359 6 2 4 0
+1720584362 7 2 4 0
+1720585939 7 3 4 0
+1720585954 7 4 4 0
+1720591498 8 4 4 0
+1720591509 9 4 4 0
+1720592543 9 4 4 1
+1720592549 9 4 4 2
+1720594309 9 5 4 2
+1720594317 9 6 4 2

+ 15 - 0
report/commits_by_author.plot

@@ -0,0 +1,15 @@
+set terminal png transparent size 640,240
+set size 1.0,1.0
+
+set terminal png transparent size 640,480
+set output 'commits_by_author.png'
+set key left top
+set yrange [0:]
+set xdata time
+set timefmt "%s"
+set format x "%Y-%m-%d"
+set grid y
+set ylabel "Commits"
+set xtics rotate
+set bmargin 6
+plot 'commits_by_author.dat' using 1:2 title "0225273" w lines, 'commits_by_author.dat' using 1:3 title "0225236" w lines, 'commits_by_author.dat' using 1:4 title "0225263" w lines, 'commits_by_author.dat' using 1:5 title "0225268" w lines

BIN=BIN
report/commits_by_author.png


+ 1 - 0
report/commits_by_year.dat

@@ -0,0 +1 @@
+2024 201

+ 11 - 0
report/commits_by_year.plot

@@ -0,0 +1,11 @@
+set terminal png transparent size 640,240
+set size 1.0,1.0
+
+set output 'commits_by_year.png'
+unset key
+set yrange [0:]
+set xtics 1 rotate
+set grid y
+set ylabel "Commits"
+set yrange [0:]
+plot 'commits_by_year.dat' using 1:2:(0.5) w boxes fs solid

BIN=BIN
report/commits_by_year.png


+ 1 - 0
report/commits_by_year_month.dat

@@ -0,0 +1 @@
+2024-07 201

+ 14 - 0
report/commits_by_year_month.plot

@@ -0,0 +1,14 @@
+set terminal png transparent size 640,240
+set size 1.0,1.0
+
+set output 'commits_by_year_month.png'
+unset key
+set yrange [0:]
+set xdata time
+set timefmt "%Y-%m"
+set format x "%Y-%m"
+set xtics rotate
+set bmargin 5
+set grid y
+set ylabel "Commits"
+plot 'commits_by_year_month.dat' using 1:2:(0.5) w boxes fs solid

BIN=BIN
report/commits_by_year_month.png


+ 7 - 0
report/day_of_week.dat

@@ -0,0 +1,7 @@
+1 Mon 20
+2 Tue 36
+3 Wed 28
+4 Thu 15
+5 Fri 10
+6 Sat 50
+7 Sun 42

+ 11 - 0
report/day_of_week.plot

@@ -0,0 +1,11 @@
+set terminal png transparent size 640,240
+set size 1.0,1.0
+
+set output 'day_of_week.png'
+unset key
+set xrange [0.5:7.5]
+set yrange [0:]
+set xtics 1
+set grid y
+set ylabel "Commits"
+plot 'day_of_week.dat' using 1:3:(0.5):xtic(2) w boxes fs solid

BIN=BIN
report/day_of_week.png


+ 1 - 0
report/domains.dat

@@ -0,0 +1 @@
+qq.com 1 201

+ 10 - 0
report/domains.plot

@@ -0,0 +1,10 @@
+set terminal png transparent size 640,240
+set size 1.0,1.0
+
+set output 'domains.png'
+unset key
+unset xtics
+set yrange [0:]
+set grid y
+set ylabel "Commits"
+plot 'domains.dat' using 2:3:(0.5) with boxes fs solid, '' using 2:3:1 with labels rotate by 45 offset 0,1

BIN=BIN
report/domains.png


+ 30 - 0
report/files.html

@@ -0,0 +1,30 @@
+<!DOCTYPE html>
+<html>
+<head>
+	<meta charset="UTF-8">
+	<title>GitStats - gitrepos</title>
+	<link rel="stylesheet" href="gitstats.css" type="text/css">
+	<meta name="generator" content="GitStats ">
+	<script type="text/javascript" src="sortable.js"></script>
+</head>
+<body>
+<h1>Files</h1>
+<div class="nav">
+<ul>
+<li><a href="index.html">General</a></li>
+<li><a href="activity.html">Activity</a></li>
+<li><a href="authors.html">Authors</a></li>
+<li><a href="files.html">Files</a></li>
+<li><a href="lines.html">Lines</a></li>
+<li><a href="tags.html">Tags</a></li>
+</ul>
+</div>
+<dl>
+<dt>Total files</dt><dd>238</dd><dt>Total lines</dt><dd>861</dd><dt>Average file size</dt><dd>6596778.04 bytes</dd></dl>
+
+<h2 id="file_count_by_date"><a href="#file_count_by_date">File count by date</a></h2>
+
+<img src="files_by_date.png" alt="Files by Date">
+<h2 id="extensions"><a href="#extensions">Extensions</a></h2>
+
+<table class="sortable" id="ext"><tr><th>Extension</th><th>Files (%)</th><th>Lines (%)</th><th>Lines/file</th></tr><tr><td></td><td>3 (1.26%)</td><td>102 (11.85%)</td><td>34</td></tr><tr><td>css</td><td>1 (0.42%)</td><td>12 (1.39%)</td><td>12</td></tr><tr><td>html</td><td>25 (10.50%)</td><td>2598 (301.74%)</td><td>103</td></tr><tr><td>jpeg</td><td>1 (0.42%)</td><td>1136 (131.94%)</td><td>1136</td></tr><tr><td>jpg</td><td>27 (11.34%)</td><td>48776 (5665.04%)</td><td>1806</td></tr><tr><td>js</td><td>2 (0.84%)</td><td>57 (6.62%)</td><td>28</td></tr><tr><td>json</td><td>9 (3.78%)</td><td>18822 (2186.06%)</td><td>2091</td></tr><tr><td>md</td><td>2 (0.84%)</td><td>575 (66.78%)</td><td>287</td></tr><tr><td>mp4</td><td>10 (4.20%)</td><td>1897925 (220432.64%)</td><td>189792</td></tr><tr><td>obj</td><td>2 (0.84%)</td><td>8743196 (1015469.92%)</td><td>4371598</td></tr><tr><td>png</td><td>19 (7.98%)</td><td>36607 (4251.68%)</td><td>1926</td></tr><tr><td>scss</td><td>26 (10.92%)</td><td>1151 (133.68%)</td><td>44</td></tr><tr><td>svg</td><td>1 (0.42%)</td><td>1 (0.12%)</td><td>1</td></tr><tr><td>ts</td><td>108 (45.38%)</td><td>3461 (401.97%)</td><td>32</td></tr><tr><td>webp</td><td>1 (0.42%)</td><td>68 (7.90%)</td><td>68</td></tr><tr><td>xmind</td><td>1 (0.42%)</td><td>818 (95.01%)</td><td>818</td></tr></table></body></html>

+ 58 - 0
report/files_by_date.dat

@@ -0,0 +1,58 @@
+2024-07-04 1
+2024-07-04 3
+2024-07-05 10
+2024-07-05 5
+2024-07-05 75
+2024-07-05 76
+2024-07-05 9
+2024-07-06 101
+2024-07-06 107
+2024-07-06 76
+2024-07-06 77
+2024-07-06 78
+2024-07-06 83
+2024-07-06 84
+2024-07-07 100
+2024-07-07 117
+2024-07-07 83
+2024-07-07 84
+2024-07-07 85
+2024-07-07 91
+2024-07-07 92
+2024-07-07 93
+2024-07-07 97
+2024-07-07 98
+2024-07-07 99
+2024-07-08 117
+2024-07-08 122
+2024-07-08 135
+2024-07-08 141
+2024-07-08 146
+2024-07-08 147
+2024-07-08 152
+2024-07-08 164
+2024-07-09 165
+2024-07-09 170
+2024-07-09 171
+2024-07-09 174
+2024-07-09 175
+2024-07-09 181
+2024-07-09 182
+2024-07-09 188
+2024-07-09 189
+2024-07-09 190
+2024-07-09 191
+2024-07-09 196
+2024-07-09 200
+2024-07-09 206
+2024-07-10 206
+2024-07-10 212
+2024-07-10 216
+2024-07-10 217
+2024-07-10 221
+2024-07-10 226
+2024-07-10 230
+2024-07-10 231
+2024-07-10 232
+2024-07-10 237
+2024-07-10 238

+ 15 - 0
report/files_by_date.plot

@@ -0,0 +1,15 @@
+set terminal png transparent size 640,240
+set size 1.0,1.0
+
+set output 'files_by_date.png'
+unset key
+set yrange [0:]
+set xdata time
+set timefmt "%Y-%m-%d"
+set format x "%Y-%m-%d"
+set grid y
+set ylabel "Files"
+set xtics rotate
+set ytics autofreq
+set bmargin 6
+plot 'files_by_date.dat' using 1:2 w steps

BIN=BIN
report/files_by_date.png


BIN=BIN
report/gitstats.cache


+ 24 - 0
report/hour_of_day.dat

@@ -0,0 +1,24 @@
+1 0
+2 0
+3 0
+4 0
+5 0
+6 0
+7 0
+8 0
+9 9
+10 14
+11 18
+12 28
+13 19
+14 0
+15 16
+16 7
+17 16
+18 48
+19 0
+20 4
+21 12
+22 2
+23 3
+24 5

+ 11 - 0
report/hour_of_day.plot

@@ -0,0 +1,11 @@
+set terminal png transparent size 640,240
+set size 1.0,1.0
+
+set output 'hour_of_day.png'
+unset key
+set xrange [0.5:24.5]
+set yrange [0:]
+set xtics 4
+set grid y
+set ylabel "Commits"
+plot 'hour_of_day.dat' using 1:2:(0.5) w boxes fs solid

BIN=BIN
report/hour_of_day.png


+ 23 - 0
report/index.html

@@ -0,0 +1,23 @@
+<!DOCTYPE html>
+<html>
+<head>
+	<meta charset="UTF-8">
+	<title>GitStats - gitrepos</title>
+	<link rel="stylesheet" href="gitstats.css" type="text/css">
+	<meta name="generator" content="GitStats ">
+	<script type="text/javascript" src="sortable.js"></script>
+</head>
+<body>
+<h1>GitStats - gitrepos</h1>
+<div class="nav">
+<ul>
+<li><a href="index.html">General</a></li>
+<li><a href="activity.html">Activity</a></li>
+<li><a href="authors.html">Authors</a></li>
+<li><a href="files.html">Files</a></li>
+<li><a href="lines.html">Lines</a></li>
+<li><a href="tags.html">Tags</a></li>
+</ul>
+</div>
+<dl><dt>Project name</dt><dd>gitrepos</dd><dt>Generated</dt><dd>2024-07-11 23:49:32 (in 57 seconds)</dd><dt>Generator</dt><dd><a href="http://gitstats.sourceforge.net/">GitStats</a> (version ), git version 2.34.1, gnuplot 5.4 patchlevel 2</dd><dt>Report Period</dt><dd>2024-07-04 17:09:22 to 2024-07-10 14:51:57</dd><dt>Age</dt><dd>7 days, 7 active days (100.00%)</dd><dt>Total Files</dt><dd>238</dd><dt>Total Lines of Code</dt><dd>861 (901 added, 40 removed)</dd><dt>Total Commits</dt><dd>201 (average 28.7 commits per active day, 28.7 per all days)</dd><dt>Authors</dt><dd>4 (average 50.2 commits per author)</dd></dl></body>
+</html>

+ 27 - 0
report/lines.html

@@ -0,0 +1,27 @@
+<!DOCTYPE html>
+<html>
+<head>
+	<meta charset="UTF-8">
+	<title>GitStats - gitrepos</title>
+	<link rel="stylesheet" href="gitstats.css" type="text/css">
+	<meta name="generator" content="GitStats ">
+	<script type="text/javascript" src="sortable.js"></script>
+</head>
+<body>
+<h1>Lines</h1>
+<div class="nav">
+<ul>
+<li><a href="index.html">General</a></li>
+<li><a href="activity.html">Activity</a></li>
+<li><a href="authors.html">Authors</a></li>
+<li><a href="files.html">Files</a></li>
+<li><a href="lines.html">Lines</a></li>
+<li><a href="tags.html">Tags</a></li>
+</ul>
+</div>
+<dl>
+<dt>Total lines</dt><dd>861</dd></dl>
+
+<h2 id="lines_of_code"><a href="#lines_of_code">Lines of Code</a></h2>
+
+<img src="lines_of_code.png" alt="Lines of Code"></body></html>

+ 4 - 0
report/lines_of_code.dat

@@ -0,0 +1,4 @@
+1720585939 205
+1720585954 348
+1720594309 352
+1720594317 861

+ 14 - 0
report/lines_of_code.plot

@@ -0,0 +1,14 @@
+set terminal png transparent size 640,240
+set size 1.0,1.0
+
+set output 'lines_of_code.png'
+unset key
+set yrange [0:]
+set xdata time
+set timefmt "%s"
+set format x "%Y-%m-%d"
+set grid y
+set ylabel "Lines"
+set xtics rotate
+set bmargin 6
+plot 'lines_of_code.dat' using 1:2 w lines

BIN=BIN
report/lines_of_code.png


+ 21 - 0
report/lines_of_code_by_author.dat

@@ -0,0 +1,21 @@
+1720579818 0 0 0 0
+1720580236 0 0 470 0
+1720580327 0 0 470 0
+1720580478 5 0 470 0
+1720580481 5 0 470 0
+1720582610 5 70 470 0
+1720582707 5 70 470 0
+1720583432 183 70 470 0
+1720583438 183 70 470 0
+1720584170 183 70 478 0
+1720584175 183 70 478 0
+1720584359 184 70 478 0
+1720584362 184 70 478 0
+1720585939 184 278 478 0
+1720585954 184 278 478 0
+1720591498 707 278 478 0
+1720591509 707 278 478 0
+1720592543 707 278 478 5
+1720592549 707 278 478 5
+1720594309 707 286 478 5
+1720594317 707 286 478 5

+ 15 - 0
report/lines_of_code_by_author.plot

@@ -0,0 +1,15 @@
+set terminal png transparent size 640,240
+set size 1.0,1.0
+
+set terminal png transparent size 640,480
+set output 'lines_of_code_by_author.png'
+set key left top
+set yrange [0:]
+set xdata time
+set timefmt "%s"
+set format x "%Y-%m-%d"
+set grid y
+set ylabel "Lines"
+set xtics rotate
+set bmargin 6
+plot 'lines_of_code_by_author.dat' using 1:2 title "0225273" w lines, 'lines_of_code_by_author.dat' using 1:3 title "0225236" w lines, 'lines_of_code_by_author.dat' using 1:4 title "0225263" w lines, 'lines_of_code_by_author.dat' using 1:5 title "0225268" w lines

BIN=BIN
report/lines_of_code_by_author.png


+ 12 - 0
report/month_of_year.dat

@@ -0,0 +1,12 @@
+1 0
+2 0
+3 0
+4 0
+5 0
+6 0
+7 201
+8 0
+9 0
+10 0
+11 0
+12 0

+ 11 - 0
report/month_of_year.plot

@@ -0,0 +1,11 @@
+set terminal png transparent size 640,240
+set size 1.0,1.0
+
+set output 'month_of_year.png'
+unset key
+set xrange [0.5:12.5]
+set yrange [0:]
+set xtics 1
+set grid y
+set ylabel "Commits"
+plot 'month_of_year.dat' using 1:2:(0.5) w boxes fs solid

BIN=BIN
report/month_of_year.png


+ 22 - 0
report/tags.html

@@ -0,0 +1,22 @@
+<!DOCTYPE html>
+<html>
+<head>
+	<meta charset="UTF-8">
+	<title>GitStats - gitrepos</title>
+	<link rel="stylesheet" href="gitstats.css" type="text/css">
+	<meta name="generator" content="GitStats ">
+	<script type="text/javascript" src="sortable.js"></script>
+</head>
+<body>
+<h1>Tags</h1>
+<div class="nav">
+<ul>
+<li><a href="index.html">General</a></li>
+<li><a href="activity.html">Activity</a></li>
+<li><a href="authors.html">Authors</a></li>
+<li><a href="files.html">Files</a></li>
+<li><a href="lines.html">Lines</a></li>
+<li><a href="tags.html">Tags</a></li>
+</ul>
+</div>
+<dl><dt>Total tags</dt><dd>0</dd></dl><table class="tags"><tr><th>Name</th><th>Date</th><th>Commits</th><th>Authors</th></tr></table></body></html>

Algúns arquivos non se mostraron porque demasiados arquivos cambiaron neste cambio