From ed2877d838255d7d4517b1d904415da889695aa1 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 15 Mar 2024 02:39:50 +0100 Subject: [PATCH 1/5] Upgrade to v1.7.1 https://github.com/meilisearch/meilisearch/releases/tag/v1.7.1 --- manifest.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest.toml b/manifest.toml index 838d68a..d2ee28e 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "MeiliSearch" description.en = "Lightning Fast, Ultra Relevant, and Typo-Tolerant Search Engine" description.fr = "Moteur de recherche rapide, ultra-performant et tolérant aux fautes de frappe" -version = "1.6.2~ynh1" +version = "1.7.1~ynh1" maintainers = ["Julien Gomes Dias"] @@ -42,10 +42,10 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - amd64.url = "https://github.com/meilisearch/meilisearch/releases/download/v1.6.2/meilisearch-linux-amd64" - amd64.sha256 = "6fbde39810d360f3da39b8950fb0d01880ff8c0d7ca7e358fde445118046f223" - arm64.url = "https://github.com/meilisearch/meilisearch/releases/download/v1.6.2/meilisearch-linux-aarch64" - arm64.sha256 = "452d7b5193c93d43a735ce966e743f5647c0d754eb54914ce826d813d02784ad" + amd64.url = "https://github.com/meilisearch/meilisearch/releases/download/v1.7.1/meilisearch-linux-amd64" + amd64.sha256 = "0d0f088723323b9dedfbb8699d02eb2428a6449391df08a024317d7ac3dab0c2" + arm64.url = "https://github.com/meilisearch/meilisearch/releases/download/v1.7.1/meilisearch-linux-aarch64" + arm64.sha256 = "f6fa8cbad6b884ed8ff86f333ffc306eb707a2dbd07959902a57ff12c277cfa2" rename = "meilisearch" in_subdir = false extract = false From 9f38e9f034df62edd620e3913430b646cdd4f6c2 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 15 Mar 2024 01:39:54 +0000 Subject: [PATCH 2/5] Auto-update README --- README.md | 19 +++++++++---------- README_fr.md | 21 ++++++++++----------- 2 files changed, 19 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 60d4c70..1e2debd 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -18,10 +18,9 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Lightning Fast, Ultra Relevant, and Typo-Tolerant Search Engine +**Shipped version:** 1.7.1~ynh1 -**Shipped version:** 1.6.2~ynh1 - -**Demo:** https://where2watch.meilisearch.com/ +**Demo:** ## Screenshots @@ -29,11 +28,11 @@ Lightning Fast, Ultra Relevant, and Typo-Tolerant Search Engine ## 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 @@ -41,7 +40,7 @@ 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/meilisearch_ynh/tree/testing --debug or sudo yunohost app upgrade meilisearch -u https://github.com/YunoHost-Apps/meilisearch_ynh/tree/testing --debug diff --git a/README_fr.md b/README_fr.md index 0a9526e..66b2c5b 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,5 +1,5 @@ @@ -17,10 +17,9 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po ## Vue d’ensemble Un moteur de recherche open source, ultra-rapide et hyper pertinent qui s'intègre sans effort à votre flux de travail. +**Version incluse :** 1.7.1~ynh1 -**Version incluse :** 1.6.2~ynh1 - -**Démo :** https://where2watch.meilisearch.com/ +**Démo :** ## Captures d’écran @@ -28,11 +27,11 @@ Un moteur de recherche open source, ultra-rapide et hyper pertinent qui s'intèg ## 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 @@ -40,10 +39,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/meilisearch_ynh/tree/testing --debug ou sudo yunohost app upgrade meilisearch -u https://github.com/YunoHost-Apps/meilisearch_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 6bd94a6e3de7c2bf7d73a657f13f658e8b2c2458 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 29 Mar 2024 02:39:31 +0100 Subject: [PATCH 3/5] Upgrade to v1.7.4 https://github.com/meilisearch/meilisearch/releases/tag/v1.7.4 --- manifest.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest.toml b/manifest.toml index d2ee28e..0a44281 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "MeiliSearch" description.en = "Lightning Fast, Ultra Relevant, and Typo-Tolerant Search Engine" description.fr = "Moteur de recherche rapide, ultra-performant et tolérant aux fautes de frappe" -version = "1.7.1~ynh1" +version = "1.7.4~ynh1" maintainers = ["Julien Gomes Dias"] @@ -42,10 +42,10 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - amd64.url = "https://github.com/meilisearch/meilisearch/releases/download/v1.7.1/meilisearch-linux-amd64" - amd64.sha256 = "0d0f088723323b9dedfbb8699d02eb2428a6449391df08a024317d7ac3dab0c2" - arm64.url = "https://github.com/meilisearch/meilisearch/releases/download/v1.7.1/meilisearch-linux-aarch64" - arm64.sha256 = "f6fa8cbad6b884ed8ff86f333ffc306eb707a2dbd07959902a57ff12c277cfa2" + amd64.url = "https://github.com/meilisearch/meilisearch/releases/download/v1.7.4/meilisearch-linux-amd64" + amd64.sha256 = "cd5566682b3368148e3ad67de8cb185f15a4632c58f58f542b501b1c3f634d55" + arm64.url = "https://github.com/meilisearch/meilisearch/releases/download/v1.7.4/meilisearch-linux-aarch64" + arm64.sha256 = "b3d3efc2b70ee800614f465e4cc24bd7e7d31a95f26301dccccae92b7ffdc55a" rename = "meilisearch" in_subdir = false extract = false From 74f9b103c262d59646d4965ff70f7698daadb1a6 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 29 Mar 2024 01:39:35 +0000 Subject: [PATCH 4/5] Auto-update READMEs --- ALL_README.md | 6 ++++++ README.md | 15 ++++++++------- README_fr.md | 31 ++++++++++++++++--------------- README_gl.md | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ README_it.md | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 130 insertions(+), 22 deletions(-) create mode 100644 ALL_README.md create mode 100644 README_gl.md create mode 100644 README_it.md diff --git a/ALL_README.md b/ALL_README.md new file mode 100644 index 0000000..3d6c579 --- /dev/null +++ b/ALL_README.md @@ -0,0 +1,6 @@ +# All available README files by language + +- [Read the README in English](README.md) +- [Lire le README en français](README_fr.md) +- [Le o README en galego](README_gl.md) +- [Leggi il “README” in italiano](README_it.md) diff --git a/README.md b/README.md index 1e2debd..801b32c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -9,16 +9,17 @@ It shall NOT be edited by hand. [![Install MeiliSearch with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=meilisearch) -*[Lire ce readme en français.](./README_fr.md)* +*[Read this README is other languages.](./ALL_README.md)* -> *This package allows you to install MeiliSearch 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 MeiliSearch 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 Lightning Fast, Ultra Relevant, and Typo-Tolerant Search Engine -**Shipped version:** 1.7.1~ynh1 + +**Shipped version:** 1.7.4~ynh1 **Demo:** @@ -36,9 +37,9 @@ Lightning Fast, Ultra Relevant, and Typo-Tolerant Search Engine ## Developer info -Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/meilisearch_ynh/tree/testing). +Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/meilisearch_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/meilisearch_ynh/tree/testing --debug diff --git a/README_fr.md b/README_fr.md index 66b2c5b..bd7855a 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,6 +1,6 @@ # MeiliSearch pour YunoHost @@ -9,17 +9,18 @@ It shall NOT be edited by hand. [![Installer MeiliSearch avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=meilisearch) -*[Read this readme in english.](./README.md)* +*[Lire le README dans d'autres langues.](./ALL_README.md)* -> *Ce package vous permet d’installer MeiliSearch 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 MeiliSearch 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 Un moteur de recherche open source, ultra-rapide et hyper pertinent qui s'intègre sans effort à votre flux de travail. -**Version incluse :** 1.7.1~ynh1 -**Démo :** +**Version incluse :** 1.7.4~ynh1 + +**Démo :** ## Captures d’écran @@ -27,17 +28,17 @@ Un moteur de recherche open source, ultra-rapide et hyper pertinent qui s'intèg ## 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/meilisearch_ynh/tree/testing). +Merci de faire vos pull request sur la [branche `testing`](https://github.com/YunoHost-Apps/meilisearch_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/meilisearch_ynh/tree/testing --debug @@ -45,4 +46,4 @@ ou sudo yunohost app upgrade meilisearch -u https://github.com/YunoHost-Apps/meilisearch_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..90b9e47 --- /dev/null +++ b/README_gl.md @@ -0,0 +1,50 @@ + + +# MeiliSearch para YunoHost + +[![Nivel de integración](https://dash.yunohost.org/integration/meilisearch.svg)](https://dash.yunohost.org/appci/app/meilisearch) ![Estado de funcionamento](https://ci-apps.yunohost.org/ci/badges/meilisearch.status.svg) ![Estado de mantemento](https://ci-apps.yunohost.org/ci/badges/meilisearch.maintain.svg) + +[![Instalar MeiliSearch con YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=meilisearch) + +*[Le este README en outros idiomas.](./ALL_README.md)* + +> *Este paquete permíteche instalar MeiliSearch 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 + +Lightning Fast, Ultra Relevant, and Typo-Tolerant Search Engine + + +**Versión proporcionada:** 1.7.4~ynh1 + +**Demo:** + +## Capturas de pantalla + +![Captura de pantalla de MeiliSearch](./doc/screenshots/meilisearch.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/meilisearch_ynh/tree/testing). + +Para probar a rama `testing`, procede deste xeito: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/meilisearch_ynh/tree/testing --debug +ou +sudo yunohost app upgrade meilisearch -u https://github.com/YunoHost-Apps/meilisearch_ynh/tree/testing --debug +``` + +**Máis info sobre o empaquetado da app:** diff --git a/README_it.md b/README_it.md new file mode 100644 index 0000000..1488bee --- /dev/null +++ b/README_it.md @@ -0,0 +1,50 @@ + + +# MeiliSearch per YunoHost + +[![Livello di integrazione](https://dash.yunohost.org/integration/meilisearch.svg)](https://dash.yunohost.org/appci/app/meilisearch) ![Stato di funzionamento](https://ci-apps.yunohost.org/ci/badges/meilisearch.status.svg) ![Stato di manutenzione](https://ci-apps.yunohost.org/ci/badges/meilisearch.maintain.svg) + +[![Installa MeiliSearch con YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=meilisearch) + +*[Leggi questo README in altre lingue.](./ALL_README.md)* + +> *Questo pacchetto ti permette di installare MeiliSearch su un server YunoHost in modo semplice e veloce.* +> *Se non hai YunoHost, consulta [la guida](https://yunohost.org/install) per imparare a installarlo.* + +## Panoramica + +Lightning Fast, Ultra Relevant, and Typo-Tolerant Search Engine + + +**Versione pubblicata:** 1.7.4~ynh1 + +**Prova:** + +## Screenshot + +![Screenshot di MeiliSearch](./doc/screenshots/meilisearch.png) + +## Documentazione e risorse + +- Sito web ufficiale dell’app: +- Documentazione ufficiale per gli amministratori: +- Repository upstream del codice dell’app: +- Store di YunoHost: +- Segnala un problema: + +## Informazioni per sviluppatori + +Si prega di inviare la tua pull request alla [branch di `testing`](https://github.com/YunoHost-Apps/meilisearch_ynh/tree/testing). + +Per provare la branch di `testing`, si prega di procedere in questo modo: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/meilisearch_ynh/tree/testing --debug +o +sudo yunohost app upgrade meilisearch -u https://github.com/YunoHost-Apps/meilisearch_ynh/tree/testing --debug +``` + +**Maggiori informazioni riguardo il pacchetto di quest’app:** From 3189333af65ab24571c6e3bdd7e92fdf231caa71 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 2 Apr 2024 21:52:34 +0000 Subject: [PATCH 5/5] Auto-update READMEs --- ALL_README.md | 2 +- README.md | 2 +- README_eu.md | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 52 insertions(+), 2 deletions(-) create mode 100644 README_eu.md diff --git a/ALL_README.md b/ALL_README.md index 3d6c579..77b7509 100644 --- a/ALL_README.md +++ b/ALL_README.md @@ -1,6 +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) -- [Leggi il “README” in italiano](README_it.md) diff --git a/README.md b/README.md index 801b32c..6068f37 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ It shall NOT be edited by hand. [![Install MeiliSearch with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=meilisearch) -*[Read this README is other languages.](./ALL_README.md)* +*[Read this README in other languages.](./ALL_README.md)* > *This package allows you to install MeiliSearch 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.* diff --git a/README_eu.md b/README_eu.md new file mode 100644 index 0000000..e14bead --- /dev/null +++ b/README_eu.md @@ -0,0 +1,50 @@ + + +# MeiliSearch YunoHost-erako + +[![Integrazio maila](https://dash.yunohost.org/integration/meilisearch.svg)](https://dash.yunohost.org/appci/app/meilisearch) ![Funtzionamendu egoera](https://ci-apps.yunohost.org/ci/badges/meilisearch.status.svg) ![Mantentze egoera](https://ci-apps.yunohost.org/ci/badges/meilisearch.maintain.svg) + +[![Instalatu MeiliSearch YunoHost-ekin](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=meilisearch) + +*[Irakurri README hau beste hizkuntzatan.](./ALL_README.md)* + +> *Pakete honek MeiliSearch YunoHost zerbitzari batean azkar eta zailtasunik gabe instalatzea ahalbidetzen dizu.* +> *YunoHost ez baduzu, kontsultatu [gida](https://yunohost.org/install) nola instalatu ikasteko.* + +## Aurreikuspena + +Lightning Fast, Ultra Relevant, and Typo-Tolerant Search Engine + + +**Paketatutako bertsioa:** 1.7.4~ynh1 + +**Demoa:** + +## Pantaila-argazkiak + +![MeiliSearch(r)en pantaila-argazkia](./doc/screenshots/meilisearch.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/meilisearch_ynh/tree/testing). + +`testing` abarra probatzeko, ondorengoa egin: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/meilisearch_ynh/tree/testing --debug +edo +sudo yunohost app upgrade meilisearch -u https://github.com/YunoHost-Apps/meilisearch_ynh/tree/testing --debug +``` + +**Informazio gehiago aplikazioaren paketatzeari buruz:**