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

Issue 2372703005: LogDog: Split CLI tool into package and main. (Closed)

Created:
4 years, 2 months ago by dnj
Modified:
4 years, 2 months ago
Reviewers:
Vadim Sh., estaab
CC:
chromium-reviews, infra-reviews+luci-go_chromium.org, andrew.wang, todd, tandrii+luci-go_chromium.org, M-A Ruel
Target Ref:
refs/heads/master
Project:
luci-go
Visibility:
Public.

Description

LogDog: Split CLI tool into package and main. Split most of the "logdog" CLI tool into a Go package called "cli". Allow this to be called externally and accept default parameters. Wire up a default version of the tool that supplies no default parameters. This will function the same as the previous "logdog" tool. The intent of this change is to have an Infra-specific version of the tool that is built. BUG=chromium:650684 TEST=None Committed: https://github.com/luci/luci-go/commit/e0e407209a72f692ef4de3908753e308d4ab798b

Patch Set 1 #

Total comments: 2

Patch Set 2 : Fix comment. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -1071 lines) Patch
A + logdog/client/cli/coordinatorSource.go View 1 chunk +1 line, -1 line 0 comments Download
A + logdog/client/cli/main.go View 1 8 chunks +25 lines, -16 lines 0 comments Download
A + logdog/client/cli/path.go View 1 chunk +1 line, -1 line 0 comments Download
A + logdog/client/cli/subcommandCat.go View 1 chunk +1 line, -1 line 0 comments Download
A + logdog/client/cli/subcommandLatest.go View 1 chunk +1 line, -1 line 0 comments Download
A + logdog/client/cli/subcommandList.go View 1 chunk +1 line, -1 line 0 comments Download
A + logdog/client/cli/subcommandQuery.go View 1 chunk +1 line, -1 line 0 comments Download
A + logdog/client/cli/trinaryFlag.go View 1 chunk +1 line, -1 line 0 comments Download
D logdog/client/cmd/logdog/coordinatorSource.go View 1 chunk +0 lines, -91 lines 0 comments Download
M logdog/client/cmd/logdog/main.go View 1 chunk +5 lines, -182 lines 0 comments Download
D logdog/client/cmd/logdog/path.go View 1 chunk +0 lines, -18 lines 0 comments Download
D logdog/client/cmd/logdog/subcommandCat.go View 1 chunk +0 lines, -182 lines 0 comments Download
D logdog/client/cmd/logdog/subcommandLatest.go View 1 chunk +0 lines, -123 lines 0 comments Download
D logdog/client/cmd/logdog/subcommandList.go View 1 chunk +0 lines, -147 lines 0 comments Download
D logdog/client/cmd/logdog/subcommandQuery.go View 1 chunk +0 lines, -266 lines 0 comments Download
D logdog/client/cmd/logdog/trinaryFlag.go View 1 chunk +0 lines, -39 lines 0 comments Download

Messages

Total messages: 9 (4 generated)
dnj
PTAL. This is fairly trivial.
4 years, 2 months ago (2016-09-27 17:31:27 UTC) #2
Vadim Sh.
lgtm with nit https://codereview.chromium.org/2372703005/diff/1/logdog/client/cli/main.go File logdog/client/cli/main.go (right): https://codereview.chromium.org/2372703005/diff/1/logdog/client/cli/main.go#newcode48 logdog/client/cli/main.go:48: // host is the host name ...
4 years, 2 months ago (2016-09-27 17:58:35 UTC) #3
dnj
Awesome, thanks! https://codereview.chromium.org/2372703005/diff/1/logdog/client/cli/main.go File logdog/client/cli/main.go (right): https://codereview.chromium.org/2372703005/diff/1/logdog/client/cli/main.go#newcode48 logdog/client/cli/main.go:48: // host is the host name of ...
4 years, 2 months ago (2016-09-27 18:13:42 UTC) #4
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/2372703005/20001
4 years, 2 months ago (2016-09-27 18:13:54 UTC) #7
commit-bot: I haz the power
4 years, 2 months ago (2016-09-27 18:23:10 UTC) #9
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://github.com/luci/luci-go/commit/e0e407209a72f692ef4de3908753e308d4ab798b

Powered by Google App Engine
This is Rietveld 408576698