From f3444bd28fc26e81cb848f7e030f2975589fb13c Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 8 Dec 2022 06:07:27 +0000 Subject: [PATCH 01/24] Upgrade to v0.100.2 --- conf/app.src | 4 ++-- manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/app.src b/conf/app.src index 85760d0..4a233db 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/nocodb/nocodb-seed/archive/3cdeeb7d0d130850177b47c6215a84f6b4a34548.zip -SOURCE_SUM=63f30dd9892e4558140c5a5ffc62ed7aa613aca05fddeb68c6ba153d5043c8cb +SOURCE_URL=https://github.com/nocodb/nocodb-seed/archive/a86e60ee5ffde3c189a921676c68f444d1801f4d.zip +SOURCE_SUM=5d3731dad8228f575d62698e0cd2cf03e3e5cf205f6ab92c9cc93ef98560baaf SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_EXTRACT=true diff --git a/manifest.json b/manifest.json index f4d1958..4546c98 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "No-code platform that turns any database into a smart spreadsheet", "fr": "Plateform sans code qui transforme toute base de données en un tableur intelligent." }, - "version": "0.100.1~ynh1", + "version": "0.100.2~ynh1", "url": "https://www.nocodb.com", "upstream": { "license": "AGPL-3.0-only", From 23fcf296fb580e268c715bf6ac6f0f369f318d59 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 8 Dec 2022 06:07:32 +0000 Subject: [PATCH 02/24] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eca2215..441c34e 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ NocoDB is an open source NoCode platform that turns any database into a smart sp *(from NocoDB's website)* -**Shipped version:** 0.100.1~ynh1 +**Shipped version:** 0.100.2~ynh1 **Demo:** https://www.nocodb.com/demos diff --git a/README_fr.md b/README_fr.md index 8a25964..932b1f1 100644 --- a/README_fr.md +++ b/README_fr.md @@ -27,7 +27,7 @@ NocoDB is an open source NoCode platform that turns any database into a smart sp *(from NocoDB's website)* -**Version incluse :** 0.100.1~ynh1 +**Version incluse :** 0.100.2~ynh1 **Démo :** https://www.nocodb.com/demos From 4e5f9858464946ef759149e01b430c9ba89fa08a Mon Sep 17 00:00:00 2001 From: KvL159 <71872444+KvL159@users.noreply.github.com> Date: Sat, 28 Jan 2023 10:55:22 +0100 Subject: [PATCH 03/24] Update env --- conf/env | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/env b/conf/env index 886f169..92587c7 100644 --- a/conf/env +++ b/conf/env @@ -3,3 +3,4 @@ PORT=__PORT__ NC_DB=mysql2://localhost:3306?u=__DB_USER__&p=__DB_PWD__&d=__DB_NAME__ NC_AUTH_JWT_SECRET=__JWT_SECRET__ NC_DISABLE_TELE=1 +NC_PUBLIC_URL=https://__DOMAIN__ From f9a812edbed146181d3e2451b8d63013882db418 Mon Sep 17 00:00:00 2001 From: KvL159 <71872444+KvL159@users.noreply.github.com> Date: Sat, 28 Jan 2023 14:46:40 +0100 Subject: [PATCH 04/24] Update env --- conf/env | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/env b/conf/env index 92587c7..b3b1173 100644 --- a/conf/env +++ b/conf/env @@ -4,3 +4,4 @@ NC_DB=mysql2://localhost:3306?u=__DB_USER__&p=__DB_PWD__&d=__DB_NAME__ NC_AUTH_JWT_SECRET=__JWT_SECRET__ NC_DISABLE_TELE=1 NC_PUBLIC_URL=https://__DOMAIN__ +NC_REQUEST_BODY_SIZE=104857600 From 0929e355e913b7f157c74b7d091a57eed36adf3f Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sat, 28 Jan 2023 16:31:58 +0100 Subject: [PATCH 05/24] Add NGINX client_max_body_size --- conf/nginx.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/nginx.conf b/conf/nginx.conf index 6ce91ce..5a49c3e 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -10,6 +10,8 @@ location __PATH__/ { proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection $http_connection; + client_max_body_size 100M; + # Include SSOWAT user panel. include conf.d/yunohost_panel.conf.inc; } From b833fa7094b841bc7b3d2b1945aa21e1fffa4554 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 28 Jan 2023 15:36:15 +0000 Subject: [PATCH 06/24] Auto-update README --- README.md | 2 +- README_fr.md | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 441c34e..000fca0 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ It shall NOT be edited by hand. # NocoDB for YunoHost -[![Integration level](https://dash.yunohost.org/integration/nocodb.svg)](https://dash.yunohost.org/appci/app/nocodb) ![Working status](https://ci-apps.yunohost.org/ci/badges/nocodb.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/nocodb.maintain.svg) +[![Integration level](https://dash.yunohost.org/integration/nocodb.svg)](https://dash.yunohost.org/appci/app/nocodb) ![Working status](https://ci-apps.yunohost.org/ci/badges/nocodb.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/nocodb.maintain.svg) [![Install NocoDB with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=nocodb) *[Lire ce readme en français.](./README_fr.md)* diff --git a/README_fr.md b/README_fr.md index 932b1f1..9d18b96 100644 --- a/README_fr.md +++ b/README_fr.md @@ -5,15 +5,15 @@ It shall NOT be edited by hand. # NocoDB pour YunoHost -[![Niveau d'intégration](https://dash.yunohost.org/integration/nocodb.svg)](https://dash.yunohost.org/appci/app/nocodb) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/nocodb.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/nocodb.maintain.svg) +[![Niveau d’intégration](https://dash.yunohost.org/integration/nocodb.svg)](https://dash.yunohost.org/appci/app/nocodb) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/nocodb.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/nocodb.maintain.svg) [![Installer NocoDB avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=nocodb) *[Read this readme in english.](./README.md)* -> *Ce package vous permet d'installer NocoDB 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 NocoDB 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 +## Vue d’ensemble NocoDB is an open source NoCode platform that turns any database into a smart spreadsheet, alternative to Airtable. @@ -31,9 +31,9 @@ NocoDB is an open source NoCode platform that turns any database into a smart sp **Démo :** https://www.nocodb.com/demos -## Captures d'écran +## Captures d’écran -![Capture d'écran de NocoDB](./doc/screenshots/example.png) +![Capture d’écran de NocoDB](./doc/screenshots/example.png) ## Avertissements / informations importantes @@ -43,8 +43,8 @@ NocoDB has its own authentication system which does not rely on YunoHost's SSO o ## Documentations et ressources -* Site officiel de l'app : -* Dépôt de code officiel de l'app : +* Site officiel de l’app : +* Dépôt de code officiel de l’app : * Documentation YunoHost pour cette app : * Signaler un bug : @@ -60,4 +60,4 @@ ou sudo yunohost app upgrade nocodb -u https://github.com/YunoHost-Apps/nocodb_ynh/tree/testing --debug ``` -**Plus d'infos sur le packaging d'applications :** +**Plus d’infos sur le packaging d’applications :** \ No newline at end of file From 86564532388c54bbdb5090e03a09ad1e8b7ac6d6 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 22 Feb 2023 06:07:54 +0000 Subject: [PATCH 07/24] Upgrade to v0.105.3 --- conf/app.src | 4 ++-- manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/app.src b/conf/app.src index 4a233db..f312f6d 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/nocodb/nocodb-seed/archive/a86e60ee5ffde3c189a921676c68f444d1801f4d.zip -SOURCE_SUM=5d3731dad8228f575d62698e0cd2cf03e3e5cf205f6ab92c9cc93ef98560baaf +SOURCE_URL=https://github.com/nocodb/nocodb-seed/archive/a7e0b96a51ce0889892bd6e24db779e533afe0fc.zip +SOURCE_SUM=6ce8caa823d00c4516fcde34b571112f821c51ed1784fca78c81a3075ad48ac8 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_EXTRACT=true diff --git a/manifest.json b/manifest.json index 4546c98..3603853 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "No-code platform that turns any database into a smart spreadsheet", "fr": "Plateform sans code qui transforme toute base de données en un tableur intelligent." }, - "version": "0.100.2~ynh1", + "version": "0.105.3~ynh1", "url": "https://www.nocodb.com", "upstream": { "license": "AGPL-3.0-only", From ec9ca825e3cce5254edf393738af0c751179c748 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 22 Feb 2023 06:08:01 +0000 Subject: [PATCH 08/24] Auto-update README --- README.md | 3 ++- README_fr.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 000fca0..4627763 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ It shall NOT be edited by hand. # NocoDB for YunoHost [![Integration level](https://dash.yunohost.org/integration/nocodb.svg)](https://dash.yunohost.org/appci/app/nocodb) ![Working status](https://ci-apps.yunohost.org/ci/badges/nocodb.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/nocodb.maintain.svg) + [![Install NocoDB with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=nocodb) *[Lire ce readme en français.](./README_fr.md)* @@ -27,7 +28,7 @@ NocoDB is an open source NoCode platform that turns any database into a smart sp *(from NocoDB's website)* -**Shipped version:** 0.100.2~ynh1 +**Shipped version:** 0.105.3~ynh1 **Demo:** https://www.nocodb.com/demos diff --git a/README_fr.md b/README_fr.md index 9d18b96..9faa521 100644 --- a/README_fr.md +++ b/README_fr.md @@ -6,6 +6,7 @@ It shall NOT be edited by hand. # NocoDB pour YunoHost [![Niveau d’intégration](https://dash.yunohost.org/integration/nocodb.svg)](https://dash.yunohost.org/appci/app/nocodb) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/nocodb.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/nocodb.maintain.svg) + [![Installer NocoDB avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=nocodb) *[Read this readme in english.](./README.md)* @@ -27,7 +28,7 @@ NocoDB is an open source NoCode platform that turns any database into a smart sp *(from NocoDB's website)* -**Version incluse :** 0.100.2~ynh1 +**Version incluse :** 0.105.3~ynh1 **Démo :** https://www.nocodb.com/demos From 7b36741f886f28afff49d9b2d458c9af692e5cff Mon Sep 17 00:00:00 2001 From: tituspijean Date: Fri, 24 Feb 2023 00:32:14 +0100 Subject: [PATCH 09/24] [autopatch] Upgrade auto-updater --- .github/workflows/updater.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index 5084590..137e440 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Fetch the source code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: token: ${{ secrets.GITHUB_TOKEN }} - name: Run the updater script @@ -33,7 +33,7 @@ jobs: - name: Create Pull Request id: cpr if: ${{ env.PROCEED == 'true' }} - uses: peter-evans/create-pull-request@v3 + uses: peter-evans/create-pull-request@v4 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: Update to version ${{ env.VERSION }} From e31fc485557e71452e079aee1e1a922df23b3976 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 23 Feb 2023 23:32:17 +0000 Subject: [PATCH 10/24] Auto-update README --- README.md | 1 + README_fr.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 000fca0..c826d2b 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ It shall NOT be edited by hand. # NocoDB for YunoHost [![Integration level](https://dash.yunohost.org/integration/nocodb.svg)](https://dash.yunohost.org/appci/app/nocodb) ![Working status](https://ci-apps.yunohost.org/ci/badges/nocodb.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/nocodb.maintain.svg) + [![Install NocoDB with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=nocodb) *[Lire ce readme en français.](./README_fr.md)* diff --git a/README_fr.md b/README_fr.md index 9d18b96..16e6a81 100644 --- a/README_fr.md +++ b/README_fr.md @@ -6,6 +6,7 @@ It shall NOT be edited by hand. # NocoDB pour YunoHost [![Niveau d’intégration](https://dash.yunohost.org/integration/nocodb.svg)](https://dash.yunohost.org/appci/app/nocodb) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/nocodb.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/nocodb.maintain.svg) + [![Installer NocoDB avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=nocodb) *[Read this readme in english.](./README.md)* From 0caca69eb8388fbfa6f17d26d2cccee1c585d08e Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sat, 1 Apr 2023 16:36:36 +0200 Subject: [PATCH 11/24] Exclude test releases from auto-updater --- .github/workflows/updater.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/updater.sh b/.github/workflows/updater.sh index c449365..666920a 100644 --- a/.github/workflows/updater.sh +++ b/.github/workflows/updater.sh @@ -17,7 +17,7 @@ current_version=$(cat manifest.json | jq -j '.version|split("~")[0]') repo=$(cat manifest.json | jq -j '.upstream.code|split("https://github.com/")[1]') # Some jq magic is needed, because the latest upstream release is not always the latest version (e.g. security patches for older versions) -version=$(curl --silent "https://api.github.com/repos/$repo/releases" | jq -r '.[] | select( .prerelease != true ) | .tag_name' | sort -V | tail -1) +version=$(curl --silent "https://api.github.com/repos/$repo/releases" | jq -r '.[] | select( .prerelease != true ) | select( .name | contains("start") or contains("rc") or contains("beta") or contains("alpha") | not ) | .tag_name' | sort -V | tail -1) sha=$(curl --silent "https://api.github.com/repos/nocodb/nocodb-seed/commits/main" | jq -r '.sha') # Later down the script, we assume the version has only digits and dots From 9734c263eb0e201b2d324618e368ce0e6d1678de Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sat, 28 Jan 2023 17:41:37 +0100 Subject: [PATCH 12/24] Fix use of upstream version helper --- scripts/install | 2 +- scripts/upgrade | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 7f84c04..0ca4c6e 100755 --- a/scripts/install +++ b/scripts/install @@ -130,7 +130,7 @@ pushd $final_path ynh_print_info --message="...Done! Installing NocoDB now..." fi - ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH NODE_ENV="production" $ynh_npm install --force + ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH NODE_ENV="production" $ynh_npm install --save nocodb@$(ynh_app_upstream_version) popd #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index 04ee26d..b9c3f41 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -118,7 +118,8 @@ pushd $final_path ynh_print_info --message="...Done! Installing NocoDB now..." fi - ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH NODE_ENV="production" $ynh_npm install --force + ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH NODE_ENV="production" $ynh_npm uninstall nocodb + ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH NODE_ENV="production" $ynh_npm install --save nocodb@$(ynh_app_upstream_version) popd #================================================= From a707bf69bdfefd2940d9e12377d4c27773e6e9ab Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 22 Apr 2023 06:04:21 +0000 Subject: [PATCH 13/24] Upgrade to v0.106.1 --- conf/app.src | 4 ++-- manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/app.src b/conf/app.src index f312f6d..1780d0b 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/nocodb/nocodb-seed/archive/a7e0b96a51ce0889892bd6e24db779e533afe0fc.zip -SOURCE_SUM=6ce8caa823d00c4516fcde34b571112f821c51ed1784fca78c81a3075ad48ac8 +SOURCE_URL=https://github.com/nocodb/nocodb-seed/archive/3a813b53c6229868e57390fbd14815bb921b3955.zip +SOURCE_SUM=63c2a92a24023eb851115e8b54c485e9e1cea4799350bfa7f2432ee4b575a4a8 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_EXTRACT=true diff --git a/manifest.json b/manifest.json index 3603853..d6e6964 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "No-code platform that turns any database into a smart spreadsheet", "fr": "Plateform sans code qui transforme toute base de données en un tableur intelligent." }, - "version": "0.105.3~ynh1", + "version": "0.106.1~ynh1", "url": "https://www.nocodb.com", "upstream": { "license": "AGPL-3.0-only", From 3f6190c8c63f1d20d7d026f72cee2ed1e236fa1b Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 22 Apr 2023 06:04:26 +0000 Subject: [PATCH 14/24] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4627763..8d5d7bf 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ NocoDB is an open source NoCode platform that turns any database into a smart sp *(from NocoDB's website)* -**Shipped version:** 0.105.3~ynh1 +**Shipped version:** 0.106.1~ynh1 **Demo:** https://www.nocodb.com/demos diff --git a/README_fr.md b/README_fr.md index 9faa521..467066a 100644 --- a/README_fr.md +++ b/README_fr.md @@ -28,7 +28,7 @@ NocoDB is an open source NoCode platform that turns any database into a smart sp *(from NocoDB's website)* -**Version incluse :** 0.105.3~ynh1 +**Version incluse :** 0.106.1~ynh1 **Démo :** https://www.nocodb.com/demos From 8c6d818b3f8358c58ed91f390aa8dc091e4375db Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 29 May 2023 06:07:12 +0000 Subject: [PATCH 15/24] Upgrade to v0.107.5 --- conf/app.src | 4 ++-- manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/app.src b/conf/app.src index 1780d0b..c2e52bd 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/nocodb/nocodb-seed/archive/3a813b53c6229868e57390fbd14815bb921b3955.zip -SOURCE_SUM=63c2a92a24023eb851115e8b54c485e9e1cea4799350bfa7f2432ee4b575a4a8 +SOURCE_URL=https://github.com/nocodb/nocodb-seed/archive/3a5e2ff7b03a48b3d1a4d3360f76dcef5ae1bd74.zip +SOURCE_SUM=4cc0bc71755279b343f757c111adc8365b848a2cbb01bb8392d222949cdcbb5e SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_EXTRACT=true diff --git a/manifest.json b/manifest.json index d6e6964..f7f8225 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "No-code platform that turns any database into a smart spreadsheet", "fr": "Plateform sans code qui transforme toute base de données en un tableur intelligent." }, - "version": "0.106.1~ynh1", + "version": "0.107.5~ynh1", "url": "https://www.nocodb.com", "upstream": { "license": "AGPL-3.0-only", From 993426f8045f327249a041f048c9bd7edd9f6070 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 29 May 2023 06:07:18 +0000 Subject: [PATCH 16/24] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8d5d7bf..2818533 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ NocoDB is an open source NoCode platform that turns any database into a smart sp *(from NocoDB's website)* -**Shipped version:** 0.106.1~ynh1 +**Shipped version:** 0.107.5~ynh1 **Demo:** https://www.nocodb.com/demos diff --git a/README_fr.md b/README_fr.md index 467066a..fc8f73b 100644 --- a/README_fr.md +++ b/README_fr.md @@ -28,7 +28,7 @@ NocoDB is an open source NoCode platform that turns any database into a smart sp *(from NocoDB's website)* -**Version incluse :** 0.106.1~ynh1 +**Version incluse :** 0.107.5~ynh1 **Démo :** https://www.nocodb.com/demos From ceb2f64b185f3bc4a1728466765962091a229128 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 1 Jun 2023 06:06:38 +0000 Subject: [PATCH 17/24] Upgrade to v0.108.1 --- conf/app.src | 4 ++-- manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/app.src b/conf/app.src index c2e52bd..f0d921f 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/nocodb/nocodb-seed/archive/3a5e2ff7b03a48b3d1a4d3360f76dcef5ae1bd74.zip -SOURCE_SUM=4cc0bc71755279b343f757c111adc8365b848a2cbb01bb8392d222949cdcbb5e +SOURCE_URL=https://github.com/nocodb/nocodb-seed/archive/2b5afac041b038009d9f90fc73ed3f5c987f3a27.zip +SOURCE_SUM=1861cb06ee6bf0e3aa1c219b4b3bc540db88375287ae1df9fffc2b5c07b1d953 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_EXTRACT=true diff --git a/manifest.json b/manifest.json index f7f8225..328e28e 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "No-code platform that turns any database into a smart spreadsheet", "fr": "Plateform sans code qui transforme toute base de données en un tableur intelligent." }, - "version": "0.107.5~ynh1", + "version": "0.108.1~ynh1", "url": "https://www.nocodb.com", "upstream": { "license": "AGPL-3.0-only", From a40bc2ac8157b0b63b7de25ef7db7bb2e03b684a Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 1 Jun 2023 06:06:44 +0000 Subject: [PATCH 18/24] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2818533..d758ab5 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ NocoDB is an open source NoCode platform that turns any database into a smart sp *(from NocoDB's website)* -**Shipped version:** 0.107.5~ynh1 +**Shipped version:** 0.108.1~ynh1 **Demo:** https://www.nocodb.com/demos diff --git a/README_fr.md b/README_fr.md index fc8f73b..a66ab48 100644 --- a/README_fr.md +++ b/README_fr.md @@ -28,7 +28,7 @@ NocoDB is an open source NoCode platform that turns any database into a smart sp *(from NocoDB's website)* -**Version incluse :** 0.107.5~ynh1 +**Version incluse :** 0.108.1~ynh1 **Démo :** https://www.nocodb.com/demos From df036673604f9b0932f41e1006f852e89e969306 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 22 Jun 2023 06:06:38 +0000 Subject: [PATCH 19/24] Upgrade to v0.109.2 --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 328e28e..84a9f7f 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "No-code platform that turns any database into a smart spreadsheet", "fr": "Plateform sans code qui transforme toute base de données en un tableur intelligent." }, - "version": "0.108.1~ynh1", + "version": "0.109.2~ynh1", "url": "https://www.nocodb.com", "upstream": { "license": "AGPL-3.0-only", From 390e17aaddea7114925b0d8b15ffd3f3df1ca35e Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 22 Jun 2023 06:06:43 +0000 Subject: [PATCH 20/24] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d758ab5..be270d0 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ NocoDB is an open source NoCode platform that turns any database into a smart sp *(from NocoDB's website)* -**Shipped version:** 0.108.1~ynh1 +**Shipped version:** 0.109.2~ynh1 **Demo:** https://www.nocodb.com/demos diff --git a/README_fr.md b/README_fr.md index a66ab48..0d70180 100644 --- a/README_fr.md +++ b/README_fr.md @@ -28,7 +28,7 @@ NocoDB is an open source NoCode platform that turns any database into a smart sp *(from NocoDB's website)* -**Version incluse :** 0.108.1~ynh1 +**Version incluse :** 0.109.2~ynh1 **Démo :** https://www.nocodb.com/demos From 3b2d17c718a20a47556b762f9a45125740c6868a Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 29 Jul 2023 06:02:29 +0000 Subject: [PATCH 21/24] Upgrade to v0.109.5 --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 84a9f7f..a995c84 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "No-code platform that turns any database into a smart spreadsheet", "fr": "Plateform sans code qui transforme toute base de données en un tableur intelligent." }, - "version": "0.109.2~ynh1", + "version": "0.109.5~ynh1", "url": "https://www.nocodb.com", "upstream": { "license": "AGPL-3.0-only", From 0c0958cf5f1b4f530837f6cac6d7bd8f42225e90 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 29 Jul 2023 06:02:35 +0000 Subject: [PATCH 22/24] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index be270d0..ccc3ce6 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ NocoDB is an open source NoCode platform that turns any database into a smart sp *(from NocoDB's website)* -**Shipped version:** 0.109.2~ynh1 +**Shipped version:** 0.109.5~ynh1 **Demo:** https://www.nocodb.com/demos diff --git a/README_fr.md b/README_fr.md index 0d70180..af9c705 100644 --- a/README_fr.md +++ b/README_fr.md @@ -28,7 +28,7 @@ NocoDB is an open source NoCode platform that turns any database into a smart sp *(from NocoDB's website)* -**Version incluse :** 0.109.2~ynh1 +**Version incluse :** 0.109.5~ynh1 **Démo :** https://www.nocodb.com/demos From fe8a3f6d7de3b18858bbdd7287308bc0cd8e03b2 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sat, 29 Jul 2023 20:05:48 +0200 Subject: [PATCH 23/24] Production mode --- conf/env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/env b/conf/env index b3b1173..6408910 100644 --- a/conf/env +++ b/conf/env @@ -1,4 +1,4 @@ -NODE_ENV=dev +NODE_ENV=production PORT=__PORT__ NC_DB=mysql2://localhost:3306?u=__DB_USER__&p=__DB_PWD__&d=__DB_NAME__ NC_AUTH_JWT_SECRET=__JWT_SECRET__ From 6cbf506830f7b326baa3bb6a129eaee0488af6ef Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sat, 29 Jul 2023 20:07:50 +0200 Subject: [PATCH 24/24] Update service monitoring line_match --- scripts/change_url | 2 +- scripts/install | 2 +- scripts/restore | 2 +- scripts/upgrade | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/change_url b/scripts/change_url index 6d59ec1..71d1f51 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -115,7 +115,7 @@ fi ynh_script_progression --message="Starting a systemd service..." --weight=1 # Start a systemd service -ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log" --line_match="Visit : localhost:" +ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log" --line_match="application successfully started" #================================================= # RELOAD NGINX diff --git a/scripts/install b/scripts/install index 0ca4c6e..ae18b13 100755 --- a/scripts/install +++ b/scripts/install @@ -174,7 +174,7 @@ yunohost service add $app --description="$app daemon, turns any database into a ynh_script_progression --message="Starting a systemd service..." --weight=1 # Start a systemd service -ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log" --line_match="Visit : localhost:" +ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log" --line_match="application successfully started" #================================================= # SETUP SSOWAT diff --git a/scripts/restore b/scripts/restore index 0af2d78..588d3f5 100755 --- a/scripts/restore +++ b/scripts/restore @@ -125,7 +125,7 @@ yunohost service add $app --description="$app daemon, turns any database into a #================================================= ynh_script_progression --message="Starting a systemd service..." --weight=1 -ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log" --line_match="Visit : localhost:" +ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log" --line_match="application successfully started" #================================================= # GENERIC FINALIZATION diff --git a/scripts/upgrade b/scripts/upgrade index b9c3f41..b85ba79 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -152,7 +152,7 @@ yunohost service add $app --description="$app daemon, turns any database into a #================================================= ynh_script_progression --message="Starting a systemd service..." --weight=1 -ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log" --line_match="Visit : localhost:" +ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log" --line_match="application successfully started" #================================================= # RELOAD NGINX