From 67980017568fc801902efff07762f60fbff61c26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Sat, 28 May 2022 15:27:19 +0200 Subject: [PATCH 01/13] Add test from old version --- check_process | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/check_process b/check_process index 0411059..44261fb 100644 --- a/check_process +++ b/check_process @@ -12,7 +12,7 @@ setup_private=0 setup_public=0 upgrade=1 - # upgrade=1 from_commit=CommitHash + upgrade=1 from_commit=bc3aa0261bb20a3d0a8c4d48d68fe66a67bea527 backup_restore=1 multi_instance=0 port_already_use=0 @@ -20,3 +20,6 @@ ;;; Options Email= Notification=none +;;; Upgrade options + ; commit=bc3aa0261bb20a3d0a8c4d48d68fe66a67bea527 + name=Before apply exemple (branch old_version_for_CI_1) From 336723d70569cf05a5bfd469356a11acf37090e0 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 28 May 2022 13:29:02 +0000 Subject: [PATCH 02/13] Auto-update README --- README.md | 19 +++++++++---------- README_fr.md | 25 ++++++++++++++----------- 2 files changed, 23 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 7728593..81acd71 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ It shall NOT be edited by hand. # pgAdmin for YunoHost -[![Integration level](https://dash.yunohost.org/integration/pgadmin.svg)](https://dash.yunohost.org/appci/app/pgadmin) ![](https://ci-apps.yunohost.org/ci/badges/pgadmin.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/pgadmin.maintain.svg) +[![Integration level](https://dash.yunohost.org/integration/pgadmin.svg)](https://dash.yunohost.org/appci/app/pgadmin) ![Working status](https://ci-apps.yunohost.org/ci/badges/pgadmin.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/pgadmin.maintain.svg) [![Install pgAdmin with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=pgadmin) *[Lire ce readme en français.](./README_fr.md)* @@ -20,11 +20,9 @@ pgAdmin is a feature rich Open Source administration and development platform fo **Shipped version:** 4-5.7~ynh1 - - ## Screenshots -![](./doc/screenshots/pgadmin4-welcome-light.png) +![Screenshot of pgAdmin](./doc/screenshots/pgadmin4-welcome-light.png) ## Disclaimers / important information @@ -34,20 +32,21 @@ This app actually don't support the SSO and don't support LDAP. After the instal ## Documentation and resources -* Official app website: https://www.pgadmin.org -* Official admin documentation: https://www.pgadmin.org/docs -* YunoHost documentation for this app: https://yunohost.org/app_pgadmin -* Report a bug: https://github.com/YunoHost-Apps/pgadmin_ynh/issues +* Official app website: +* Official admin documentation: +* YunoHost documentation for this app: +* Report a bug: ## Developer info Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/pgadmin_ynh/tree/testing). To try the testing branch, please proceed like that. -``` + +``` bash sudo yunohost app install https://github.com/YunoHost-Apps/pgadmin_ynh/tree/testing --debug or sudo yunohost app upgrade pgadmin -u https://github.com/YunoHost-Apps/pgadmin_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 72c174c..abc9c5f 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,10 +1,14 @@ + + # pgAdmin pour YunoHost -[![Niveau d'intégration](https://dash.yunohost.org/integration/pgadmin.svg)](https://dash.yunohost.org/appci/app/pgadmin) ![](https://ci-apps.yunohost.org/ci/badges/pgadmin.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/pgadmin.maintain.svg) +[![Niveau d'intégration](https://dash.yunohost.org/integration/pgadmin.svg)](https://dash.yunohost.org/appci/app/pgadmin) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/pgadmin.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/pgadmin.maintain.svg) [![Installer pgAdmin avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=pgadmin) *[Read this readme in english.](./README.md)* -*[Lire ce readme en français.](./README_fr.md)* > *Ce package vous permet d'installer pgAdmin 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.* @@ -16,11 +20,9 @@ pgAdmin is a feature rich Open Source administration and development platform fo **Version incluse :** 4-5.7~ynh1 - - ## Captures d'écran -![](./doc/screenshots/pgadmin4-welcome-light.png) +![Capture d'écran de pgAdmin](./doc/screenshots/pgadmin4-welcome-light.png) ## Avertissements / informations importantes @@ -30,20 +32,21 @@ This app actually don't support the SSO and don't support LDAP. After the instal ## Documentations et ressources -* Site officiel de l'app : https://www.pgadmin.org -* Documentation officielle de l'admin : https://www.pgadmin.org/docs -* Documentation YunoHost pour cette app : https://yunohost.org/app_pgadmin -* Signaler un bug : https://github.com/YunoHost-Apps/pgadmin_ynh/issues +* Site officiel de l'app : +* Documentation officielle de l'admin : +* 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/pgadmin_ynh/tree/testing). Pour essayer la branche testing, procédez comme suit. -``` + +``` bash sudo yunohost app install https://github.com/YunoHost-Apps/pgadmin_ynh/tree/testing --debug ou sudo yunohost app upgrade pgadmin -u https://github.com/YunoHost-Apps/pgadmin_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 de1d28265ca7fdbb3ec4859f3d106f79465b7afe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Sat, 28 May 2022 22:00:57 +0200 Subject: [PATCH 03/13] Upgrade pgadmin to 4-6.9 --- README.md | 2 +- conf/armv7_bullseye.src | 2 +- conf/armv7_buster.src | 4 ++-- manifest.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 81acd71..d27145d 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in pgAdmin is a feature rich Open Source administration and development platform for PostgreSQL. -**Shipped version:** 4-5.7~ynh1 +**Shipped version:** 4-6.9~ynh1 ## Screenshots diff --git a/conf/armv7_bullseye.src b/conf/armv7_bullseye.src index 831ced1..f3a9477 100644 --- a/conf/armv7_bullseye.src +++ b/conf/armv7_bullseye.src @@ -1,5 +1,5 @@ SOURCE_URL=https://github.com/Josue-T/pgadmin_python_build/releases/download/v4-4.30/pgadmin_4-4.30-stretch-bin1_armv7l.tar.gz -SOURCE_SUM=bc804655cccc478e48636fabeb03ebc087a1fd76610fed1d80437072cf8d0f7b +SOURCE_SUM=629234fc221c0fdbf31ea45719aade7468fbee124f338aa342fd805bbf3bb3d8 # (Optional) Program to check the integrity (sha256sum, md5sum...) # default: sha256 SOURCE_SUM_PRG=sha256sum diff --git a/conf/armv7_buster.src b/conf/armv7_buster.src index 93231d1..1e057c6 100644 --- a/conf/armv7_buster.src +++ b/conf/armv7_buster.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/Josue-T/pgadmin_python_build/releases/download/v4-5.7/pgadmin_4-5.7-buster-bin1_armv7l.tar.gz -SOURCE_SUM=7cf02ebd462d6c1173d8cf60a306284abc82aec9660b949cf66d0335c54715d0 +SOURCE_URL=https://github.com/Josue-T/pgadmin_python_build/releases/download/v4-6.9/pgadmin_4-6.9-buster-bin1_armv7l.tar.gz +SOURCE_SUM=23007c7e80d082e84154047200172c811ef53fd5870f02b17bb2bfef6d2afa4f # (Optional) Program to check the integrity (sha256sum, md5sum...) # default: sha256 SOURCE_SUM_PRG=sha256sum diff --git a/manifest.json b/manifest.json index 3eda590..a35ee25 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Manage PostgreSQL databases over the web", "fr": "Application web de gestion des bases de données PostgreSQL" }, - "version": "4-5.7~ynh1", + "version": "4-6.9~ynh1", "url": "https://www.pgadmin.org", "upstream": { "license": "PostgreSQL", From 0176a9e73b760d6e0fad7379d5356794137a8600 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 28 May 2022 20:21:21 +0000 Subject: [PATCH 04/13] Auto-update README --- README_fr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_fr.md b/README_fr.md index abc9c5f..32004ba 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour pgAdmin is a feature rich Open Source administration and development platform for PostgreSQL. -**Version incluse :** 4-5.7~ynh1 +**Version incluse :** 4-6.9~ynh1 ## Captures d'écran From d2e9f1ee088a71baed9ac64a83f82514fdb06a46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Fri, 1 Jul 2022 21:23:03 +0200 Subject: [PATCH 05/13] Upgrade pgadmin to 4-6.11 --- README.md | 2 +- conf/armv7_bullseye.src | 2 +- conf/armv7_buster.src | 4 ++-- manifest.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d27145d..7d079af 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in pgAdmin is a feature rich Open Source administration and development platform for PostgreSQL. -**Shipped version:** 4-6.9~ynh1 +**Shipped version:** 4-6.11~ynh1 ## Screenshots diff --git a/conf/armv7_bullseye.src b/conf/armv7_bullseye.src index f3a9477..bc6829f 100644 --- a/conf/armv7_bullseye.src +++ b/conf/armv7_bullseye.src @@ -1,5 +1,5 @@ SOURCE_URL=https://github.com/Josue-T/pgadmin_python_build/releases/download/v4-4.30/pgadmin_4-4.30-stretch-bin1_armv7l.tar.gz -SOURCE_SUM=629234fc221c0fdbf31ea45719aade7468fbee124f338aa342fd805bbf3bb3d8 +SOURCE_SUM=6d52ab1a1cfa3471f123e45f4054a38e8269f0258313038e1f02f3262f89d6d5 # (Optional) Program to check the integrity (sha256sum, md5sum...) # default: sha256 SOURCE_SUM_PRG=sha256sum diff --git a/conf/armv7_buster.src b/conf/armv7_buster.src index 1e057c6..680ee6f 100644 --- a/conf/armv7_buster.src +++ b/conf/armv7_buster.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/Josue-T/pgadmin_python_build/releases/download/v4-6.9/pgadmin_4-6.9-buster-bin1_armv7l.tar.gz -SOURCE_SUM=23007c7e80d082e84154047200172c811ef53fd5870f02b17bb2bfef6d2afa4f +SOURCE_URL=https://github.com/Josue-T/pgadmin_python_build/releases/download/v4-6.11/pgadmin_4-6.11-buster-bin1_armv7l.tar.gz +SOURCE_SUM=6a339d0d21d4b771c9a6cec57d3d21a51cfe23247ecfdba8e3f8234f4052b64f # (Optional) Program to check the integrity (sha256sum, md5sum...) # default: sha256 SOURCE_SUM_PRG=sha256sum diff --git a/manifest.json b/manifest.json index a35ee25..28d5836 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Manage PostgreSQL databases over the web", "fr": "Application web de gestion des bases de données PostgreSQL" }, - "version": "4-6.9~ynh1", + "version": "4-6.11~ynh1", "url": "https://www.pgadmin.org", "upstream": { "license": "PostgreSQL", From 6c54e814ca74d4afe792e112f21f44e134c49a8c Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 1 Jul 2022 22:15:22 +0000 Subject: [PATCH 06/13] Auto-update README --- README_fr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_fr.md b/README_fr.md index 32004ba..4d00447 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour pgAdmin is a feature rich Open Source administration and development platform for PostgreSQL. -**Version incluse :** 4-6.9~ynh1 +**Version incluse :** 4-6.11~ynh1 ## Captures d'écran From 98c611c376e24a72bdcc8d98e2a61975c11cdf67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Fri, 29 Jul 2022 02:04:29 +0200 Subject: [PATCH 07/13] Upgrade pgadmin to 4-6.12 --- README.md | 2 +- conf/armv7_bullseye.src | 2 +- conf/armv7_buster.src | 4 ++-- manifest.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7d079af..5abd261 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in pgAdmin is a feature rich Open Source administration and development platform for PostgreSQL. -**Shipped version:** 4-6.11~ynh1 +**Shipped version:** 4-6.12~ynh1 ## Screenshots diff --git a/conf/armv7_bullseye.src b/conf/armv7_bullseye.src index bc6829f..05b54b8 100644 --- a/conf/armv7_bullseye.src +++ b/conf/armv7_bullseye.src @@ -1,5 +1,5 @@ SOURCE_URL=https://github.com/Josue-T/pgadmin_python_build/releases/download/v4-4.30/pgadmin_4-4.30-stretch-bin1_armv7l.tar.gz -SOURCE_SUM=6d52ab1a1cfa3471f123e45f4054a38e8269f0258313038e1f02f3262f89d6d5 +SOURCE_SUM=f5d373050a96b5d3aa5bdb6db2485de54d8b284feb5ffac30547cdf7cf346cb7 # (Optional) Program to check the integrity (sha256sum, md5sum...) # default: sha256 SOURCE_SUM_PRG=sha256sum diff --git a/conf/armv7_buster.src b/conf/armv7_buster.src index 680ee6f..3a0cbc0 100644 --- a/conf/armv7_buster.src +++ b/conf/armv7_buster.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/Josue-T/pgadmin_python_build/releases/download/v4-6.11/pgadmin_4-6.11-buster-bin1_armv7l.tar.gz -SOURCE_SUM=6a339d0d21d4b771c9a6cec57d3d21a51cfe23247ecfdba8e3f8234f4052b64f +SOURCE_URL=https://github.com/Josue-T/pgadmin_python_build/releases/download/v4-6.12/pgadmin_4-6.12-buster-bin1_armv7l.tar.gz +SOURCE_SUM=951fdf3c8f3799007c6b54bb58f643a08a5e5f86d16f317cc5a3e82027a3a409 # (Optional) Program to check the integrity (sha256sum, md5sum...) # default: sha256 SOURCE_SUM_PRG=sha256sum diff --git a/manifest.json b/manifest.json index 28d5836..0dbbca7 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Manage PostgreSQL databases over the web", "fr": "Application web de gestion des bases de données PostgreSQL" }, - "version": "4-6.11~ynh1", + "version": "4-6.12~ynh1", "url": "https://www.pgadmin.org", "upstream": { "license": "PostgreSQL", From 8055180df7a3f208b3250208808ec05cdc9129fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Mon, 8 Aug 2022 14:53:58 +0200 Subject: [PATCH 08/13] Remove main version on app version --- manifest.json | 4 ++-- scripts/_common.sh | 2 +- scripts/install | 1 - scripts/restore | 1 - scripts/upgrade | 1 - 5 files changed, 3 insertions(+), 6 deletions(-) diff --git a/manifest.json b/manifest.json index 0dbbca7..610b376 100644 --- a/manifest.json +++ b/manifest.json @@ -1,12 +1,12 @@ { - "name": "pgAdmin", + "name": "pgAdmin4", "id": "pgadmin", "packaging_format": 1, "description": { "en": "Manage PostgreSQL databases over the web", "fr": "Application web de gestion des bases de données PostgreSQL" }, - "version": "4-6.12~ynh1", + "version": "6.12~ynh1", "url": "https://www.pgadmin.org", "upstream": { "license": "PostgreSQL", diff --git a/scripts/_common.sh b/scripts/_common.sh index fe36ad6..ef18cc0 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -61,7 +61,7 @@ install_source() { pip3 install --upgrade pip pip3 install --upgrade 'Werkzeug<1.0' pip3 install --upgrade 'markupsafe==2.0.1' - pip3 install --upgrade pgadmin$app_main_version==$app_sub_version + pip3 install --upgrade pgadmin4==$app_sub_version set +$u_arg; deactivate set -$u_arg; diff --git a/scripts/install b/scripts/install index 349cf68..aaad63c 100644 --- a/scripts/install +++ b/scripts/install @@ -32,7 +32,6 @@ admin_pwd=$YNH_APP_ARG_PASSWORD db_user="pgadmin" db_pwd=$(ynh_string_random --length 30) app_version=$(ynh_app_upstream_version) -app_main_version=$(echo $app_version | cut -d'-' -f1) app_sub_version=$(echo $app_version | cut -d'-' -f2) app=$YNH_APP_INSTANCE_NAME diff --git a/scripts/restore b/scripts/restore index b68671e..7f494d0 100644 --- a/scripts/restore +++ b/scripts/restore @@ -36,7 +36,6 @@ db_user=$(ynh_app_setting_get --app=$app --key=db_user) db_pwd=$(ynh_app_setting_get --app=$app --key=db_pwd) app_version=$(ynh_app_upstream_version) -app_main_version=$(echo $app_version | cut -d'-' -f1) app_sub_version=$(echo $app_version | cut -d'-' -f2) pgadmin_user="$app" diff --git a/scripts/upgrade b/scripts/upgrade index 3d7c322..7c74faa 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -23,7 +23,6 @@ admin=$(ynh_app_setting_get --app=$app --key=admin) final_path=$(ynh_app_setting_get --app=$app --key=final_path) app_version=$(ynh_app_upstream_version) -app_main_version=$(echo $app_version | cut -d'-' -f1) app_sub_version=$(echo $app_version | cut -d'-' -f2) pgadmin_user="$app" From 6263cab2e7df1f3967bcb2eeb5075f0418a83826 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 8 Aug 2022 12:54:25 +0000 Subject: [PATCH 09/13] Auto-update README --- README.md | 11 ++++++----- README_fr.md | 11 ++++++----- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 5abd261..4b26f0b 100644 --- a/README.md +++ b/README.md @@ -3,14 +3,14 @@ N.B.: This README was automatically generated by https://github.com/YunoHost/app It shall NOT be edited by hand. --> -# pgAdmin for YunoHost +# pgAdmin4 for YunoHost [![Integration level](https://dash.yunohost.org/integration/pgadmin.svg)](https://dash.yunohost.org/appci/app/pgadmin) ![Working status](https://ci-apps.yunohost.org/ci/badges/pgadmin.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/pgadmin.maintain.svg) -[![Install pgAdmin with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=pgadmin) +[![Install pgAdmin4 with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=pgadmin) *[Lire ce readme en français.](./README_fr.md)* -> *This package allows you to install pgAdmin quickly and simply on a YunoHost server. +> *This package allows you to install pgAdmin4 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 @@ -18,11 +18,12 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in pgAdmin is a feature rich Open Source administration and development platform for PostgreSQL. -**Shipped version:** 4-6.12~ynh1 +**Shipped version:** 6.12~ynh1 + ## Screenshots -![Screenshot of pgAdmin](./doc/screenshots/pgadmin4-welcome-light.png) +![Screenshot of pgAdmin4](./doc/screenshots/pgadmin4-welcome-light.png) ## Disclaimers / important information diff --git a/README_fr.md b/README_fr.md index 4d00447..fe7bf4a 100644 --- a/README_fr.md +++ b/README_fr.md @@ -3,14 +3,14 @@ N.B.: This README was automatically generated by https://github.com/YunoHost/app It shall NOT be edited by hand. --> -# pgAdmin pour YunoHost +# pgAdmin4 pour YunoHost [![Niveau d'intégration](https://dash.yunohost.org/integration/pgadmin.svg)](https://dash.yunohost.org/appci/app/pgadmin) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/pgadmin.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/pgadmin.maintain.svg) -[![Installer pgAdmin avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=pgadmin) +[![Installer pgAdmin4 avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=pgadmin) *[Read this readme in english.](./README.md)* -> *Ce package vous permet d'installer pgAdmin rapidement et simplement sur un serveur YunoHost. +> *Ce package vous permet d'installer pgAdmin4 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 @@ -18,11 +18,12 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour pgAdmin is a feature rich Open Source administration and development platform for PostgreSQL. -**Version incluse :** 4-6.11~ynh1 +**Version incluse :** 6.12~ynh1 + ## Captures d'écran -![Capture d'écran de pgAdmin](./doc/screenshots/pgadmin4-welcome-light.png) +![Capture d'écran de pgAdmin4](./doc/screenshots/pgadmin4-welcome-light.png) ## Avertissements / informations importantes From 291d9a0b4d8f35ea008d6f9e075a9d3e45124ade Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Fri, 26 Aug 2022 02:50:50 +0200 Subject: [PATCH 10/13] Upgrade pgadmin to 4-6.13 --- README.md | 1 - conf/armv7_bullseye.src | 2 +- conf/armv7_buster.src | 4 ++-- manifest.json | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4b26f0b..4b658dc 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,6 @@ pgAdmin is a feature rich Open Source administration and development platform fo **Shipped version:** 6.12~ynh1 - ## Screenshots ![Screenshot of pgAdmin4](./doc/screenshots/pgadmin4-welcome-light.png) diff --git a/conf/armv7_bullseye.src b/conf/armv7_bullseye.src index 05b54b8..d54794d 100644 --- a/conf/armv7_bullseye.src +++ b/conf/armv7_bullseye.src @@ -1,5 +1,5 @@ SOURCE_URL=https://github.com/Josue-T/pgadmin_python_build/releases/download/v4-4.30/pgadmin_4-4.30-stretch-bin1_armv7l.tar.gz -SOURCE_SUM=f5d373050a96b5d3aa5bdb6db2485de54d8b284feb5ffac30547cdf7cf346cb7 +SOURCE_SUM=af04ad6ba4456bd8a568b1eddd3796808505f91349274a2d6c09c212ad8f5b4b # (Optional) Program to check the integrity (sha256sum, md5sum...) # default: sha256 SOURCE_SUM_PRG=sha256sum diff --git a/conf/armv7_buster.src b/conf/armv7_buster.src index 3a0cbc0..4b4281e 100644 --- a/conf/armv7_buster.src +++ b/conf/armv7_buster.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/Josue-T/pgadmin_python_build/releases/download/v4-6.12/pgadmin_4-6.12-buster-bin1_armv7l.tar.gz -SOURCE_SUM=951fdf3c8f3799007c6b54bb58f643a08a5e5f86d16f317cc5a3e82027a3a409 +SOURCE_URL=https://github.com/Josue-T/pgadmin_python_build/releases/download/v4-6.13/pgadmin_4-6.13-buster-bin1_armv7l.tar.gz +SOURCE_SUM=296bdecda81faadf3894e27aca7fd085614c58250cad6f431c736c0aac841d9c # (Optional) Program to check the integrity (sha256sum, md5sum...) # default: sha256 SOURCE_SUM_PRG=sha256sum diff --git a/manifest.json b/manifest.json index 610b376..2185bd8 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Manage PostgreSQL databases over the web", "fr": "Application web de gestion des bases de données PostgreSQL" }, - "version": "6.12~ynh1", + "version": "6.13~ynh1", "url": "https://www.pgadmin.org", "upstream": { "license": "PostgreSQL", From 2955bad75683982bd9a448b7cd92a8e838d0bbbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Wed, 28 Sep 2022 08:50:44 +0200 Subject: [PATCH 11/13] Remove upgrade from old version --- check_process | 3 --- 1 file changed, 3 deletions(-) diff --git a/check_process b/check_process index 44261fb..b42cec3 100644 --- a/check_process +++ b/check_process @@ -12,7 +12,6 @@ setup_private=0 setup_public=0 upgrade=1 - upgrade=1 from_commit=bc3aa0261bb20a3d0a8c4d48d68fe66a67bea527 backup_restore=1 multi_instance=0 port_already_use=0 @@ -21,5 +20,3 @@ Email= Notification=none ;;; Upgrade options - ; commit=bc3aa0261bb20a3d0a8c4d48d68fe66a67bea527 - name=Before apply exemple (branch old_version_for_CI_1) From e0b3f2cb6c049d12e2d9ae39c3666fc00f644c6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Fri, 23 Sep 2022 02:31:57 +0200 Subject: [PATCH 12/13] Upgrade pgadmin to 4-6.14 --- README.md | 2 +- conf/armv7_bullseye.src | 2 +- conf/armv7_buster.src | 4 ++-- manifest.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4b658dc..edff3ca 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in pgAdmin is a feature rich Open Source administration and development platform for PostgreSQL. -**Shipped version:** 6.12~ynh1 +**Shipped version:** 4-6.14~ynh1 ## Screenshots diff --git a/conf/armv7_bullseye.src b/conf/armv7_bullseye.src index d54794d..f1d9967 100644 --- a/conf/armv7_bullseye.src +++ b/conf/armv7_bullseye.src @@ -1,5 +1,5 @@ SOURCE_URL=https://github.com/Josue-T/pgadmin_python_build/releases/download/v4-4.30/pgadmin_4-4.30-stretch-bin1_armv7l.tar.gz -SOURCE_SUM=af04ad6ba4456bd8a568b1eddd3796808505f91349274a2d6c09c212ad8f5b4b +SOURCE_SUM=95f6ac5b3cd5b1d5a1a46502c51318471eb7d22a3031ce06b0c3b5ad33c622ea # (Optional) Program to check the integrity (sha256sum, md5sum...) # default: sha256 SOURCE_SUM_PRG=sha256sum diff --git a/conf/armv7_buster.src b/conf/armv7_buster.src index 4b4281e..e500d84 100644 --- a/conf/armv7_buster.src +++ b/conf/armv7_buster.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/Josue-T/pgadmin_python_build/releases/download/v4-6.13/pgadmin_4-6.13-buster-bin1_armv7l.tar.gz -SOURCE_SUM=296bdecda81faadf3894e27aca7fd085614c58250cad6f431c736c0aac841d9c +SOURCE_URL=https://github.com/Josue-T/pgadmin_python_build/releases/download/v4-6.14/pgadmin_4-6.14-buster-bin1_armv7l.tar.gz +SOURCE_SUM=84ba3e94a8b79b6bfd90201bd600de33b726f72d5ebd5b3a3cfb5fad3c2def03 # (Optional) Program to check the integrity (sha256sum, md5sum...) # default: sha256 SOURCE_SUM_PRG=sha256sum diff --git a/manifest.json b/manifest.json index 2185bd8..4225384 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Manage PostgreSQL databases over the web", "fr": "Application web de gestion des bases de données PostgreSQL" }, - "version": "6.13~ynh1", + "version": "6.14~ynh1", "url": "https://www.pgadmin.org", "upstream": { "license": "PostgreSQL", From 63ff8419910305f8b6b139a152c9f78ee695fcdf Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 28 Sep 2022 06:55:32 +0000 Subject: [PATCH 13/13] Auto-update README --- README.md | 3 ++- README_fr.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index edff3ca..976d120 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,8 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in pgAdmin is a feature rich Open Source administration and development platform for PostgreSQL. -**Shipped version:** 4-6.14~ynh1 +**Shipped version:** 6.14~ynh1 + ## Screenshots diff --git a/README_fr.md b/README_fr.md index fe7bf4a..d39eedb 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour pgAdmin is a feature rich Open Source administration and development platform for PostgreSQL. -**Version incluse :** 6.12~ynh1 +**Version incluse :** 6.14~ynh1 ## Captures d'écran