Keyboard Shortcuts

File
u :up to issue
m :publish + mail comments
M :edit review message
j / k :jump to file after / before current file
J / K :jump to next file with a comment after / before current file
Side-by-side diff
i :toggle intra-line diffs
e :expand all comments
c :collapse all comments
s :toggle showing all comments
n / p :next / previous diff chunk or comment
N / P :next / previous comment
<Up> / <Down> :next / previous line
<Enter> :respond to / edit current comment
d :mark current comment as done
Issue
u :up to list of issues
m :publish + mail comments
j / k :jump to patch after / before current patch
o / <Enter> :open current patch in side-by-side view
i :open current patch in unified diff view
Issue List
j / k :jump to issue after / before current issue
o / <Enter> :open current issue
# : close issue
Comment/message editing
<Ctrl> + s or <Ctrl> + Enter :save comment
<Esc> :cancel edit
Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(12)
Issues Repositories Search
Open Issues | Closed Issues | All Issues | Sign in with your Google Account to create issues and add comments

Issue 166190043: code review 166190043: lib/codereview: testing mode on a remote Rietveld instance

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 2 months ago by jfrederich
Modified:
11 years ago
Reviewers:
CC:
rsc, minux, golang-codereviews
Visibility:
Public.
lib/codereview: testing mode on a remote Rietveld instance With the coderiew extension testing mode is it possible to test the extension with a local Rietveld instance, which is running using the App Engine SDK. With the CL is it possible to use the testing mode on a remote Rietveld instance too.

Patch Set 1 #

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

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

Created: 11 years, 2 months ago
Download [raw] [tar.bz2]
Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -5 lines) Patch
M lib/codereview/codereview.py View 1 7 chunks +10 lines, -5 lines 0 comments Download
Total messages: 7
|
jfrederich
Hello rsc@golang.org, minux@golang.org (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
11 years, 2 months ago (2014年11月05日 22:17:34 UTC) #1
Hello rsc@golang.org, minux@golang.org (cc:
golang-codereviews@googlegroups.com),
I'd like you to review this change to
https://code.google.com/p/go 
Sign in to reply to this message.
minux
why test with a remote rietveld instance? i think we're not supposed to test against ...
11 years, 2 months ago (2014年11月05日 23:01:41 UTC) #2
why test with a remote rietveld instance?
i think we're not supposed to test against the production rietveld.
Sign in to reply to this message.
jfrederich
On Nov 6, 2014 12:01 AM, "minux" <minux@golang.org> wrote: > > why test with a ...
11 years, 2 months ago (2014年11月05日 23:52:53 UTC) #3
On Nov 6, 2014 12:01 AM, "minux" <minux@golang.org> wrote:
>
> why test with a remote rietveld instance?
At the moment the test suite, test.sh, fails with some HTTP 500 errors. But
only on a local Rieveld instance. To proof my suspicion I run it against a
remote instance. That's why.
>
> i think we're not supposed to test against the production rietveld.
I don't run my tests against the production server. I created my own remote
testing instance (https://jfrederich-codereview.appspot.com).
Jens
Sign in to reply to this message.
rsc
This patch seems too complex. As far as I can tell the only thing you ...
11 years, 2 months ago (2014年11月06日 00:58:56 UTC) #4
This patch seems too complex. As far as I can tell the only thing you
really need is not to try to use test@example.com. I don't see why tests
can't keep using http instead of https. In any event, please wait until
December. I'd rather not commit anything to the repo right now.
Russ
Sign in to reply to this message.
jfrederich
On Thu, Nov 6, 2014 at 1:58 AM, Russ Cox <rsc@golang.org> wrote: > This patch ...
11 years, 2 months ago (2014年11月06日 17:48:45 UTC) #5
On Thu, Nov 6, 2014 at 1:58 AM, Russ Cox <rsc@golang.org> wrote:
> This patch seems too complex. As far as I can tell the only thing you really
> need is not to try to use test@example.com. I don't see why tests can't keep
> using http instead of https. In any event, please wait until December. I'd
> rather not commit anything to the repo right now.
Complex, maybe. For the remote setup I used the standard App Engine and
standard Rietveld settings. The instance use per default https. So
that's the reason for the CL. I want to replace https with http only
on a local Rietveld instance.
remote testing mode:
 - disable remote.find("://") check
local testing mode:
 - disable remote.find("://") check
 - use test@example.com
 - replace https with http
Okay, I'll wait until December.
Jens
Sign in to reply to this message.
rsc
On Thu, Nov 6, 2014 at 12:48 PM, Jens Frederich <jfrederich@gmail.com> wrote: > On Thu, ...
11 years, 1 month ago (2014年11月21日 20:05:23 UTC) #6
On Thu, Nov 6, 2014 at 12:48 PM, Jens Frederich <jfrederich@gmail.com>
wrote:
> On Thu, Nov 6, 2014 at 1:58 AM, Russ Cox <rsc@golang.org> wrote:
> > This patch seems too complex. As far as I can tell the only thing you
> really
> > need is not to try to use test@example.com. I don't see why tests can't
> keep
> > using http instead of https. In any event, please wait until December.
> I'd
> > rather not commit anything to the repo right now.
>
I'm sorry I couldn't say this at the time.
In December I'm going to delete lib/codereview/codereview.py. You are of
course welcome to keep using it, but we won't be taking any more patches to
it. It is what it is, and it won't be for long.
https://groups.google.com/forum/#!topic/golang-dev/sckirqOWepg
Thanks.
Russ
Sign in to reply to this message.
gobot
R=close To the author of this CL: The Go project has moved to Gerrit Code ...
11 years ago (2014年12月19日 05:15:08 UTC) #7
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/166190043 is best) in the description in your
new CL.
Thanks very much.
Sign in to reply to this message.
|
Powered by Google App Engine
This is Rietveld f62528b

AltStyle によって変換されたページ (->オリジナル) /