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

Issue 1957953002: Add cloud datastore implementation. (Closed)

Created:
4 years, 7 months ago by dnj
Modified:
4 years, 5 months ago
Reviewers:
dnj (Google), iannucci
CC:
chromium-reviews, infra-reviews+luci-gae_chromium.org
Base URL:
https://chromium.googlesource.com/external/github.com/luci/gae@master
Target Ref:
refs/heads/master
Project:
luci-gae
Visibility:
Public.

Description

Add cloud datastore implementation. Fixes #52. BUG= Committed: https://github.com/luci/gae/commit/6caae3281b2245a2a1c2c0ced695ca1ab81605c2

Patch Set 1 #

Total comments: 12

Patch Set 2 : Update to use new AllocateIDs API (yay!) #

Patch Set 3 : Rebase #

Patch Set 4 : Comments. #

Patch Set 5 : Adjust minimum coverage. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+988 lines, -21 lines) Patch
A impl/cloud/context.go View 1 2 1 chunk +26 lines, -0 lines 0 comments Download
A impl/cloud/datastore.go View 1 2 3 1 chunk +532 lines, -0 lines 0 comments Download
A impl/cloud/datastore_test.go View 1 2 1 chunk +294 lines, -0 lines 0 comments Download
A impl/cloud/info.go View 1 2 3 1 chunk +104 lines, -0 lines 0 comments Download
M impl/prod/raw_datastore.go View 1 2 5 chunks +14 lines, -11 lines 0 comments Download
M pre-commit-go.yml View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M service/datastore/finalized_query.go View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M service/datastore/raw_interface.go View 1 2 3 chunks +15 lines, -7 lines 0 comments Download

Messages

Total messages: 22 (12 generated)
dnj
PTAL. Fun weekend project.
4 years, 7 months ago (2016-05-08 19:48:44 UTC) #2
dnj
Hmm ping? I actually might use this in my microservices to avoid over-QPS-ing the LogDog ...
4 years, 7 months ago (2016-05-18 18:20:21 UTC) #4
iannucci
lgtm https://codereview.chromium.org/1957953002/diff/1/impl/cloud/datastore.go File impl/cloud/datastore.go (right): https://codereview.chromium.org/1957953002/diff/1/impl/cloud/datastore.go#newcode53 impl/cloud/datastore.go:53: appID string namespace too? https://codereview.chromium.org/1957953002/diff/1/impl/cloud/datastore.go#newcode59 impl/cloud/datastore.go:59: // datastore ...
4 years, 7 months ago (2016-05-23 21:53:06 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/1957953002/40001
4 years, 5 months ago (2016-07-01 02:11:36 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: Luci-GAE Presubmit on master.tryserver.infra (JOB_FAILED, https://build.chromium.org/p/tryserver.infra/builders/Luci-GAE%20Presubmit/builds/133)
4 years, 5 months ago (2016-07-01 02:22:27 UTC) #11
dnj (Google)
https://chromiumcodereview.appspot.com/1957953002/diff/1/impl/cloud/datastore.go File impl/cloud/datastore.go (right): https://chromiumcodereview.appspot.com/1957953002/diff/1/impl/cloud/datastore.go#newcode53 impl/cloud/datastore.go:53: appID string On 2016/05/23 21:53:06, iannucci wrote: > namespace ...
4 years, 5 months ago (2016-07-01 02:25:56 UTC) #12
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/1957953002/60001
4 years, 5 months ago (2016-07-01 02:26:08 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: Luci-GAE Presubmit (Swarming) on master.tryserver.infra (JOB_FAILED, https://luci-milo.appspot.com/swarming/prod/2fbd18bbc72df110)
4 years, 5 months ago (2016-07-01 02:36:56 UTC) #17
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/1957953002/80001
4 years, 5 months ago (2016-07-01 02:37:45 UTC) #20
commit-bot: I haz the power
4 years, 5 months ago (2016-07-01 02:43:44 UTC) #22
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://github.com/luci/gae/commit/6caae3281b2245a2a1c2c0ced695ca1ab81605c2

Powered by Google App Engine
This is Rietveld 408576698