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

Issue 437323003: Docserver: Factor SamplesModel out of SamplesDataSource (Closed)

Created:
6 years, 4 months ago by ahernandez
Modified:
6 years, 4 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: Factor SamplesModel out of SamplesDataSource BUG=275039 NOTRY=True Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=288149

Patch Set 1 : #

Total comments: 7

Patch Set 2 : The cron is on #

Total comments: 2

Patch Set 3 : #

Patch Set 4 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+303 lines, -339 lines) Patch
M chrome/common/extensions/docs/server2/api_data_source.py View 1 2 3 chunks +8 lines, -17 lines 0 comments Download
M chrome/common/extensions/docs/server2/app.yaml View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/server2/caching_file_system.py View 1 2 chunks +2 lines, -3 lines 0 comments Download
M chrome/common/extensions/docs/server2/chained_compiled_file_system.py View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/common/extensions/docs/server2/compiled_file_system.py View 2 chunks +2 lines, -3 lines 0 comments Download
M chrome/common/extensions/docs/server2/cron.yaml View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/server2/data_source_registry.py View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/common/extensions/docs/server2/platform_bundle.py View 3 chunks +29 lines, -1 line 0 comments Download
M chrome/common/extensions/docs/server2/samples_data_source.py View 1 1 chunk +57 lines, -232 lines 0 comments Download
D chrome/common/extensions/docs/server2/samples_data_source_test.py View 1 chunk +0 lines, -34 lines 0 comments Download
A chrome/common/extensions/docs/server2/samples_model.py View 1 chunk +170 lines, -0 lines 0 comments Download
A + chrome/common/extensions/docs/server2/samples_model_test.py View 1 chunk +25 lines, -15 lines 0 comments Download
M chrome/common/extensions/docs/server2/server_instance.py View 1 chunk +2 lines, -19 lines 0 comments Download
M chrome/common/extensions/docs/server2/template_renderer.py View 1 2 2 chunks +2 lines, -11 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
ahernandez
I have moved the last DataSource into DataSourceRegistry. PTAL. https://codereview.chromium.org/437323003/diff/20001/chrome/common/extensions/docs/server2/caching_file_system.py File chrome/common/extensions/docs/server2/caching_file_system.py (right): https://codereview.chromium.org/437323003/diff/20001/chrome/common/extensions/docs/server2/caching_file_system.py#newcode46 chrome/common/extensions/docs/server2/caching_file_system.py:46: ...
6 years, 4 months ago (2014-08-04 20:40:03 UTC) #1
not at google - send to devlin
Moving this review over to Rockot so that you can get a better range of ...
6 years, 4 months ago (2014-08-04 23:00:03 UTC) #2
Ken Rockot(use gerrit already)
lgtm pending Cron impl for SamplesDataSource https://codereview.chromium.org/437323003/diff/20001/chrome/common/extensions/docs/server2/samples_data_source.py File chrome/common/extensions/docs/server2/samples_data_source.py (right): https://codereview.chromium.org/437323003/diff/20001/chrome/common/extensions/docs/server2/samples_data_source.py#newcode75 chrome/common/extensions/docs/server2/samples_data_source.py:75: # TODO(ahernandez): Implement. ...
6 years, 4 months ago (2014-08-05 01:57:21 UTC) #3
not at google - send to devlin
awesome! so happy! drive-by with a couple of places you can delete some code (but ...
6 years, 4 months ago (2014-08-05 16:04:25 UTC) #4
ahernandez
I've implemented Cron and addressed the other comments, PTAL. https://codereview.chromium.org/437323003/diff/20001/chrome/common/extensions/docs/server2/template_renderer.py File chrome/common/extensions/docs/server2/template_renderer.py (right): https://codereview.chromium.org/437323003/diff/20001/chrome/common/extensions/docs/server2/template_renderer.py#newcode41 chrome/common/extensions/docs/server2/template_renderer.py:41: ...
6 years, 4 months ago (2014-08-05 19:15:54 UTC) #5
not at google - send to devlin
https://codereview.chromium.org/437323003/diff/40001/chrome/common/extensions/docs/server2/api_data_source.py File chrome/common/extensions/docs/server2/api_data_source.py (right): https://codereview.chromium.org/437323003/diff/40001/chrome/common/extensions/docs/server2/api_data_source.py#newcode75 chrome/common/extensions/docs/server2/api_data_source.py:75: jsc_view['samples'] = type('getter', (object,), { On 2014/08/05 19:15:54, ahernandez ...
6 years, 4 months ago (2014-08-05 19:56:35 UTC) #6
not at google - send to devlin
https://codereview.chromium.org/437323003/diff/20001/chrome/common/extensions/docs/server2/template_renderer.py File chrome/common/extensions/docs/server2/template_renderer.py (right): https://codereview.chromium.org/437323003/diff/20001/chrome/common/extensions/docs/server2/template_renderer.py#newcode41 chrome/common/extensions/docs/server2/template_renderer.py:41: if additional_context: On 2014/08/05 19:15:53, ahernandez wrote: > This ...
6 years, 4 months ago (2014-08-05 19:59:18 UTC) #7
ahernandez
Ken (or Ben, I'm not picky :)), looking for an OK on the Cron implementation/other ...
6 years, 4 months ago (2014-08-05 21:03:06 UTC) #8
ahernandez
On 2014/08/05 21:03:06, ahernandez wrote: > Ken (or Ben, I'm not picky :)), looking for ...
6 years, 4 months ago (2014-08-07 17:23:16 UTC) #9
Ken Rockot(use gerrit already)
On 2014/08/07 17:23:16, ahernandez wrote: > On 2014/08/05 21:03:06, ahernandez wrote: > > Ken (or ...
6 years, 4 months ago (2014-08-07 18:04:31 UTC) #10
ahernandez
The CQ bit was checked by ahernandez.miralles@gmail.com
6 years, 4 months ago (2014-08-07 18:17:06 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ahernandez.miralles@gmail.com/437323003/100001
6 years, 4 months ago (2014-08-07 18:23:50 UTC) #12
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-07 20:12:11 UTC) #13
commit-bot: I haz the power
Failed to apply patch for chrome/common/extensions/docs/server2/app.yaml: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 4 months ago (2014-08-07 20:12:12 UTC) #14
ahernandez
The CQ bit was checked by ahernandez.miralles@gmail.com
6 years, 4 months ago (2014-08-07 21:08:55 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ahernandez.miralles@gmail.com/437323003/120001
6 years, 4 months ago (2014-08-07 21:21:55 UTC) #16
commit-bot: I haz the power
6 years, 4 months ago (2014-08-07 22:05:21 UTC) #17
Message was sent while issue was closed.
Change committed as 288149

Powered by Google App Engine
This is Rietveld 408576698