|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1102 lines, -5139 lines) |
Patch |
 |
A |
.coveragerc
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
PRESUBMIT.py
|
View
|
|
3 chunks |
+16 lines, -7 lines |
0 comments
|
Download
|
 |
M |
bootstrap/deps.pyl
|
View
|
1
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
A |
infra/libs/decorators/__init__.py
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
A |
infra/libs/decorators/decorators.py
|
View
|
|
1 chunk |
+56 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
infra/libs/decorators/test/__init__.py
|
View
|
1
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A |
infra/libs/decorators/test/decorators_test.py
|
View
|
1
2
|
1 chunk |
+60 lines, -0 lines |
0 comments
|
Download
|
 |
A |
infra/libs/git2/__init__.py
|
View
|
1
2
|
1 chunk |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
A |
infra/libs/git2/commit.py
|
View
|
1
2
|
1 chunk |
+79 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
infra/libs/git2/config_ref.py
|
View
|
1
2
|
2 chunks |
+23 lines, -22 lines |
0 comments
|
Download
|
 |
A |
infra/libs/git2/data/__init__.py
|
View
|
|
1 chunk |
+18 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
infra/libs/git2/data/commit.py
|
View
|
|
2 chunks |
+5 lines, -22 lines |
0 comments
|
Download
|
 |
A |
infra/libs/git2/data/data.py
|
View
|
|
1 chunk |
+24 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
infra/libs/git2/data/test/__init__.py
|
View
|
1
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
infra/libs/git2/data/test/commit_test.py
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A |
infra/libs/git2/ref.py
|
View
|
1
2
|
1 chunk |
+64 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
infra/libs/git2/repo.py
|
View
|
1
2
|
4 chunks |
+8 lines, -142 lines |
0 comments
|
Download
|
 |
A + |
infra/libs/git2/test/__init__.py
|
View
|
1
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A |
infra/libs/git2/test/commit_test.py
|
View
|
1
2
|
1 chunk |
+56 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
infra/libs/git2/test/config_ref_test.py
|
View
|
1
2
|
3 chunks |
+28 lines, -10 lines |
0 comments
|
Download
|
 |
A |
infra/libs/git2/test/ref_test.py
|
View
|
1
2
|
1 chunk |
+68 lines, -0 lines |
0 comments
|
Download
|
 |
A |
infra/libs/git2/test/repo_test.py
|
View
|
1
2
|
1 chunk |
+99 lines, -0 lines |
0 comments
|
Download
|
 |
A |
infra/libs/git2/test/test_util.py
|
View
|
1
2
|
1 chunk |
+58 lines, -0 lines |
1 comment
|
Download
|
 |
A |
infra/libs/git2/test/util_test.py
|
View
|
|
1 chunk |
+63 lines, -0 lines |
0 comments
|
Download
|
 |
A |
infra/libs/git2/util.py
|
View
|
|
1 chunk |
+59 lines, -0 lines |
0 comments
|
Download
|
 |
A |
infra/libs/infra_types/__init__.py
|
View
|
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
A |
infra/libs/infra_types/infra_types.py
|
View
|
1
2
|
1 chunk |
+83 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
infra/libs/infra_types/test/__init__.py
|
View
|
1
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A |
infra/libs/infra_types/test/infra_types_test.py
|
View
|
1
2
|
1 chunk |
+85 lines, -0 lines |
0 comments
|
Download
|
 |
M |
infra/services/gnumbd/__main__.py
|
View
|
1
2
|
5 chunks |
+10 lines, -10 lines |
0 comments
|
Download
|
 |
A + |
infra/services/gnumbd/gnumbd.py
|
View
|
1
2
|
11 chunks |
+48 lines, -27 lines |
0 comments
|
Download
|
 |
D |
infra/services/gnumbd/inner_loop.py
|
View
|
|
1 chunk |
+0 lines, -351 lines |
0 comments
|
Download
|
 |
D |
infra/services/gnumbd/support/config_ref.py
|
View
|
|
1 chunk |
+0 lines, -63 lines |
0 comments
|
Download
|
 |
D |
infra/services/gnumbd/support/data.py
|
View
|
|
1 chunk |
+0 lines, -454 lines |
0 comments
|
Download
|
 |
D |
infra/services/gnumbd/support/git.py
|
View
|
|
1 chunk |
+0 lines, -270 lines |
0 comments
|
Download
|
 |
M |
infra/services/gnumbd/support/util.py
|
View
|
|
1 chunk |
+0 lines, -160 lines |
0 comments
|
Download
|
 |
D |
infra/services/gnumbd/test/config_test.py
|
View
|
|
1 chunk |
+0 lines, -52 lines |
0 comments
|
Download
|
 |
