[yang-doctors] automating yang doctor reviews

Kent Watsen <kent+ietf@watsen.net> Tue, 26 February 2019 04:05 UTC

Return-Path: <0100016927faffc2-5f4942dd-0778-48f6-bbad-ec2bf15618d6-000000@amazonses.watsen.net>
X-Original-To: yang-doctors@ietfa.amsl.com
Delivered-To: yang-doctors@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 69A9C12870E for <yang-doctors@ietfa.amsl.com>; Mon, 25 Feb 2019 20:05:58 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.899
X-Spam-Level:
X-Spam-Status: No, score=-1.899 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=amazonses.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fyy0pownfl8Y for <yang-doctors@ietfa.amsl.com>; Mon, 25 Feb 2019 20:05:56 -0800 (PST)
Received: from a8-83.smtp-out.amazonses.com (a8-83.smtp-out.amazonses.com [54.240.8.83]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3BD08128701 for <yang-doctors@ietf.org>; Mon, 25 Feb 2019 20:05:56 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=ug7nbtf4gccmlpwj322ax3p6ow6yfsug; d=amazonses.com; t=1551153954; h=From:Content-Type:Mime-Version:Subject:Message-Id:Date:To:Feedback-ID; bh=EPOVRZdEPG/QQ8WEG3TGqaYS48UoDhAwwRVS0O2ABV8=; b=Uun1kiKd5ZaNOg4oena2iH1HjshzoKQEV+YVHh7DbFSDxNeQTqE25aKAmUOpz3yF 8+SrhT7V8+vU0YfWXnz+gteumHtpj6eNt4Tk2C6tHdx5dBCMNxSoWt+jcsPq8WhksN8 RJ19EXe8XfiX5gbLQPaXZOxcvc1hbkf5T0BI67pc=
From: Kent Watsen <kent+ietf@watsen.net>
Content-Type: multipart/alternative; boundary="Apple-Mail=_1D4B5633-E815-48EC-BEB8-8D026EA8AF18"
Mime-Version: 1.0 (Mac OS X Mail 12.2 \(3445.102.3\))
Message-ID: <0100016927faffc2-5f4942dd-0778-48f6-bbad-ec2bf15618d6-000000@email.amazonses.com>
Date: Tue, 26 Feb 2019 04:05:54 +0000
To: YANG Doctors <yang-doctors@ietf.org>
X-Mailer: Apple Mail (2.3445.102.3)
X-SES-Outgoing: 2019.02.26-54.240.8.83
Feedback-ID: 1.us-east-1.DKmIRZFhhsBhtmFMNikgwZUWVrODEw9qVcPhqJEI2DA=:AmazonSES
Archived-At: <https://mailarchive.ietf.org/arch/msg/yang-doctors/VBfEc0UpsdtR9zvCrZecqFqYqOk>
Subject: [yang-doctors] automating yang doctor reviews
X-BeenThere: yang-doctors@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Email list of the yang-doctors directorate <yang-doctors.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/yang-doctors>, <mailto:yang-doctors-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/yang-doctors/>
List-Post: <mailto:yang-doctors@ietf.org>
List-Help: <mailto:yang-doctors-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/yang-doctors>, <mailto:yang-doctors-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 26 Feb 2019 04:05:59 -0000

Doctors,

You may recall this thread from a year ago:

    https://mailarchive.ietf.org/arch/msg/yang-doctors/DCfBqgfZPAD7afzeDFlQ1Xm2X3g <https://mailarchive.ietf.org/arch/msg/yang-doctors/DCfBqgfZPAD7afzeDFlQ1Xm2X3g>

I did engage the tools-team and others and no-one is interested in introduce a "container"
format.  I'm also on the 'git' WG list and people's attempt there to make a GitHub URL a
submittable resource is also being shutdown.

So I wrote a tool, `xiax`, to implement a variant of the original idea:

  - I-D: https://tools.ietf.org/html/draft-kwatsen-git-xiax-automation-01 <https://tools.ietf.org/html/draft-kwatsen-git-xiax-automation-01>
  - PyPi: https://pypi.org/project/xiax <https://pypi.org/project/xiax>
  - GitHub: https://github.com/kwatsen/xiax <https://github.com/kwatsen/xiax>

It mostly works (I used it to generate the above I-D), but it has some rough edges and
hence well-deserving its "0.6" version status.  I was hoping to also use it to submit the
keystore+friends drafts, but time is running short for that kind of folly now.  But, when
done, then I think it will be close to 1.0 status, at least for drafts having YANG, NETCONF,
RESTCONF, XML, JSON -based content types...

In the meanwhile, I'm interested in hearing high-level comments about how it can be
improved as well as volunteers to help implement those improvements - pull requests
are welcomed!  ;)

Cheers,
Kent