From e8a28de814b35fb81d27ad1cae780753a04ab65c Mon Sep 17 00:00:00 2001 From: Eldad Assis Date: Thu, 23 Sep 2021 09:15:38 +0300 Subject: [PATCH 1/5] Updating the metrics-viewer plugin to v0.2.0 --- README.md | 4 ++-- plugins/metrics-viewer.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1c2ab7c..80ffa57 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,9 @@ After a plugin is included in this Registry, it becomes available for installati * [rb-gen](https://github.com/jfrog/jfrog-cli-plugins/tree/main/rb-gen) - This plugin is designed to simplify interaction with release bundles, by generating them from other formats. Currently, it can generate release bundles from Helm charts. -* [repostats](https://github.com/chanti529/repostats) - This plugin can help find out the most popularly downlaoded artifacts in a given repository, Artifacts that are consuming the most space in a given repository with various levels of customization avaialble. Results obtained can also be sorted and filtered. +* [repostats](https://github.com/chanti529/repostats) - This plugin can help find out the most popularly downloaded artifacts in a given repository, Artifacts that are consuming the most space in a given repository with various levels of customization available. Results obtained can also be sorted and filtered. -* [rt-cleanup](https://github.com/jfrog/jfrog-cli-plugins/tree/main/rt-cleanup) - This plugin is a simple Artifactory cleanup plugin. It can be used to delete all artifacts that have not been downloaded for the past n time units (both can bu configured) from a given repository. +* [rt-cleanup](https://github.com/jfrog/jfrog-cli-plugins/tree/main/rt-cleanup) - This plugin is a simple Artifactory cleanup plugin. It can be used to delete all artifacts that have not been downloaded for the past n time units (both can be configured) from a given repository. * [rt-fs](https://github.com/jfrog/jfrog-cli-plugins/tree/main/rt-fs) - This plugin executes file system commands in Artifactory. It is designed to mimic the functionality of the Linux/Unix 'ls' and 'cat' commands. diff --git a/plugins/metrics-viewer.yml b/plugins/metrics-viewer.yml index ca26d24..b3475b4 100644 --- a/plugins/metrics-viewer.yml +++ b/plugins/metrics-viewer.yml @@ -1,9 +1,9 @@ # The metrics-viewer plugin pluginName: metrics-viewer -version: v0.1.0 +version: v0.2.0 repository: https://github.com/eldada/metrics-viewer maintainers: - yinonavraham - noamshemesh - eldada -tag: v0.1.0 +tag: v0.2.0 From 8ccd4222532c87b094edbfafa8d1fa9b674d12b4 Mon Sep 17 00:00:00 2001 From: Eldad Assis Date: Thu, 23 Sep 2021 10:02:42 +0300 Subject: [PATCH 2/5] Revert change to README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 80ffa57..96cef0d 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,9 @@ After a plugin is included in this Registry, it becomes available for installati * [rb-gen](https://github.com/jfrog/jfrog-cli-plugins/tree/main/rb-gen) - This plugin is designed to simplify interaction with release bundles, by generating them from other formats. Currently, it can generate release bundles from Helm charts. -* [repostats](https://github.com/chanti529/repostats) - This plugin can help find out the most popularly downloaded artifacts in a given repository, Artifacts that are consuming the most space in a given repository with various levels of customization available. Results obtained can also be sorted and filtered. +* [repostats](https://github.com/chanti529/repostats) - This plugin can help find out the most popularly downlaoded artifacts in a given repository, Artifacts that are consuming the most space in a given repository with various levels of customization available. Results obtained can also be sorted and filtered. -* [rt-cleanup](https://github.com/jfrog/jfrog-cli-plugins/tree/main/rt-cleanup) - This plugin is a simple Artifactory cleanup plugin. It can be used to delete all artifacts that have not been downloaded for the past n time units (both can be configured) from a given repository. +* [rt-cleanup](https://github.com/jfrog/jfrog-cli-plugins/tree/main/rt-cleanup) - This plugin is a simple Artifactory cleanup plugin. It can be used to delete all artifacts that have not been downloaded for the past n time units (both can bu configured) from a given repository. * [rt-fs](https://github.com/jfrog/jfrog-cli-plugins/tree/main/rt-fs) - This plugin executes file system commands in Artifactory. It is designed to mimic the functionality of the Linux/Unix 'ls' and 'cat' commands. From d3494258ff3f0bc215c1d365a0fdf1f4223f4808 Mon Sep 17 00:00:00 2001 From: Eldad Assis Date: Thu, 23 Sep 2021 10:03:30 +0300 Subject: [PATCH 3/5] Revert change to README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96cef0d..1c2ab7c 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ After a plugin is included in this Registry, it becomes available for installati * [rb-gen](https://github.com/jfrog/jfrog-cli-plugins/tree/main/rb-gen) - This plugin is designed to simplify interaction with release bundles, by generating them from other formats. Currently, it can generate release bundles from Helm charts. -* [repostats](https://github.com/chanti529/repostats) - This plugin can help find out the most popularly downlaoded artifacts in a given repository, Artifacts that are consuming the most space in a given repository with various levels of customization available. Results obtained can also be sorted and filtered. +* [repostats](https://github.com/chanti529/repostats) - This plugin can help find out the most popularly downlaoded artifacts in a given repository, Artifacts that are consuming the most space in a given repository with various levels of customization avaialble. Results obtained can also be sorted and filtered. * [rt-cleanup](https://github.com/jfrog/jfrog-cli-plugins/tree/main/rt-cleanup) - This plugin is a simple Artifactory cleanup plugin. It can be used to delete all artifacts that have not been downloaded for the past n time units (both can bu configured) from a given repository. From eda1aa713446a8ccfa09293a5fb08a4254f10fd1 Mon Sep 17 00:00:00 2001 From: Eldad Assis Date: Wed, 29 Sep 2021 12:56:29 +0300 Subject: [PATCH 4/5] Updating the metrics-viewer plugin to v0.2.1 --- plugins/metrics-viewer.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/metrics-viewer.yml b/plugins/metrics-viewer.yml index b3475b4..c0bf22c 100644 --- a/plugins/metrics-viewer.yml +++ b/plugins/metrics-viewer.yml @@ -1,9 +1,9 @@ # The metrics-viewer plugin pluginName: metrics-viewer -version: v0.2.0 +version: v0.2.1 repository: https://github.com/eldada/metrics-viewer maintainers: - yinonavraham - noamshemesh - eldada -tag: v0.2.0 +tag: v0.2.1 From a456a5479548b17c29cd33fc188e2f5217384f10 Mon Sep 17 00:00:00 2001 From: Eldad Assis Date: Mon, 9 Jun 2025 13:15:46 +0300 Subject: [PATCH 5/5] Update metrics viewer plugin version to v0.3.0 --- plugins/metrics-viewer.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/metrics-viewer.yml b/plugins/metrics-viewer.yml index c0bf22c..5a2fd68 100644 --- a/plugins/metrics-viewer.yml +++ b/plugins/metrics-viewer.yml @@ -1,9 +1,9 @@ # The metrics-viewer plugin pluginName: metrics-viewer -version: v0.2.1 +version: v0.3.0 repository: https://github.com/eldada/metrics-viewer maintainers: - yinonavraham - noamshemesh - eldada -tag: v0.2.1 +tag: v0.3.0