Keyboard Shortcuts
File
u
:
up to issue
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
Issue
u
:
up to list of issues
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr)
|
Please choose your nickname with
Settings
|
Help
|
Chromium Project
|
Gerrit Changes
|
Sign out
(360)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Unified Diff: infra/tools/bootstrap/__init__.py
Issue
413983003
:
Refactor infra git libs and testing. (Closed)
Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Address comments
Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Jump to:
.coveragerc
PRESUBMIT.py
bootstrap/deps.pyl
infra/libs/decorators/__init__.py
infra/libs/decorators/decorators.py
infra/libs/decorators/test/__init__.py
infra/libs/decorators/test/decorators_test.py
infra/libs/git2/__init__.py
infra/libs/git2/commit.py
infra/libs/git2/config_ref.py
infra/libs/git2/data/__init__.py
infra/libs/git2/data/commit.py
infra/libs/git2/data/data.py
infra/libs/git2/data/test/__init__.py
infra/libs/git2/data/test/commit_test.py
infra/libs/git2/ref.py
infra/libs/git2/repo.py
infra/libs/git2/test/__init__.py
infra/libs/git2/test/commit_test.py
infra/libs/git2/test/config_ref_test.py
infra/libs/git2/test/ref_test.py
infra/libs/git2/test/repo_test.py
infra/libs/git2/test/test_util.py
infra/libs/git2/test/util_test.py
infra/libs/git2/util.py
infra/libs/infra_types/__init__.py
infra/libs/infra_types/infra_types.py
infra/libs/infra_types/test/__init__.py
infra/libs/infra_types/test/infra_types_test.py
infra/services/gnumbd/__main__.py
infra/services/gnumbd/gnumbd.py
infra/services/gnumbd/inner_loop.py
infra/services/gnumbd/support/config_ref.py
infra/services/gnumbd/support/data.py
infra/services/gnumbd/support/git.py
infra/services/gnumbd/support/util.py
infra/services/gnumbd/test/config_test.py
infra/services/gnumbd/test/data_test.py
infra/services/gnumbd/test/git_test.py
infra/services/gnumbd/test/gnumbd_smoketests.py
infra/services/gnumbd/test/gnumbd_smoketests.expected/bad_position_footer.yaml
infra/services/gnumbd/test/gnumbd_smoketests.expected/bad_svn_footer.yaml
infra/services/gnumbd/test/gnumbd_smoketests.expected/branch.yaml
infra/services/gnumbd/test/gnumbd_smoketests.expected/branch_from_branch.yaml
infra/services/gnumbd/test/gnumbd_smoketests.expected/enforce_commit_timestamps.yaml
infra/services/gnumbd/test/gnumbd_smoketests.expected/extra_user_footer.yaml
infra/services/gnumbd/test/gnumbd_smoketests.expected/extra_user_footer_bad.yaml
infra/services/gnumbd/test/gnumbd_smoketests.expected/incoming_svn_id_drops.yaml
infra/services/gnumbd/test/gnumbd_smoketests.expected/manual_merge_commits_ok.yaml
infra/services/gnumbd/test/gnumbd_smoketests.expected/master_ahead.yaml
infra/services/gnumbd/test/gnumbd_smoketests.expected/master_ahead_tag_ahead_pending.yaml
infra/services/gnumbd/test/gnumbd_smoketests.expected/master_behind.yaml
infra/services/gnumbd/test/gnumbd_smoketests.expected/master_mismatch_and_pend.yaml
infra/services/gnumbd/test/gnumbd_smoketests.expected/master_tag_ahead_pending.yaml
infra/services/gnumbd/test/gnumbd_smoketests.expected/merge_commits_fail.yaml
infra/services/gnumbd/test/gnumbd_smoketests.expected/multi_pending.yaml
infra/services/gnumbd/test/gnumbd_smoketests.expected/no_number_on_parent.yaml
infra/services/gnumbd/test/gnumbd_smoketests.expected/no_pending_tag.yaml
infra/services/gnumbd/test/gnumbd_smoketests.expected/no_position_footer.yaml
infra/services/gnumbd/test/gnumbd_smoketests.expected/no_real_ref.yaml
infra/services/gnumbd/test/gnumbd_smoketests.expected/normal_update.yaml
infra/services/gnumbd/test/gnumbd_smoketests.expected/normal_with_master_lag.yaml
infra/services/gnumbd/test/gnumbd_smoketests.expected/steady_state.yaml
infra/services/gnumbd/test/gnumbd_smoketests.expected/tag_lagging.yaml
infra/services/gnumbd/test/gnumbd_smoketests.expected/tag_lagging_no_actual.yaml
infra/services/gnumbd/test/gnumbd_smoketests_main.py
infra/services/gnumbd/test/gnumbd_test.py
infra/services/gnumbd/test/gnumbd_test.expected/bad_position_footer.yaml
infra/services/gnumbd/test/gnumbd_test.expected/bad_svn_footer.yaml
infra/services/gnumbd/test/gnumbd_test.expected/branch.yaml
infra/services/gnumbd/test/gnumbd_test.expected/branch_from_branch.yaml
infra/services/gnumbd/test/gnumbd_test.expected/enforce_commit_timestamps.yaml
infra/services/gnumbd/test/gnumbd_test.expected/extra_user_footer.yaml
infra/services/gnumbd/test/gnumbd_test.expected/extra_user_footer_bad.yaml
infra/services/gnumbd/test/gnumbd_test.expected/incoming_svn_id_drops.yaml
infra/services/gnumbd/test/gnumbd_test.expected/manual_merge_commits_ok.yaml
infra/services/gnumbd/test/gnumbd_test.expected/master_ahead.yaml
infra/services/gnumbd/test/gnumbd_test.expected/master_ahead_tag_ahead_pending.yaml
infra/services/gnumbd/test/gnumbd_test.expected/master_behind.yaml
infra/services/gnumbd/test/gnumbd_test.expected/master_mismatch_and_pend.yaml
infra/services/gnumbd/test/gnumbd_test.expected/master_tag_ahead_pending.yaml
infra/services/gnumbd/test/gnumbd_test.expected/merge_commits_fail.yaml
infra/services/gnumbd/test/gnumbd_test.expected/multi_pending.yaml
infra/services/gnumbd/test/gnumbd_test.expected/no_number_on_parent.yaml
infra/services/gnumbd/test/gnumbd_test.expected/no_pending_tag.yaml
infra/services/gnumbd/test/gnumbd_test.expected/no_position_footer.yaml
infra/services/gnumbd/test/gnumbd_test.expected/no_real_ref.yaml
infra/services/gnumbd/test/gnumbd_test.expected/normal_update.yaml
infra/services/gnumbd/test/gnumbd_test.expected/normal_with_master_lag.yaml
infra/services/gnumbd/test/gnumbd_test.expected/steady_state.yaml
infra/services/gnumbd/test/gnumbd_test.expected/tag_lagging.yaml
infra/services/gnumbd/test/gnumbd_test.expected/tag_lagging_no_actual.yaml
infra/services/gnumbd/test/gnumbd_test_definitions.py
infra/services/gnumbd/test/util_test.py
infra/tools/bootstrap/__init__.py
infra/tools/bootstrap/get_appengine/__init__.py
test.py
View side-by-side diff with in-line comments
Download patch
« infra/libs/git2/test/test_util.py
('K') |
« infra/services/gnumbd/test/util_test.py
('k') |
infra/tools/bootstrap/get_appengine/__init__.py »
('j') |
no next file with comments »
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
Index: infra/tools/bootstrap/__init__.py
diff --git a/infra/tools/bootstrap/__init__.py b/infra/tools/bootstrap/__init__.py
deleted file mode 100644
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000
« infra/libs/git2/test/test_util.py
('K') |
« infra/services/gnumbd/test/util_test.py
('k') |
infra/tools/bootstrap/get_appengine/__init__.py »
('j') |
no next file with comments »
Issue 413983003: Refactor infra git libs and testing. (Closed)
Created 6 years, 5 months ago by iannucci
Modified 6 years, 5 months ago
Reviewers: agable, Vadim Sh.
Base URL: https://chromium.googlesource.com/infra/infra.git@master
Comments: 34
This is Rietveld
408576698