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

Issue 1159563002: Move retry and lhttp packages from client/internal to common/. (Closed)

Created:
5 years, 7 months ago by Vadim Sh.
Modified:
5 years, 6 months ago
Reviewers:
M-A Ruel
CC:
chromium-reviews, todd, andrew.wang, M-A Ruel, tandrii(chromium)
Base URL:
git@github.com:luci/luci-go@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Move retry and lhttp packages from client/internal to common/. They are written and reusable way and can be helpful outside the client too (e.g in common/auth/service.go and in infra.git). R=maruel@chromium.org BUG=

Patch Set 1 : move-retry-http #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -682 lines) Patch
M client/cmd/isolate/common.go View 1 chunk +1 line, -1 line 0 comments Download
M client/cmd/isolated/common.go View 1 chunk +1 line, -1 line 0 comments Download
M client/cmd/swarming/common.go View 1 chunk +1 line, -1 line 0 comments Download
D client/internal/lhttp/client.go View 1 chunk +0 lines, -191 lines 0 comments Download
D client/internal/lhttp/client_test.go View 1 chunk +0 lines, -275 lines 0 comments Download
D client/internal/lhttp/doc.go View 1 chunk +0 lines, -9 lines 0 comments Download
D client/internal/lhttp/utils.go View 1 chunk +0 lines, -29 lines 0 comments Download
D client/internal/lhttp/utils_test.go View 1 chunk +0 lines, -29 lines 0 comments Download
D client/internal/retry/doc.go View 1 chunk +0 lines, -8 lines 0 comments Download
D client/internal/retry/retry.go View 1 chunk +0 lines, -66 lines 0 comments Download
D client/internal/retry/retry_test.go View 1 chunk +0 lines, -70 lines 0 comments Download
M client/isolatedclient/isolatedclient.go View 1 chunk +2 lines, -2 lines 0 comments Download
M client/swarming/swarming.go View 1 chunk +2 lines, -2 lines 0 comments Download
A + common/lhttp/client.go View 1 chunk +1 line, -1 line 0 comments Download
A + common/lhttp/client_test.go View 1 chunk +1 line, -1 line 0 comments Download
A + common/lhttp/doc.go View 0 chunks +-1 lines, --1 lines 0 comments Download
A + common/lhttp/utils.go View 0 chunks +-1 lines, --1 lines 0 comments Download
A + common/lhttp/utils_test.go View 0 chunks +-1 lines, --1 lines 0 comments Download
A + common/retry/doc.go View 1 chunk +1 line, -1 line 0 comments Download
A + common/retry/retry.go View 0 chunks +-1 lines, --1 lines 0 comments Download
A + common/retry/retry_test.go View 0 chunks +-1 lines, --1 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Vadim Sh.
5 years, 7 months ago (2015-05-23 01:25:44 UTC) #1
M-A Ruel
5 years, 7 months ago (2015-05-23 11:09:52 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698