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

Issue 1917513002: Add meta package to datastore. (Closed)

Created:
4 years, 8 months ago by dnj
Modified:
4 years, 7 months ago
Reviewers:
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 meta package to datastore. Add the service/datastore/meta package, which currently implements: - __entity_group__ meta. - Namespaces, which lists all datastore namespaces. Fixes luci/gae#45. R=iannucci@chromium.org BUG= Committed: https://github.com/luci/gae/commit/30cbeef9bced0f8dfcdbd1ed27faccc3ccced9a6

Patch Set 1 #

Total comments: 6

Patch Set 2 : Use callback interface, add namespace collector. #

Total comments: 4

Patch Set 3 : Updated w/ comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+244 lines, -0 lines) Patch
A service/datastore/meta/doc.go View 1 chunk +10 lines, -0 lines 0 comments Download
A service/datastore/meta/eg.go View 1 chunk +37 lines, -0 lines 0 comments Download
A service/datastore/meta/eg_test.go View 1 chunk +53 lines, -0 lines 0 comments Download
A service/datastore/meta/namespaces.go View 1 2 1 chunk +73 lines, -0 lines 0 comments Download
A service/datastore/meta/namespaces_test.go View 1 2 1 chunk +71 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (4 generated)
dnj
4 years, 8 months ago (2016-04-22 19:37:08 UTC) #1
dnj
https://chromiumcodereview.appspot.com/1917513002/diff/1/service/datastore/meta/eg.go File service/datastore/meta/eg.go (right): https://chromiumcodereview.appspot.com/1917513002/diff/1/service/datastore/meta/eg.go#newcode15 service/datastore/meta/eg.go:15: type EntityGroupMeta struct { (This is verbatim transplant from ...
4 years, 8 months ago (2016-04-23 02:17:10 UTC) #2
iannucci
generally lg, though please mention luci/gae#45 in the commit message too. https://chromiumcodereview.appspot.com/1917513002/diff/1/service/datastore/meta/namespaces.go File service/datastore/meta/namespaces.go (right): ...
4 years, 8 months ago (2016-04-23 19:15:21 UTC) #3
dnj
https://chromiumcodereview.appspot.com/1917513002/diff/1/service/datastore/meta/namespaces.go File service/datastore/meta/namespaces.go (right): https://chromiumcodereview.appspot.com/1917513002/diff/1/service/datastore/meta/namespaces.go#newcode19 service/datastore/meta/namespaces.go:19: func Namespaces(c context.Context) ([]string, error) { On 2016/04/23 19:15:21, ...
4 years, 8 months ago (2016-04-24 00:08:38 UTC) #4
iannucci
On 2016/04/24 00:08:38, dnj wrote: > https://chromiumcodereview.appspot.com/1917513002/diff/1/service/datastore/meta/namespaces.go > File service/datastore/meta/namespaces.go (right): > > https://chromiumcodereview.appspot.com/1917513002/diff/1/service/datastore/meta/namespaces.go#newcode19 > ...
4 years, 7 months ago (2016-04-25 08:04:54 UTC) #5
iannucci
lgtm, though please mention that this fixes luci/gae#45 in the commit message. https://chromiumcodereview.appspot.com/1917513002/diff/20001/service/datastore/meta/namespaces.go File service/datastore/meta/namespaces.go ...
4 years, 7 months ago (2016-04-25 08:05:27 UTC) #6
dnj
https://chromiumcodereview.appspot.com/1917513002/diff/20001/service/datastore/meta/namespaces.go File service/datastore/meta/namespaces.go (right): https://chromiumcodereview.appspot.com/1917513002/diff/20001/service/datastore/meta/namespaces.go#newcode26 service/datastore/meta/namespaces.go:26: // - The empty namespace will have integer ID ...
4 years, 7 months ago (2016-04-25 15:24:17 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1917513002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1917513002/40001
4 years, 7 months ago (2016-04-25 15:24:33 UTC) #11
commit-bot: I haz the power
4 years, 7 months ago (2016-04-25 15:26:47 UTC) #13
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://github.com/luci/gae/commit/30cbeef9bced0f8dfcdbd1ed27faccc3ccced9a6

Powered by Google App Engine
This is Rietveld 408576698