From 8c7c848c70832687b61fc0074f0b4ac85f1b6e26 Mon Sep 17 00:00:00 2001 From: Zhao Chao Date: Sun, 21 Jan 2018 20:44:56 +0800 Subject: [PATCH] Fix coauther company info for review 509795. Stackalytics calculate contributions based on commit authordate, this causes the commit in: https://review.openstack.org/#/c/509795 adding wrong contribution to the former employer of the coauthor. This patch fixes the problem by adding a correction to correct company infos of the coauthor (the date information of the coauthor is also corrected to the commitdate). Closes-Bug: #1744557 Change-Id: Id018ca6a9c3fd0ee8702723c7e34054dbc6309c4 Signed-off-by: Zhao Chao --- etc/corrections.json | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/etc/corrections.json b/etc/corrections.json index 1c1b4fc4a..9a22dd1c6 100644 --- a/etc/corrections.json +++ b/etc/corrections.json @@ -4085,6 +4085,50 @@ "primary_key": "cdfb121cf4eef96b917b0e3d7e86616b965e3506", "module": "congress", "subject": "Remove antlr3 files except Python runtime" + }, + { + "correction_comment": "Closes-Bug: #1744557", + "primary_key": "e78b42237bf56d10d35f99d01ed41775a50d7e8czhaochao1984@gmail.com", + "module": "trove", + "company_name": "Awcloud", + "coauthor": [ + { + "author_email": "zhaochao1984@gmail.com", + "author_name": "Zhao Chao", + "company_name": "Awcloud", + "date": 1516486003, + "user_id": "zhaochao1984" + }, + { + "author_email": "lbragstad@gmail.com", + "author_name": "Lance Bragstad", + "company_name": "Huawei", + "date": 1507214060, + "user_id": "ldbragst" + } + ], + "user_id": "zhaochao1984" + }, + { + "correction_comment": "Closes-Bug: #1744557", + "primary_key": "e78b42237bf56d10d35f99d01ed41775a50d7e8clbragstad@gmail.com", + "module": "trove", + "coauthor": [ + { + "author_email": "zhaochao1984@gmail.com", + "author_name": "Zhao Chao", + "company_name": "Awcloud", + "date": 1516486003, + "user_id": "zhaochao1984" + }, + { + "author_email": "lbragstad@gmail.com", + "author_name": "Lance Bragstad", + "company_name": "Huawei", + "date": 1507214060, + "user_id": "ldbragst" + } + ] } ] }