From 559f97afa91c36d3907845cff974d480972c7143 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 16 Jul 2022 19:14:43 +0200 Subject: [PATCH 1/4] Upgrade to 3.2.2~ynh1 --- check_process | 5 +++-- doc/DESCRIPTION.md | 8 +++++++- doc/DESCRIPTION_fr.md | 5 +++++ manifest.json | 4 ++-- scripts/install | 2 +- 5 files changed, 18 insertions(+), 6 deletions(-) create mode 100644 doc/DESCRIPTION_fr.md diff --git a/check_process b/check_process index 96ba5aa..5be5a1a 100644 --- a/check_process +++ b/check_process @@ -12,10 +12,11 @@ setup_private=1 setup_public=1 upgrade=1 - # 3.1.1~ynh2 - upgrade=1 from_commit=41cae71da176f9028ae5daa4ffcc349d9b16c47e + # 3.1.1~ynh3 + upgrade=1 from_commit=0e91958cfd8406e71e9c4e506620c5e9b7110a5f backup_restore=1 multi_instance=0 + port_already_use=0 change_url=1 ;;; Options Email=squeak@eauchat.org diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index e29a3aa..045a493 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -1 +1,7 @@ -CouchDB is a database that completely embraces the web. Store your data with JSON documents. Access your documents with your web browser, via HTTP. Query, combine, and transform your documents with JavaScript. CouchDB works well with modern web and mobile apps. You can distribute your data, efficiently using CouchDB’s incremental replication. CouchDB supports master-master setups with automatic conflict detection. \ No newline at end of file +Couchdb is a database system, where entries are json objects (allowing attachments), and that you can access and synchronize via simple http requests. + +As explained in wikipedia: +> Apache CouchDB is an open-source document-oriented NoSQL database, implemented in Erlang. + +And as described in the couchdb official website: +> Seamless multi-master sync, that scales from Big Data to Mobile, with an Intuitive HTTP/JSON API and designed for Reliability. diff --git a/doc/DESCRIPTION_fr.md b/doc/DESCRIPTION_fr.md new file mode 100644 index 0000000..538bba2 --- /dev/null +++ b/doc/DESCRIPTION_fr.md @@ -0,0 +1,5 @@ +Couchdb est un gestionnaire de bases de donnĂ©es dans lesquelles les entrĂ©es sont des documents jsons (avec possibilitĂ© de piĂšces jointes), qui peuvent ĂȘtre manipulĂ©es par de simples requĂȘtes http. + +Comme le prĂ©sente wikipĂ©dia: +> Apache CouchDB est un systĂšme de gestion de base de donnĂ©es orientĂ© documents, Ă©crit en langage Erlang et distribuĂ© sous licence Apache. +> Conçu pour le Web, il fait partie de la mouvance NoSQL, et a Ă©tĂ© conçu pour pouvoir ĂȘtre rĂ©parti sur une grappe de serveurs. diff --git a/manifest.json b/manifest.json index 38a536f..6a9f51a 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Open-source document-oriented NoSQL database", "fr": "SystĂšme de gestion de base de donnĂ©es orientĂ© documents" }, - "version": "3.1.1~ynh3", + "version": "3.2.2~ynh1", "url": "https://couchdb.apache.org/", "upstream": { "license": "Apache-2.0", @@ -29,7 +29,7 @@ "nginx" ], "arguments": { - "install" : [ + "install": [ { "name": "domain", "type": "domain" diff --git a/scripts/install b/scripts/install index 29149f7..682b35b 100755 --- a/scripts/install +++ b/scripts/install @@ -48,8 +48,8 @@ ynh_script_progression --message="Storing installation settings..." --weight=1 ynh_app_setting_set --app=$app --key=domain --value=$domain ynh_app_setting_set --app=$app --key=path --value=$path_url -ynh_app_setting_set --app=$app --key=final_path --value=$final_path ynh_app_setting_set --app=$app --key=password --value=$password +ynh_app_setting_set --app=$app --key=final_path --value=$final_path #================================================= # STANDARD MODIFICATIONS From 8fdfe228d4162ad9afb1af52e29119688c43e352 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 16 Jul 2022 17:14:50 +0000 Subject: [PATCH 2/4] Auto-update README --- README.md | 30 ++++++++++++++++++------------ README_fr.md | 34 +++++++++++++++++++++------------- 2 files changed, 39 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index ca8c9d7..c25bee7 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ It shall NOT be edited by hand. # CouchDB for YunoHost -[![Integration level](https://dash.yunohost.org/integration/couchdb.svg)](https://dash.yunohost.org/appci/app/couchdb) ![](https://ci-apps.yunohost.org/ci/badges/couchdb.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/couchdb.maintain.svg) +[![Integration level](https://dash.yunohost.org/integration/couchdb.svg)](https://dash.yunohost.org/appci/app/couchdb) ![Working status](https://ci-apps.yunohost.org/ci/badges/couchdb.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/couchdb.maintain.svg) [![Install CouchDB with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=couchdb) *[Lire ce readme en français.](./README_fr.md)* @@ -15,15 +15,20 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ## Overview -Open-source document-oriented NoSQL database +Couchdb is a database system, where entries are json objects (allowing attachments), and that you can access and synchronize via simple http requests. -**Shipped version:** 3.1.1~ynh2 +As explained in wikipedia: +> Apache CouchDB is an open-source document-oriented NoSQL database, implemented in Erlang. + +And as described in the couchdb official website: +> Seamless multi-master sync, that scales from Big Data to Mobile, with an Intuitive HTTP/JSON API and designed for Reliability. +**Shipped version:** 3.2.2~ynh1 ## Screenshots -![](./doc/screenshots/Apache_CouchDB_v2.1.1_Fauxton_Console.png) +![Screenshot of CouchDB](./doc/screenshots/Apache_CouchDB_v2.1.1_Fauxton_Console.png) ## Disclaimers / important information @@ -33,22 +38,23 @@ You can do most configuration of CouchDB from fauxton, the web interface, access ## Documentation and resources -* Official app website: https://couchdb.apache.org/ -* Official user documentation: https://yunohost.org/apps -* Official admin documentation: https://docs.couchdb.org/en/stable/ -* Upstream app code repository: https://github.com/apache/couchdb -* YunoHost documentation for this app: https://yunohost.org/app_couchdb -* Report a bug: https://github.com/YunoHost-Apps/couchdb_ynh/issues +* Official app website: +* Official user documentation: +* Official admin documentation: +* Upstream app code repository: +* YunoHost documentation for this app: +* Report a bug: ## Developer info Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/couchdb_ynh/tree/testing). To try the testing branch, please proceed like that. -``` + +``` bash sudo yunohost app install https://github.com/YunoHost-Apps/couchdb_ynh/tree/testing --debug or sudo yunohost app upgrade couchdb -u https://github.com/YunoHost-Apps/couchdb_ynh/tree/testing --debug ``` -**More info regarding app packaging:** https://yunohost.org/packaging_apps \ No newline at end of file +**More info regarding app packaging:** diff --git a/README_fr.md b/README_fr.md index 8365b2d..e374dc8 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,25 +1,32 @@ + + # CouchDB pour YunoHost -[![Niveau d'intĂ©gration](https://dash.yunohost.org/integration/couchdb.svg)](https://dash.yunohost.org/appci/app/couchdb) ![](https://ci-apps.yunohost.org/ci/badges/couchdb.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/couchdb.maintain.svg) +[![Niveau d'intĂ©gration](https://dash.yunohost.org/integration/couchdb.svg)](https://dash.yunohost.org/appci/app/couchdb) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/couchdb.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/couchdb.maintain.svg) [![Installer CouchDB avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=couchdb) *[Read this readme in english.](./README.md)* -*[Lire ce readme en français.](./README_fr.md)* > *Ce package vous permet d'installer CouchDB 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.* ## Vue d'ensemble -SystĂšme de gestion de base de donnĂ©es orientĂ© documents +Couchdb est un gestionnaire de bases de donnĂ©es dans lesquelles les entrĂ©es sont des documents jsons (avec possibilitĂ© de piĂšces jointes), qui peuvent ĂȘtre manipulĂ©es par de simples requĂȘtes http. -**Version incluse :** 3.1.1~ynh2 +Comme le prĂ©sente wikipĂ©dia: +> Apache CouchDB est un systĂšme de gestion de base de donnĂ©es orientĂ© documents, Ă©crit en langage Erlang et distribuĂ© sous licence Apache. +> Conçu pour le Web, il fait partie de la mouvance NoSQL, et a Ă©tĂ© conçu pour pouvoir ĂȘtre rĂ©parti sur une grappe de serveurs. +**Version incluse :** 3.2.2~ynh1 ## Captures d'Ă©cran -![](./doc/screenshots/Apache_CouchDB_v2.1.1_Fauxton_Console.png) +![Capture d'Ă©cran de CouchDB](./doc/screenshots/Apache_CouchDB_v2.1.1_Fauxton_Console.png) ## Avertissements / informations importantes @@ -29,22 +36,23 @@ Vous pouvez effectuer la plupart des configurations de CouchDB Ă  partir de faux ## Documentations et ressources -* Site officiel de l'app : https://couchdb.apache.org/ -* Documentation officielle utilisateur : https://yunohost.org/apps -* Documentation officielle de l'admin : https://docs.couchdb.org/en/stable/ -* DĂ©pĂŽt de code officiel de l'app : https://github.com/apache/couchdb -* Documentation YunoHost pour cette app : https://yunohost.org/app_couchdb -* Signaler un bug : https://github.com/YunoHost-Apps/couchdb_ynh/issues +* Site officiel de l'app : +* Documentation officielle utilisateur : +* Documentation officielle de l'admin : +* DĂ©pĂŽt de code officiel de l'app : +* Documentation YunoHost pour cette app : +* Signaler un bug : ## Informations pour les dĂ©veloppeurs Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/couchdb_ynh/tree/testing). Pour essayer la branche testing, procĂ©dez comme suit. -``` + +``` bash sudo yunohost app install https://github.com/YunoHost-Apps/couchdb_ynh/tree/testing --debug ou sudo yunohost app upgrade couchdb -u https://github.com/YunoHost-Apps/couchdb_ynh/tree/testing --debug ``` -**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps \ No newline at end of file +**Plus d'infos sur le packaging d'applications :** From a74d28af6c7442b8557db7559832a80834c0ff83 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sun, 7 Aug 2022 20:11:16 +0200 Subject: [PATCH 3/4] =?UTF-8?q?[autopatch]=20Add=20Common=20Platform=C2=A0?= =?UTF-8?q?Enumeration=20id=20to=20`manifest.json`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 38a536f..9802b5d 100644 --- a/manifest.json +++ b/manifest.json @@ -13,7 +13,8 @@ "website": "https://couchdb.apache.org/", "admindoc": "https://docs.couchdb.org/en/stable/", "userdoc": "https://yunohost.org/apps", - "code": "https://github.com/apache/couchdb" + "code": "https://github.com/apache/couchdb", + "cpe": "cpe:2.3:a:apache:couchdb" }, "license": "Apache-2.0", "maintainer": { @@ -29,7 +30,7 @@ "nginx" ], "arguments": { - "install" : [ + "install": [ { "name": "domain", "type": "domain" @@ -51,4 +52,4 @@ } ] } -} +} \ No newline at end of file From b3badf3b99cd707810e0641d3cf5ef0fcf698918 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 14 Aug 2022 23:07:53 +0000 Subject: [PATCH 4/4] Auto-update README --- README.md | 1 + README_fr.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c25bee7..15547e5 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ And as described in the couchdb official website: **Shipped version:** 3.2.2~ynh1 + ## Screenshots ![Screenshot of CouchDB](./doc/screenshots/Apache_CouchDB_v2.1.1_Fauxton_Console.png) diff --git a/README_fr.md b/README_fr.md index e374dc8..e76b727 100644 --- a/README_fr.md +++ b/README_fr.md @@ -22,7 +22,8 @@ Comme le prĂ©sente wikipĂ©dia: > Conçu pour le Web, il fait partie de la mouvance NoSQL, et a Ă©tĂ© conçu pour pouvoir ĂȘtre rĂ©parti sur une grappe de serveurs. -**Version incluse :** 3.2.2~ynh1 +**Version incluse :** 3.2.2~ynh1 + ## Captures d'Ă©cran