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

Issue 1892343002: Add __namespace__ metadata query support to impl/memory. (Closed)

Created:
4 years, 8 months ago by iannucci
Modified:
4 years, 8 months ago
Reviewers:
dnj
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

Patch Set 1 #

Total comments: 3

Patch Set 2 : Add comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+97 lines, -4 lines) Patch
M impl/memory/datastore_query_execution.go View 1 3 chunks +60 lines, -0 lines 0 comments Download
M impl/memory/datastore_query_execution_test.go View 4 chunks +32 lines, -4 lines 0 comments Download
M service/datastore/query.go View 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (5 generated)
iannucci
4 years, 8 months ago (2016-04-15 23:44:53 UTC) #1
iannucci
https://chromiumcodereview.appspot.com/1892343002/diff/1/service/datastore/query.go File service/datastore/query.go (right): https://chromiumcodereview.appspot.com/1892343002/diff/1/service/datastore/query.go#newcode576 service/datastore/query.go:576: } This fixes a bug where doing: q = ...
4 years, 8 months ago (2016-04-15 23:47:48 UTC) #2
dnj
lgtm https://chromiumcodereview.appspot.com/1892343002/diff/1/impl/memory/datastore_query_execution.go File impl/memory/datastore_query_execution.go (right): https://chromiumcodereview.appspot.com/1892343002/diff/1/impl/memory/datastore_query_execution.go#newcode223 impl/memory/datastore_query_execution.go:223: if ns == "" { WDYT about adding ...
4 years, 8 months ago (2016-04-16 00:18:26 UTC) #5
dnj
Actually, want to put a helper function in service/datastore: func GetNamespaces(c context.Context) ([]string, error) Since ...
4 years, 8 months ago (2016-04-16 00:19:13 UTC) #6
iannucci
On 2016/04/16 at 00:19:13, dnj wrote: > Actually, want to put a helper function in ...
4 years, 8 months ago (2016-04-16 00:49:07 UTC) #7
iannucci
https://codereview.chromium.org/1892343002/diff/1/impl/memory/datastore_query_execution.go File impl/memory/datastore_query_execution.go (right): https://codereview.chromium.org/1892343002/diff/1/impl/memory/datastore_query_execution.go#newcode223 impl/memory/datastore_query_execution.go:223: if ns == "" { On 2016/04/16 at 00:18:26, ...
4 years, 8 months ago (2016-04-16 00:51:52 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1892343002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1892343002/20001
4 years, 8 months ago (2016-04-16 00:52:03 UTC) #11
commit-bot: I haz the power
4 years, 8 months ago (2016-04-16 00:57:21 UTC) #13
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://github.com/luci/gae/commit/5c6b98bf518b449a30ea8d5488cc1cfc56087bab

Powered by Google App Engine
This is Rietveld 408576698