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

Issue 2037433002: Add datastore dumper tool. (Closed)

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

Description

Add datastore dumper tool. This allows you to dump the datastore in whole or part, with or without special formatting directives. R=dnj@chromium.org, nodir@chromium.org BUG= Committed: https://github.com/luci/gae/commit/062a32372e8f6159980129438a7ff15b5509ddc2

Patch Set 1 #

Patch Set 2 : don't need pointer #

Patch Set 3 : scope #

Total comments: 6

Patch Set 4 : test and nits #

Total comments: 1

Patch Set 5 : fix err #

Patch Set 6 : fix copyright #

Unified diffs Side-by-side diffs Delta from patch set Stats (+245 lines, -0 lines) Patch
A service/datastore/dumper/dumper.go View 1 2 3 4 5 1 chunk +151 lines, -0 lines 0 comments Download
A service/datastore/dumper/dumper_example_test.go View 1 2 3 4 5 1 chunk +83 lines, -0 lines 0 comments Download
M service/datastore/properties.go View 1 chunk +11 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (7 generated)
iannucci
4 years, 6 months ago (2016-06-02 01:11:46 UTC) #1
dnj (Google)
https://codereview.chromium.org/2037433002/diff/40001/service/datastore/dumper/dumper.go File service/datastore/dumper/dumper.go (right): https://codereview.chromium.org/2037433002/diff/40001/service/datastore/dumper/dumper.go#newcode82 service/datastore/dumper/dumper.go:82: prnt := func(format string, args ...interface{}) bool { I ...
4 years, 6 months ago (2016-06-02 03:55:58 UTC) #3
iannucci
add test and fix nit, PTAL https://chromiumcodereview.appspot.com/2037433002/diff/40001/service/datastore/dumper/dumper.go File service/datastore/dumper/dumper.go (right): https://chromiumcodereview.appspot.com/2037433002/diff/40001/service/datastore/dumper/dumper.go#newcode110 service/datastore/dumper/dumper.go:110: return datastore.Stop On ...
4 years, 6 months ago (2016-06-02 22:59:45 UTC) #4
dnj
lgtm, have comment, up to you. https://chromiumcodereview.appspot.com/2037433002/diff/40001/service/datastore/dumper/dumper.go File service/datastore/dumper/dumper.go (right): https://chromiumcodereview.appspot.com/2037433002/diff/40001/service/datastore/dumper/dumper.go#newcode110 service/datastore/dumper/dumper.go:110: return datastore.Stop On ...
4 years, 6 months ago (2016-06-06 14:01:38 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2037433002/80001
4 years, 6 months ago (2016-06-11 02:18:19 UTC) #8
iannucci
On 2016/06/06 14:01:38, dnj wrote: > lgtm, have comment, up to you. > > https://chromiumcodereview.appspot.com/2037433002/diff/40001/service/datastore/dumper/dumper.go ...
4 years, 6 months ago (2016-06-11 02:18:40 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/123)
4 years, 6 months ago (2016-06-11 02:28:49 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2037433002/100001
4 years, 6 months ago (2016-06-14 00:05:49 UTC) #14
commit-bot: I haz the power
4 years, 6 months ago (2016-06-14 00:11:09 UTC) #16
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://github.com/luci/gae/commit/062a32372e8f6159980129438a7ff15b5509ddc2

Powered by Google App Engine
This is Rietveld 408576698