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

Issue 1365743002: Refactor serialization helpers from impl/memory -> service/datastore/serialize (Closed)

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

Description

Refactor serialization helpers from impl/memory -> service/datastore/serialize These will be used to aid in joining query results for nested transactions. R=dnj@chromium.org, estaab@chromium.org, maruel@chromium.org, tandrii@chromium.org, vadimsh@chromium.org BUG=533021 Committed: https://github.com/luci/gae/commit/26095c34b14a58c20d8415abd8c358e7d89dc3dd

Patch Set 1 #

Patch Set 2 : rebassseeeee #

Total comments: 8

Patch Set 3 : fix comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+227 lines, -211 lines) Patch
D impl/memory/binary_tools.go View 1 chunk +0 lines, -65 lines 0 comments Download
M impl/memory/datastore_index.go View 5 chunks +7 lines, -56 lines 0 comments Download
M impl/memory/datastore_index_selection.go View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M impl/memory/datastore_index_test.go View 8 chunks +45 lines, -75 lines 0 comments Download
M impl/memory/datastore_query.go View 1 2 2 chunks +24 lines, -2 lines 0 comments Download
M impl/memory/datastore_query_execution.go View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M impl/memory/datastore_query_test.go View 1 2 1 chunk +1 line, -1 line 0 comments Download
M impl/memory/gkvlite_iter.go View 1 2 3 chunks +4 lines, -3 lines 0 comments Download
M impl/memory/gkvlite_iter_test.go View 1 2 3 chunks +3 lines, -2 lines 0 comments Download
A service/datastore/serialize/binary_tools.go View 1 2 1 chunk +43 lines, -0 lines 0 comments Download
M service/datastore/serialize/serialize.go View 2 chunks +53 lines, -0 lines 0 comments Download
M service/datastore/serialize/serialize_test.go View 1 chunk +40 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (3 generated)
iannucci
5 years, 3 months ago (2015-09-23 20:06:04 UTC) #1
iannucci
PTALP
5 years, 3 months ago (2015-09-24 00:01:23 UTC) #3
iannucci
On 2015/09/24 at 00:01:23, iannucci wrote: > PTALP ping
5 years, 3 months ago (2015-09-24 18:31:54 UTC) #4
Vadim Sh.
lgtm with nits https://codereview.chromium.org/1365743002/diff/40001/impl/memory/datastore_index_selection.go File impl/memory/datastore_index_selection.go (right): https://codereview.chromium.org/1365743002/diff/40001/impl/memory/datastore_index_selection.go#newcode18 impl/memory/datastore_index_selection.go:18: var bjoin = serialize.Join why? https://codereview.chromium.org/1365743002/diff/40001/impl/memory/datastore_query.go ...
5 years, 3 months ago (2015-09-24 19:06:14 UTC) #5
iannucci
https://codereview.chromium.org/1365743002/diff/40001/impl/memory/datastore_index_selection.go File impl/memory/datastore_index_selection.go (right): https://codereview.chromium.org/1365743002/diff/40001/impl/memory/datastore_index_selection.go#newcode18 impl/memory/datastore_index_selection.go:18: var bjoin = serialize.Join On 2015/09/24 at 19:06:14, Vadim ...
5 years, 3 months ago (2015-09-24 19:43:41 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1365743002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1365743002/60001
5 years, 3 months ago (2015-09-24 19:44:09 UTC) #9
commit-bot: I haz the power
5 years, 3 months ago (2015-09-24 19:45:28 UTC) #10
Message was sent while issue was closed.
Committed patchset #3 (id:60001) as
https://github.com/luci/gae/commit/26095c34b14a58c20d8415abd8c358e7d89dc3dd

Powered by Google App Engine
This is Rietveld 408576698