[libvirt PATCH v4 0/6] ci: helper: Rewrite image listing in Python and add stale Docker image checker

Erik Skultety posted 6 patches 3 years, 1 month ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1616083899.git.eskultet@redhat.com
ci/Makefile       |  12 ---
ci/helper         | 203 +++++++++++++++++++++++++++++++++-------------
ci/list-images.sh |  14 ----
ci/util.py        |  81 ++++++++++++++++++
4 files changed, 229 insertions(+), 81 deletions(-)
delete mode 100644 ci/list-images.sh
create mode 100644 ci/util.py
[libvirt PATCH v4 0/6] ci: helper: Rewrite image listing in Python and add stale Docker image checker
Posted by Erik Skultety 3 years, 1 month ago
since v3:
    - more formatting changes as requested per review comments
    - get_registry_stale_images was simplified according to the comments
    - class attributes were also converted to private in [6/6]

v1: https://listman.redhat.com/archives/libvir-list/2021-February/msg00641.ht=
ml
v2: https://listman.redhat.com/archives/libvir-list/2021-March/msg00789.html
v3: https://listman.redhat.com/archives/libvir-list/2021-March/msg00892.html

Erik Skultety (6):
  ci: helper: Use the ArgumentDefaultsHelpFormatter help formatter
  ci: helper: Introduce --quiet
  ci: Introduce a util module
  ci: helper: Rewrite image listing to Python
  ci: util: Add a registry checker for stale images
  ci: helper: Apply Python naming practice to private methods/attributes

 ci/Makefile       |  12 ---
 ci/helper         | 203 +++++++++++++++++++++++++++++++++-------------
 ci/list-images.sh |  14 ----
 ci/util.py        |  81 ++++++++++++++++++
 4 files changed, 229 insertions(+), 81 deletions(-)
 delete mode 100644 ci/list-images.sh
 create mode 100644 ci/util.py

--=20
2.30.2