From bbcc235b200899fbd877fdbf67ab57b087540992 Mon Sep 17 00:00:00 2001 From: Arman Ul Alam <43248677+Armaaan@users.noreply.github.com> Date: Mon, 27 Jul 2026 09:39:47 +0200 Subject: [PATCH 1/8] Add group untitled - Armaaan devops-minitwit --- repositories.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/repositories.py b/repositories.py index 3b897c8..e2e1df2 100644 --- a/repositories.py +++ b/repositories.py @@ -97,4 +97,11 @@ "https://devtroopersminitwit.codes/", "https://devtroopersminitwit.codes/", ], + [ + "group Untitled", + "Solo reexam", + ["https://github.com/Armaaan/devops-minitwit"], + "http://46.101.179.118:5000", + "http://46.101.179.118:5000", + ], ] From 1c011554b843d3c02e1b9b9239d56935f431ce67 Mon Sep 17 00:00:00 2001 From: Arman Ul Alam <43248677+Armaaan@users.noreply.github.com> Date: Mon, 27 Jul 2026 13:36:26 +0200 Subject: [PATCH 2/8] Add new URLs for monitoring and logging --- misc_urls.py | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/misc_urls.py b/misc_urls.py index 8971e3f..6180a42 100644 --- a/misc_urls.py +++ b/misc_urls.py @@ -142,5 +142,14 @@ "https://grafana.devtroopersminitwit.codes/", # Logging URL: "https://grafana.devtroopersminitwit.codes/", - ] + ], + python + [ + "group untitled", + "Solo reexam", + # Monitoring URL: + "http://46.101.179.118:3000/d/minitwit-dashboard/minitwit-dashboard", + # Logging URL: + "http(s):///", + ], ] From 06635df2eb757ee774d5ecaf4dc8a1a131c3588e Mon Sep 17 00:00:00 2001 From: Arman Ul Alam <43248677+Armaaan@users.noreply.github.com> Date: Mon, 27 Jul 2026 16:07:52 +0200 Subject: [PATCH 3/8] Refactor URLs in misc_urls.py --- misc_urls.py | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/misc_urls.py b/misc_urls.py index 6180a42..8916246 100644 --- a/misc_urls.py +++ b/misc_urls.py @@ -143,13 +143,12 @@ # Logging URL: "https://grafana.devtroopersminitwit.codes/", ], - python - [ - "group untitled", - "Solo reexam", - # Monitoring URL: - "http://46.101.179.118:3000/d/minitwit-dashboard/minitwit-dashboard", - # Logging URL: - "http(s):///", - ], + [ + "group untitled", + "Solo reexam", + # Monitoring URL: + "http://46.101.179.118:3000/d/minitwit-dashboard/minitwit-dashboard", + # Logging URL: + "http://46.101.179.118:3000/explore", + ], ] From 7b283a02ada3228188770e0ccd5358e61c13b7d9 Mon Sep 17 00:00:00 2001 From: Arman Ul Alam <43248677+Armaaan@users.noreply.github.com> Date: Mon, 27 Jul 2026 22:33:07 +0200 Subject: [PATCH 4/8] Fix casing and update URLs in repositories.py --- repositories.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/repositories.py b/repositories.py index e2e1df2..d5b8c61 100644 --- a/repositories.py +++ b/repositories.py @@ -98,10 +98,10 @@ "https://devtroopersminitwit.codes/", ], [ - "group Untitled", - "Solo reexam", - ["https://github.com/Armaaan/devops-minitwit"], - "http://46.101.179.118:5000", - "http://46.101.179.118:5000", + "group untitled", + "Solo reexam", + ["https://github.com/Armaaan/devops-minitwit"], + "https://mini-twit.tech", + "https://mini-twit.tech", ], ] From afe2393638715a9a387dcb4240962dae30bebccf Mon Sep 17 00:00:00 2001 From: Arman Ul Alam <43248677+Armaaan@users.noreply.github.com> Date: Mon, 27 Jul 2026 22:53:21 +0200 Subject: [PATCH 5/8] Update URLs to use secure HTTPS protocol --- misc_urls.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc_urls.py b/misc_urls.py index 8916246..7597640 100644 --- a/misc_urls.py +++ b/misc_urls.py @@ -147,8 +147,8 @@ "group untitled", "Solo reexam", # Monitoring URL: - "http://46.101.179.118:3000/d/minitwit-dashboard/minitwit-dashboard", + "https://grafana.mini-twit.tech/d/minitwit-dashboard/minitwit-dashboard", # Logging URL: - "http://46.101.179.118:3000/explore", + "https://grafana.mini-twit.tech/d/minitwit-dashboard/minitwit-dashboard", ], ] From e51bafbf876be4073590d7a73d95a966550ed734 Mon Sep 17 00:00:00 2001 From: Arman Ul Alam <43248677+Armaaan@users.noreply.github.com> Date: Tue, 28 Jul 2026 20:07:42 +0200 Subject: [PATCH 6/8] Rename group from 'untitled' to 'arua' --- repositories.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repositories.py b/repositories.py index d5b8c61..b2b5a42 100644 --- a/repositories.py +++ b/repositories.py @@ -98,7 +98,7 @@ "https://devtroopersminitwit.codes/", ], [ - "group untitled", + "group arua", "Solo reexam", ["https://github.com/Armaaan/devops-minitwit"], "https://mini-twit.tech", From 51294a644769ab27951a14989d2edf2f49085a89 Mon Sep 17 00:00:00 2001 From: Arman Ul Alam <43248677+Armaaan@users.noreply.github.com> Date: Tue, 28 Jul 2026 20:08:26 +0200 Subject: [PATCH 7/8] Rename group from 'untitled' to 'arua' --- misc_urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc_urls.py b/misc_urls.py index 7597640..4f69d88 100644 --- a/misc_urls.py +++ b/misc_urls.py @@ -144,7 +144,7 @@ "https://grafana.devtroopersminitwit.codes/", ], [ - "group untitled", + "group arua", "Solo reexam", # Monitoring URL: "https://grafana.mini-twit.tech/d/minitwit-dashboard/minitwit-dashboard", From d937eb11b4e3f971ac8a4a3ccf09dded7d382e9f Mon Sep 17 00:00:00 2001 From: Arman Ul Alam <43248677+Armaaan@users.noreply.github.com> Date: Tue, 28 Jul 2026 20:15:44 +0200 Subject: [PATCH 8/8] Add new report release URL for group arua --- final_report_urls.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/final_report_urls.py b/final_report_urls.py index d0a11f6..28b4534 100644 --- a/final_report_urls.py +++ b/final_report_urls.py @@ -101,4 +101,11 @@ # Report Release URL: "https://github.com///archive/refs/tags/.zip", ], -] \ No newline at end of file + + [ + "group arua", + "Solo reexam", + # Report Release URL: + "https://github.com/Armaaan/devops-minitwit/archive/refs/tags/v13.0.0.zip", + ], +]