From a0150474bea1199f4ff30048cfcfa3ccb4fafc07 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Fri, 17 Nov 2023 10:14:02 +0545 Subject: [PATCH 1/5] feat: check conventional commits in drone --- .drone.star | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/.drone.star b/.drone.star index b3934291..ec4c97cc 100644 --- a/.drone.star +++ b/.drone.star @@ -220,7 +220,7 @@ def main(ctx): return before + coverageTests + afterCoverageTests + nonCoverageTests + stages + after def beforePipelines(ctx): - return validateDailyTarballBuild() + codestyle(ctx) + jscodestyle(ctx) + phpstan(ctx) + phan(ctx) + phplint(ctx) + checkStarlark() + return validateDailyTarballBuild() + codestyle(ctx) + jscodestyle(ctx) + phpstan(ctx) + phan(ctx) + phplint(ctx) + checkStarlark() + checkGitCommit() def coveragePipelines(ctx): # All unit test pipelines that have coverage or other test analysis reported @@ -2106,6 +2106,25 @@ def checkStarlark(): }, }] +def checkGitCommit(): + return [{ + "kind": "pipeline", + "type": "docker", + "name": "check-git-commit-messages", + "steps": [ + { + "name": "format-check-git-commit", + "image": "aevea/commitsar:latest", + }, + ], + "depends_on": [], + "trigger": { + "ref": [ + "refs/pull/**", + ], + }, + }] + def phplint(ctx): pipelines = [] From db67004a2481c0f9a6346875c542b67b598c4c29 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Fri, 17 Nov 2023 12:03:05 +0545 Subject: [PATCH 2/5] fix(scope): a valid commit message --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b81acba3..3d83c87b 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ From creation of new files or folders, to file or folder changes, updates, resto And there you have it - a complete overview of all file and folder activities in your ownCloud with the additional ability to receive activity notifications via email in a time interval of your choice. Never again miss an important event related to content in ownCloud and always be up-to-date on all activities of your files and folders. +Change text. + ## QA metrics on master branch: [![Build Status](https://drone.owncloud.com/api/badges/owncloud/activity/status.svg?branch=master)](https://drone.owncloud.com/owncloud/activity) From 86ca78a3d139600e65bb37e27004624560e86e2d Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Fri, 17 Nov 2023 12:06:07 +0545 Subject: [PATCH 3/5] docs: adjust some text --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d83c87b..e870badd 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ From creation of new files or folders, to file or folder changes, updates, resto And there you have it - a complete overview of all file and folder activities in your ownCloud with the additional ability to receive activity notifications via email in a time interval of your choice. Never again miss an important event related to content in ownCloud and always be up-to-date on all activities of your files and folders. -Change text. +Change text (2). ## QA metrics on master branch: From e7b1435738664c1775eb227ce38fb8001c2c5b8f Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Fri, 17 Nov 2023 12:07:58 +0545 Subject: [PATCH 4/5] feat(tags): change something --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e870badd..b9094ed7 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ From creation of new files or folders, to file or folder changes, updates, resto And there you have it - a complete overview of all file and folder activities in your ownCloud with the additional ability to receive activity notifications via email in a time interval of your choice. Never again miss an important event related to content in ownCloud and always be up-to-date on all activities of your files and folders. -Change text (2). +Change text (3). ## QA metrics on master branch: From ccd16397a20966d3a88514f4f63dcfdeebbec459 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Fri, 17 Nov 2023 12:10:51 +0545 Subject: [PATCH 5/5] test(some scope): change again --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9094ed7..e75e2d81 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ From creation of new files or folders, to file or folder changes, updates, resto And there you have it - a complete overview of all file and folder activities in your ownCloud with the additional ability to receive activity notifications via email in a time interval of your choice. Never again miss an important event related to content in ownCloud and always be up-to-date on all activities of your files and folders. -Change text (3). +Change text (4). ## QA metrics on master branch: