1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/invoiceninja5_ynh.git synced 2024-09-03 19:26:23 +02:00

Merge pull request #251 from YunoHost-Apps/testing

Testing
This commit is contained in:
Sebastian Gumprich 2024-03-15 09:02:55 +01:00 committed by GitHub
commit 4c5f6ab13b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 24 additions and 26 deletions

View file

@ -18,10 +18,9 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Invoice Ninja is a self-hosted invoicing platform to create & email invoices, track payments and expenses, and time billable tasks & projects for clients. Invoice Ninja is a self-hosted invoicing platform to create & email invoices, track payments and expenses, and time billable tasks & projects for clients.
**Shipped version:** 5.8.37~ynh1
**Shipped version:** 5.8.30~ynh1 **Demo:** <https://react.invoicing.co/demo>
**Demo:** https://react.invoicing.co/demo
## Screenshots ## Screenshots
@ -29,12 +28,12 @@ Invoice Ninja is a self-hosted invoicing platform to create & email invoices, tr
## Documentation and resources ## Documentation and resources
* Official app website: <https://invoiceninja.org> - Official app website: <https://invoiceninja.org>
* Official user documentation: <https://invoiceninja.github.io/> - Official user documentation: <https://invoiceninja.github.io/>
* Official admin documentation: <https://invoiceninja.github.io/> - Official admin documentation: <https://invoiceninja.github.io/>
* Upstream app code repository: <https://github.com/invoiceninja/invoiceninja> - Upstream app code repository: <https://github.com/invoiceninja/invoiceninja>
* YunoHost Store: <https://apps.yunohost.org/app/invoiceninja5> - YunoHost Store: <https://apps.yunohost.org/app/invoiceninja5>
* Report a bug: <https://github.com/YunoHost-Apps/invoiceninja5_ynh/issues> - Report a bug: <https://github.com/YunoHost-Apps/invoiceninja5_ynh/issues>
## Developer info ## Developer info
@ -42,10 +41,10 @@ Please send your pull request to the [testing branch](https://github.com/YunoHos
To try the testing branch, please proceed like that. To try the testing branch, please proceed like that.
``` bash ```bash
sudo yunohost app install https://github.com/YunoHost-Apps/invoiceninja5_ynh/tree/testing --debug sudo yunohost app install https://github.com/YunoHost-Apps/invoiceninja5_ynh/tree/testing --debug
or or
sudo yunohost app upgrade invoiceninja5 -u https://github.com/YunoHost-Apps/invoiceninja5_ynh/tree/testing --debug sudo yunohost app upgrade invoiceninja5 -u https://github.com/YunoHost-Apps/invoiceninja5_ynh/tree/testing --debug
``` ```
**More info regarding app packaging:** <https://yunohost.org/packaging_apps> **More info regarding app packaging:** <https://yunohost.org/packaging_apps>

View file

@ -18,10 +18,9 @@ Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
Invoice Ninja est une plate-forme de facturation auto-hébergée permettant de créer et d'envoyer des factures par courrier électronique, de suivre les paiements et les dépenses, ainsi que de chronométrer les tâches et projets facturables pour les clients. Invoice Ninja est une plate-forme de facturation auto-hébergée permettant de créer et d'envoyer des factures par courrier électronique, de suivre les paiements et les dépenses, ainsi que de chronométrer les tâches et projets facturables pour les clients.
**Version incluse :** 5.8.37~ynh1
**Version incluse :** 5.8.30~ynh1 **Démo :** <https://react.invoicing.co/demo>
**Démo :** https://react.invoicing.co/demo
## Captures décran ## Captures décran
@ -29,12 +28,12 @@ Invoice Ninja est une plate-forme de facturation auto-hébergée permettant de c
## Documentations et ressources ## Documentations et ressources
* Site officiel de lapp : <https://invoiceninja.org> - Site officiel de lapp : <https://invoiceninja.org>
* Documentation officielle utilisateur : <https://invoiceninja.github.io/> - Documentation officielle utilisateur : <https://invoiceninja.github.io/>
* Documentation officielle de ladmin : <https://invoiceninja.github.io/> - Documentation officielle de ladmin : <https://invoiceninja.github.io/>
* Dépôt de code officiel de lapp : <https://github.com/invoiceninja/invoiceninja> - Dépôt de code officiel de lapp : <https://github.com/invoiceninja/invoiceninja>
* YunoHost Store: <https://apps.yunohost.org/app/invoiceninja5> - YunoHost Store : <https://apps.yunohost.org/app/invoiceninja5>
* Signaler un bug : <https://github.com/YunoHost-Apps/invoiceninja5_ynh/issues> - Signaler un bug : <https://github.com/YunoHost-Apps/invoiceninja5_ynh/issues>
## Informations pour les développeurs ## Informations pour les développeurs
@ -42,10 +41,10 @@ Merci de faire vos pull request sur la [branche testing](https://github.com/Yuno
Pour essayer la branche testing, procédez comme suit. Pour essayer la branche testing, procédez comme suit.
``` bash ```bash
sudo yunohost app install https://github.com/YunoHost-Apps/invoiceninja5_ynh/tree/testing --debug sudo yunohost app install https://github.com/YunoHost-Apps/invoiceninja5_ynh/tree/testing --debug
ou ou
sudo yunohost app upgrade invoiceninja5 -u https://github.com/YunoHost-Apps/invoiceninja5_ynh/tree/testing --debug sudo yunohost app upgrade invoiceninja5 -u https://github.com/YunoHost-Apps/invoiceninja5_ynh/tree/testing --debug
``` ```
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps> **Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>

View file

@ -5,7 +5,7 @@ name = "InvoiceNinja 5"
description.en = "Create and email invoices, track payments, expenses, and time tasks" description.en = "Create and email invoices, track payments, expenses, and time tasks"
description.fr = "Créer et envoyer des factures par e-mail, suivre les paiements, les dépenses et les tâches horaires" description.fr = "Créer et envoyer des factures par e-mail, suivre les paiements, les dépenses et les tâches horaires"
version = "5.8.30~ynh1" version = "5.8.37~ynh1"
maintainers = ["Sebastian Gumprich"] maintainers = ["Sebastian Gumprich"]
@ -58,8 +58,8 @@ ram.runtime = "50M"
[resources.sources] [resources.sources]
[resources.sources.main] [resources.sources.main]
url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.8.30/invoiceninja.zip" url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.8.37/invoiceninja.zip"
sha256 = "57abbdb1d36df04764f24b93c04ae5a5925f4913e06bd48cfd412a78c2c0dd90" sha256 = "2ca95364541bcc761bac02e0accb168ac2f574c85656c39a4393e51923b82f65"
in_subdir = false in_subdir = false
autoupdate.strategy = "latest_github_release" autoupdate.strategy = "latest_github_release"
autoupdate.asset = "invoiceninja.zip" autoupdate.asset = "invoiceninja.zip"

View file

@ -24,7 +24,7 @@ then
ynh_script_progression --message="Upgrading source files..." --weight=1 ynh_script_progression --message="Upgrading source files..." --weight=1
# Download, check integrity, uncompress and patch the source from app.src # Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$install_dir" --keep=".env" ynh_setup_source --dest_dir="$install_dir" --full_replace=1 --keep=".env"
fi fi
chmod -R o-rwx "$install_dir" chmod -R o-rwx "$install_dir"