From nobody Fri Dec 19 19:16:04 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) client-ip=209.132.183.28; envelope-from=libvir-list-bounces@redhat.com; helo=mx1.redhat.com; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1563371469; cv=none; d=zoho.com; s=zohoarc; b=BJrO3OhhU+P/Y4yqZHdVQvKvviPEYriOUiRQZ+WNqO0utm0rRnQQ4D27ENW331l969OerN3Ul8uBBcojdRINENhm+WD5C8miHO8iPfGz6dir4no2MBJSyXPO7KVBFhsQvUrnfIlsKMky/9skIZBU6RN3RwWtkfh0apknOcreJpQ= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1563371469; h=Content-Type:Content-Transfer-Encoding:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To:ARC-Authentication-Results; bh=BqvrhIVY0KyKCLm8oNPMzxyqUQsoPS6wHzr5P15+6UM=; b=Z/eyqcv5OqMsfEzscDO4G40YgQxHhr3UbgLeljij/WLsvOuYG0an50ensjOxOIwwlI4HVua4fJ8w9qeYmdq7Zm0T084dBXOzcZGxeEzOufpOUBVNi2d22RYb4WRhkppscH4tPXbrRgfRuQygxPztAMW7yvnO+eyHgS038m0+nmY= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass header.from= (p=none dis=none) header.from= Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1563371469156712.0134784941423; Wed, 17 Jul 2019 06:51:09 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 55C3219CFF2; Wed, 17 Jul 2019 13:51:07 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by smtp.corp.redhat.com (Postfix) with ESMTPS id E898464028; Wed, 17 Jul 2019 13:51:05 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id 907531972F; Wed, 17 Jul 2019 13:51:05 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id x6HDp3GD026040 for ; Wed, 17 Jul 2019 09:51:03 -0400 Received: by smtp.corp.redhat.com (Postfix) id A876B643EE; Wed, 17 Jul 2019 13:51:02 +0000 (UTC) Received: from kinshicho.brq.redhat.com (unknown [10.43.2.73]) by smtp.corp.redhat.com (Postfix) with ESMTPS id F080C18EC7 for ; Wed, 17 Jul 2019 13:50:58 +0000 (UTC) From: Andrea Bolognani To: libvir-list@redhat.com Date: Wed, 17 Jul 2019 15:49:26 +0200 Message-Id: <20190717134929.10540-18-abologna@redhat.com> In-Reply-To: <20190717134929.10540-1-abologna@redhat.com> References: <20190717134929.10540-1-abologna@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-loop: libvir-list@redhat.com Subject: [libvirt] [jenkins-ci PATCH v2 17/20] quayadmin: Add list-tags command X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: quoted-printable Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.29]); Wed, 17 Jul 2019 13:51:08 +0000 (UTC) Content-Type: text/plain; charset="utf-8" The implementation is limited in that it will not work properly if a repository contains more than 100 tags, but that's not really a big concern for us as each repository is only going to contain a single tag (latest). Signed-off-by: Andrea Bolognani Reviewed-by: Daniel P. Berrang=C3=A9 --- guests/quayadmin | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/guests/quayadmin b/guests/quayadmin index f71ad2d..aa897f9 100755 --- a/guests/quayadmin +++ b/guests/quayadmin @@ -180,6 +180,26 @@ def run_delete_repo(config, args): print("Repository {}/{} deleted".format(args.namespace, args.repo)) =20 =20 +def run_list_tags(config, args): + endpoint =3D "/repository/{}/{}/tag".format(args.namespace, args.repo) + params =3D { + "onlyActiveTags": True, + "limit": 100, + } + + res =3D get(config, endpoint, params=3Dparams, debug=3Dargs.debug) + + if has_error(args.quiet, res, 200, + "Cannot list tags for repository {}/{}" + .format(args.namespace, args.repo)): + return 1 + + info =3D res.json() + + for tag in info["tags"]: + print ("{}".format(tag["name"])) + + def run_list_builds(config, args): endpoint =3D "/repository/{}/{}/build".format(args.namespace, args.rep= o) =20 @@ -345,6 +365,15 @@ def build_parser_delete_repo(subparser): add_arg_repo(parser) =20 =20 +def build_parser_list_tags(subparser): + parser =3D subparser.add_parser("list-tags", help=3D"List repository t= ags") + + parser.set_defaults(func=3Drun_list_tags) + + add_arg_namespace(parser) + add_arg_repo(parser) + + def build_parser_list_builds(subparser): parser =3D subparser.add_parser("list-builds", help=3D"List repository= builds") =20 @@ -410,6 +439,8 @@ def build_parser(): build_parser_create_repo(subparser) build_parser_delete_repo(subparser) =20 + build_parser_list_tags(subparser) + build_parser_list_builds(subparser) build_parser_show_build(subparser) =20 --=20 2.21.0 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list