Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add API to rerun the pipeline #1720

Merged
merged 55 commits into from
Aug 7, 2019
Merged
Show file tree
Hide file tree
Changes from 24 commits
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
aab80cd
add resubmit proto
IronPan Aug 1, 2019
6f85bd0
add compiled code
IronPan Aug 1, 2019
67ca697
fix
IronPan Aug 1, 2019
9d1510a
add resubmit proto
IronPan Aug 1, 2019
13df218
add
IronPan Aug 1, 2019
29fe282
refactor
IronPan Aug 1, 2019
9c6f9c7
update builder
IronPan Aug 1, 2019
83e2e2a
refactor
IronPan Aug 1, 2019
ce5f96f
Merge branch 'cache' of https://github.com/IronPan/pipelines into cache
IronPan Aug 1, 2019
c0c7d80
refactor
IronPan Aug 1, 2019
48a23a3
refactor
IronPan Aug 2, 2019
eae813b
refactor
IronPan Aug 2, 2019
87cf310
refactor
IronPan Aug 2, 2019
89fd63a
refactor
IronPan Aug 2, 2019
5ab51dd
add test
IronPan Aug 2, 2019
1ccee05
add test
IronPan Aug 2, 2019
d53d3a3
add test
IronPan Aug 2, 2019
75a9db9
add test
IronPan Aug 2, 2019
40000c9
fix test
IronPan Aug 2, 2019
b4fabbb
fix test
IronPan Aug 2, 2019
8a8c4d9
fix test
IronPan Aug 2, 2019
dbe4d5f
fix test
IronPan Aug 2, 2019
028802e
fix test
IronPan Aug 2, 2019
fe8fe51
fix test
IronPan Aug 2, 2019
8a3225b
fix test
IronPan Aug 2, 2019
26e4c2f
address comments
IronPan Aug 2, 2019
51a6ff6
add comments
IronPan Aug 2, 2019
382f06c
change request body def
IronPan Aug 2, 2019
dcd5396
recompile api
IronPan Aug 2, 2019
d65b399
retry instead of resubmit
IronPan Aug 2, 2019
78f5e65
update test
IronPan Aug 2, 2019
1fb9ca1
update test
IronPan Aug 2, 2019
5bba0fd
fix tests
IronPan Aug 2, 2019
8e0a9ab
fix tests
IronPan Aug 2, 2019
f332097
fix tests
IronPan Aug 2, 2019
17192fb
robust retry
IronPan Aug 2, 2019
24a2eab
robust retry
IronPan Aug 3, 2019
010c1ac
robust retry
IronPan Aug 3, 2019
65fa03b
robust retry
IronPan Aug 3, 2019
997d494
robust retry
IronPan Aug 3, 2019
951f53f
robust retry
IronPan Aug 3, 2019
5caee87
robust retry
IronPan Aug 3, 2019
97061e5
robust retry
IronPan Aug 3, 2019
cd14003
robust retry
IronPan Aug 3, 2019
4c1ee6e
failed to create
IronPan Aug 3, 2019
02469a7
add error handling
IronPan Aug 5, 2019
277545e
reorder the call
IronPan Aug 5, 2019
6b19e03
Merge remote-tracking branch 'upstream/master' into cache
IronPan Aug 5, 2019
6e4d2a7
remove logic to update the database entry
IronPan Aug 5, 2019
3cae9dc
add mock
IronPan Aug 6, 2019
be0d9ba
add tests for rerousrce manager
IronPan Aug 6, 2019
bfe866f
update error handling logic
IronPan Aug 6, 2019
e50fa8c
fix tests
IronPan Aug 6, 2019
91064c2
address comments
IronPan Aug 6, 2019
f534992
Merge remote-tracking branch 'upstream/master' into cache
IronPan Aug 7, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
323 changes: 203 additions & 120 deletions backend/api/go_client/run.pb.go

Large diffs are not rendered by default.

59 changes: 59 additions & 0 deletions backend/api/go_client/run.pb.gw.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions backend/api/go_http_client/run_client/run_service/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ go_library(
"read_artifact_responses.go",
"report_run_metrics_parameters.go",
"report_run_metrics_responses.go",
"resubmit_run_parameters.go",
"resubmit_run_responses.go",
"run_service_client.go",
"terminate_run_parameters.go",
"terminate_run_responses.go",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading