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

Issue 386443003: Docserver: Add 'deprecated since' message for API nodes (Closed)

Created:
6 years, 5 months ago by ahernandez
Modified:
6 years, 5 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: Add 'deprecated since' message for API nodes BUG=392319 NOTRY=True Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=283899

Patch Set 1 : #

Total comments: 1

Patch Set 2 : Add test #

Total comments: 5

Patch Set 3 : #

Total comments: 8

Patch Set 4 : #

Total comments: 1

Patch Set 5 : Nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+144 lines, -105 lines) Patch
M chrome/common/extensions/docs/server2/api_data_source.py View 1 2 3 4 5 chunks +39 lines, -14 lines 0 comments Download
M chrome/common/extensions/docs/server2/api_data_source_test.py View 1 2 1 chunk +7 lines, -0 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/availability_finder.py View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/common/extensions/docs/server2/availability_finder_test.py View 1 2 3 2 chunks +55 lines, -85 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/test_data/object_level_availability/tabs.py View 1 2 9 chunks +38 lines, -2 lines 0 comments Download
A chrome/common/extensions/docs/templates/private/intro_tables/deprecated_message.html View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 19 (0 generated)
ahernandez
Since every key in the schema is treated as a node by availability finder, I ...
6 years, 5 months ago (2014-07-10 00:53:44 UTC) #1
not at google - send to devlin
test? https://codereview.chromium.org/386443003/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/386443003/diff/40001/chrome/common/extensions/docs/server2/api_data_source.py#newcode185 chrome/common/extensions/docs/server2/api_data_source.py:185: except AssertionError: Catching AssertionError is quite dangerous, because ...
6 years, 5 months ago (2014-07-10 16:28:48 UTC) #2
ahernandez
Added in a test (and a file I forgot to git add earlier). PTAL
6 years, 5 months ago (2014-07-10 23:18:29 UTC) #3
not at google - send to devlin
https://codereview.chromium.org/386443003/diff/80001/chrome/common/extensions/docs/server2/api_data_source.py File chrome/common/extensions/docs/server2/api_data_source.py (right): https://codereview.chromium.org/386443003/diff/80001/chrome/common/extensions/docs/server2/api_data_source.py#newcode224 chrome/common/extensions/docs/server2/api_data_source.py:224: # unnecessary AssertionErrors. comment is unnecessary, code is clear ...
6 years, 5 months ago (2014-07-15 21:51:15 UTC) #4
ahernandez
https://codereview.chromium.org/386443003/diff/80001/chrome/common/extensions/docs/server2/api_data_source.py File chrome/common/extensions/docs/server2/api_data_source.py (right): https://codereview.chromium.org/386443003/diff/80001/chrome/common/extensions/docs/server2/api_data_source.py#newcode584 chrome/common/extensions/docs/server2/api_data_source.py:584: def _GetAvailabilityTemplate(self, status=None, version=None, scheduled=None): On 2014/07/15 21:51:15, kalman ...
6 years, 5 months ago (2014-07-15 22:09:51 UTC) #5
not at google - send to devlin
On 2014/07/15 22:09:51, ahernandez wrote: > https://codereview.chromium.org/386443003/diff/80001/chrome/common/extensions/docs/server2/api_data_source.py > File chrome/common/extensions/docs/server2/api_data_source.py (right): > > https://codereview.chromium.org/386443003/diff/80001/chrome/common/extensions/docs/server2/api_data_source.py#newcode584 > ...
6 years, 5 months ago (2014-07-15 22:37:40 UTC) #6
ahernandez
On 2014/07/15 22:37:40, kalman wrote: > On 2014/07/15 22:09:51, ahernandez wrote: > > > https://codereview.chromium.org/386443003/diff/80001/chrome/common/extensions/docs/server2/api_data_source.py ...
6 years, 5 months ago (2014-07-16 21:27:45 UTC) #7
not at google - send to devlin
On 2014/07/16 21:27:45, ahernandez wrote: > On 2014/07/15 22:37:40, kalman wrote: > > On 2014/07/15 ...
6 years, 5 months ago (2014-07-16 22:23:23 UTC) #8
ahernandez
PTAL.
6 years, 5 months ago (2014-07-17 20:06:55 UTC) #9
not at google - send to devlin
the important question is the "wait when does this logic kick in" https://codereview.chromium.org/386443003/diff/120001/chrome/common/extensions/docs/server2/api_data_source.py File chrome/common/extensions/docs/server2/api_data_source.py ...
6 years, 5 months ago (2014-07-17 20:30:06 UTC) #10
ahernandez
https://codereview.chromium.org/386443003/diff/120001/chrome/common/extensions/docs/server2/availability_finder.py File chrome/common/extensions/docs/server2/availability_finder.py (right): https://codereview.chromium.org/386443003/diff/120001/chrome/common/extensions/docs/server2/availability_finder.py#newcode382 chrome/common/extensions/docs/server2/availability_finder.py:382: # Check if any top-level nodes are scheduled. On ...
6 years, 5 months ago (2014-07-17 20:35:24 UTC) #11
not at google - send to devlin
https://codereview.chromium.org/386443003/diff/120001/chrome/common/extensions/docs/server2/availability_finder.py File chrome/common/extensions/docs/server2/availability_finder.py (right): https://codereview.chromium.org/386443003/diff/120001/chrome/common/extensions/docs/server2/availability_finder.py#newcode382 chrome/common/extensions/docs/server2/availability_finder.py:382: # Check if any top-level nodes are scheduled. On ...
6 years, 5 months ago (2014-07-17 20:47:21 UTC) #12
ahernandez
https://codereview.chromium.org/386443003/diff/120001/chrome/common/extensions/docs/server2/availability_finder.py File chrome/common/extensions/docs/server2/availability_finder.py (right): https://codereview.chromium.org/386443003/diff/120001/chrome/common/extensions/docs/server2/availability_finder.py#newcode382 chrome/common/extensions/docs/server2/availability_finder.py:382: # Check if any top-level nodes are scheduled. On ...
6 years, 5 months ago (2014-07-17 20:50:01 UTC) #13
not at google - send to devlin
https://codereview.chromium.org/386443003/diff/120001/chrome/common/extensions/docs/server2/availability_finder.py File chrome/common/extensions/docs/server2/availability_finder.py (right): https://codereview.chromium.org/386443003/diff/120001/chrome/common/extensions/docs/server2/availability_finder.py#newcode382 chrome/common/extensions/docs/server2/availability_finder.py:382: # Check if any top-level nodes are scheduled. On ...
6 years, 5 months ago (2014-07-17 20:57:31 UTC) #14
ahernandez
I got rid of the scheduling logic and addressed the other comments, PTAL.
6 years, 5 months ago (2014-07-17 21:37:32 UTC) #15
not at google - send to devlin
lgtm https://codereview.chromium.org/386443003/diff/140001/chrome/common/extensions/docs/server2/api_data_source.py File chrome/common/extensions/docs/server2/api_data_source.py (right): https://codereview.chromium.org/386443003/diff/140001/chrome/common/extensions/docs/server2/api_data_source.py#newcode598 chrome/common/extensions/docs/server2/api_data_source.py:598: version = availability_info.channel_info.version inline |scheduled| and |version| ?
6 years, 5 months ago (2014-07-17 21:39:22 UTC) #16
ahernandez
The CQ bit was checked by ahernandez.miralles@gmail.com
6 years, 5 months ago (2014-07-17 22:00:28 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ahernandez.miralles@gmail.com/386443003/160001
6 years, 5 months ago (2014-07-17 22:01:43 UTC) #18
commit-bot: I haz the power
6 years, 5 months ago (2014-07-17 22:04:32 UTC) #19
Message was sent while issue was closed.
Change committed as 283899

Powered by Google App Engine
This is Rietveld 408576698