From 7e2f707d188762f01ae7d4653da7f3cb0f423c6d Mon Sep 17 00:00:00 2001 From: Vlad Pronsky Date: Wed, 18 Dec 2024 12:44:30 +0200 Subject: [PATCH 1/4] add ghstats --- software/ghstats.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 software/ghstats.yml diff --git a/software/ghstats.yml b/software/ghstats.yml new file mode 100644 index 0000000000..48530b20d1 --- /dev/null +++ b/software/ghstats.yml @@ -0,0 +1,13 @@ +name: ghstats +website_url: https://github.com/vladkens/ghstats +source_code_url: https://github.com/vladkens/ghstats +description: "Dashboard for tracking GitHub repos traffic history longer than 14 days" +licenses: + - MIT +platforms: + - Rust + - Docker +tags: + - Personal Dashboards + - Monitoring +depends_3rdparty: true From 578b8925c2858bdbc1ec8f3897e0791f76983346 Mon Sep 17 00:00:00 2001 From: vladkens Date: Wed, 18 Dec 2024 16:01:44 +0200 Subject: [PATCH 2/4] Update software/ghstats.yml Co-authored-by: Kieran <32241933+Ki-er@users.noreply.github.com> --- software/ghstats.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/software/ghstats.yml b/software/ghstats.yml index 48530b20d1..3ac24193ea 100644 --- a/software/ghstats.yml +++ b/software/ghstats.yml @@ -5,7 +5,6 @@ description: "Dashboard for tracking GitHub repos traffic history longer than 14 licenses: - MIT platforms: - - Rust - Docker tags: - Personal Dashboards From 5b2c8be0f62b49957c22130c77f093b0ff26e8cb Mon Sep 17 00:00:00 2001 From: Vlad Pronsky Date: Wed, 18 Dec 2024 23:21:32 +0200 Subject: [PATCH 3/4] fix pr --- software/ghstats.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/software/ghstats.yml b/software/ghstats.yml index 3ac24193ea..0327ce5d9f 100644 --- a/software/ghstats.yml +++ b/software/ghstats.yml @@ -1,12 +1,13 @@ name: ghstats website_url: https://github.com/vladkens/ghstats source_code_url: https://github.com/vladkens/ghstats -description: "Dashboard for tracking GitHub repos traffic history longer than 14 days" +description: Dashboard for tracking GitHub repos traffic history longer than 14 days. licenses: - MIT platforms: - Docker tags: - Personal Dashboards - - Monitoring + - Analytics depends_3rdparty: true + From 40afebbc58c01b06c229abc75a6bd8d181afbf1b Mon Sep 17 00:00:00 2001 From: vladkens Date: Sat, 21 Dec 2024 13:12:57 +0200 Subject: [PATCH 4/4] Update software/ghstats.yml Co-authored-by: Loymdayddaud <145969603+TheGiraffe3@users.noreply.github.com> --- software/ghstats.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/software/ghstats.yml b/software/ghstats.yml index 0327ce5d9f..d768c1cfc4 100644 --- a/software/ghstats.yml +++ b/software/ghstats.yml @@ -10,4 +10,3 @@ tags: - Personal Dashboards - Analytics depends_3rdparty: true -