From 8c96ee816a6168377c5b005b0a2e2dcde5fd474a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 30 Mar 2023 21:47:43 +0200 Subject: [PATCH] cleaning --- manifest.toml | 1 - scripts/_common.sh | 3 --- tests.toml | 8 +++++++- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/manifest.toml b/manifest.toml index b03e95c..e344a2f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -46,7 +46,6 @@ ram.runtime = "50M" [resources.permissions] main.url = "/" - api.url = "/api" api.show_tile = false api.allowed = "visitors" diff --git a/scripts/_common.sh b/scripts/_common.sh index b4e6641..d847bb9 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,9 +4,6 @@ # COMMON VARIABLES #================================================= -# dependencies used by the app -#REMOVEME? pkg_dependencies="postgresql" - #================================================= # PERSONAL HELPERS #================================================= diff --git a/tests.toml b/tests.toml index 91daf17..101756f 100644 --- a/tests.toml +++ b/tests.toml @@ -4,4 +4,10 @@ test_format = 1.0 # ------------ # Tests to run - # ------------ \ No newline at end of file + # ------------ + + # ------------------------------- + # Commits to test upgrade from + # ------------------------------- + + test_upgrade_from.b7c5209c.name = "Upgrade from #11" \ No newline at end of file