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

Issue 367173002: add urlSchemaVersion to rebaseline_server link on buildbot console page (Closed)

Created:
6 years, 5 months ago by epoger
Modified:
6 years, 5 months ago
Reviewers:
borenet, rmistry
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/buildbot.git@master
Visibility:
Public.

Description

add urlSchemaVersion to rebaseline_server link on buildbot console page I added a "urlSchemaVersion" parameter to the rebaseline_server URL in https://codereview.chromium.org/368933002/ ('rebaseline_server: add urlSchemaVersion parameter'). For now, the version number is 0 anyway, so users don't get a warning when they click on the link on the console page. But once that version number is increased, users will get a warning message. Until this fix goes in.

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M master/templates/layout.html View 1 chunk +1 line, -1 line 2 comments Download

Messages

Total messages: 7 (0 generated)
epoger
First LG wins. https://codereview.chromium.org/367173002/diff/1/master/templates/layout.html File master/templates/layout.html (right): https://codereview.chromium.org/367173002/diff/1/master/templates/layout.html#newcode684 master/templates/layout.html:684: <div style="float:right; width: 195px;"><ul style="margin: 0px ...
6 years, 5 months ago (2014-07-02 21:15:12 UTC) #1
borenet
https://codereview.chromium.org/367173002/diff/1/master/templates/layout.html File master/templates/layout.html (right): https://codereview.chromium.org/367173002/diff/1/master/templates/layout.html#newcode684 master/templates/layout.html:684: <div style="float:right; width: 195px;"><ul style="margin: 0px 0px 0px 25px; ...
6 years, 5 months ago (2014-07-02 21:24:35 UTC) #2
epoger
On 2014/07/02 21:24:35, borenet wrote: > https://codereview.chromium.org/367173002/diff/1/master/templates/layout.html > File master/templates/layout.html (right): > > https://codereview.chromium.org/367173002/diff/1/master/templates/layout.html#newcode684 > ...
6 years, 5 months ago (2014-07-02 21:29:16 UTC) #3
borenet
On 2014/07/02 21:29:16, epoger wrote: > On 2014/07/02 21:24:35, borenet wrote: > > https://codereview.chromium.org/367173002/diff/1/master/templates/layout.html > ...
6 years, 5 months ago (2014-07-02 22:24:36 UTC) #4
epoger
On 2014/07/02 22:24:36, borenet wrote: > Yeah, I guess that makes sense. It just seems ...
6 years, 5 months ago (2014-07-02 22:27:57 UTC) #5
borenet
On 2014/07/02 22:27:57, epoger wrote: > On 2014/07/02 22:24:36, borenet wrote: > > Yeah, I ...
6 years, 5 months ago (2014-07-02 22:44:59 UTC) #6
epoger
6 years, 5 months ago (2014-07-03 17:52:51 UTC) #7
On 2014/07/02 22:44:59, borenet wrote:
> On 2014/07/02 22:27:57, epoger wrote:
> > On 2014/07/02 22:24:36, borenet wrote:
> > > Yeah, I guess that makes sense.  It just seems like a lot of added
> complexity.
> > 
> > > It makes me wonder whether it's worth doing this over just updating the
> links
> > in
> > > the issue tracker.  I can't imagine there are that many already.  The code
> > LGTM
> > > at any rate.
> > 
> > I really do think it's a judgment call that could go either way, and I would
> > actually like to defer to you on it.  Shall I make "current" the default,
and
> > allow those old links to break?  (That would eliminate the need for this CL
at
> > all; I would have to make a simplifying change to the rebaseline_server code
> > instead.)
> 
> Data point: I searched the issue tracker for
> "http://skia-tree-status.appspot.com/redirect/rebaseline-server" and found
this
> list of 6 bugs, of which one is open and doesn't actually link to a specific
set
> of results:
>
https://code.google.com/p/skia/issues/list?can=1&q=http%3A%2F%2Fskia-tree-sta...
> 
> It's possible that there are other URLs in play (maybe use of a particular IP
> address), but if the cost of doing this means that we have to provide
> "urlSchemaVersion=current" forever after, then my opinion is that we should
just
> update the existing links to use the right parameters (or just let them
break). 
> If it turns out that we have a large number of outdated links, then this is a
> fine approach.

Committed https://codereview.chromium.org/364253003/ ('rebaseline_server: if
urlSchemaVersion is not specified, assume current') , so this is no longer
needed.  Thanks for the help shaping this, Eric.

Powered by Google App Engine
This is Rietveld 408576698