Skip to content

Commit

Permalink
Merge pull request #157 from YunoHost-Apps/testing
Browse files Browse the repository at this point in the history
Testing
  • Loading branch information
ericgaspar committed Mar 10, 2023
2 parents b9cbab4 + e2391f2 commit 2521ee0
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 39 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down
2 changes: 1 addition & 1 deletion README_fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down
23 changes: 0 additions & 23 deletions check_process

This file was deleted.

7 changes: 0 additions & 7 deletions conf/app.src

This file was deleted.

2 changes: 1 addition & 1 deletion conf/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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(/|$) {
Expand Down
11 changes: 9 additions & 2 deletions manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []

Expand All @@ -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
Expand All @@ -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]
Expand Down
1 change: 0 additions & 1 deletion scripts/install
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 5 additions & 3 deletions tests.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 2521ee0

Please sign in to comment.