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

Issue 904443003: Support network service apptests in the upload_service script (Closed)

Created:
5 years, 10 months ago by ppi
Modified:
5 years, 10 months ago
Reviewers:
jamesr, blundell
CC:
chromium-reviews, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, darin (slow to review), ben+mojo_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 2

Patch Set 2 : Change to peer paths for network_service and network_service_apptests. #

Total comments: 2

Patch Set 3 : associated services -> associated apps #

Total comments: 6

Patch Set 4 : Address further comments. #

Patch Set 5 : Defer managing relations between apps to the caller. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -27 lines) Patch
M mojo/services/upload_service.py View 1 2 3 4 5 chunks +24 lines, -27 lines 2 comments Download

Messages

Total messages: 31 (5 generated)
ppi
Hi James, ptal.
5 years, 10 months ago (2015-02-04 19:46:35 UTC) #1
jamesr
What is the path component changing from and why?
5 years, 10 months ago (2015-02-04 20:14:39 UTC) #2
ppi
The path used to be: "gs://mojo/SERVICE/VERSION/PLATFORM" The change is to add /BINARY_NAME, so that you ...
5 years, 10 months ago (2015-02-04 20:27:15 UTC) #3
jamesr
What's the distinction between "service" and "binary_name", then? I would think network_service.mojo and network_service_apptests.mojom would ...
5 years, 10 months ago (2015-02-04 20:58:58 UTC) #4
ppi
tal at the code - as it is right now, service is an identifier mapping ...
5 years, 10 months ago (2015-02-04 21:03:15 UTC) #5
ppi
+ Colin, ptal.
5 years, 10 months ago (2015-02-05 09:07:53 UTC) #7
blundell
https://codereview.chromium.org/904443003/diff/1/mojo/services/upload_service.py File mojo/services/upload_service.py (right): https://codereview.chromium.org/904443003/diff/1/mojo/services/upload_service.py#newcode17 mojo/services/upload_service.py:17: SERVICES = [ "html_viewer", "network" ] I suggest changing ...
5 years, 10 months ago (2015-02-05 10:53:56 UTC) #8
ppi
Thanks, Colin, ptal. https://codereview.chromium.org/904443003/diff/1/mojo/services/upload_service.py File mojo/services/upload_service.py (right): https://codereview.chromium.org/904443003/diff/1/mojo/services/upload_service.py#newcode17 mojo/services/upload_service.py:17: SERVICES = [ "html_viewer", "network" ] ...
5 years, 10 months ago (2015-02-05 12:35:06 UTC) #9
blundell
https://codereview.chromium.org/904443003/diff/20001/mojo/services/upload_service.py File mojo/services/upload_service.py (right): https://codereview.chromium.org/904443003/diff/20001/mojo/services/upload_service.py#newcode25 mojo/services/upload_service.py:25: ASSOCIATED_SERVICES = { As discussed offline, I think we ...
5 years, 10 months ago (2015-02-05 12:45:50 UTC) #10
ppi
Thanks, ptal. https://codereview.chromium.org/904443003/diff/20001/mojo/services/upload_service.py File mojo/services/upload_service.py (right): https://codereview.chromium.org/904443003/diff/20001/mojo/services/upload_service.py#newcode25 mojo/services/upload_service.py:25: ASSOCIATED_SERVICES = { On 2015/02/05 12:45:50, blundell ...
5 years, 10 months ago (2015-02-05 12:55:37 UTC) #12
blundell
lgtm You should have the changes to the download script in the Mojo repo ready ...
5 years, 10 months ago (2015-02-05 13:03:22 UTC) #13
ppi
Thanks, Colin. The Mojo side is at https://codereview.chromium.org/879243006/ . James, does this look good now? ...
5 years, 10 months ago (2015-02-05 13:29:07 UTC) #15
ppi
James, could you take a look?
5 years, 10 months ago (2015-02-05 23:00:39 UTC) #16
jamesr
On 2015/02/04 21:03:15, ppi wrote: > tal at the code - as it is right ...
5 years, 10 months ago (2015-02-05 23:41:03 UTC) #17
jamesr
Hmm, the patch description makes it seem like it's not in the URL scheme at ...
5 years, 10 months ago (2015-02-05 23:42:31 UTC) #18
ppi
As you and Colin suggested, network_service and network_service_apptests are now peers in the url hierarchy. ...
5 years, 10 months ago (2015-02-05 23:52:21 UTC) #19
jamesr
On 2015/02/05 23:52:21, ppi wrote: > As you and Colin suggested, network_service and network_service_apptests are ...
5 years, 10 months ago (2015-02-06 00:18:03 UTC) #20
blundell
On 2015/02/06 00:18:03, jamesr wrote: > On 2015/02/05 23:52:21, ppi wrote: > > As you ...
5 years, 10 months ago (2015-02-06 09:48:07 UTC) #21
ppi
As Colin said, my motivation was to provide this sanitization of uploading the service and ...
5 years, 10 months ago (2015-02-06 12:46:32 UTC) #23
blundell
lgtm https://codereview.chromium.org/904443003/diff/120001/mojo/services/upload_service.py File mojo/services/upload_service.py (right): https://codereview.chromium.org/904443003/diff/120001/mojo/services/upload_service.py#newcode82 mojo/services/upload_service.py:82: dest = dest_dir + binary_name + ".zip" nit: ...
5 years, 10 months ago (2015-02-06 13:10:46 UTC) #24
ppi
Thanks! https://codereview.chromium.org/904443003/diff/120001/mojo/services/upload_service.py File mojo/services/upload_service.py (right): https://codereview.chromium.org/904443003/diff/120001/mojo/services/upload_service.py#newcode82 mojo/services/upload_service.py:82: dest = dest_dir + binary_name + ".zip" On ...
5 years, 10 months ago (2015-02-06 13:16:35 UTC) #25
blundell
lgtm
5 years, 10 months ago (2015-02-06 13:17:08 UTC) #26
jamesr
lgtm
5 years, 10 months ago (2015-02-06 17:47:49 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/904443003/120001
5 years, 10 months ago (2015-02-09 08:44:29 UTC) #29
commit-bot: I haz the power
Patchset 5 (id:??) landed as https://crrev.com/bf9a4b53049b10cfdd85934075ed3e147be889f5 Cr-Commit-Position: refs/heads/master@{#315278}
5 years, 10 months ago (2015-02-09 10:17:32 UTC) #30
ppi
5 years, 10 months ago (2015-02-09 10:17:41 UTC) #31
Message was sent while issue was closed.
Committed patchset #5 (id:120001) manually as
bf9a4b53049b10cfdd85934075ed3e147be889f5 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698