From c668784c7efd0969415425aa7d85a001b3d03784 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 14 Mar 2024 21:02:22 +0000 Subject: [PATCH 1/6] Auto-update README --- README.md | 15 +++++++-------- README_fr.md | 15 +++++++-------- 2 files changed, 14 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 98b2336..2059b65 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,6 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ## Overview Metabase is the easy, open-source way for everyone in your company to ask questions and learn from data. - **Shipped version:** 0.48.6~ynh1 ## Screenshots @@ -26,11 +25,11 @@ Metabase is the easy, open-source way for everyone in your company to ask questi ## Documentation and resources -* Official app website: -* Official admin documentation: -* Upstream app code repository: -* YunoHost Store: -* Report a bug: +- Official app website: +- Official admin documentation: +- Upstream app code repository: +- YunoHost Store: +- Report a bug: ## Developer info @@ -38,10 +37,10 @@ Please send your pull request to the [testing branch](https://github.com/YunoHos To try the testing branch, please proceed like that. -``` bash +```bash sudo yunohost app install https://github.com/YunoHost-Apps/metabase_ynh/tree/testing --debug or sudo yunohost app upgrade metabase -u https://github.com/YunoHost-Apps/metabase_ynh/tree/testing --debug ``` -**More info regarding app packaging:** \ No newline at end of file +**More info regarding app packaging:** diff --git a/README_fr.md b/README_fr.md index 58e15cf..0af4083 100644 --- a/README_fr.md +++ b/README_fr.md @@ -17,7 +17,6 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po ## Vue d’ensemble La métabase est le moyen facile et open source pour tous les membres de votre entreprise de poser des questions et d'apprendre à partir des données. - **Version incluse :** 0.48.6~ynh1 ## Captures d’écran @@ -26,11 +25,11 @@ La métabase est le moyen facile et open source pour tous les membres de votre e ## Documentations et ressources -* Site officiel de l’app : -* Documentation officielle de l’admin : -* Dépôt de code officiel de l’app : -* YunoHost Store: -* Signaler un bug : +- Site officiel de l’app : +- Documentation officielle de l’admin : +- Dépôt de code officiel de l’app : +- YunoHost Store : +- Signaler un bug : ## Informations pour les développeurs @@ -38,10 +37,10 @@ Merci de faire vos pull request sur la [branche testing](https://github.com/Yuno Pour essayer la branche testing, procédez comme suit. -``` bash +```bash sudo yunohost app install https://github.com/YunoHost-Apps/metabase_ynh/tree/testing --debug ou sudo yunohost app upgrade metabase -u https://github.com/YunoHost-Apps/metabase_ynh/tree/testing --debug ``` -**Plus d’infos sur le packaging d’applications :** \ No newline at end of file +**Plus d’infos sur le packaging d’applications :** From 4f94622753ba10dbb9b1ed9578bf049112d4814f Mon Sep 17 00:00:00 2001 From: tituspijean Date: Wed, 10 Apr 2024 23:22:51 +0200 Subject: [PATCH 2/6] Support bookworm: use OpenJDK 17 --- manifest.toml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 44ebb02..dc8b539 100644 --- a/manifest.toml +++ b/manifest.toml @@ -55,7 +55,17 @@ ram.runtime = "50M" main.url = "/" [resources.apt] - packages = "postgresql openjdk-11-jre-headless apt-transport-https" + packages = [ + "postgresql", + "apt-transport-https" + ] + packages_from_raw_bash = """ + if [[ $YNH_DEBIAN_VERSION == "bullseye" ]]; then + echo "openjdk-11-jre-headless"; + elif [[ $YNH_DEBIAN_VERSION == "bookworm" ]]; then + echo "openjdk-17-jre-headless"; + fi + """ [resources.database] type = "postgresql" From 50a827d26607a3c970e70b709e5b77353ee485e0 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 10 Apr 2024 21:23:07 +0000 Subject: [PATCH 3/6] Auto-update READMEs --- ALL_README.md | 6 ++++++ README.md | 13 +++++++------ README_eu.md | 47 +++++++++++++++++++++++++++++++++++++++++++++++ README_fr.md | 29 +++++++++++++++-------------- README_gl.md | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 122 insertions(+), 20 deletions(-) create mode 100644 ALL_README.md create mode 100644 README_eu.md create mode 100644 README_gl.md diff --git a/ALL_README.md b/ALL_README.md new file mode 100644 index 0000000..77b7509 --- /dev/null +++ b/ALL_README.md @@ -0,0 +1,6 @@ +# All available README files by language + +- [Read the README in English](README.md) +- [Irakurri README euskaraz](README_eu.md) +- [Lire le README en français](README_fr.md) +- [Le o README en galego](README_gl.md) diff --git a/README.md b/README.md index 2059b65..e17c5bf 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -9,14 +9,15 @@ It shall NOT be edited by hand. [![Install Metabase with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=metabase) -*[Lire ce readme en français.](./README_fr.md)* +*[Read this README in other languages.](./ALL_README.md)* -> *This package allows you to install Metabase quickly and simply on a YunoHost server. -If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* +> *This package allows you to install Metabase quickly and simply on a YunoHost server.* +> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.* ## Overview Metabase is the easy, open-source way for everyone in your company to ask questions and learn from data. + **Shipped version:** 0.48.6~ynh1 ## Screenshots @@ -33,9 +34,9 @@ Metabase is the easy, open-source way for everyone in your company to ask questi ## Developer info -Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/metabase_ynh/tree/testing). +Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/metabase_ynh/tree/testing). -To try the testing branch, please proceed like that. +To try the `testing` branch, please proceed like that: ```bash sudo yunohost app install https://github.com/YunoHost-Apps/metabase_ynh/tree/testing --debug diff --git a/README_eu.md b/README_eu.md new file mode 100644 index 0000000..3b71d08 --- /dev/null +++ b/README_eu.md @@ -0,0 +1,47 @@ + + +# Metabase YunoHost-erako + +[![Integrazio maila](https://dash.yunohost.org/integration/metabase.svg)](https://dash.yunohost.org/appci/app/metabase) ![Funtzionamendu egoera](https://ci-apps.yunohost.org/ci/badges/metabase.status.svg) ![Mantentze egoera](https://ci-apps.yunohost.org/ci/badges/metabase.maintain.svg) + +[![Instalatu Metabase YunoHost-ekin](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=metabase) + +*[Irakurri README hau beste hizkuntzatan.](./ALL_README.md)* + +> *Pakete honek Metabase YunoHost zerbitzari batean azkar eta zailtasunik gabe instalatzea ahalbidetzen dizu.* +> *YunoHost ez baduzu, kontsultatu [gida](https://yunohost.org/install) nola instalatu ikasteko.* + +## Aurreikuspena + +Metabase is the easy, open-source way for everyone in your company to ask questions and learn from data. + +**Paketatutako bertsioa:** 0.48.6~ynh1 + +## Pantaila-argazkiak + +![Metabase(r)en pantaila-argazkia](./doc/screenshots/metabase-product-screenshot.png) + +## Dokumentazioa eta baliabideak + +- Aplikazioaren webgune ofiziala: +- Administratzaileen dokumentazio ofiziala: +- Jatorrizko aplikazioaren kode-gordailua: +- YunoHost Denda: +- Eman errore baten berri: + +## Garatzaileentzako informazioa + +Bidali `pull request`a [`testing` abarrera](https://github.com/YunoHost-Apps/metabase_ynh/tree/testing). + +`testing` abarra probatzeko, ondorengoa egin: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/metabase_ynh/tree/testing --debug +edo +sudo yunohost app upgrade metabase -u https://github.com/YunoHost-Apps/metabase_ynh/tree/testing --debug +``` + +**Informazio gehiago aplikazioaren paketatzeari buruz:** diff --git a/README_fr.md b/README_fr.md index 0af4083..287c00d 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,6 +1,6 @@ # Metabase pour YunoHost @@ -9,15 +9,16 @@ It shall NOT be edited by hand. [![Installer Metabase avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=metabase) -*[Read this readme in english.](./README.md)* +*[Lire le README dans d'autres langues.](./ALL_README.md)* -> *Ce package vous permet d’installer Metabase rapidement et simplement sur un serveur YunoHost. -Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.* +> *Ce package vous permet d’installer Metabase rapidement et simplement sur un serveur YunoHost.* +> *Si vous n’avez pas YunoHost, consultez [ce guide](https://yunohost.org/install) pour savoir comment l’installer et en profiter.* ## Vue d’ensemble La métabase est le moyen facile et open source pour tous les membres de votre entreprise de poser des questions et d'apprendre à partir des données. -**Version incluse :** 0.48.6~ynh1 + +**Version incluse :** 0.48.6~ynh1 ## Captures d’écran @@ -25,17 +26,17 @@ La métabase est le moyen facile et open source pour tous les membres de votre e ## Documentations et ressources -- Site officiel de l’app : -- Documentation officielle de l’admin : -- Dépôt de code officiel de l’app : -- YunoHost Store : -- Signaler un bug : +- Site officiel de l’app : +- Documentation officielle de l’admin : +- Dépôt de code officiel de l’app : +- YunoHost Store : +- Signaler un bug : ## Informations pour les développeurs -Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/metabase_ynh/tree/testing). +Merci de faire vos pull request sur la [branche `testing`](https://github.com/YunoHost-Apps/metabase_ynh/tree/testing). -Pour essayer la branche testing, procédez comme suit. +Pour essayer la branche `testing`, procédez comme suit : ```bash sudo yunohost app install https://github.com/YunoHost-Apps/metabase_ynh/tree/testing --debug @@ -43,4 +44,4 @@ ou sudo yunohost app upgrade metabase -u https://github.com/YunoHost-Apps/metabase_ynh/tree/testing --debug ``` -**Plus d’infos sur le packaging d’applications :** +**Plus d’infos sur le packaging d’applications :** diff --git a/README_gl.md b/README_gl.md new file mode 100644 index 0000000..d2939f5 --- /dev/null +++ b/README_gl.md @@ -0,0 +1,47 @@ + + +# Metabase para YunoHost + +[![Nivel de integración](https://dash.yunohost.org/integration/metabase.svg)](https://dash.yunohost.org/appci/app/metabase) ![Estado de funcionamento](https://ci-apps.yunohost.org/ci/badges/metabase.status.svg) ![Estado de mantemento](https://ci-apps.yunohost.org/ci/badges/metabase.maintain.svg) + +[![Instalar Metabase con YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=metabase) + +*[Le este README en outros idiomas.](./ALL_README.md)* + +> *Este paquete permíteche instalar Metabase de xeito rápido e doado nun servidor YunoHost.* +> *Se non usas YunoHost, le a [documentación](https://yunohost.org/install) para saber como instalalo.* + +## Vista xeral + +Metabase is the easy, open-source way for everyone in your company to ask questions and learn from data. + +**Versión proporcionada:** 0.48.6~ynh1 + +## Capturas de pantalla + +![Captura de pantalla de Metabase](./doc/screenshots/metabase-product-screenshot.png) + +## Documentación e recursos + +- Web oficial da app: +- Documentación oficial para admin: +- Repositorio de orixe do código: +- Tenda YunoHost: +- Informar dun problema: + +## Info de desenvolvemento + +Envía a túa colaboración á [rama `testing`](https://github.com/YunoHost-Apps/metabase_ynh/tree/testing). + +Para probar a rama `testing`, procede deste xeito: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/metabase_ynh/tree/testing --debug +ou +sudo yunohost app upgrade metabase -u https://github.com/YunoHost-Apps/metabase_ynh/tree/testing --debug +``` + +**Máis info sobre o empaquetado da app:** From 2d637e936c278c11352d0f92d323ccbad9f1eb27 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Wed, 10 Apr 2024 23:58:50 +0200 Subject: [PATCH 4/6] Upgrade to v0.49.4 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index dc8b539..fa570e7 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Metabase" description.en = "Web database management tool" description.fr = "Outil web de gestion des bases de données" -version = "0.48.6~ynh1" +version = "0.49.4~ynh1" maintainers = ["Colin Maudry"] @@ -37,8 +37,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://downloads.metabase.com/v0.48.6/metabase.jar" - sha256 = "aefb5e000abe14ff3cb4ba754c55e1da34bdaea35a77fbea3282ee32bc73978b" + url = "https://downloads.metabase.com/v0.49.4/metabase.jar" + sha256 = "c9c13012f1a20d05d3ee7afec79c8b1c790af139a375d1c76e0ebbb6f9c7fc2b" extract = false rename = "metabase.jar" From 89a8b99a94f614b7929c803ff1d97f4e4dff9110 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Thu, 11 Apr 2024 00:05:25 +0200 Subject: [PATCH 5/6] Disable autoupdater and share flabbergasting --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index fa570e7..4b451af 100644 --- a/manifest.toml +++ b/manifest.toml @@ -42,8 +42,8 @@ ram.runtime = "50M" extract = false rename = "metabase.jar" - # Careful, this will generate invalid PRs, it's only here as a notification bell - autoupdate.strategy = "latest_github_release" + # Disabled. Metabase releases its Community Edition as v0.x and Entreprise Edition as v1.x. What the heck. + # autoupdate.strategy = "latest_github_release" [resources.ports] From 270dce0df0a551a6785ab76ad4d55f04b8c1195a Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 10 Apr 2024 22:05:35 +0000 Subject: [PATCH 6/6] Auto-update READMEs --- README.md | 2 +- README_eu.md | 2 +- README_fr.md | 2 +- README_gl.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e17c5bf..8c9c97d 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ It shall NOT be edited by hand. Metabase is the easy, open-source way for everyone in your company to ask questions and learn from data. -**Shipped version:** 0.48.6~ynh1 +**Shipped version:** 0.49.4~ynh1 ## Screenshots diff --git a/README_eu.md b/README_eu.md index 3b71d08..3b346cd 100644 --- a/README_eu.md +++ b/README_eu.md @@ -18,7 +18,7 @@ EZ editatu eskuz. Metabase is the easy, open-source way for everyone in your company to ask questions and learn from data. -**Paketatutako bertsioa:** 0.48.6~ynh1 +**Paketatutako bertsioa:** 0.49.4~ynh1 ## Pantaila-argazkiak diff --git a/README_fr.md b/README_fr.md index 287c00d..a77523c 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Il NE doit PAS être modifié à la main. La métabase est le moyen facile et open source pour tous les membres de votre entreprise de poser des questions et d'apprendre à partir des données. -**Version incluse :** 0.48.6~ynh1 +**Version incluse :** 0.49.4~ynh1 ## Captures d’écran diff --git a/README_gl.md b/README_gl.md index d2939f5..a3253b6 100644 --- a/README_gl.md +++ b/README_gl.md @@ -18,7 +18,7 @@ NON debe editarse manualmente. Metabase is the easy, open-source way for everyone in your company to ask questions and learn from data. -**Versión proporcionada:** 0.48.6~ynh1 +**Versión proporcionada:** 0.49.4~ynh1 ## Capturas de pantalla