From db3a8500bc8cdb14b4d95aa25e660cfbdedc93cd Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Holcroft Date: Sat, 12 May 2018 11:47:24 +0200 Subject: [PATCH 1/4] Upgrade to 1.2.3 --- conf/app.src | 4 ++-- manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/app.src b/conf/app.src index c38ee7b..4649788 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,4 +1,4 @@ -SOURCE_URL=https://github.com/kanboard/kanboard/archive/v1.2.0.tar.gz -SOURCE_SUM=0f7bc706ba8a6ac5223c69e6a8390e034b306ddd3d2663ba8f340355a4a69977 +SOURCE_URL=https://github.com/kanboard/kanboard/archive/v1.2.3.tar.gz +SOURCE_SUM=e0b013df560bf5f60a6f43bf5499e90ca6e793808e5e0fb48e86ef31a234d062 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz diff --git a/manifest.json b/manifest.json index 20feeeb..1844f39 100644 --- a/manifest.json +++ b/manifest.json @@ -5,7 +5,7 @@ "description": { "en": "Kanboard is a simple visual task board web application" }, - "version": "1.2.0-0", + "version": "1.2.3-0", "url": "https://kanboard.net/", "license": "AGPL-3.0", "requirements": { From 2377321afc3bf18b4af35560309ed7f3934c223c Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Holcroft Date: Sun, 20 May 2018 12:22:57 +0200 Subject: [PATCH 2/4] Use ynh-style version --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 1844f39..2d5d373 100644 --- a/manifest.json +++ b/manifest.json @@ -5,7 +5,7 @@ "description": { "en": "Kanboard is a simple visual task board web application" }, - "version": "1.2.3-0", + "version": "1.2.3~ynh1", "url": "https://kanboard.net/", "license": "AGPL-3.0", "requirements": { From f03408e4699e1711b8aef64484448f920f7012dc Mon Sep 17 00:00:00 2001 From: Bram Date: Sat, 26 May 2018 09:54:10 +0200 Subject: [PATCH 3/4] [mod] use a list for previous_maintainters in manifest --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 20feeeb..3cd93ee 100644 --- a/manifest.json +++ b/manifest.json @@ -15,10 +15,10 @@ "name": "jibec", "email": "jean-baptiste@holcroft.fr" }, - "previous_maintainers": { + "previous_maintainers": [{ "name": "mbugeia", "email": "maxime@max.privy.place" - }, + }], "multi_instance": true, "services": [ "nginx", From 51099a7aead6a77051bee4f4ec7822e754754dc7 Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Mon, 28 May 2018 10:54:38 +0200 Subject: [PATCH 4/4] Create pull_request_template.md Duplicated from https://github.com/YunoHost-Apps/searx_ynh/pull/35, merged as a micro decision --- pull_request_template.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 pull_request_template.md diff --git a/pull_request_template.md b/pull_request_template.md new file mode 100644 index 0000000..f832e96 --- /dev/null +++ b/pull_request_template.md @@ -0,0 +1,25 @@ +## Problem +- *Description of why you made this PR* + +## Solution +- *And how you fix that* + +## PR Status +- [ ] Code finished. +- [ ] Tested with Package_check. +- [ ] Fix or enhancement tested. +- [ ] Upgrade from last version tested. +- [ ] Can be reviewed and tested. + +## Validation +--- +*Minor decision* +- **Upgrade previous version** : +- [ ] **Code review** : +- [ ] **Approval (LGTM)** : +- [ ] **Approval (LGTM)** : +- **CI succeeded** : +[![Build Status](https://ci-apps-dev.yunohost.org/jenkins/job/kanboard_ynh%20-BRANCH-%20(Official)/badge/icon)](https://ci-apps-dev.yunohost.org/jenkins/job/kanboard_ynh%20-BRANCH-%20(Official)/) *Please replace '-BRANCH-' in this link for a PR from a local branch.* +or +[![Build Status](https://ci-apps-dev.yunohost.org/jenkins/job/kanboard_ynh%20PR-NUM-%20(Official_fork)/badge/icon)](https://ci-apps-dev.yunohost.org/jenkins/job/kanboard_ynh%20PR-NUM-%20(Official_fork)/) *Replace '-NUM-' by the PR number in this link for a PR from a forked repository.* +When the PR is marked as ready to merge, you have to wait for 3 days before really merging it.