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

Issue 103800044: code review 103800044: dashboard: support building patches

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years ago by cmang
Modified:
11 years, 6 months ago
Reviewers:
CC:
adg, bradfitz, golang-codereviews
Visibility:
Public.

Description

dashboard: support building patches

Patch Set 1 #

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

Patch Set 3 : diff -r dda9e1efc175 https://code.google.com/p/go.tools #

Patch Set 4 : diff -r dda9e1efc175 https://code.google.com/p/go.tools #

Patch Set 5 : diff -r dda9e1efc175 https://code.google.com/p/go.tools #

Total comments: 34

Patch Set 6 : diff -r dda9e1efc1750ba5c628ac64ceffe195a93a42d7 https://code.google.com/p/go.tools #

Patch Set 7 : diff -r dda9e1efc1750ba5c628ac64ceffe195a93a42d7 https://code.google.com/p/go.tools #

Total comments: 10

Patch Set 8 : diff -r 21d2b384b23da61196141d130086008a507c6695 https://code.google.com/p/go.tools #

Patch Set 9 : diff -r 21d2b384b23da61196141d130086008a507c6695 https://code.google.com/p/go.tools #

Patch Set 10 : diff -r 21d2b384b23da61196141d130086008a507c6695 https://code.google.com/p/go.tools #

Unified diffs Side-by-side diffs Delta from patch set Stats (+605 lines, -14 lines) Patch
M dashboard/app/app.yaml View 1 1 chunk +1 line, -1 line 0 comments Download
M dashboard/app/build/build.go View 1 2 3 4 5 1 chunk +54 lines, -0 lines 0 comments Download
M dashboard/app/build/handler.go View 1 2 3 4 5 6 7 8 9 10 chunks +186 lines, -9 lines 0 comments Download
A dashboard/app/build/patch_info.go View 1 2 3 1 chunk +130 lines, -0 lines 0 comments Download
A dashboard/app/build/patch_info.html View 1 2 3 1 chunk +137 lines, -0 lines 0 comments Download
M dashboard/app/build/perf_changes.html View 1 1 chunk +1 line, -0 lines 0 comments Download
M dashboard/app/build/ui.go View 1 2 3 4 5 6 7 2 chunks +3 lines, -0 lines 0 comments Download
M dashboard/app/build/ui.html View 1 1 chunk +1 line, -0 lines 0 comments Download
M dashboard/builder/env.go View 1 2 3 4 5 6 7 4 chunks +41 lines, -0 lines 0 comments Download
M dashboard/builder/exec.go View 1 2 3 4 5 6 7 2 chunks +18 lines, -0 lines 0 comments Download
M dashboard/builder/http.go View 1 2 3 4 5 2 chunks +26 lines, -0 lines 0 comments Download
M dashboard/builder/main.go View 1 2 3 4 5 6 7 5 chunks +7 lines, -4 lines 0 comments Download

Messages

Total messages: 13
cmang
Hello adg@golang.org (cc: golang-codereviews@googlegroups.com, rsc@golang.org), I'd like you to review this change to https://code.google.com/p/go.tools
12 years ago (2014-06-03 01:54:42 UTC) #1
adg
FYI: I'll be able to review this late next week at the earliest.
12 years ago (2014-06-03 04:51:57 UTC) #2
rsc
Andrew, can we get this in please?
11 years, 10 months ago (2014-08-24 02:54:36 UTC) #3
adg
I'm not crazy about overloading the meaning of Commit.Hash Can we just add a new ...
11 years, 10 months ago (2014-08-25 02:11:32 UTC) #4
cmang
I'm not too attached to overriding the commit hash, either. It seemed like the easiest ...
11 years, 10 months ago (2014-08-27 22:00:05 UTC) #5
adg
You need to "hg mail" or "hg upload" the changes.
11 years, 10 months ago (2014-08-28 23:59:20 UTC) #6
adg
https://codereview.appspot.com/103800044/diff/80001/dashboard/app/build/build.go File dashboard/app/build/build.go (right): https://codereview.appspot.com/103800044/diff/80001/dashboard/app/build/build.go#newcode104 dashboard/app/build/build.go:104: PatchAttempt bool Rename it back to TryPatch; we can't ...
11 years, 10 months ago (2014-08-29 00:05:50 UTC) #7
cmang
https://codereview.appspot.com/103800044/diff/80001/dashboard/app/build/build.go File dashboard/app/build/build.go (right): https://codereview.appspot.com/103800044/diff/80001/dashboard/app/build/build.go#newcode104 dashboard/app/build/build.go:104: PatchAttempt bool On 2014/08/29 00:05:49, adg wrote: > Rename ...
11 years, 10 months ago (2014-08-29 00:33:03 UTC) #8
adg
I would like Brad to take a look at this to see how it might ...
11 years, 10 months ago (2014-09-04 01:53:25 UTC) #9
cmang
Also, I didn't know about the taskqueue API beforehand, but it seems like we could ...
11 years, 10 months ago (2014-09-04 18:05:21 UTC) #10
bradfitz
https://codereview.appspot.com/103800044/diff/120001/dashboard/app/build/handler.go File dashboard/app/build/handler.go (right): https://codereview.appspot.com/103800044/diff/120001/dashboard/app/build/handler.go#newcode172 dashboard/app/build/handler.go:172: Data interface{} list the types for each of these ...
11 years, 10 months ago (2014-09-05 01:57:53 UTC) #11
cmang
https://codereview.appspot.com/103800044/diff/120001/dashboard/app/build/handler.go File dashboard/app/build/handler.go (right): https://codereview.appspot.com/103800044/diff/120001/dashboard/app/build/handler.go#newcode172 dashboard/app/build/handler.go:172: Data interface{} On 2014/09/05 01:57:53, bradfitz wrote: > list ...
11 years, 9 months ago (2014-09-05 21:56:31 UTC) #12
gobot
11 years, 6 months ago (2014-12-19 05:08:38 UTC) #13
R=close

To the author of this CL:

The Go project has moved to Gerrit Code Review.

If this CL should be continued, please see the latest version of
https://golang.org/doc/contribute.html for instructions on
how to set up Git and the Go project's Gerrit codereview plugin,
and then create a new change with your current code.

If there has been discussion on this CL, please give a link to it
(golang.org/cl/103800044 is best) in the description in your
new CL.

Thanks very much.
Sign in to reply to this message.

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