1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kanboard_ynh.git synced 2024-09-03 19:36:17 +02:00

Merge pull request #157 from YunoHost-Apps/testing

Testing
This commit is contained in:
Éric Gaspar 2023-03-10 18:13:23 +01:00 committed by GitHub
commit 2521ee0362
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 17 additions and 39 deletions

View file

@ -25,7 +25,7 @@ Kanboard is a free and open source Kanban project management software.
- Drag and drop tasks to manage your project
**Shipped version:** 1.2.27~ynh3
**Shipped version:** 1.2.27~ynh4
**Demo:** https://demo.yunohost.org/kanboard/

View file

@ -25,7 +25,7 @@ Kanboard est un logiciel de gestion de projet Kanban gratuit et open source.
- Glisser et déposez des tâches pour gérer votre projet
**Version incluse :** 1.2.27~ynh3
**Version incluse :** 1.2.27~ynh4
**Démo :** https://demo.yunohost.org/kanboard/

View file

@ -1,23 +0,0 @@
;; Test complet
; Manifest
domain="domain.tld"
path="/path"
is_public=1
admin="john"
; Checks
pkg_linter=1
setup_sub_dir=1
setup_root=1
setup_nourl=0
setup_private=1
setup_public=1
upgrade=1
# 1.2.22~ynh2
upgrade=1 from_commit=781f62a9e41ee6b4fbdad7383cb31f8ae4432c66
backup_restore=1
multi_instance=1
change_url=1
;;; Upgrade options
; commit=b667e4d5fd9cc860f706ad7e4e41208cf1d04f2a
name=Merge pull request #133 from YunoHost-Apps/testing
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&is_public=Yes&

View file

@ -1,7 +0,0 @@
SOURCE_URL=https://github.com/kanboard/kanboard/archive/refs/tags/v1.2.27.tar.gz
SOURCE_SUM=e452bc6113407a0c6f230f532b53e6170a8542bc7a495ea631543cc7c02c64b3
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true
SOURCE_FILENAME=
SOURCE_EXTRACT=true

View file

@ -17,7 +17,7 @@ location __PATH__/ {
# Deny access to the directory data
location __PATH__/data {
deny all;
}
}
try_files $uri $uri/ __PATH__/index.php;
location ~ [^/]\.php(/|$) {

View file

@ -5,7 +5,7 @@ name = "Kanboard"
description.en = "Kanban project management software"
description.fr = "Logiciel de gestion de projet Kanban"
version = "1.2.27~ynh3"
version = "1.2.27~ynh4"
maintainers = []
@ -17,7 +17,7 @@ admindoc = "https://docs.kanboard.org/en/latest/"
code = "https://github.com/kanboard/kanboard"
[integration]
yunohost = ">= 11.1.13"
yunohost = ">= 11.1.14"
architectures = "all"
multi_instance = true
ldap = false
@ -42,6 +42,13 @@ ram.runtime = "50M"
type = "user"
[resources]
[resources.sources]
[resources.sources.main]
url = "https://github.com/kanboard/kanboard/archive/refs/tags/v1.2.27.tar.gz"
sha256 = "e452bc6113407a0c6f230f532b53e6170a8542bc7a495ea631543cc7c02c64b3"
[resources.system_user]
[resources.install_dir]

View file

@ -21,7 +21,6 @@ fpm_usage="low"
#=================================================
# STORE SETTINGS FROM MANIFEST
#=================================================
ynh_script_progression --message="Storing installation settings..." --weight=1
ynh_app_setting_set --app=$app --key=fpm_footprint --value=$fpm_footprint
ynh_app_setting_set --app=$app --key=fpm_free_footprint --value=$fpm_free_footprint

View file

@ -2,6 +2,8 @@ test_format = 1.0
[default]
# ------------
# Tests to run
# ------------
# -------------------------------
# Commits to test upgrade from
# -------------------------------
test_upgrade_from.781f62a9.name = "Upgrade from 1.2.22"