From 124d12bf5902023d8a32be34ed4aa6c34e3ebef3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 28 Apr 2023 18:56:27 +0200 Subject: [PATCH 01/11] Update upgrade --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index b38e332..98890dc 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -74,7 +74,7 @@ pushd $install_dir ynh_use_nodejs ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn install ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn build - #ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn update-db + ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH npx @umami/migrate-v1-v2@latest popd #================================================= From bd5d967965ba99de4932a107757b464ec6b253b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 28 Apr 2023 18:58:04 +0200 Subject: [PATCH 02/11] Update tests.toml --- tests.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests.toml b/tests.toml index 511c292..2a807c8 100644 --- a/tests.toml +++ b/tests.toml @@ -12,4 +12,4 @@ test_format = 1.0 # Commits to test upgrade from # ------------------------------- - #test_upgrade_from.4860e2cc.name = "Upgrade from 1.33~ynh2" + test_upgrade_from.eb20586e7add0ee1f6da31bbe6fd8d7fe245c036.name = "Upgrade from 1.40" From d462a52a09c9bbf767d9ecd36eb08c0150d71756 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 11 Jun 2023 15:25:22 +0200 Subject: [PATCH 03/11] Update manifest.toml --- manifest.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 3a85366..1c7f172 100644 --- a/manifest.toml +++ b/manifest.toml @@ -17,7 +17,7 @@ admindoc = "https://umami.is/docs/about" code = "https://github.com/mikecao/umami" [integration] -yunohost = ">= 11.1.18" +yunohost = ">= 11.1.20" architectures = "all" multi_instance = true ldap = false @@ -60,7 +60,6 @@ ram.runtime = "50M" [resources.apt] packages = "postgresql" - extras.yarn.repo = "deb https://dl.yarnpkg.com/debian/ stable main" extras.yarn.key = "https://dl.yarnpkg.com/debian/pubkey.gpg" extras.yarn.packages = "yarn" From 62becab4cfee1fb34a83ed2dbd0001bbaf2052aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 11 Jun 2023 15:26:12 +0200 Subject: [PATCH 04/11] Update upgrade --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 98890dc..eec3214 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -74,7 +74,7 @@ pushd $install_dir ynh_use_nodejs ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn install ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn build - ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH npx @umami/migrate-v1-v2@latest + #ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH npx @umami/migrate-v1-v2@latest popd #================================================= From ba381d098c9259bfcb62572bbee4be67270deacd Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 12 Jul 2023 20:17:26 +0200 Subject: [PATCH 05/11] Upgrade to v2.3.0 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 1c7f172..74be09c 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Umami" description.en = "Simple, fast, privacy-focused alternative to Google Analytics" description.fr = "Analyse de trafic web simple et respectueux" -version = "2.2.0~ynh1" +version = "2.3.0~ynh1" maintainers = ["eric_G"] @@ -41,8 +41,8 @@ ram.runtime = "50M" [resources.sources.main] - url = "https://github.com/mikecao/umami/archive/refs/tags/v2.2.0.tar.gz" - sha256 = "5aabb3fc63ef6203185cd3dee837998ca3d2c5e012a0665dfbbc47101c19ffb5" + url = "https://github.com/mikecao/umami/archive/refs/tags/v2.3.0.tar.gz" + sha256 = "ea94f65f4bfda9ae12a14ac2033e1a7dba782b34ad85399ce45ebe5aa153bb97" autoupdate.strategy = "latest_github_tag" [resources.system_user] From db9d0cb7b2f1ecf7186a62b9ab4c8057680fc32b Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 12 Jul 2023 18:17:28 +0000 Subject: [PATCH 06/11] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 61c94f1..521df9f 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Umami is a simple, easy to use, self-hosted web analytics solution. The goal is - Privacy-focused -**Shipped version:** 2.2.0~ynh1 +**Shipped version:** 2.3.0~ynh1 **Demo:** https://app.umami.is/share/8rmHaheU/umami.is diff --git a/README_fr.md b/README_fr.md index 224f28f..f3d743b 100644 --- a/README_fr.md +++ b/README_fr.md @@ -31,7 +31,7 @@ Umami is a simple, easy to use, self-hosted web analytics solution. The goal is - Privacy-focused -**Version incluse :** 2.2.0~ynh1 +**Version incluse :** 2.3.0~ynh1 **Démo :** https://app.umami.is/share/8rmHaheU/umami.is From 4937d31f2ecdb975865af0e633b71c0f72057461 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 27 Jul 2023 20:17:24 +0200 Subject: [PATCH 07/11] Upgrade to v2.3.1 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 74be09c..30106c6 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Umami" description.en = "Simple, fast, privacy-focused alternative to Google Analytics" description.fr = "Analyse de trafic web simple et respectueux" -version = "2.3.0~ynh1" +version = "2.3.1~ynh1" maintainers = ["eric_G"] @@ -41,8 +41,8 @@ ram.runtime = "50M" [resources.sources.main] - url = "https://github.com/mikecao/umami/archive/refs/tags/v2.3.0.tar.gz" - sha256 = "ea94f65f4bfda9ae12a14ac2033e1a7dba782b34ad85399ce45ebe5aa153bb97" + url = "https://github.com/mikecao/umami/archive/refs/tags/v2.3.1.tar.gz" + sha256 = "3c65c656d3715160d01db517b78af2e75377a08c1d5cb110878c0387688672d2" autoupdate.strategy = "latest_github_tag" [resources.system_user] From 6bb72b4fe7578970b0b2d0daa402b0abbd11f81c Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 27 Jul 2023 18:17:29 +0000 Subject: [PATCH 08/11] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 521df9f..9eabdcd 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Umami is a simple, easy to use, self-hosted web analytics solution. The goal is - Privacy-focused -**Shipped version:** 2.3.0~ynh1 +**Shipped version:** 2.3.1~ynh1 **Demo:** https://app.umami.is/share/8rmHaheU/umami.is diff --git a/README_fr.md b/README_fr.md index f3d743b..8edf577 100644 --- a/README_fr.md +++ b/README_fr.md @@ -31,7 +31,7 @@ Umami is a simple, easy to use, self-hosted web analytics solution. The goal is - Privacy-focused -**Version incluse :** 2.3.0~ynh1 +**Version incluse :** 2.3.1~ynh1 **Démo :** https://app.umami.is/share/8rmHaheU/umami.is From 3174100a24805c9ca3aea347a8cb1d7e989b5d2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 31 Jul 2023 08:33:32 +0100 Subject: [PATCH 09/11] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 30106c6..95c4175 100644 --- a/manifest.toml +++ b/manifest.toml @@ -17,7 +17,7 @@ admindoc = "https://umami.is/docs/about" code = "https://github.com/mikecao/umami" [integration] -yunohost = ">= 11.1.20" +yunohost = ">= 11.2" architectures = "all" multi_instance = true ldap = false From bf5622eaf1ddc328e87e0df63e13051cc68ff68a Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 31 Jul 2023 09:11:31 +0100 Subject: [PATCH 10/11] Update manifest.toml --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 95c4175..5499633 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Umami" description.en = "Simple, fast, privacy-focused alternative to Google Analytics" description.fr = "Analyse de trafic web simple et respectueux" -version = "2.3.1~ynh1" +version = "2.4.0~ynh1" maintainers = ["eric_G"] @@ -41,8 +41,8 @@ ram.runtime = "50M" [resources.sources.main] - url = "https://github.com/mikecao/umami/archive/refs/tags/v2.3.1.tar.gz" - sha256 = "3c65c656d3715160d01db517b78af2e75377a08c1d5cb110878c0387688672d2" + url = "https://github.com/mikecao/umami/archive/refs/tags/v2.4.0.tar.gz" + sha256 = "3ddad068538f77fc23b2f3a78caeb93cf9613cb54a03f5c811c4c140ff0ca4db" autoupdate.strategy = "latest_github_tag" [resources.system_user] From 6462694823c28e0f675c89723545fffe0a955772 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 31 Jul 2023 08:11:38 +0000 Subject: [PATCH 11/11] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9eabdcd..47d62ba 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Umami is a simple, easy to use, self-hosted web analytics solution. The goal is - Privacy-focused -**Shipped version:** 2.3.1~ynh1 +**Shipped version:** 2.4.0~ynh1 **Demo:** https://app.umami.is/share/8rmHaheU/umami.is diff --git a/README_fr.md b/README_fr.md index 8edf577..114c69f 100644 --- a/README_fr.md +++ b/README_fr.md @@ -31,7 +31,7 @@ Umami is a simple, easy to use, self-hosted web analytics solution. The goal is - Privacy-focused -**Version incluse :** 2.3.1~ynh1 +**Version incluse :** 2.4.0~ynh1 **Démo :** https://app.umami.is/share/8rmHaheU/umami.is