From 232ef08a01777e46e8f1269f2bc8d48d1310cb9d Mon Sep 17 00:00:00 2001 From: root Date: Fri, 26 Apr 2019 19:05:43 +0000 Subject: [PATCH 1/3] Update app's level --- apps.json | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/apps.json b/apps.json index ee0410d6..2e6b2342 100644 --- a/apps.json +++ b/apps.json @@ -70,6 +70,7 @@ }, "alltube": { "branch": "master", + "level": 7, "revision": "HEAD", "state": "working", "url": "https://github.com/YunoHost-Apps/alltube_ynh" @@ -120,7 +121,7 @@ "baikal": { "branch": "master", "high_quality": true, - "level": 7, + "level": 6, "maintained": "request_adoption", "revision": "HEAD", "state": "working", @@ -128,6 +129,7 @@ }, "biboumi": { "branch": "master", + "level": 7, "revision": "HEAD", "state": "working", "url": "https://github.com/YunoHost-Apps/biboumi_ynh" @@ -142,7 +144,7 @@ }, "blogotext": { "branch": "master", - "level": 7, + "level": 6, "maintained": true, "revision": "HEAD", "state": "working", @@ -165,7 +167,7 @@ }, "borgserver": { "branch": "master", - "level": 7, + "level": 3, "revision": "HEAD", "state": "working", "url": "https://github.com/YunoHost-Apps/borgserver_ynh" @@ -543,7 +545,7 @@ }, "garradin": { "branch": "master", - "level": 7, + "level": 1, "revision": "HEAD", "state": "working", "url": "https://github.com/YunoHost-Apps/garradin_ynh" @@ -571,7 +573,7 @@ }, "gitlab": { "branch": "master", - "level": 7, + "level": 0, "revision": "HEAD", "state": "working", "url": "https://github.com/YunoHost-Apps/gitlab_ynh" @@ -813,7 +815,7 @@ }, "jupyterlab": { "branch": "master", - "level": 0, + "level": 1, "revision": "HEAD", "state": "working", "url": "https://github.com/YunoHost-Apps/jupyterlab_ynh" @@ -1070,6 +1072,7 @@ }, "mobilizon": { "branch": "master", + "level": 7, "revision": "HEAD", "state": "working", "url": "https://github.com/YunoHost-Apps/mobilizon_ynh" @@ -1195,7 +1198,7 @@ "nextcloud": { "branch": "master", "high_quality": true, - "level": 7, + "level": 3, "maintained": "request_adoption", "revision": "HEAD", "state": "working", @@ -1380,7 +1383,7 @@ }, "pilea": { "branch": "master", - "level": 7, + "level": 1, "revision": "HEAD", "state": "working", "url": "https://github.com/YunoHost-Apps/pilea_ynh" @@ -1505,6 +1508,7 @@ }, "reel2bits": { "branch": "master", + "level": 7, "revision": "HEAD", "state": "working", "url": "https://github.com/YunoHost-Apps/reel2bits_ynh" @@ -1742,7 +1746,7 @@ }, "svgedit": { "branch": "master", - "level": 2, + "level": 1, "maintained": false, "revision": "6f3a05b03d60142ad19ee8815f7b5d68adc888a4", "state": "working", @@ -1916,7 +1920,7 @@ }, "weblate": { "branch": "master", - "level": 2, + "level": 1, "revision": "HEAD", "state": "working", "url": "https://github.com/YunoHost-Apps/weblate_ynh" @@ -2045,7 +2049,7 @@ }, "z-push": { "branch": "master", - "level": 4, + "level": 7, "maintained": false, "revision": "5a95fa1d33c2dde517da63cbdab35cb8f7885037", "state": "working", From 3234beac42013541b21bd3a1170c9e3fc7fd756f Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Sun, 28 Apr 2019 23:23:40 +0200 Subject: [PATCH 2/3] Fix app levels --- apps.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/apps.json b/apps.json index 2e6b2342..5836d098 100644 --- a/apps.json +++ b/apps.json @@ -121,7 +121,7 @@ "baikal": { "branch": "master", "high_quality": true, - "level": 6, + "level": 7, "maintained": "request_adoption", "revision": "HEAD", "state": "working", @@ -144,7 +144,7 @@ }, "blogotext": { "branch": "master", - "level": 6, + "level": 7, "maintained": true, "revision": "HEAD", "state": "working", @@ -545,7 +545,7 @@ }, "garradin": { "branch": "master", - "level": 1, + "level": 4, "revision": "HEAD", "state": "working", "url": "https://github.com/YunoHost-Apps/garradin_ynh" @@ -1198,7 +1198,7 @@ "nextcloud": { "branch": "master", "high_quality": true, - "level": 3, + "level": 7, "maintained": "request_adoption", "revision": "HEAD", "state": "working", @@ -1383,7 +1383,7 @@ }, "pilea": { "branch": "master", - "level": 1, + "level": 7, "revision": "HEAD", "state": "working", "url": "https://github.com/YunoHost-Apps/pilea_ynh" From 5dd874e119f7cf22d0759d3e8afe84f33728704f Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Mon, 29 Apr 2019 07:48:47 +0200 Subject: [PATCH 3/3] Fix gitlab level --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 5836d098..13fbd0e6 100644 --- a/apps.json +++ b/apps.json @@ -573,7 +573,7 @@ }, "gitlab": { "branch": "master", - "level": 0, + "level": 7, "revision": "HEAD", "state": "working", "url": "https://github.com/YunoHost-Apps/gitlab_ynh"