D |
infra/services/gnumbd/test/data_test.py
|
View
|
|
1 chunk |
+0 lines, -442 lines |
0 comments
|
Download
|
 |
D |
infra/services/gnumbd/test/git_test.py
|
View
|
|
1 chunk |
+0 lines, -244 lines |
0 comments
|
Download
|
 |
D |
infra/services/gnumbd/test/gnumbd_smoketests.py
|
View
|
|
1 chunk |
+0 lines, -507 lines |
0 comments
|
Download
|
 |
D |
infra/services/gnumbd/test/gnumbd_smoketests.expected/bad_position_footer.yaml
|
View
|
|
1 chunk |
+0 lines, -42 lines |
0 comments
|
Download
|
 |
D |
infra/services/gnumbd/test/gnumbd_smoketests.expected/bad_svn_footer.yaml
|
View
|
|
1 chunk |
+0 lines, -42 lines |
0 comments
|
Download
|
 |
D |
infra/services/gnumbd/test/gnumbd_smoketests.expected/branch.yaml
|
View
|
|
1 chunk |
+0 lines, -338 lines |
0 comments
|
Download
|
 |
D |
infra/services/gnumbd/test/gnumbd_smoketests.expected/branch_from_branch.yaml
|
View
|
|
1 chunk |
+0 lines, -302 lines |
0 comments
|
Download
|
 |
D |
infra/services/gnumbd/test/gnumbd_smoketests.expected/enforce_commit_timestamps.yaml
|
View
|
|
1 chunk |
+0 lines, -68 lines |
0 comments
|
Download
|
 |
D |
infra/services/gnumbd/test/gnumbd_smoketests.expected/extra_user_footer.yaml
|
View
|
|
1 chunk |
+0 lines, -67 lines |
0 comments
|
Download
|
 |
D |
infra/services/gnumbd/test/gnumbd_smoketests.expected/extra_user_footer_bad.yaml
|
View
|
|
1 chunk |
+0 lines, -61 lines |
0 comments
|
Download
|
 |
D |
infra/services/gnumbd/test/gnumbd_smoketests.expected/incoming_svn_id_drops.yaml
|
View
|
|
1 chunk |
+0 lines, -48 lines |
0 comments
|
Download
|
 |
D |
infra/services/gnumbd/test/gnumbd_smoketests.expected/manual_merge_commits_ok.yaml
|
View
|
|
1 chunk |
+0 lines, -106 lines |
0 comments
|
Download
|
 |
D |
infra/services/gnumbd/test/gnumbd_smoketests.expected/master_ahead.yaml
|
View
|
|
1 chunk |
+0 lines, -43 lines |
0 comments
|
Download
|
 |
D |
infra/services/gnumbd/test/gnumbd_smoketests.expected/master_ahead_tag_ahead_pending.yaml
|
View
|
|
1 chunk |
+0 lines, -46 lines |
0 comments
|
Download
|
 |
D |
infra/services/gnumbd/test/gnumbd_smoketests.expected/master_behind.yaml
|
View
|
|
1 chunk |
+0 lines, -47 lines |
0 comments
|
Download
|
 |
D |
infra/services/gnumbd/test/gnumbd_smoketests.expected/master_mismatch_and_pend.yaml
|
View
|
|
1 chunk |
+0 lines, -50 lines |
0 comments
|
Download
|
 |
D |
infra/services/gnumbd/test/gnumbd_smoketests.expected/master_tag_ahead_pending.yaml
|
View
|
|
1 chunk |
+0 lines, -50 lines |
0 comments
|
Download
|
 |
D |
infra/services/gnumbd/test/gnumbd_smoketests.expected/merge_commits_fail.yaml
|
View
|
|
1 chunk |
+0 lines, -67 lines |
0 comments
|
Download
|
 |
D |
infra/services/gnumbd/test/gnumbd_smoketests.expected/multi_pending.yaml
|
View
|
|
1 chunk |
+0 lines, -60 lines |
0 comments
|
Download
|
 |
D |
infra/services/gnumbd/test/gnumbd_smoketests.expected/no_number_on_parent.yaml
|
View
|
|
1 chunk |
+0 lines, -20 lines |
0 comments
|
Download
|
 |
D |
infra/services/gnumbd/test/gnumbd_smoketests.expected/no_pending_tag.yaml
|
View
|
|
1 chunk |
+0 lines, -32 lines |
0 comments
|
Download
|
 |
D |
infra/services/gnumbd/test/gnumbd_smoketests.expected/no_position_footer.yaml
|
View
|
|
1 chunk |
+0 lines, -42 lines |
0 comments
|
Download
|
 |
