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

Issue 491653002: Docserver: Use GitilesFileSystem instead of SubversionFileSystem (Closed)

Created:
6 years, 4 months ago by ahernandez
Modified:
6 years, 3 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Docserver: Use GitilesFileSystem instead of SubversionFileSystem BUG=404239 NOTRY=True Committed: https://crrev.com/e380f604301c5cdde7d0fad496a5d46c80233afc Cr-Commit-Position: refs/heads/master@{#294851}

Patch Set 1 : #

Total comments: 1

Patch Set 2 : #

Total comments: 7

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+348 lines, -502 lines) Patch
M chrome/common/extensions/docs/server2/api_data_source.py View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/server2/api_data_source_test.py View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/common/extensions/docs/server2/api_list_data_source.py View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/server2/api_list_data_source_test.py View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/common/extensions/docs/server2/app.yaml View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/server2/app_yaml_helper.py View 1 5 chunks +7 lines, -5 lines 0 comments Download
M chrome/common/extensions/docs/server2/app_yaml_helper_test.py View 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/common/extensions/docs/server2/appengine_url_fetcher.py View 1 2 3 chunks +13 lines, -6 lines 0 comments Download
M chrome/common/extensions/docs/server2/appengine_wrappers.py View 1 2 3 chunks +8 lines, -1 line 0 comments Download
M chrome/common/extensions/docs/server2/availability_finder.py View 1 2 4 chunks +7 lines, -7 lines 0 comments Download
M chrome/common/extensions/docs/server2/availability_finder_test.py View 1 2 8 chunks +19 lines, -19 lines 0 comments Download
M chrome/common/extensions/docs/server2/branch_utility.py View 8 chunks +12 lines, -12 lines 0 comments Download
M chrome/common/extensions/docs/server2/branch_utility_test.py View 8 chunks +16 lines, -16 lines 0 comments Download
M chrome/common/extensions/docs/server2/caching_file_system.py View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/common/extensions/docs/server2/content_provider.py View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M chrome/common/extensions/docs/server2/content_providers.py View 1 2 1 chunk +8 lines, -5 lines 0 comments Download
M chrome/common/extensions/docs/server2/cron.yaml View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/server2/cron_servlet.py View 1 5 chunks +16 lines, -16 lines 0 comments Download
M chrome/common/extensions/docs/server2/cron_servlet_test.py View 1 2 3 chunks +10 lines, -10 lines 0 comments Download
M chrome/common/extensions/docs/server2/fake_fetchers.py View 1 1 chunk +1 line, -2 lines 0 comments Download
M chrome/common/extensions/docs/server2/fake_host_file_system_provider.py View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/common/extensions/docs/server2/file_system.py View 1 2 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/common/extensions/docs/server2/gitiles_file_system.py View 1 2 9 chunks +47 lines, -13 lines 0 comments Download
M chrome/common/extensions/docs/server2/gitiles_file_system_test.py View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/server2/host_file_system_iterator.py View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/common/extensions/docs/server2/host_file_system_iterator_test.py View 4 chunks +17 lines, -17 lines 0 comments Download
M chrome/common/extensions/docs/server2/host_file_system_provider.py View 1 2 1 chunk +40 lines, -37 lines 0 comments Download
M chrome/common/extensions/docs/server2/jsc_view_test.py View 1 2 8 chunks +9 lines, -9 lines 0 comments Download
M chrome/common/extensions/docs/server2/mock_file_system.py View 1 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/common/extensions/docs/server2/owners_data_source.py View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/server2/patch_servlet.py View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/common/extensions/docs/server2/permissions_data_source.py View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/server2/platform_bundle.py View 1 2 8 chunks +10 lines, -10 lines 0 comments Download
M chrome/common/extensions/docs/server2/render_servlet_test.py View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/server2/schema_processor_test.py View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/common/extensions/docs/server2/server_instance.py View 1 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/common/extensions/docs/server2/sidenav_data_source.py View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/server2/strings_data_source.py View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/server2/template_data_source.py View 1 chunk +2 lines, -2 lines 0 comments Download
A + chrome/common/extensions/docs/server2/test_data/api_data_source/canned_master_fs.py View 1 3 chunks +4 lines, -4 lines 0 comments Download
D chrome/common/extensions/docs/server2/test_data/api_data_source/canned_trunk_fs.py View 1 1 chunk +0 lines, -225 lines 0 comments Download
M chrome/common/extensions/docs/server2/test_data/canned_data.py View 1 33 chunks +43 lines, -43 lines 0 comments Download
M chrome/common/extensions/docs/server2/test_data/object_level_availability/tabs.py View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/server2/test_servlet.py View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/server2/url_constants.py View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/docs/server2/whats_new_data_source.py View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/private/api.html View 1 1 chunk +1 line, -1 line 0 comments Download
A + chrome/common/extensions/docs/templates/private/warning_master.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
D chrome/common/extensions/docs/templates/private/warning_trunk.html View 1 1 chunk +0 lines, -4 lines 0 comments Download

