mirror of
https://github.com/YunoHost-Apps/pgadmin_ynh.git
synced 2024-09-03 19:56:38 +02:00
Merge pull request #44 from YunoHost-Apps/testing
Upgrade pgadmin to 8.10
This commit is contained in:
commit
1e5cf6cfda
11 changed files with 91 additions and 45 deletions
|
@ -5,4 +5,5 @@
|
||||||
- [Irakurri README euskaraz](README_eu.md)
|
- [Irakurri README euskaraz](README_eu.md)
|
||||||
- [Lire le README en français](README_fr.md)
|
- [Lire le README en français](README_fr.md)
|
||||||
- [Le o README en galego](README_gl.md)
|
- [Le o README en galego](README_gl.md)
|
||||||
|
- [Baca README dalam bahasa bahasa Indonesia](README_id.md)
|
||||||
- [阅读中文(简体)的 README](README_zh_Hans.md)
|
- [阅读中文(简体)的 README](README_zh_Hans.md)
|
||||||
|
|
|
@ -19,7 +19,7 @@ It shall NOT be edited by hand.
|
||||||
pgAdmin is a feature rich Open Source administration and development platform for PostgreSQL.
|
pgAdmin is a feature rich Open Source administration and development platform for PostgreSQL.
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 8.9~ynh1
|
**Shipped version:** 8.10~ynh1
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@ No se debe editar a mano.
|
||||||
pgAdmin is a feature rich Open Source administration and development platform for PostgreSQL.
|
pgAdmin is a feature rich Open Source administration and development platform for PostgreSQL.
|
||||||
|
|
||||||
|
|
||||||
**Versión actual:** 8.9~ynh1
|
**Versión actual:** 8.10~ynh1
|
||||||
|
|
||||||
## Capturas
|
## Capturas
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@ EZ editatu eskuz.
|
||||||
pgAdmin is a feature rich Open Source administration and development platform for PostgreSQL.
|
pgAdmin is a feature rich Open Source administration and development platform for PostgreSQL.
|
||||||
|
|
||||||
|
|
||||||
**Paketatutako bertsioa:** 8.9~ynh1
|
**Paketatutako bertsioa:** 8.10~ynh1
|
||||||
|
|
||||||
## Pantaila-argazkiak
|
## Pantaila-argazkiak
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main.
|
||||||
pgAdmin is a feature rich Open Source administration and development platform for PostgreSQL.
|
pgAdmin is a feature rich Open Source administration and development platform for PostgreSQL.
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 8.9~ynh1
|
**Version incluse :** 8.10~ynh1
|
||||||
|
|
||||||
## Captures d’écran
|
## Captures d’écran
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@ NON debe editarse manualmente.
|
||||||
pgAdmin is a feature rich Open Source administration and development platform for PostgreSQL.
|
pgAdmin is a feature rich Open Source administration and development platform for PostgreSQL.
|
||||||
|
|
||||||
|
|
||||||
**Versión proporcionada:** 8.9~ynh1
|
**Versión proporcionada:** 8.10~ynh1
|
||||||
|
|
||||||
## Capturas de pantalla
|
## Capturas de pantalla
|
||||||
|
|
||||||
|
|
47
README_id.md
Normal file
47
README_id.md
Normal file
|
@ -0,0 +1,47 @@
|
||||||
|
<!--
|
||||||
|
N.B.: README ini dibuat secara otomatis oleh <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||||||
|
Ini TIDAK boleh diedit dengan tangan.
|
||||||
|
-->
|
||||||
|
|
||||||
|
# pgAdmin4 untuk YunoHost
|
||||||
|
|
||||||
|
[](https://ci-apps.yunohost.org/ci/apps/pgadmin/)  
|
||||||
|
|
||||||
|
[](https://install-app.yunohost.org/?app=pgadmin)
|
||||||
|
|
||||||
|
*[Baca README ini dengan bahasa yang lain.](./ALL_README.md)*
|
||||||
|
|
||||||
|
> *Paket ini memperbolehkan Anda untuk memasang pgAdmin4 secara cepat dan mudah pada server YunoHost.*
|
||||||
|
> *Bila Anda tidak mempunyai YunoHost, silakan berkonsultasi dengan [panduan](https://yunohost.org/install) untuk mempelajari bagaimana untuk memasangnya.*
|
||||||
|
|
||||||
|
## Ringkasan
|
||||||
|
|
||||||
|
pgAdmin is a feature rich Open Source administration and development platform for PostgreSQL.
|
||||||
|
|
||||||
|
|
||||||
|
**Versi terkirim:** 8.10~ynh1
|
||||||
|
|
||||||
|
## Tangkapan Layar
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## Dokumentasi dan sumber daya
|
||||||
|
|
||||||
|
- Website aplikasi resmi: <https://www.pgadmin.org>
|
||||||
|
- Dokumentasi admin resmi: <https://www.pgadmin.org/docs>
|
||||||
|
- Gudang YunoHost: <https://apps.yunohost.org/app/pgadmin>
|
||||||
|
- Laporkan bug: <https://github.com/YunoHost-Apps/pgadmin_ynh/issues>
|
||||||
|
|
||||||
|
## Info developer
|
||||||
|
|
||||||
|
Silakan kirim pull request ke [`testing` branch](https://github.com/YunoHost-Apps/pgadmin_ynh/tree/testing).
|
||||||
|
|
||||||
|
Untuk mencoba branch `testing`, silakan dilanjutkan seperti:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo yunohost app install https://github.com/YunoHost-Apps/pgadmin_ynh/tree/testing --debug
|
||||||
|
atau
|
||||||
|
sudo yunohost app upgrade pgadmin -u https://github.com/YunoHost-Apps/pgadmin_ynh/tree/testing --debug
|
||||||
|
```
|
||||||
|
|
||||||
|
**Info lebih lanjut mengenai pemaketan aplikasi:** <https://yunohost.org/packaging_apps>
|
|
@ -19,7 +19,7 @@
|
||||||
pgAdmin is a feature rich Open Source administration and development platform for PostgreSQL.
|
pgAdmin is a feature rich Open Source administration and development platform for PostgreSQL.
|
||||||
|
|
||||||
|
|
||||||
**分发版本:** 8.9~ynh1
|
**分发版本:** 8.10~ynh1
|
||||||
|
|
||||||
## 截图
|
## 截图
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ alembic==1.13.2
|
||||||
Authlib==1.3.1
|
Authlib==1.3.1
|
||||||
azure-common==1.1.28
|
azure-common==1.1.28
|
||||||
azure-core==1.30.2
|
azure-core==1.30.2
|
||||||
azure-identity==1.16.1
|
azure-identity==1.17.1
|
||||||
azure-mgmt-core==1.4.0
|
azure-mgmt-core==1.4.0
|
||||||
azure-mgmt-rdbms==10.1.0
|
azure-mgmt-rdbms==10.1.0
|
||||||
azure-mgmt-resource==23.1.1
|
azure-mgmt-resource==23.1.1
|
||||||
|
@ -11,11 +11,11 @@ Babel==2.15.0
|
||||||
bcrypt==4.1.3
|
bcrypt==4.1.3
|
||||||
bidict==0.23.1
|
bidict==0.23.1
|
||||||
blinker==1.8.2
|
blinker==1.8.2
|
||||||
boto3==1.34.135
|
boto3==1.34.150
|
||||||
botocore==1.34.135
|
botocore==1.34.150
|
||||||
Brotli==1.1.0
|
Brotli==1.1.0
|
||||||
cachetools==5.3.3
|
cachetools==5.4.0
|
||||||
certifi==2024.6.2
|
certifi==2024.7.4
|
||||||
cffi==1.16.0
|
cffi==1.16.0
|
||||||
charset-normalizer==3.3.2
|
charset-normalizer==3.3.2
|
||||||
click==8.1.7
|
click==8.1.7
|
||||||
|
@ -36,18 +36,17 @@ Flask-SocketIO==5.3.6
|
||||||
Flask-SQLAlchemy==3.1.1
|
Flask-SQLAlchemy==3.1.1
|
||||||
Flask-WTF==1.2.1
|
Flask-WTF==1.2.1
|
||||||
google-api-core==2.19.1
|
google-api-core==2.19.1
|
||||||
google-api-python-client==2.134.0
|
google-api-python-client==2.138.0
|
||||||
google-auth==2.30.0
|
google-auth==2.32.0
|
||||||
google-auth-httplib2==0.2.0
|
google-auth-httplib2==0.2.0
|
||||||
google-auth-oauthlib==1.2.0
|
google-auth-oauthlib==1.2.0
|
||||||
googleapis-common-protos==1.63.2
|
googleapis-common-protos==1.63.2
|
||||||
greenlet==3.0.3
|
greenlet==3.0.3
|
||||||
gunicorn==22.0.0
|
gunicorn==22.0.0
|
||||||
h11==0.14.0
|
h11==0.14.0
|
||||||
httpagentparser==1.9.5
|
|
||||||
httplib2==0.22.0
|
httplib2==0.22.0
|
||||||
idna==3.7
|
idna==3.7
|
||||||
importlib_metadata==8.0.0
|
importlib_metadata==8.2.0
|
||||||
importlib_resources==6.4.0
|
importlib_resources==6.4.0
|
||||||
isodate==0.6.1
|
isodate==0.6.1
|
||||||
itsdangerous==2.2.0
|
itsdangerous==2.2.0
|
||||||
|
@ -64,20 +63,20 @@ markdown-it-py==3.0.0
|
||||||
MarkupSafe==2.1.5
|
MarkupSafe==2.1.5
|
||||||
mdurl==0.1.2
|
mdurl==0.1.2
|
||||||
more-itertools==10.3.0
|
more-itertools==10.3.0
|
||||||
msal==1.29.0
|
msal==1.30.0
|
||||||
msal-extensions==1.2.0
|
msal-extensions==1.2.0
|
||||||
msrest==0.7.1
|
msrest==0.7.1
|
||||||
oauthlib==3.2.2
|
oauthlib==3.2.2
|
||||||
packaging==24.1
|
packaging==24.1
|
||||||
paramiko==3.4.0
|
paramiko==3.4.0
|
||||||
passlib==1.7.4
|
passlib==1.7.4
|
||||||
pgadmin4==8.9
|
pgadmin4==8.10
|
||||||
portalocker==2.10.0
|
portalocker==2.10.1
|
||||||
proto-plus==1.24.0
|
proto-plus==1.24.0
|
||||||
protobuf==5.27.2
|
protobuf==5.27.2
|
||||||
psutil==5.9.8
|
psutil==6.0.0
|
||||||
psycopg==3.1.19
|
psycopg==3.2.1
|
||||||
psycopg-c==3.1.19
|
psycopg-c==3.2.1
|
||||||
pyasn1==0.6.0
|
pyasn1==0.6.0
|
||||||
pyasn1_modules==0.4.0
|
pyasn1_modules==0.4.0
|
||||||
pycparser==2.22
|
pycparser==2.22
|
||||||
|
@ -103,7 +102,7 @@ simple-websocket==1.0.0
|
||||||
six==1.16.0
|
six==1.16.0
|
||||||
speaklater3==1.4
|
speaklater3==1.4
|
||||||
SQLAlchemy==2.0.31
|
SQLAlchemy==2.0.31
|
||||||
sqlparse==0.5.0
|
sqlparse==0.5.1
|
||||||
sshtunnel==0.4.0
|
sshtunnel==0.4.0
|
||||||
typer==0.12.3
|
typer==0.12.3
|
||||||
typing_extensions==4.12.2
|
typing_extensions==4.12.2
|
||||||
|
@ -115,4 +114,4 @@ Werkzeug==3.0.3
|
||||||
wsproto==1.2.0
|
wsproto==1.2.0
|
||||||
WTForms==3.1.2
|
WTForms==3.1.2
|
||||||
zipp==3.19.2
|
zipp==3.19.2
|
||||||
zstandard==0.22.0
|
zstandard==0.23.0
|
||||||
|
|
|
@ -2,7 +2,7 @@ alembic==1.13.2
|
||||||
Authlib==1.3.1
|
Authlib==1.3.1
|
||||||
azure-common==1.1.28
|
azure-common==1.1.28
|
||||||
azure-core==1.30.2
|
azure-core==1.30.2
|
||||||
azure-identity==1.16.1
|
azure-identity==1.17.1
|
||||||
azure-mgmt-core==1.4.0
|
azure-mgmt-core==1.4.0
|
||||||
azure-mgmt-rdbms==10.1.0
|
azure-mgmt-rdbms==10.1.0
|
||||||
azure-mgmt-resource==23.1.1
|
azure-mgmt-resource==23.1.1
|
||||||
|
@ -11,11 +11,11 @@ Babel==2.15.0
|
||||||
bcrypt==4.1.3
|
bcrypt==4.1.3
|
||||||
bidict==0.23.1
|
bidict==0.23.1
|
||||||
blinker==1.8.2
|
blinker==1.8.2
|
||||||
boto3==1.34.135
|
boto3==1.34.149
|
||||||
botocore==1.34.135
|
botocore==1.34.149
|
||||||
Brotli==1.1.0
|
Brotli==1.1.0
|
||||||
cachetools==5.3.3
|
cachetools==5.4.0
|
||||||
certifi==2024.6.2
|
certifi==2024.7.4
|
||||||
cffi==1.16.0
|
cffi==1.16.0
|
||||||
charset-normalizer==3.3.2
|
charset-normalizer==3.3.2
|
||||||
click==8.1.7
|
click==8.1.7
|
||||||
|
@ -36,18 +36,17 @@ Flask-SocketIO==5.3.6
|
||||||
Flask-SQLAlchemy==3.1.1
|
Flask-SQLAlchemy==3.1.1
|
||||||
Flask-WTF==1.2.1
|
Flask-WTF==1.2.1
|
||||||
google-api-core==2.19.1
|
google-api-core==2.19.1
|
||||||
google-api-python-client==2.134.0
|
google-api-python-client==2.138.0
|
||||||
google-auth==2.30.0
|
google-auth==2.32.0
|
||||||
google-auth-httplib2==0.2.0
|
google-auth-httplib2==0.2.0
|
||||||
google-auth-oauthlib==1.2.0
|
google-auth-oauthlib==1.2.0
|
||||||
googleapis-common-protos==1.63.2
|
googleapis-common-protos==1.63.2
|
||||||
greenlet==1.1.2
|
greenlet==1.1.2
|
||||||
gunicorn==22.0.0
|
gunicorn==22.0.0
|
||||||
h11==0.14.0
|
h11==0.14.0
|
||||||
httpagentparser==1.9.5
|
|
||||||
httplib2==0.22.0
|
httplib2==0.22.0
|
||||||
idna==3.7
|
idna==3.7
|
||||||
importlib_metadata==8.0.0
|
importlib_metadata==8.2.0
|
||||||
importlib_resources==6.4.0
|
importlib_resources==6.4.0
|
||||||
isodate==0.6.1
|
isodate==0.6.1
|
||||||
itsdangerous==2.2.0
|
itsdangerous==2.2.0
|
||||||
|
@ -64,20 +63,20 @@ markdown-it-py==3.0.0
|
||||||
MarkupSafe==2.1.5
|
MarkupSafe==2.1.5
|
||||||
mdurl==0.1.2
|
mdurl==0.1.2
|
||||||
more-itertools==10.3.0
|
more-itertools==10.3.0
|
||||||
msal==1.29.0
|
msal==1.30.0
|
||||||
msal-extensions==1.2.0
|
msal-extensions==1.2.0
|
||||||
msrest==0.7.1
|
msrest==0.7.1
|
||||||
oauthlib==3.2.2
|
oauthlib==3.2.2
|
||||||
packaging==24.1
|
packaging==24.1
|
||||||
paramiko==3.4.0
|
paramiko==3.4.0
|
||||||
passlib==1.7.4
|
passlib==1.7.4
|
||||||
pgadmin4==8.9
|
pgadmin4==8.10
|
||||||
portalocker==2.10.0
|
portalocker==2.10.1
|
||||||
proto-plus==1.24.0
|
proto-plus==1.24.0
|
||||||
protobuf==5.27.2
|
protobuf==5.27.2
|
||||||
psutil==5.9.8
|
psutil==6.0.0
|
||||||
psycopg==3.1.19
|
psycopg==3.2.1
|
||||||
psycopg-c==3.1.19
|
psycopg-c==3.2.1
|
||||||
pyasn1==0.6.0
|
pyasn1==0.6.0
|
||||||
pyasn1_modules==0.4.0
|
pyasn1_modules==0.4.0
|
||||||
pycparser==2.22
|
pycparser==2.22
|
||||||
|
@ -103,7 +102,7 @@ simple-websocket==1.0.0
|
||||||
six==1.16.0
|
six==1.16.0
|
||||||
speaklater3==1.4
|
speaklater3==1.4
|
||||||
SQLAlchemy==2.0.31
|
SQLAlchemy==2.0.31
|
||||||
sqlparse==0.5.0
|
sqlparse==0.5.1
|
||||||
sshtunnel==0.4.0
|
sshtunnel==0.4.0
|
||||||
typer==0.12.3
|
typer==0.12.3
|
||||||
typing_extensions==4.12.2
|
typing_extensions==4.12.2
|
||||||
|
@ -115,4 +114,4 @@ Werkzeug==3.0.3
|
||||||
wsproto==1.2.0
|
wsproto==1.2.0
|
||||||
WTForms==3.1.2
|
WTForms==3.1.2
|
||||||
zipp==3.19.2
|
zipp==3.19.2
|
||||||
zstandard==0.22.0
|
zstandard==0.23.0
|
||||||
|
|
|
@ -7,7 +7,7 @@ name = "pgAdmin4"
|
||||||
description.en = "Manage PostgreSQL databases over the web"
|
description.en = "Manage PostgreSQL databases over the web"
|
||||||
description.fr = "Application web de gestion des bases de données PostgreSQL"
|
description.fr = "Application web de gestion des bases de données PostgreSQL"
|
||||||
|
|
||||||
version = "8.9~ynh1"
|
version = "8.10~ynh1"
|
||||||
|
|
||||||
maintainers = ["Josué Tille"]
|
maintainers = ["Josué Tille"]
|
||||||
|
|
||||||
|
@ -42,13 +42,13 @@ ram.runtime = "200M"
|
||||||
[resources]
|
[resources]
|
||||||
[resources.sources.pgadmin_prebuilt_armv7_bookworm]
|
[resources.sources.pgadmin_prebuilt_armv7_bookworm]
|
||||||
prefetch = false
|
prefetch = false
|
||||||
armhf.url = "https://github.com/YunoHost-Apps/pgadmin_python_build/releases/download/v8.9/pgadmin_8.9-bookworm-bin1_armv7l.tar.gz"
|
armhf.url = "https://github.com/YunoHost-Apps/pgadmin_python_build/releases/download/v8.10/pgadmin_8.10-bookworm-bin1_armv7l.tar.gz"
|
||||||
armhf.sha256 = "d62b25fc23e7353cd4f5693af9f78b1fb60a114724a1ff1adfaee306606f31b8"
|
armhf.sha256 = "a4887ee52021bbb196f93af8fb87d62767cb95ada14b09fd1810fe192f1f4d50"
|
||||||
|
|
||||||
[resources.sources.pgadmin_prebuilt_armv7_bullseye]
|
[resources.sources.pgadmin_prebuilt_armv7_bullseye]
|
||||||
prefetch = false
|
prefetch = false
|
||||||
armhf.url = "https://github.com/YunoHost-Apps/pgadmin_python_build/releases/download/v8.9/pgadmin_8.9-bullseye-bin1_armv7l.tar.gz"
|
armhf.url = "https://github.com/YunoHost-Apps/pgadmin_python_build/releases/download/v8.10/pgadmin_8.10-bullseye-bin1_armv7l.tar.gz"
|
||||||
armhf.sha256 = "4f5610b0c5ab3bc7c934dc2d3e0f25b23ed1e89e7814794fd21aec774a3dffd3"
|
armhf.sha256 = "db74667fd08b7bc0115da36101221119c62e27d5561ccaf8dfb68009dfd6544e"
|
||||||
|
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
allow_email = true
|
allow_email = true
|
||||||
|
|
Loading…
Add table
Reference in a new issue