Krinkle has submitted this change and it was merged. Change subject: Go back from ownerin:group to hardcoded owner: users. ......................................................................
Go back from ownerin:group to hardcoded owner: users. Follows-up bbb26c4ef4b. The ownerin:group query is incredibly slow (> 15 seconds). So much for that optimisation. The irony... Change-Id: I00f5f29f175ffe66aedc35cd07673bef163913d4 --- M custom 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Krinkle: Verified; Looks good to me, approved diff --git a/custom b/custom index a7639ff..45348a6 100644 --- a/custom +++ b/custom @@ -1,7 +1,7 @@ [dashboard] title = Performance Team description = Custom dashboard for the Performance Team - foreach = ownerin:performance + foreach = (owner:Krinkle OR owner:Ori.livneh OR owner:[email protected] OR owner:Gilles) [section "Pending patches"] query = is:open -owner:self -message:WIP -label:Verified<=-1 -label:Code-Review<=-1 limit:40 [section "Recently merged"] -- To view, visit https://gerrit.wikimedia.org/r/222744 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I00f5f29f175ffe66aedc35cd07673bef163913d4 Gerrit-PatchSet: 1 Gerrit-Project: performance Gerrit-Branch: refs/meta/dashboards/custom Gerrit-Owner: Krinkle <[email protected]> Gerrit-Reviewer: Krinkle <[email protected]> Gerrit-Reviewer: Ori.livneh <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
