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

Issue 1357343002: Add missing AllocateIDs API. (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@master
Target Ref:
refs/heads/master
Project:
luci-gae
Visibility:
Public.

Description

Add missing AllocateIDs API. No idea why I missed it. Tweaked a bit to get rid of some redunant info. R=dnj@chromium.org, estaab@chromium.org, maruel@chromium.org, tandrii@chromium.org, vadimsh@chromium.org BUG= Committed: https://github.com/luci/gae/commit/c8379fc606626b53758fbfbcf361f02a78ebc8b0

Patch Set 1 #

Total comments: 4

Patch Set 2 : add panic #

Unified diffs Side-by-side diffs Delta from patch set Stats (+127 lines, -29 lines) Patch
M filter/count/rds.go View 2 chunks +6 lines, -0 lines 0 comments Download
M filter/featureBreaker/rds.go View 1 chunk +9 lines, -0 lines 0 comments Download
M impl/dummy/dummy.go View 1 chunk +3 lines, -0 lines 0 comments Download
M impl/memory/datastore.go View 2 chunks +10 lines, -0 lines 0 comments Download
M impl/memory/datastore_data.go View 1 3 chunks +43 lines, -19 lines 0 comments Download
M impl/memory/datastore_test.go View 2 chunks +19 lines, -9 lines 0 comments Download
M impl/prod/raw_datastore.go View 1 chunk +10 lines, -0 lines 0 comments Download
M service/datastore/checkfilter.go View 1 chunk +10 lines, -0 lines 0 comments Download
M service/datastore/interface.go View 1 chunk +8 lines, -0 lines 0 comments Download
M service/datastore/raw_interface.go View 1 chunk +9 lines, -1 line 0 comments Download

Dependent Patchsets:

Messages

Total messages: 8 (3 generated)
iannucci
5 years, 3 months ago (2015-09-22 03:34:07 UTC) #1
dnj (Google)
lgtm w/ a few nits https://codereview.chromium.org/1357343002/diff/1/impl/memory/datastore_data.go File impl/memory/datastore_data.go (right): https://codereview.chromium.org/1357343002/diff/1/impl/memory/datastore_data.go#newcode112 impl/memory/datastore_data.go:112: func incrementLocked(ents *memCollection, key ...
5 years, 3 months ago (2015-09-22 06:36:06 UTC) #3
iannucci
https://chromiumcodereview.appspot.com/1357343002/diff/1/impl/memory/datastore_data.go File impl/memory/datastore_data.go (right): https://chromiumcodereview.appspot.com/1357343002/diff/1/impl/memory/datastore_data.go#newcode112 impl/memory/datastore_data.go:112: func incrementLocked(ents *memCollection, key []byte, amt int) int64 { ...
5 years, 3 months ago (2015-09-22 16:41:05 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1357343002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1357343002/20001
5 years, 3 months ago (2015-09-22 16:41:16 UTC) #7
commit-bot: I haz the power
5 years, 3 months ago (2015-09-22 16:43:49 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://github.com/luci/gae/commit/c8379fc606626b53758fbfbcf361f02a78ebc8b0

Powered by Google App Engine
This is Rietveld 408576698