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

Issue 2320153003: [Findit] Datamodel change for triaging at CL level. (Closed)

Created:
4 years, 3 months ago by chanli
Modified:
4 years, 2 months ago
Reviewers:
stgao, lijeffrey
CC:
chromium-reviews, infra-reviews+infra_chromium.org, Sharu Jiang
Target Ref:
refs/heads/master
Project:
infra
Visibility:
Public.

Description

[Findit] Datamodel change for triaging at CL level. BUG=636199 Committed: https://chromium.googlesource.com/infra/infra/+/5f742c0bc9157ab37b82661d307b2068d1d9e1e7

Patch Set 1 #

Patch Set 2 : Add new modules #

Total comments: 12

Patch Set 3 : . #

Patch Set 4 : . #

Total comments: 10

Patch Set 5 : . #

Patch Set 6 : Add index #

Total comments: 2

Patch Set 7 : . #

Patch Set 8 : Use repeated properties to simplify updates and queries. #

Patch Set 9 : change index.yaml #

Total comments: 3

Messages

Total messages: 25 (4 generated)
chanli
ptal
4 years, 3 months ago (2016-09-08 20:26:28 UTC) #2
lijeffrey
https://codereview.chromium.org/2320153003/diff/20001/appengine/findit/model/base_cl.py File appengine/findit/model/base_cl.py (right): https://codereview.chromium.org/2320153003/diff/20001/appengine/findit/model/base_cl.py#newcode9 appengine/findit/model/base_cl.py:9: """Represents base information about a suspected cl.""" nit: it ...
4 years, 3 months ago (2016-09-08 22:09:27 UTC) #3
chanli
https://codereview.chromium.org/2320153003/diff/20001/appengine/findit/model/base_cl.py File appengine/findit/model/base_cl.py (right): https://codereview.chromium.org/2320153003/diff/20001/appengine/findit/model/base_cl.py#newcode9 appengine/findit/model/base_cl.py:9: """Represents base information about a suspected cl.""" On 2016/09/08 ...
4 years, 3 months ago (2016-09-08 22:32:29 UTC) #4
chanli
Add changes
4 years, 3 months ago (2016-09-08 22:34:13 UTC) #5
chanli
On 2016/09/08 22:34:13, chanli wrote: > Add changes Add changes.
4 years, 3 months ago (2016-09-12 20:15:06 UTC) #6
stgao
https://codereview.chromium.org/2320153003/diff/60001/appengine/findit/common/waterfall/failure_type.py File appengine/findit/common/waterfall/failure_type.py (right): https://codereview.chromium.org/2320153003/diff/60001/appengine/findit/common/waterfall/failure_type.py#newcode9 appengine/findit/common/waterfall/failure_type.py:9: BOTH = 0x18 What does 'both' mean here? Both ...
4 years, 3 months ago (2016-09-13 17:23:27 UTC) #7
chanli
https://codereview.chromium.org/2320153003/diff/60001/appengine/findit/common/waterfall/failure_type.py File appengine/findit/common/waterfall/failure_type.py (right): https://codereview.chromium.org/2320153003/diff/60001/appengine/findit/common/waterfall/failure_type.py#newcode9 appengine/findit/common/waterfall/failure_type.py:9: BOTH = 0x18 On 2016/09/13 17:23:27, stgao (slow) wrote: ...
4 years, 3 months ago (2016-09-13 18:06:30 UTC) #8
stgao
lgtm
4 years, 3 months ago (2016-09-13 18:11:52 UTC) #9
lijeffrey
lgtm
4 years, 3 months ago (2016-09-16 17:15:27 UTC) #10
chanli
4 years, 3 months ago (2016-09-19 18:19:40 UTC) #11
stgao
still lgtm, but with a nit. https://codereview.chromium.org/2320153003/diff/100001/appengine/findit/common/waterfall/failure_type.py File appengine/findit/common/waterfall/failure_type.py (right): https://codereview.chromium.org/2320153003/diff/100001/appengine/findit/common/waterfall/failure_type.py#newcode9 appengine/findit/common/waterfall/failure_type.py:9: BOTH = 0x18 ...
4 years, 3 months ago (2016-09-21 18:18:10 UTC) #12
chanli
https://codereview.chromium.org/2320153003/diff/100001/appengine/findit/common/waterfall/failure_type.py File appengine/findit/common/waterfall/failure_type.py (right): https://codereview.chromium.org/2320153003/diff/100001/appengine/findit/common/waterfall/failure_type.py#newcode9 appengine/findit/common/waterfall/failure_type.py:9: BOTH = 0x18 On 2016/09/21 18:18:10, stgao (slow) wrote: ...
4 years, 3 months ago (2016-09-21 21:42:58 UTC) #13
chanli
4 years, 3 months ago (2016-09-22 23:21:56 UTC) #14
chanli
Sorry, forgot to update index.yaml....
4 years, 3 months ago (2016-09-23 00:20:52 UTC) #15
stgao
https://codereview.chromium.org/2320153003/diff/160001/appengine/findit/index.yaml File appengine/findit/index.yaml (right): https://codereview.chromium.org/2320153003/diff/160001/appengine/findit/index.yaml#newcode22 appengine/findit/index.yaml:22: - name: approaches qq: what's the use case to ...
4 years, 3 months ago (2016-09-23 06:12:33 UTC) #16
stgao
https://codereview.chromium.org/2320153003/diff/160001/appengine/findit/index.yaml File appengine/findit/index.yaml (right): https://codereview.chromium.org/2320153003/diff/160001/appengine/findit/index.yaml#newcode22 appengine/findit/index.yaml:22: - name: approaches On 2016/09/23 06:12:33, stgao (slow) wrote: ...
4 years, 3 months ago (2016-09-23 16:47:23 UTC) #17
chanli
https://codereview.chromium.org/2320153003/diff/160001/appengine/findit/index.yaml File appengine/findit/index.yaml (right): https://codereview.chromium.org/2320153003/diff/160001/appengine/findit/index.yaml#newcode22 appengine/findit/index.yaml:22: - name: approaches On 2016/09/23 06:12:33, stgao (slow) wrote: ...
4 years, 3 months ago (2016-09-23 16:53:29 UTC) #18
stgao
On 2016/09/23 16:47:23, stgao (slow) wrote: > https://codereview.chromium.org/2320153003/diff/160001/appengine/findit/index.yaml > File appengine/findit/index.yaml (right): > > https://codereview.chromium.org/2320153003/diff/160001/appengine/findit/index.yaml#newcode22 ...
4 years, 3 months ago (2016-09-23 16:58:03 UTC) #19
stgao
Per discussion offline, lgtm. BTW, we need to be careful to avoid the same status ...
4 years, 3 months ago (2016-09-23 17:12:04 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2320153003/160001
4 years, 2 months ago (2016-10-05 17:27:58 UTC) #23
commit-bot: I haz the power
4 years, 2 months ago (2016-10-05 17:41:59 UTC) #25
Message was sent while issue was closed.
Committed patchset #9 (id:160001) as
https://chromium.googlesource.com/infra/infra/+/5f742c0bc9157ab37b82661d307b2...

Powered by Google App Engine
This is Rietveld 408576698