|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1205 lines, -151 lines) |
Patch |
 |
M |
infra/tools/antibody/ANTIBODY_DB_schema_setup.sql
|
View
|
1
2
|
4 chunks |
+17 lines, -16 lines |
0 comments
|
Download
|
 |
M |
infra/tools/antibody/__main__.py
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
infra/tools/antibody/antibody.py
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+89 lines, -24 lines |
0 comments
|
Download
|
 |
M |
infra/tools/antibody/cloudsql_connect.py
|
View
|
1
2
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
infra/tools/antibody/code_review_parse.py
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+23 lines, -11 lines |
0 comments
|
Download
|
 |
A |
infra/tools/antibody/compute_stats.py
|
View
|
1
2
|
1 chunk |
+558 lines, -0 lines |
0 comments
|
Download
|
 |
M |
infra/tools/antibody/git_commit_parser.py
|
View
|
1
2
3
|
6 chunks |
+25 lines, -14 lines |
0 comments
|
Download
|
 |
M |
infra/tools/antibody/static/antibody_ui_all.css
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+19 lines, -10 lines |
0 comments
|
Download
|
 |
A + |
infra/tools/antibody/static/leaderboard.css
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+5 lines, -16 lines |
0 comments
|
Download
|
 |
A |
infra/tools/antibody/static/leaderboard.js
|
View
|
1
2
|
1 chunk |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
A |
infra/tools/antibody/static/leaderboard_arcade.css
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+34 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
infra/tools/antibody/static/stats.css
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+32 lines, -10 lines |
0 comments
|
Download
|
 |
A |
infra/tools/antibody/static/stats.js
|
View
|
1
2
|
1 chunk |
+77 lines, -0 lines |
0 comments
|
Download
|
 |
M |
infra/tools/antibody/static/tbr_by_user.css
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
infra/tools/antibody/static/tbr_by_user.js
|
View
|
1
2
3
4
|
2 chunks |
+8 lines, -5 lines |
0 comments
|
Download
|
 |
M |
infra/tools/antibody/templates/antibody_ui_all.jinja
|
View
|
1
2
3
4
5
6
7
8
|
6 chunks |
+15 lines, -9 lines |
0 comments
|
Download
|
 |
A |
infra/tools/antibody/templates/leaderboard.jinja
|
View
|
1
2
3
4
5
|
1 chunk |
+66 lines, -0 lines |
0 comments
|
Download
|
 |
A |
infra/tools/antibody/templates/stats.jinja
|
View
|
1
2
|
1 chunk |
+100 lines, -0 lines |
0 comments
|
Download
|
 |
M |
infra/tools/antibody/templates/tbr_by_user.jinja
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
infra/tools/antibody/test/antibody_test.py
|
View
|
1
2
|
2 chunks |
+47 lines, -13 lines |
0 comments
|
Download
|
 |
A |
infra/tools/antibody/test/compute_stats_test.py
|
View
|
1
2
|
1 chunk |
+39 lines, -0 lines |
0 comments
|
Download
|
 |
M |
infra/tools/antibody/test/data/sample_suspicious_commits.txt
|
View
|
1
2
|
1 chunk |
+8 lines, -8 lines |
0 comments
|
Download
|
 |
M |
infra/tools/antibody/test/data/test_git_log.txt
|
View
|
1
2
|
2 chunks |
+11 lines, -5 lines |
0 comments
|
Download
|
 |
M |
infra/tools/antibody/test/git_commit_parser_test.py
|
View
|
1
2
|
2 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|