D |
infra/services/gnumbd/test/gnumbd_smoketests.expected/no_real_ref.yaml
|
View
|
|
1 chunk |
+0 lines, -12 lines |
0 comments
|
Download
|
 |
D |
infra/services/gnumbd/test/gnumbd_smoketests.expected/normal_update.yaml
|
View
|
|
1 chunk |
+0 lines, -48 lines |
0 comments
|
Download
|
 |
D |
infra/services/gnumbd/test/gnumbd_smoketests.expected/normal_with_master_lag.yaml
|
View
|
|
1 chunk |
+0 lines, -114 lines |
0 comments
|
Download
|
 |
D |
infra/services/gnumbd/test/gnumbd_smoketests.expected/steady_state.yaml
|
View
|
|
1 chunk |
+0 lines, -53 lines |
0 comments
|
Download
|
 |
D |
infra/services/gnumbd/test/gnumbd_smoketests.expected/tag_lagging.yaml
|
View
|
|
1 chunk |
+0 lines, -88 lines |
0 comments
|
Download
|
 |
D |
infra/services/gnumbd/test/gnumbd_smoketests.expected/tag_lagging_no_actual.yaml
|
View
|
|
1 chunk |
+0 lines, -78 lines |
0 comments
|
Download
|
 |
D |
infra/services/gnumbd/test/gnumbd_smoketests_main.py
|
View
|
|
1 chunk |
+0 lines, -213 lines |
0 comments
|
Download
|
 |
A + |
infra/services/gnumbd/test/gnumbd_test.py
|
View
|
1
2
|
8 chunks |
+27 lines, -24 lines |
0 comments
|
Download
|
 |
A + |
infra/services/gnumbd/test/gnumbd_test.expected/bad_position_footer.yaml
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
infra/services/gnumbd/test/gnumbd_test.expected/bad_svn_footer.yaml
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
infra/services/gnumbd/test/gnumbd_test.expected/branch.yaml
|
View
|
|
11 chunks |
+30 lines, -30 lines |
0 comments
|
Download
|
 |
A + |
infra/services/gnumbd/test/gnumbd_test.expected/branch_from_branch.yaml
|
View
|
|
6 chunks |
+15 lines, -15 lines |
0 comments
|
Download
|
 |
A + |
infra/services/gnumbd/test/gnumbd_test.expected/enforce_commit_timestamps.yaml
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
infra/services/gnumbd/test/gnumbd_test.expected/extra_user_footer.yaml
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
infra/services/gnumbd/test/gnumbd_test.expected/extra_user_footer_bad.yaml
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
infra/services/gnumbd/test/gnumbd_test.expected/incoming_svn_id_drops.yaml
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
infra/services/gnumbd/test/gnumbd_test.expected/manual_merge_commits_ok.yaml
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
infra/services/gnumbd/test/gnumbd_test.expected/master_ahead.yaml
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
infra/services/gnumbd/test/gnumbd_test.expected/master_ahead_tag_ahead_pending.yaml
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
infra/services/gnumbd/test/gnumbd_test.expected/master_behind.yaml
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
infra/services/gnumbd/test/gnumbd_test.expected/master_mismatch_and_pend.yaml
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
infra/services/gnumbd/test/gnumbd_test.expected/master_tag_ahead_pending.yaml
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
infra/services/gnumbd/test/gnumbd_test.expected/merge_commits_fail.yaml
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
infra/services/gnumbd/test/gnumbd_test.expected/multi_pending.yaml
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
infra/services/gnumbd/test/gnumbd_test.expected/no_number_on_parent.yaml
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
infra/services/gnumbd/test/gnumbd_test.expected/no_pending_tag.yaml
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
infra/services/gnumbd/test/gnumbd_test.expected/no_position_footer.yaml
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
infra/services/gnumbd/test/gnumbd_test.expected/no_real_ref.yaml
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
infra/services/gnumbd/test/gnumbd_test.expected/normal_update.yaml
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
infra/services/gnumbd/test/gnumbd_test.expected/normal_with_master_lag.yaml
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
infra/services/gnumbd/test/gnumbd_test.expected/steady_state.yaml
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
infra/services/gnumbd/test/gnumbd_test.expected/tag_lagging.yaml
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
infra/services/gnumbd/test/gnumbd_test.expected/tag_lagging_no_actual.yaml
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
infra/services/gnumbd/test/gnumbd_test_definitions.py
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
D |
infra/services/gnumbd/test/util_test.py
|
View
|
|
1 chunk |
+0 lines, -173 lines |
0 comments
|
Download
|
 |
D |
infra/tools/bootstrap/__init__.py
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
D |
infra/tools/bootstrap/get_appengine/__init__.py
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A |
test.py
|
View
|
1
2
|
1 chunk |
+15 lines, -0 lines |
0 comments
|
Download
|