Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(41)

Issue 6300058: code review 6300058: misc/dashboard/app: fix build failure notifications (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 1 month ago by adg
Modified:
13 years, 1 month ago
Reviewers:
CC:
golang-dev, bradfitz, dsymonds
Visibility:
Public.

Description

misc/dashboard/app: fix build failure notifications The datastore.Query methods once mutated the Query value, but now they return a derivative query, so the Hash= and ParentHash= filters were not being applied.

Patch Set 1 #

Patch Set 2 : diff -r 22db789e57e5 https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M misc/dashboard/app/build/notify.go View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 4
adg
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go
13 years, 1 month ago (2012-06-06 23:22:54 UTC) #1
bradfitz
LGTM On Wed, Jun 6, 2012 at 4:22 PM, <adg@golang.org> wrote: > Reviewers: golang-dev_googlegroups.com, > ...
13 years, 1 month ago (2012-06-06 23:25:26 UTC) #2
dsymonds
LGTM
13 years, 1 month ago (2012-06-06 23:27:05 UTC) #3
adg
13 years, 1 month ago (2012-06-06 23:27:49 UTC) #4
*** Submitted as http://code.google.com/p/go/source/detail?r=ff2e12aef85e ***

      misc/dashboard/app: fix build failure notifications

The datastore.Query methods once mutated the Query value, but now they return
a derivative query, so the Hash= and ParentHash= filters were not being
applied.

R=golang-dev, bradfitz, dsymonds
CC=golang-dev
http://codereview.appspot.com/6300058
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b