Return-Path: X-Original-To: apmail-activemq-dev-archive@www.apache.org Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E21B918351 for ; Mon, 8 Jun 2015 18:28:09 +0000 (UTC) Received: (qmail 67016 invoked by uid 500); 8 Jun 2015 18:28:06 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 66960 invoked by uid 500); 8 Jun 2015 18:28:06 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 66948 invoked by uid 99); 8 Jun 2015 18:28:06 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Jun 2015 18:28:06 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 123111A4785 for ; Mon, 8 Jun 2015 18:28:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.121 X-Spam-Level: X-Spam-Status: No, score=-0.121 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd2-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id CuCvZMUFuoEj for ; Mon, 8 Jun 2015 18:28:05 +0000 (UTC) Received: from mail-la0-f47.google.com (mail-la0-f47.google.com [209.85.215.47]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id 06F7527621 for ; Mon, 8 Jun 2015 18:28:05 +0000 (UTC) Received: by laew7 with SMTP id w7so103295548lae.1 for ; Mon, 08 Jun 2015 11:27:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=3IvrKR9E69i2gHP2T0tJQpBjJA4IQpBSUIc/V2x3qCg=; b=Ow7jS9wiDDEC6nSUq9cw0k3B//CGt9u4BBRyqmYzQqWEa5IU05DtZ4ATOgwl/mPr7i PVHJ7IGZyO63qE1tU2DHPQBxV2Jk1Tk8YBErNrtx1sE5vCXVpdcMZ6xxpgA14xT5qSmX fZMW9q59dBMEa5TxUs9okdC8hkEQm3xjCKAYefwrdTRx38u4zjxo/zL0OXLSOw8YdhiF nSTETbMhE6HVd0ssd+77sjUe9vaD0GHM0Jliyg3deY1i47RCPqCRHqNHZ2AAvqlrVCcR 7n+02suTIQC9XfH4Fo4PtQ+apR8Ut62ZHFMxPRa4do+wqIzpvp7Ii2f6kmuBkEAvyDe+ Du0A== MIME-Version: 1.0 X-Received: by 10.112.139.130 with SMTP id qy2mr18559780lbb.21.1433788077237; Mon, 08 Jun 2015 11:27:57 -0700 (PDT) Received: by 10.25.24.88 with HTTP; Mon, 8 Jun 2015 11:27:57 -0700 (PDT) In-Reply-To: References: <1811551184.15128779.1433770531217.JavaMail.zimbra@redhat.com> <6DAB46EB-91E0-45AE-AA4D-DBC7D4466794@apache.org> <2079974312.15145151.1433771649474.JavaMail.zimbra@redhat.com> <5575C09E.3040000@gmail.com> Date: Mon, 8 Jun 2015 14:27:57 -0400 Message-ID: Subject: Re: Git workflow for committers From: Clebert Suconic To: "dev@activemq.apache.org" Content-Type: text/plain; charset=UTF-8 I was reading a glossary of terms here, and what we have differs quite a lot from the definition of ReviewThenCommit: http://www.apache.org/foundation/glossary.html#ReviewThenCommit The definition here means a vote for commits. What we do at artemis is quite fast.. it's just one other person reviewing stuff to improve quality. not something to burden the dev process with an expensive workflow. We usually ask more than one person to review more substantial changes, but it's always the dev asking for help rather than the expensive workflow. This could be a nice tool for people sumitting PRs even on ActiveMQ codebase. I would not mandate this as a process on activemq5 but it's definitely a nice tool to have for anyone developing