Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(130)

Issue 2227113002: Update bulidbucket client (Closed)

Created:
4 years, 4 months ago by nodir
Modified:
4 years, 4 months ago
Reviewers:
RobertoCN, Vadim Sh.
CC:
chromium-reviews, infra-reviews+luci-go_chromium.org, andrew.wang, todd, tandrii+luci-go_chromium.org, M-A Ruel
Base URL:
https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Target Ref:
refs/heads/master
Project:
luci-go
Visibility:
Public.

Description

Update bulidbucket client - Move to //buildbucket - Add retries - Simplify, in particular do not unmarshal and then re-marshal responses - add doc.go - consolidate isLocalHost funcs R=vadimsh@chromium.org, robertocn@chromium.org BUG=627199 Committed: https://github.com/luci/luci-go/commit/4172212f34db48ecc02aab897fcf38246ccf5682

Patch Set 1 #

Patch Set 2 : Update bulidbucket client #

Patch Set 3 : add readme #

Total comments: 4

Patch Set 4 : loopback #

Patch Set 5 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+324 lines, -414 lines) Patch
A buildbucket/README.md View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
A buildbucket/client/cmd/buildbucket/base_command.go View 1 1 chunk +123 lines, -0 lines 0 comments Download
A buildbucket/client/cmd/buildbucket/cancel.go View 1 1 chunk +39 lines, -0 lines 0 comments Download
A buildbucket/client/cmd/buildbucket/client.go View 1 2 3 1 chunk +79 lines, -0 lines 0 comments Download
A + buildbucket/client/cmd/buildbucket/doc.go View 1 2 1 chunk +1 line, -2 lines 0 comments Download
A buildbucket/client/cmd/buildbucket/get.go View 1 1 chunk +39 lines, -0 lines 0 comments Download
A + buildbucket/client/cmd/buildbucket/main.go View 1 chunk +1 line, -1 line 0 comments Download
A + buildbucket/client/cmd/buildbucket/put.go View 1 2 chunks +11 lines, -29 lines 0 comments Download
D client/cmd/buildbucket/base_command.go View 1 chunk +0 lines, -82 lines 0 comments Download
D client/cmd/buildbucket/cancel.go View 1 chunk +0 lines, -66 lines 0 comments Download
D client/cmd/buildbucket/get.go View 1 chunk +0 lines, -65 lines 0 comments Download
D client/cmd/buildbucket/main.go View 1 chunk +0 lines, -38 lines 0 comments Download
D client/cmd/buildbucket/put.go View 1 chunk +0 lines, -72 lines 0 comments Download
M common/lhttp/utils.go View 1 2 3 2 chunks +17 lines, -0 lines 0 comments Download
M dm/appengine/distributor/jobsim/run.go View 1 2 3 4 4 chunks +2 lines, -15 lines 0 comments Download
M dm/tools/dmtool/vizQuery.go View 3 chunks +2 lines, -14 lines 0 comments Download
M grpc/cmd/rpc/main.go View 4 chunks +2 lines, -15 lines 0 comments Download
M logdog/client/butler/output/logdog/output.go View 3 chunks +2 lines, -15 lines 0 comments Download

Messages

Total messages: 15 (8 generated)
nodir
PTAL
4 years, 4 months ago (2016-08-09 18:58:24 UTC) #3
Vadim Sh.
lgtm with nits https://codereview.chromium.org/2227113002/diff/60001/buildbucket/client/cmd/buildbucket/client.go File buildbucket/client/cmd/buildbucket/client.go (right): https://codereview.chromium.org/2227113002/diff/60001/buildbucket/client/cmd/buildbucket/client.go#newcode58 buildbucket/client/cmd/buildbucket/client.go:58: res, err := c.HTTP.Do(req) use ctxhttp.Do(ctx, ...
4 years, 4 months ago (2016-08-09 19:09:24 UTC) #4
nodir
https://codereview.chromium.org/2227113002/diff/60001/buildbucket/client/cmd/buildbucket/client.go File buildbucket/client/cmd/buildbucket/client.go (right): https://codereview.chromium.org/2227113002/diff/60001/buildbucket/client/cmd/buildbucket/client.go#newcode58 buildbucket/client/cmd/buildbucket/client.go:58: res, err := c.HTTP.Do(req) On 2016/08/09 19:09:23, Vadim Sh. ...
4 years, 4 months ago (2016-08-09 22:56:31 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2227113002/80001
4 years, 4 months ago (2016-08-09 22:57:20 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: Luci-go Linux Trusty 64 Tester on luci.infra.try (JOB_FAILED, https://luci-milo.appspot.com/swarming/task/308a580e2e403c10) ...
4 years, 4 months ago (2016-08-09 22:58:50 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2227113002/100001
4 years, 4 months ago (2016-08-09 23:15:30 UTC) #13
commit-bot: I haz the power
4 years, 4 months ago (2016-08-09 23:26:30 UTC) #15
Message was sent while issue was closed.
Committed patchset #5 (id:100001) as
https://github.com/luci/luci-go/commit/4172212f34db48ecc02aab897fcf38246ccf5682

Powered by Google App Engine
This is Rietveld 408576698