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

Issue 1961603002: Add LogDog Python client library. (Closed)

Created:
4 years, 7 months ago by dnj
Modified:
4 years, 7 months ago
CC:
chromium-reviews, infra-reviews+luci-py_chromium.org
Base URL:
https://github.com/luci/luci-py@master
Target Ref:
refs/heads/master
Project:
luci-py
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 12

Patch Set 2 : Updated w/ comments. #

Total comments: 20

Patch Set 3 : Add tests to PRESUBMIT, Nodir's comments. #

Patch Set 4 : Remove "client." from package name, make pylint happy. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+990 lines, -12 lines) Patch
M client/PRESUBMIT.py View 1 2 2 chunks +7 lines, -6 lines 0 comments Download
A + client/libs/__init__.py View 1 chunk +0 lines, -3 lines 0 comments Download
A + client/libs/logdog/__init__.py View 1 chunk +0 lines, -3 lines 0 comments Download
A client/libs/logdog/bootstrap.py View 1 2 3 1 chunk +72 lines, -0 lines 0 comments Download
A client/libs/logdog/stream.py View 1 2 3 1 chunk +434 lines, -0 lines 0 comments Download
A client/libs/logdog/streamname.py View 1 chunk +44 lines, -0 lines 0 comments Download
A client/libs/logdog/tests/bootstrap_test.py View 1 2 3 1 chunk +54 lines, -0 lines 0 comments Download
A client/libs/logdog/tests/stream_test.py View 1 2 3 1 chunk +203 lines, -0 lines 0 comments Download
A client/libs/logdog/tests/streamname_test.py View 1 2 3 1 chunk +47 lines, -0 lines 0 comments Download
A client/libs/logdog/tests/varint_test.py View 1 2 3 1 chunk +66 lines, -0 lines 0 comments Download
A client/libs/logdog/varint.py View 1 2 1 chunk +63 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (10 generated)
dnj
PTAL. This is the Python equivalent of the Go stream client library. Ultimately this will ...
4 years, 7 months ago (2016-05-06 21:48:26 UTC) #2
dnj
4 years, 7 months ago (2016-05-10 22:03:59 UTC) #4
nodir
+maruel first because he need to approve the fs structure
4 years, 7 months ago (2016-05-10 22:06:29 UTC) #6
martiniss
code lgtm https://codereview.chromium.org/1961603002/diff/1/client/libs/logdog/stream.py File client/libs/logdog/stream.py (right): https://codereview.chromium.org/1961603002/diff/1/client/libs/logdog/stream.py#newcode21 client/libs/logdog/stream.py:21: class StreamParams(_StreamParamsBase): This could be generated from ...
4 years, 7 months ago (2016-05-10 22:12:38 UTC) #7
dnj (Google)
Thanks for reviewing. https://codereview.chromium.org/1961603002/diff/1/client/libs/logdog/stream.py File client/libs/logdog/stream.py (right): https://codereview.chromium.org/1961603002/diff/1/client/libs/logdog/stream.py#newcode21 client/libs/logdog/stream.py:21: class StreamParams(_StreamParamsBase): On 2016/05/10 22:12:38, martiniss ...
4 years, 7 months ago (2016-05-12 17:54:03 UTC) #9
nodir
pure drive-by, didn't review all, feel free to ignore https://codereview.chromium.org/1961603002/diff/20001/client/libs/logdog/bootstrap.py File client/libs/logdog/bootstrap.py (right): https://codereview.chromium.org/1961603002/diff/20001/client/libs/logdog/bootstrap.py#newcode14 client/libs/logdog/bootstrap.py:14: ...
4 years, 7 months ago (2016-05-12 21:29:58 UTC) #10
dnj (Google)
https://codereview.chromium.org/1961603002/diff/20001/client/libs/logdog/bootstrap.py File client/libs/logdog/bootstrap.py (right): https://codereview.chromium.org/1961603002/diff/20001/client/libs/logdog/bootstrap.py#newcode14 client/libs/logdog/bootstrap.py:14: pass On 2016/05/12 21:29:57, nodir wrote: > Unnecessary because ...
4 years, 7 months ago (2016-05-16 16:11:12 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1961603002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1961603002/40001
4 years, 7 months ago (2016-05-17 15:03:52 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: Luci-py Presubmit on master.tryserver.infra (JOB_FAILED, https://build.chromium.org/p/tryserver.infra/builders/Luci-py%20Presubmit/builds/823)
4 years, 7 months ago (2016-05-17 15:06:42 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1961603002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1961603002/60001
4 years, 7 months ago (2016-05-17 15:24:41 UTC) #19
commit-bot: I haz the power
4 years, 7 months ago (2016-05-17 15:28:24 UTC) #21
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://github.com/luci/luci-py/commit/7f4d8f8a3cab4ae5283dfa9edce4b594a5592c47

Powered by Google App Engine
This is Rietveld 408576698