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

Issue 2948163002: scheduler: add GetJobInvocations api. (Closed)

Created:
3 years, 6 months ago by tandrii(chromium)
Modified:
3 years, 6 months ago
Reviewers:
Vadim Sh.
CC:
chromium-reviews, infra-reviews+luci-go_chromium.org, maruel+w_chromium.org, tandrii+luci-go_chromium.org
Target Ref:
refs/heads/master
Project:
luci-go
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 8

Patch Set 2 : review #

Patch Set 3 : grpc.error #

Unified diffs Side-by-side diffs Delta from patch set Stats (+598 lines, -95 lines) Patch
M scheduler/api/scheduler/v1/pb.discovery.go View 1 1 chunk +159 lines, -64 lines 0 comments Download
M scheduler/api/scheduler/v1/scheduler.proto View 1 2 chunks +48 lines, -0 lines 0 comments Download
M scheduler/api/scheduler/v1/scheduler.pb.go View 1 8 chunks +249 lines, -18 lines 0 comments Download
M scheduler/appengine/apiservers/scheduler.go View 1 2 1 chunk +38 lines, -0 lines 0 comments Download
M scheduler/appengine/apiservers/scheduler_test.go View 1 8 chunks +104 lines, -13 lines 0 comments Download

Messages

Total messages: 24 (16 generated)
tandrii(chromium)
ptal
3 years, 6 months ago (2017-06-21 20:55:23 UTC) #6
Vadim Sh.
https://codereview.chromium.org/2948163002/diff/1/scheduler/api/scheduler/v1/scheduler.proto File scheduler/api/scheduler/v1/scheduler.proto (right): https://codereview.chromium.org/2948163002/diff/1/scheduler/api/scheduler/v1/scheduler.proto#newcode58 scheduler/api/scheduler/v1/scheduler.proto:58: int64 now_ts = 3; why is this needed? We ...
3 years, 6 months ago (2017-06-21 23:46:41 UTC) #7
tandrii(chromium)
https://codereview.chromium.org/2948163002/diff/1/scheduler/api/scheduler/v1/scheduler.proto File scheduler/api/scheduler/v1/scheduler.proto (right): https://codereview.chromium.org/2948163002/diff/1/scheduler/api/scheduler/v1/scheduler.proto#newcode58 scheduler/api/scheduler/v1/scheduler.proto:58: int64 now_ts = 3; On 2017/06/21 23:46:41, Vadim Sh. ...
3 years, 6 months ago (2017-06-22 15:47:42 UTC) #10
Vadim Sh.
https://codereview.chromium.org/2948163002/diff/1/scheduler/appengine/apiservers/scheduler.go File scheduler/appengine/apiservers/scheduler.go (right): https://codereview.chromium.org/2948163002/diff/1/scheduler/appengine/apiservers/scheduler.go#newcode61 scheduler/appengine/apiservers/scheduler.go:61: return nil, status.Errorf(codes.Internal, "datastore error: %s", err) On 2017/06/22 ...
3 years, 6 months ago (2017-06-22 17:06:26 UTC) #13
tandrii(chromium)
https://codereview.chromium.org/2948163002/diff/1/scheduler/appengine/apiservers/scheduler.go File scheduler/appengine/apiservers/scheduler.go (right): https://codereview.chromium.org/2948163002/diff/1/scheduler/appengine/apiservers/scheduler.go#newcode61 scheduler/appengine/apiservers/scheduler.go:61: return nil, status.Errorf(codes.Internal, "datastore error: %s", err) On 2017/06/22 ...
3 years, 6 months ago (2017-06-22 17:44:18 UTC) #16
Vadim Sh.
> OK, changed back. Now I wonder: is returning codes.NotFound (below) OK or should > ...
3 years, 6 months ago (2017-06-22 17:50:34 UTC) #19
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/2948163002/40001
3 years, 6 months ago (2017-06-22 17:51:07 UTC) #21
commit-bot: I haz the power
3 years, 6 months ago (2017-06-22 17:55:13 UTC) #24
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://github.com/luci/luci-go/commit/7c3b1e060dd19bad03f926f6cacc220a3182babd

Powered by Google App Engine
This is Rietveld 408576698