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

Issue 994683003: Rename page filter options to story options. (Closed)

Created:
5 years, 9 months ago by slamm
Modified:
5 years, 9 months ago
CC:
chromium-reviews, telemetry-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Rename page filter options to story options. Refactor code and tests. --page-filter is kept as a (deprecated) alternative to --story-filter. BUG=444425 Committed: https://crrev.com/e1ec81835a29dcd89010e957813d649d4af048a7 Cr-Commit-Position: refs/heads/master@{#321226}

Patch Set 1 #

Patch Set 2 : Rename "user story" to "story". Fix a label filter case. #

Patch Set 3 : Add regex error test. Tidy up. #

Total comments: 6

Patch Set 4 : fix nit. #

Patch Set 5 : Fix word-o. #

Patch Set 6 : Rename filter options in benchmarks. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+139 lines, -137 lines) Patch
M tools/perf/benchmarks/media.py View 1 2 3 4 5 3 chunks +4 lines, -4 lines 0 comments Download
M tools/perf/benchmarks/smoothness.py View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M tools/perf/benchmarks/thread_times.py View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M tools/telemetry/telemetry/user_story/user_story_filter.py View 1 2 3 4 1 chunk +57 lines, -54 lines 0 comments Download
M tools/telemetry/telemetry/user_story/user_story_filter_unittest.py View 1 2 3 1 chunk +76 lines, -77 lines 0 comments Download

Messages

Total messages: 34 (11 generated)
slamm
Rename "user story" to "story". Fix a label filter case.
5 years, 9 months ago (2015-03-09 23:47:53 UTC) #1
slamm
Add regex error test. Tidy up.
5 years, 9 months ago (2015-03-10 00:15:57 UTC) #2
slamm
Add regex error test. Tidy up.
5 years, 9 months ago (2015-03-10 00:19:28 UTC) #3
slamm
5 years, 9 months ago (2015-03-10 00:20:41 UTC) #6
aiolos (Not reviewing)
https://codereview.chromium.org/994683003/diff/60001/tools/telemetry/telemetry/user_story/user_story_filter.py File tools/telemetry/telemetry/user_story/user_story_filter.py (right): https://codereview.chromium.org/994683003/diff/60001/tools/telemetry/telemetry/user_story/user_story_filter.py#newcode52 tools/telemetry/telemetry/user_story/user_story_filter.py:52: help='Deprecated. Use --story-filter instead.') My first thought is that ...
5 years, 9 months ago (2015-03-10 00:39:56 UTC) #7
slamm
On 2015/03/10 00:39:56, aiolos wrote: > https://codereview.chromium.org/994683003/diff/60001/tools/telemetry/telemetry/user_story/user_story_filter.py > File tools/telemetry/telemetry/user_story/user_story_filter.py (right): > > https://codereview.chromium.org/994683003/diff/60001/tools/telemetry/telemetry/user_story/user_story_filter.py#newcode52 > ...
5 years, 9 months ago (2015-03-10 00:42:22 UTC) #8
aiolos (Not reviewing)
https://codereview.chromium.org/994683003/diff/60001/tools/telemetry/telemetry/user_story/user_story_filter_unittest.py File tools/telemetry/telemetry/user_story/user_story_filter_unittest.py (right): https://codereview.chromium.org/994683003/diff/60001/tools/telemetry/telemetry/user_story/user_story_filter_unittest.py#newcode7 tools/telemetry/telemetry/user_story/user_story_filter_unittest.py:7: from telemetry.page import page as page_module optional nit: Don't ...
5 years, 9 months ago (2015-03-10 20:08:08 UTC) #9
sullivan
lgtm lgtm w/aiolos's nit
5 years, 9 months ago (2015-03-10 20:12:12 UTC) #11
dtu
https://codereview.chromium.org/994683003/diff/60001/tools/telemetry/telemetry/user_story/user_story_filter.py File tools/telemetry/telemetry/user_story/user_story_filter.py (right): https://codereview.chromium.org/994683003/diff/60001/tools/telemetry/telemetry/user_story/user_story_filter.py#newcode53 tools/telemetry/telemetry/user_story/user_story_filter.py:53: group.add_option('--story-exclude', --story-filter-exclude Actually, do we need this? Does anyone ...
5 years, 9 months ago (2015-03-10 20:52:00 UTC) #12
dtu
5 years, 9 months ago (2015-03-10 20:52:01 UTC) #13
slamm
https://codereview.chromium.org/994683003/diff/60001/tools/telemetry/telemetry/user_story/user_story_filter.py File tools/telemetry/telemetry/user_story/user_story_filter.py (right): https://codereview.chromium.org/994683003/diff/60001/tools/telemetry/telemetry/user_story/user_story_filter.py#newcode53 tools/telemetry/telemetry/user_story/user_story_filter.py:53: group.add_option('--story-exclude', On 2015/03/10 20:51:59, dtu wrote: > --story-filter-exclude > ...
5 years, 9 months ago (2015-03-17 18:23:45 UTC) #14
slamm
On 2015/03/17 18:23:45, slamm wrote: > https://codereview.chromium.org/994683003/diff/60001/tools/telemetry/telemetry/user_story/user_story_filter.py > File tools/telemetry/telemetry/user_story/user_story_filter.py (right): > > https://codereview.chromium.org/994683003/diff/60001/tools/telemetry/telemetry/user_story/user_story_filter.py#newcode53 > ...
5 years, 9 months ago (2015-03-17 19:37:23 UTC) #15
aiolos (Not reviewing)
lgtm https://codereview.chromium.org/994683003/diff/60001/tools/telemetry/telemetry/user_story/user_story_filter.py File tools/telemetry/telemetry/user_story/user_story_filter.py (right): https://codereview.chromium.org/994683003/diff/60001/tools/telemetry/telemetry/user_story/user_story_filter.py#newcode53 tools/telemetry/telemetry/user_story/user_story_filter.py:53: group.add_option('--story-exclude', On 2015/03/17 18:23:45, slamm wrote: > On ...
5 years, 9 months ago (2015-03-17 19:52:43 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/994683003/80001
5 years, 9 months ago (2015-03-17 21:13:25 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/44358)
5 years, 9 months ago (2015-03-18 01:04:18 UTC) #21
slamm
Fix word-o.
5 years, 9 months ago (2015-03-18 17:15:02 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/994683003/100001
5 years, 9 months ago (2015-03-18 17:15:57 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/44718)
5 years, 9 months ago (2015-03-18 18:48:19 UTC) #27
slamm
Rename filter options in benchmarks.
5 years, 9 months ago (2015-03-18 20:55:48 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/994683003/120001
5 years, 9 months ago (2015-03-18 20:57:42 UTC) #31
slamm
On 2015/03/18 20:57:42, I haz the power (commit-bot) wrote: > CQ is trying da patch. ...
5 years, 9 months ago (2015-03-18 21:39:58 UTC) #32
commit-bot: I haz the power
Committed patchset #6 (id:120001)
5 years, 9 months ago (2015-03-18 22:47:34 UTC) #33
commit-bot: I haz the power
5 years, 9 months ago (2015-03-18 22:48:32 UTC) #34
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/e1ec81835a29dcd89010e957813d649d4af048a7
Cr-Commit-Position: refs/heads/master@{#321226}

Powered by Google App Engine
This is Rietveld 408576698