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

Issue 4592059: code review 4592059: misc/godashboard: Allow github.com/foo/bar/baz for repo... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 11 months ago by mattn
Modified:
13 years, 11 months ago
Reviewers:
CC:
golang-dev_googlecode.com, adg, rsc, golang-dev
Visibility:
Public.

Description

misc/godashboard: Accept sub-directories for goinstall's report. Fixed issue 1155.

Patch Set 1 #

Patch Set 2 : diff -r 7b38953d921c http://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 7b38953d921c http://go.googlecode.com/hg/ #

Patch Set 4 : diff -r 655a4be3968f http://go.googlecode.com/hg/ #

Total comments: 2

Patch Set 5 : diff -r 4d789ab9a41d http://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -5 lines) Patch
M misc/dashboard/godashboard/package.py View 1 2 chunks +4 lines, -5 lines 0 comments Download

Messages

Total messages: 11
mattn
Hello golang-dev@googlecode.com, adg@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to http://go.googlecode.com/hg/
13 years, 11 months ago (2011-06-15 07:11:17 UTC) #1
rsc
I don't believe this is the right fix. This only affects what the dashboard accepts, ...
13 years, 11 months ago (2011-06-15 12:53:28 UTC) #2
adg
Agree with Russ. There's a more complete fix here and it involves both goinstall and ...
13 years, 11 months ago (2011-06-15 23:00:54 UTC) #3
mattn
On 2011/06/15 23:00:54, adg wrote: > Agree with Russ. There's a more complete fix here ...
13 years, 11 months ago (2011-06-16 04:19:06 UTC) #4
adg
Looks better http://codereview.appspot.com/4592059/diff/9001/misc/dashboard/godashboard/package.py File misc/dashboard/godashboard/package.py (right): http://codereview.appspot.com/4592059/diff/9001/misc/dashboard/godashboard/package.py#newcode58 misc/dashboard/godashboard/package.py:58: check_url = 'https://raw.github.com/' + m.group(1) + '/' ...
13 years, 11 months ago (2011-06-16 05:44:50 UTC) #5
mattn
http://codereview.appspot.com/4592059/diff/9001/misc/dashboard/godashboard/package.py File misc/dashboard/godashboard/package.py (right): http://codereview.appspot.com/4592059/diff/9001/misc/dashboard/godashboard/package.py#newcode58 misc/dashboard/godashboard/package.py:58: check_url = 'https://raw.github.com/' + m.group(1) + '/' + m.group(2) ...
13 years, 11 months ago (2011-06-16 06:42:29 UTC) #6
adg
LGTM But I'll just make the dashboard change, as the change to download.go will be ...
13 years, 11 months ago (2011-06-20 01:07:37 UTC) #7
mattn
On 2011/06/20 01:07:37, adg wrote: > LGTM > > But I'll just make the dashboard ...
13 years, 11 months ago (2011-06-20 01:40:42 UTC) #8
adg
On 2011/06/20 01:40:42, mattn wrote: > On 2011/06/20 01:07:37, adg wrote: > > LGTM > ...
13 years, 11 months ago (2011-06-20 01:45:11 UTC) #9
mattn
On 2011/06/20 01:45:11, adg wrote: > On 2011/06/20 01:40:42, mattn wrote: > > On 2011/06/20 ...
13 years, 11 months ago (2011-06-20 01:52:07 UTC) #10
adg
13 years, 11 months ago (2011-06-20 04:46:40 UTC) #11
*** Submitted as http://code.google.com/p/go/source/detail?r=f06c1012f3a2 ***

misc/godashboard: Accept sub-directories for goinstall's report.
Fixed issue 1155.

R=golang-dev, adg, rsc
CC=golang-dev
http://codereview.appspot.com/4592059

Committer: Andrew Gerrand <adg@golang.org>
Sign in to reply to this message.

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