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

Issue 1494223002: Add API to allow you to get the non-transactional datastore or taskqueue. (Closed)

Created:
5 years ago by iannucci
Modified:
5 years ago
Reviewers:
dnj, Vadim Sh., estaab
CC:
chromium-reviews, infra-reviews+luci-gae_chromium.org
Base URL:
https://github.com/luci/gae.git@master
Target Ref:
refs/heads/master
Project:
luci-gae
Visibility:
Public.

Description

Add API to allow you to get the non-transactional datastore or taskqueue. R=dnj@chromium.org, estaab@chromium.org, vadimsh@chromium.org BUG= Committed: https://github.com/luci/gae/commit/da451b882a62b7fab2f6643c9f1c3e28c89b9680

Patch Set 1 #

Total comments: 5

Patch Set 2 : fix doc and naming #

Unified diffs Side-by-side diffs Delta from patch set Stats (+218 lines, -88 lines) Patch
M impl/memory/context.go View 3 chunks +40 lines, -30 lines 0 comments Download
M impl/memory/datastore.go View 1 chunk +16 lines, -3 lines 0 comments Download
M impl/memory/datastore_test.go View 4 chunks +12 lines, -12 lines 0 comments Download
M impl/memory/taskqueue.go View 1 chunk +12 lines, -12 lines 0 comments Download
M impl/memory/taskqueue_test.go View 1 chunk +10 lines, -0 lines 0 comments Download
M impl/prod/context.go View 1 4 chunks +16 lines, -2 lines 0 comments Download
M impl/prod/everything_test.go View 1 chunk +23 lines, -0 lines 0 comments Download
M impl/prod/raw_datastore.go View 1 2 chunks +14 lines, -4 lines 0 comments Download
M impl/prod/taskqueue.go View 1 1 chunk +5 lines, -2 lines 0 comments Download
M service/datastore/context.go View 5 chunks +36 lines, -8 lines 0 comments Download
M service/datastore/datastore_test.go View 1 chunk +1 line, -1 line 0 comments Download
M service/taskqueue/context.go View 4 chunks +33 lines, -8 lines 0 comments Download
M service/taskqueue/taskqueue.go View 2 chunks +0 lines, -6 lines 0 comments Download

Messages

Total messages: 15 (3 generated)
iannucci
5 years ago (2015-12-03 17:15:29 UTC) #1
iannucci
On 2015/12/03 at 17:15:29, iannucci wrote: > ping :)
5 years ago (2015-12-04 03:09:53 UTC) #2
Vadim Sh.
i don't fully understand it, but lgtm if it works https://codereview.chromium.org/1494223002/diff/1/impl/prod/context.go File impl/prod/context.go (right): https://codereview.chromium.org/1494223002/diff/1/impl/prod/context.go#newcode28 ...
5 years ago (2015-12-04 03:22:04 UTC) #3
iannucci
On 2015/12/04 at 03:22:04, vadimsh wrote: > i don't fully understand it, but lgtm if ...
5 years ago (2015-12-04 03:23:22 UTC) #4
Vadim Sh.
On 2015/12/04 03:23:22, iannucci wrote: > On 2015/12/04 at 03:22:04, vadimsh wrote: > > i ...
5 years ago (2015-12-04 03:33:08 UTC) #5
iannucci
https://codereview.chromium.org/1494223002/diff/1/impl/memory/context.go File impl/memory/context.go (right): https://codereview.chromium.org/1494223002/diff/1/impl/memory/context.go#newcode28 impl/memory/context.go:28: var _ memContextObj = (*memContext)(nil) changed to a pointer ...
5 years ago (2015-12-04 03:35:10 UTC) #6
iannucci
(it helps when you publish the comments >_<)
5 years ago (2015-12-04 03:35:21 UTC) #7
Vadim Sh.
On 2015/12/04 03:35:21, iannucci wrote: > (it helps when you publish the comments >_<) My ...
5 years ago (2015-12-04 03:37:57 UTC) #8
iannucci
On 2015/12/04 at 03:37:57, vadimsh wrote: > On 2015/12/04 03:35:21, iannucci wrote: > > (it ...
5 years ago (2015-12-04 03:48:48 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1494223002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1494223002/20001
5 years ago (2015-12-04 03:49:55 UTC) #12
iannucci
If others are interested in this, feel free to take a look, but we all ...
5 years ago (2015-12-04 03:50:38 UTC) #13
commit-bot: I haz the power
5 years ago (2015-12-04 03:52:41 UTC) #15
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://github.com/luci/gae/commit/da451b882a62b7fab2f6643c9f1c3e28c89b9680

Powered by Google App Engine
This is Rietveld 408576698