From 3d9755169de674f5eff88921a9f1ae342e477f9b Mon Sep 17 00:00:00 2001 From: Renovate Date: Sat, 25 Oct 2025 14:46:30 +0000 Subject: [PATCH 01/10] chore(deps): update quay.io/fedora/fedora-minimal docker tag to v44 --- data_handler/Containerfile | 2 +- data_handler_python/Containerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data_handler/Containerfile b/data_handler/Containerfile index 342ae74..48c115d 100644 --- a/data_handler/Containerfile +++ b/data_handler/Containerfile @@ -1,4 +1,4 @@ -FROM quay.io/fedora/fedora-minimal:43 +FROM quay.io/fedora/fedora-minimal:44 RUN microdnf install -y php-cli php-mysqli php-bcmath php-xml python-lxml gunzip https://raw.githubusercontent.com/rpmsphere/x86_64/master/d/dcron-4.5-7.1.x86_64.rpm && microdnf clean all COPY ./utils/* /opt/ COPY ./data_init/*.sql /opt/init/init.sql diff --git a/data_handler_python/Containerfile b/data_handler_python/Containerfile index ea1e354..475476d 100644 --- a/data_handler_python/Containerfile +++ b/data_handler_python/Containerfile @@ -1,4 +1,4 @@ -FROM quay.io/fedora/fedora-minimal:43 +FROM quay.io/fedora/fedora-minimal:44 RUN microdnf install -y python-pip && microdnf clean all && pip install OSMPythonTools COPY ./lookup_country.py /opt/ \ No newline at end of file From fb7db68946cdf97e699ffd04582760395fbd2684 Mon Sep 17 00:00:00 2001 From: ViMaSter Date: Sat, 25 Oct 2025 16:52:46 +0200 Subject: [PATCH 02/10] Removes unused files --- get_rate.sh | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 get_rate.sh diff --git a/get_rate.sh b/get_rate.sh deleted file mode 100644 index a09659d..0000000 --- a/get_rate.sh +++ /dev/null @@ -1,5 +0,0 @@ -before=$(ls migrations | wc -l) -sleep 60 -after=$(ls migrations | wc -l) -let dif=after-before -echo "$dif" \ No newline at end of file From c5cc45aa23b011151a7e9b54126ae81f163aef30 Mon Sep 17 00:00:00 2001 From: asohh Date: Sat, 25 Oct 2025 16:56:26 +0200 Subject: [PATCH 03/10] added impressum --- web/www/sunders/index.php | 37 +------------------------------------ 1 file changed, 1 insertion(+), 36 deletions(-) diff --git a/web/www/sunders/index.php b/web/www/sunders/index.php index d8fe490..af57316 100644 --- a/web/www/sunders/index.php +++ b/web/www/sunders/index.php @@ -53,7 +53,6 @@ - @@ -232,47 +231,13 @@