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

Issue 954693002: Store each file as "hash/<sha1>", list of hashes as "meta/@<rev>" and serve them at "serve_file/@<r… (Closed)

Created:
5 years, 10 months ago by dgozman
Modified:
5 years, 10 months ago
CC:
chromium-reviews, pfeldman-cc_chromium.org, mnaganov-cc_chromium.org
Target Ref:
refs/heads/master
Project:
tools
Visibility:
Public.

Description

Store each file as "hash/<sha1>", list of hashes as "meta/@<rev>" and serve them at "serve_file/@<rev>/<file-path>". BUG=459167 R=mnaganov@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=294235

Patch Set 1 #

Total comments: 8

Patch Set 2 : Fixed review comments, added manifest file #

Total comments: 6

Patch Set 3 : Comments addressed #

Patch Set 4 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+76 lines, -19 lines) Patch
M gae/config.py View 2 chunks +9 lines, -1 line 0 comments Download
M gae/main.py View 1 2 1 chunk +55 lines, -17 lines 0 comments Download
M gce/uploader_iteration.sh View 1 2 chunks +12 lines, -1 line 0 comments Download

Messages

Total messages: 11 (1 generated)
dgozman
Could you please take a look?
5 years, 10 months ago (2015-02-24 09:55:11 UTC) #2
mnaganov (inactive)
The idea looks good, but there are some issues with the implementation. Do you plan ...
5 years, 10 months ago (2015-02-24 14:40:32 UTC) #3
dgozman
Added manifest and more caching. PTAL https://codereview.chromium.org/954693002/diff/1/gae/main.py File gae/main.py (right): https://codereview.chromium.org/954693002/diff/1/gae/main.py#newcode26 gae/main.py:26: def get_file_hash(self, meta_content, ...
5 years, 10 months ago (2015-02-25 11:37:14 UTC) #4
mnaganov (inactive)
Thanks! Some minor comments. https://codereview.chromium.org/954693002/diff/20001/gae/main.py File gae/main.py (right): https://codereview.chromium.org/954693002/diff/20001/gae/main.py#newcode36 gae/main.py:36: self.abort(404) Let's just return null ...
5 years, 10 months ago (2015-02-25 12:56:35 UTC) #5
dgozman
PTAL https://codereview.chromium.org/954693002/diff/20001/gae/main.py File gae/main.py (right): https://codereview.chromium.org/954693002/diff/20001/gae/main.py#newcode36 gae/main.py:36: self.abort(404) On 2015/02/25 12:56:35, mnaganov (cr) wrote: > ...
5 years, 10 months ago (2015-02-25 14:22:09 UTC) #6
mnaganov (inactive)
LGTM, but please let me test this first before committing. I'll let you know when ...
5 years, 10 months ago (2015-02-25 15:33:12 UTC) #7
mnaganov (inactive)
Looks like it works :) Please submit.
5 years, 10 months ago (2015-02-25 17:34:45 UTC) #8
dgozman
Committed patchset #4 (id:60001) manually as 294235 (presubmit successful).
5 years, 10 months ago (2015-02-26 10:38:45 UTC) #9
dgozman
On 2015/02/26 10:38:45, dgozman wrote: > Committed patchset #4 (id:60001) manually as 294235 (presubmit successful). ...
5 years, 10 months ago (2015-02-26 10:39:18 UTC) #10
mnaganov (inactive)
5 years, 10 months ago (2015-02-26 12:50:53 UTC) #11
Message was sent while issue was closed.
On 2015/02/26 10:39:18, dgozman wrote:
> On 2015/02/26 10:38:45, dgozman wrote:
> > Committed patchset #4 (id:60001) manually as 294235 (presubmit successful).
> 
> Could you please deploy the changes?

Done. 190912 was the first revision uploaded using the new GCE script. You can
now try
https://chrome-devtools-frontend.appspot.com/serve_file/@190912/inspector.html

Powered by Google App Engine
This is Rietveld 408576698