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

Issue 1890983004: service/taskqueue: Add NewPOSTTask, remove NewTask (Closed)

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

service/taskqueue: Add NewPOSTTask, remove NewTask Add NewPOSTTask, which mirrors the method of the same name in AppEngine's Go task queue SDK. Remove NewTask from the taskqueue Interface, since it was basically useless. BUG= Committed: https://github.com/luci/gae/commit/1ebcc92d2315f2c524c569f26b95a7e378d56ba9

Patch Set 1 #

Total comments: 4

Patch Set 2 : Zero value. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -130 lines) Patch
M impl/memory/taskqueue_test.go View 1 5 chunks +5 lines, -5 lines 0 comments Download
M service/taskqueue/interface.go View 1 chunk +0 lines, -5 lines 0 comments Download
A + service/taskqueue/task.go View 2 chunks +13 lines, -19 lines 0 comments Download
M service/taskqueue/taskqueue.go View 1 chunk +0 lines, -4 lines 0 comments Download
M service/taskqueue/types.go View 2 chunks +0 lines, -97 lines 0 comments Download

Messages

Total messages: 10 (3 generated)
dnj
PTAL, forgot to send this earlier!
4 years, 8 months ago (2016-04-16 01:16:57 UTC) #2
iannucci
https://chromiumcodereview.appspot.com/1890983004/diff/1/impl/memory/taskqueue_test.go File impl/memory/taskqueue_test.go (right): https://chromiumcodereview.appspot.com/1890983004/diff/1/impl/memory/taskqueue_test.go#newcode69 impl/memory/taskqueue_test.go:69: t := &tqS.Task{Path: ""} Task{} https://chromiumcodereview.appspot.com/1890983004/diff/1/service/taskqueue/types.go File service/taskqueue/types.go (left): ...
4 years, 8 months ago (2016-04-16 01:26:43 UTC) #3
dnj
https://chromiumcodereview.appspot.com/1890983004/diff/1/impl/memory/taskqueue_test.go File impl/memory/taskqueue_test.go (right): https://chromiumcodereview.appspot.com/1890983004/diff/1/impl/memory/taskqueue_test.go#newcode69 impl/memory/taskqueue_test.go:69: t := &tqS.Task{Path: ""} On 2016/04/16 01:26:43, iannucci wrote: ...
4 years, 8 months ago (2016-04-16 01:50:27 UTC) #4
dnj
(Pang)
4 years, 8 months ago (2016-04-18 16:43:27 UTC) #5
iannucci
lgtm
4 years, 8 months ago (2016-04-18 22:07:46 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1890983004/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1890983004/20001
4 years, 8 months ago (2016-04-18 23:16:05 UTC) #8
commit-bot: I haz the power
4 years, 8 months ago (2016-04-18 23:21:42 UTC) #10
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://github.com/luci/gae/commit/1ebcc92d2315f2c524c569f26b95a7e378d56ba9

Powered by Google App Engine
This is Rietveld 408576698