Messages

Total messages: 23 (2 generated)
ahernandez
Here is my progress so far. It almost works, but I've been stuck on getting ...
6 years, 4 months ago (2014-08-20 19:58:49 UTC) #1
not at google - send to devlin
On 2014/08/20 19:58:49, ahernandez wrote: > Here is my progress so far. It almost works, ...
6 years, 4 months ago (2014-08-21 00:46:29 UTC) #2
ahernandez
On 2014/08/21 00:46:29, kalman wrote: > On 2014/08/20 19:58:49, ahernandez wrote: > > Here is ...
6 years, 4 months ago (2014-08-21 17:11:48 UTC) #3
not at google - send to devlin
> I feel that it's related to the same issues I'm encountering with the OwnersDS ...
6 years, 4 months ago (2014-08-21 17:31:23 UTC) #4
ahernandez
> I see. Ok, if you upload your latest version of the OwnersDS patch I ...
6 years, 4 months ago (2014-08-21 17:48:02 UTC) #5
ahernandez
I believe I have solved the caching issue! I went through SubversionFS again, and noticed ...
6 years, 4 months ago (2014-08-21 19:11:55 UTC) #6
ahernandez
Patchset #2 (id:40001) has been deleted
6 years, 3 months ago (2014-08-26 21:53:23 UTC) #7
ahernandez
Sorry I'm jumping between CLs. Here is the updated GitilesFS CL, with terminology changed to ...
6 years, 3 months ago (2014-08-26 21:54:36 UTC) #8
not at google - send to devlin
Nice. We need to sort out that XXX thing. One thing I'm a little worried ...
6 years, 3 months ago (2014-08-26 22:52:24 UTC) #9
ahernandez
My gut tells me the features files should also use 'master' instead of 'trunk', but ...
6 years, 3 months ago (2014-08-26 23:35:56 UTC) #10
not at google - send to devlin
> My gut tells me the features files should also use 'master' instead of 'trunk', ...
6 years, 3 months ago (2014-08-27 01:07:14 UTC) #11
ahernandez
> But I suspect this patch will break that. Try looking at the fileSystemProvider > ...
6 years, 3 months ago (2014-08-27 17:22:35 UTC) #12
not at google - send to devlin
On 2014/08/27 17:22:35, ahernandez wrote: > > But I suspect this patch will break that. ...
6 years, 3 months ago (2014-08-27 17:35:44 UTC) #13
ahernandez
> > > I was assuming we'd implement all of this functionality which relies on ...
6 years, 3 months ago (2014-08-27 17:46:28 UTC) #14
not at google - send to devlin
kalman@chromium.org changed reviewers: + rockot@chromium.org
6 years, 3 months ago (2014-08-27 19:23:23 UTC) #15
not at google - send to devlin
> Unfortunately not, stat uses tree IDs, which are unrelated to commit IDs. Ah I ...
6 years, 3 months ago (2014-08-27 19:23:23 UTC) #16
Ken Rockot(use gerrit already)
Looks good in general. Comment about the versioning stuff below: https://codereview.chromium.org/491653002/diff/60001/chrome/common/extensions/docs/server2/app_yaml_helper.py File chrome/common/extensions/docs/server2/app_yaml_helper.py (right): https://codereview.chromium.org/491653002/diff/60001/chrome/common/extensions/docs/server2/app_yaml_helper.py#newcode106 ...
6 years, 3 months ago (2014-08-29 07:24:43 UTC) #17
Ken Rockot(use gerrit already)
Alright, my follow-up patch is way too big to include here. Can you please land ...
6 years, 3 months ago (2014-09-13 01:23:59 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/491653002/100001
6 years, 3 months ago (2014-09-15 18:02:15 UTC) #21
commit-bot: I haz the power
Committed patchset #3 (id:100001) as ef50ca64fe859c10c41056c3cceaba217ac74468
6 years, 3 months ago (2014-09-15 18:24:51 UTC) #22
commit-bot: I haz the power
6 years, 3 months ago (2014-09-15 18:30:13 UTC) #23
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/e380f604301c5cdde7d0fad496a5d46c80233afc
Cr-Commit-Position: refs/heads/master@{#294851}

Powered by Google App Engine
This is Rietveld 408576698