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

Issue 17397010: Adding AvailabilityFinder to Doc Server (Closed)

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

Description

Adding AvailabilityFinder to Doc Server. This is a large part of automatically generating API intro tables. This patch does not connect AvailabilityFinder with the rest of the server; a future patch will take care of that. BUG=233968 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=208075

Patch Set 1 #

Total comments: 16

Patch Set 2 : Fixes, Prettifying canned_data #

Total comments: 9

Patch Set 3 : Second Round of Smaller Fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1211 lines, -13 lines) Patch
M chrome/common/extensions/docs/server2/app.yaml View 1 1 chunk +1 line, -1 line 0 comments Download
A chrome/common/extensions/docs/server2/availability_finder.py View 1 2 1 chunk +247 lines, -0 lines 0 comments Download
A chrome/common/extensions/docs/server2/availability_finder_test.py View 1 1 chunk +181 lines, -0 lines 0 comments Download
M chrome/common/extensions/docs/server2/branch_utility.py View 1 2 1 chunk +12 lines, -3 lines 0 comments Download
M chrome/common/extensions/docs/server2/branch_utility_test.py View 1 1 chunk +21 lines, -0 lines 0 comments Download
M chrome/common/extensions/docs/server2/cron.yaml View 1 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/common/extensions/docs/server2/cron_servlet_test.py View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/server2/instance_servlet_test.py View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/server2/test_branch_utility.py View 1 2 1 chunk +23 lines, -4 lines 0 comments Download
A + chrome/common/extensions/docs/server2/test_data/__init__.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A chrome/common/extensions/docs/server2/test_data/canned_data.py View 1 1 chunk +703 lines, -0 lines 0 comments Download
A chrome/common/extensions/docs/templates/json/api_availabilities.json View 1 chunk +18 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
epeterson
Here's the AvailabilityFinder, along with its test and test data. It hasn't been linked up ...
7 years, 6 months ago (2013-06-20 01:29:49 UTC) #1
not at google - send to devlin
add a BUG= plz
7 years, 6 months ago (2013-06-20 15:25:42 UTC) #2
not at google - send to devlin
this looks fantastic, thanks. https://codereview.chromium.org/17397010/diff/1/chrome/common/extensions/docs/server2/availability_finder.py File chrome/common/extensions/docs/server2/availability_finder.py (right): https://codereview.chromium.org/17397010/diff/1/chrome/common/extensions/docs/server2/availability_finder.py#newcode151 chrome/common/extensions/docs/server2/availability_finder.py:151: # otherwise a numerical version ...
7 years, 6 months ago (2013-06-20 16:15:20 UTC) #3
epeterson
Just a quick note before I jump into these changes: https://codereview.chromium.org/17397010/diff/1/chrome/common/extensions/docs/server2/availability_finder.py File chrome/common/extensions/docs/server2/availability_finder.py (right): https://codereview.chromium.org/17397010/diff/1/chrome/common/extensions/docs/server2/availability_finder.py#newcode151 ...
7 years, 6 months ago (2013-06-20 16:41:34 UTC) #4
epeterson
A few small changes. I spent a while trying to get canned_data nicely formatted. If ...
7 years, 6 months ago (2013-06-21 00:48:26 UTC) #5
not at google - send to devlin
lgtm https://codereview.chromium.org/17397010/diff/9001/chrome/common/extensions/docs/server2/availability_finder.py File chrome/common/extensions/docs/server2/availability_finder.py (right): https://codereview.chromium.org/17397010/diff/9001/chrome/common/extensions/docs/server2/availability_finder.py#newcode202 chrome/common/extensions/docs/server2/availability_finder.py:202: for channel_info in self._branch_utility.GetAllChannelInfo(): forgot to delete this ...
7 years, 6 months ago (2013-06-21 00:54:11 UTC) #6
epeterson
Some final changes. A config can now be passed into TestBranchUtility, but I also created ...
7 years, 6 months ago (2013-06-22 01:42:40 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/evan.peterson.EP@gmail.com/17397010/21001
7 years, 6 months ago (2013-06-22 01:46:09 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/evan.peterson.EP@gmail.com/17397010/21001
7 years, 6 months ago (2013-06-22 02:40:52 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/evan.peterson.EP@gmail.com/17397010/21001
7 years, 6 months ago (2013-06-22 03:05:58 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/evan.peterson.EP@gmail.com/17397010/21001
7 years, 6 months ago (2013-06-22 03:33:44 UTC) #11
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
7 years, 6 months ago (2013-06-22 04:43:05 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/evan.peterson.EP@gmail.com/17397010/21001
7 years, 6 months ago (2013-06-22 15:34:53 UTC) #13
commit-bot: I haz the power
7 years, 6 months ago (2013-06-22 17:18:57 UTC) #14
Message was sent while issue was closed.
Change committed as 208075

Powered by Google App Engine
This is Rietveld 408576698