From b0e3bea4623cb510824202d2de18d66a5fe1866a Mon Sep 17 00:00:00 2001 From: aczs <92790185+aczs@users.noreply.github.com> Date: Fri, 9 Dec 2022 10:20:48 +0000 Subject: [PATCH 01/18] Create PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..4d7321bf8 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,6 @@ +**Summary:** *\* Description of the change\ +**Type:** *\* Type of the delivery. eg. Feature/Fix/Cleanup\ +**Owner:** *\* Author of the change. Should be added only when committer is not author of the change\ +**Test Plan:** *\* How the change was tested. eg. Unit Test/Manual Tests (and description how exactly)/YT Conformance Tests\ +**Dependencies and Impacts:** *\* Should be added only when there were changes in the public API.\ +**Jira:** *\* Number of jira ticket created on https://jira.rdkcentral.com/jira/projects/RIALTO From 47f45c3744438d907edd3de10a53352d7ed35ff3 Mon Sep 17 00:00:00 2001 From: aczs <92790185+aczs@users.noreply.github.com> Date: Fri, 9 Dec 2022 11:41:06 +0000 Subject: [PATCH 02/18] Create testfile.txt (#1) **Summary:** *\* Description of the change\ **Type:** *\* Type of the delivery. eg. Feature/Fix/Cleanup\ **Owner:** *\* Author of the change. Should be added only when committer is not author of the change\ **Test Plan:** *\* How the change was tested. eg. Unit Test/Manual Tests (and description how exactly)/YT Conformance Tests\ **Dependencies and Impacts:** *\* Should be added only when there were changes in the public API.\ **Jira:** *\* Number of jira ticket created on https://jira.rdkcentral.com/jira/projects/RIALTO --- testfile.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 testfile.txt diff --git a/testfile.txt b/testfile.txt new file mode 100644 index 000000000..b6e40ad39 --- /dev/null +++ b/testfile.txt @@ -0,0 +1 @@ +This is test file From 50d40636a4fd0a726162a21074708fdc6042e0fc Mon Sep 17 00:00:00 2001 From: aczs <92790185+aczs@users.noreply.github.com> Date: Fri, 9 Dec 2022 11:44:31 +0000 Subject: [PATCH 03/18] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 4d7321bf8..6b7f8197f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,6 @@ -**Summary:** *\* Description of the change\ -**Type:** *\* Type of the delivery. eg. Feature/Fix/Cleanup\ -**Owner:** *\* Author of the change. Should be added only when committer is not author of the change\ -**Test Plan:** *\* How the change was tested. eg. Unit Test/Manual Tests (and description how exactly)/YT Conformance Tests\ -**Dependencies and Impacts:** *\* Should be added only when there were changes in the public API.\ -**Jira:** *\* Number of jira ticket created on https://jira.rdkcentral.com/jira/projects/RIALTO +Summary: \ Description of the change\ +Type: \ Type of the delivery. eg. Feature/Fix/Cleanup\ +Owner: \ Author of the change. Should be added only when committer is not author of the change\ +Test Plan: \ How the change was tested. eg. Unit Test/Manual Tests (and description how exactly)/YT Conformance Tests\ +Dependencies and Impacts: \ Should be added only when there were changes in the public API.\ +Jira: \ Number of jira ticket created on https://jira.rdkcentral.com/jira/projects/RIALTO From 87d755ea6f9c08b497c64a70e40ea78c00d899e0 Mon Sep 17 00:00:00 2001 From: aczs <92790185+aczs@users.noreply.github.com> Date: Thu, 13 Jul 2023 13:13:03 +0100 Subject: [PATCH 04/18] Update build_ut.yml --- .github/workflows/build_ut.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build_ut.yml b/.github/workflows/build_ut.yml index e60725ecc..a83386687 100644 --- a/.github/workflows/build_ut.yml +++ b/.github/workflows/build_ut.yml @@ -32,6 +32,8 @@ on: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: + repository_dispatch: + types: webook # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: From 0ad6ee6cff9f01bf0e308423bf2b7a00a5a57023 Mon Sep 17 00:00:00 2001 From: aczs <92790185+aczs@users.noreply.github.com> Date: Thu, 13 Jul 2023 13:24:08 +0100 Subject: [PATCH 05/18] Update build_ut.yml --- .github/workflows/build_ut.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build_ut.yml b/.github/workflows/build_ut.yml index a83386687..38bbfa9bc 100644 --- a/.github/workflows/build_ut.yml +++ b/.github/workflows/build_ut.yml @@ -31,7 +31,6 @@ on: branches: [ "master", "rdkcentral:master" ] # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: repository_dispatch: types: webook From 1c6075e591f8b2139d1dd2a22d66aa90d3908d48 Mon Sep 17 00:00:00 2001 From: aczs <92790185+aczs@users.noreply.github.com> Date: Thu, 13 Jul 2023 13:31:00 +0100 Subject: [PATCH 06/18] Update build_ut.yml --- .github/workflows/build_ut.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_ut.yml b/.github/workflows/build_ut.yml index 38bbfa9bc..61793dab8 100644 --- a/.github/workflows/build_ut.yml +++ b/.github/workflows/build_ut.yml @@ -32,7 +32,7 @@ on: # Allows you to run this workflow manually from the Actions tab repository_dispatch: - types: webook + types: build_ut # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: From 7d85ba1a9da11a221500ce7808dbf593146bd38c Mon Sep 17 00:00:00 2001 From: aczs <92790185+aczs@users.noreply.github.com> Date: Thu, 13 Jul 2023 13:46:00 +0100 Subject: [PATCH 07/18] Update build_ut.yml --- .github/workflows/build_ut.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_ut.yml b/.github/workflows/build_ut.yml index 61793dab8..03b88bfee 100644 --- a/.github/workflows/build_ut.yml +++ b/.github/workflows/build_ut.yml @@ -31,6 +31,7 @@ on: branches: [ "master", "rdkcentral:master" ] # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: repository_dispatch: types: build_ut From ccdfba101fc9aaea699c211eefa798fbcfa69e7e Mon Sep 17 00:00:00 2001 From: aczs <92790185+aczs@users.noreply.github.com> Date: Tue, 19 Dec 2023 13:30:22 +0000 Subject: [PATCH 08/18] Create release.yml --- .github/workflows/release.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .github/workflows/release.yml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml new file mode 100644 index 000000000..fcca4ea8a --- /dev/null +++ b/.github/workflows/release.yml @@ -0,0 +1,31 @@ +name-template: 'v$RESOLVED_VERSION 🌈' +tag-template: 'v$RESOLVED_VERSION' +categories: + - title: '🚀 Features' + labels: + - 'feature' + - 'enhancement' + - title: '🐛 Bug Fixes' + labels: + - 'fix' + - 'bugfix' + - 'bug' + - title: '🧰 Maintenance' + label: 'chore' +change-template: '- $TITLE @$AUTHOR (#$NUMBER)' +change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks. +version-resolver: + major: + labels: + - 'major' + minor: + labels: + - 'minor' + patch: + labels: + - 'patch' + default: patch +template: | + ## Changes + + $CHANGES From 484510f772799e393d06f5abddc6ab3e1750066d Mon Sep 17 00:00:00 2001 From: aczs <92790185+aczs@users.noreply.github.com> Date: Tue, 19 Dec 2023 13:32:11 +0000 Subject: [PATCH 09/18] Create release.yml --- .github/release.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .github/release.yml diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 000000000..fcca4ea8a --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,31 @@ +name-template: 'v$RESOLVED_VERSION 🌈' +tag-template: 'v$RESOLVED_VERSION' +categories: + - title: '🚀 Features' + labels: + - 'feature' + - 'enhancement' + - title: '🐛 Bug Fixes' + labels: + - 'fix' + - 'bugfix' + - 'bug' + - title: '🧰 Maintenance' + label: 'chore' +change-template: '- $TITLE @$AUTHOR (#$NUMBER)' +change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks. +version-resolver: + major: + labels: + - 'major' + minor: + labels: + - 'minor' + patch: + labels: + - 'patch' + default: patch +template: | + ## Changes + + $CHANGES From 05411002b3f6ca41ffd1aa2f7ada844b88519d41 Mon Sep 17 00:00:00 2001 From: aczs <92790185+aczs@users.noreply.github.com> Date: Tue, 19 Dec 2023 13:43:37 +0000 Subject: [PATCH 10/18] Delete .github/release.yml --- .github/release.yml | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 .github/release.yml diff --git a/.github/release.yml b/.github/release.yml deleted file mode 100644 index fcca4ea8a..000000000 --- a/.github/release.yml +++ /dev/null @@ -1,31 +0,0 @@ -name-template: 'v$RESOLVED_VERSION 🌈' -tag-template: 'v$RESOLVED_VERSION' -categories: - - title: '🚀 Features' - labels: - - 'feature' - - 'enhancement' - - title: '🐛 Bug Fixes' - labels: - - 'fix' - - 'bugfix' - - 'bug' - - title: '🧰 Maintenance' - label: 'chore' -change-template: '- $TITLE @$AUTHOR (#$NUMBER)' -change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks. -version-resolver: - major: - labels: - - 'major' - minor: - labels: - - 'minor' - patch: - labels: - - 'patch' - default: patch -template: | - ## Changes - - $CHANGES From 6e2fe69f7951e9dd10b14160eaba95a43c6227ae Mon Sep 17 00:00:00 2001 From: aczs <92790185+aczs@users.noreply.github.com> Date: Tue, 19 Dec 2023 13:43:53 +0000 Subject: [PATCH 11/18] Delete .github/workflows/release.yml --- .github/workflows/release.yml | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 .github/workflows/release.yml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml deleted file mode 100644 index fcca4ea8a..000000000 --- a/.github/workflows/release.yml +++ /dev/null @@ -1,31 +0,0 @@ -name-template: 'v$RESOLVED_VERSION 🌈' -tag-template: 'v$RESOLVED_VERSION' -categories: - - title: '🚀 Features' - labels: - - 'feature' - - 'enhancement' - - title: '🐛 Bug Fixes' - labels: - - 'fix' - - 'bugfix' - - 'bug' - - title: '🧰 Maintenance' - label: 'chore' -change-template: '- $TITLE @$AUTHOR (#$NUMBER)' -change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks. -version-resolver: - major: - labels: - - 'major' - minor: - labels: - - 'minor' - patch: - labels: - - 'patch' - default: patch -template: | - ## Changes - - $CHANGES From 2bd2529d41a8028d5e7ecd7b969ccbe2b3421a73 Mon Sep 17 00:00:00 2001 From: aczs <92790185+aczs@users.noreply.github.com> Date: Tue, 19 Dec 2023 14:58:16 +0000 Subject: [PATCH 12/18] Update testfile.txt --- testfile.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/testfile.txt b/testfile.txt index b6e40ad39..8a416bc60 100644 --- a/testfile.txt +++ b/testfile.txt @@ -1 +1,2 @@ This is test file + From 0d25e44c007f9a7ad86db00b8cdee640a94d48ca Mon Sep 17 00:00:00 2001 From: aczs <92790185+aczs@users.noreply.github.com> Date: Tue, 19 Dec 2023 15:23:14 +0000 Subject: [PATCH 13/18] Update testfile.txt --- testfile.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/testfile.txt b/testfile.txt index 8a416bc60..54c264fa6 100644 --- a/testfile.txt +++ b/testfile.txt @@ -1,2 +1,3 @@ This is test file + From 739686a7a14dcc5d08cefd48afb1d56fbc5584ef Mon Sep 17 00:00:00 2001 From: aczs <92790185+aczs@users.noreply.github.com> Date: Tue, 19 Dec 2023 15:26:02 +0000 Subject: [PATCH 14/18] Update testfile.txt --- testfile.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/testfile.txt b/testfile.txt index 54c264fa6..df981e091 100644 --- a/testfile.txt +++ b/testfile.txt @@ -1,3 +1,4 @@ This is test file + From 30209ed669665b6b2eef7cd77052ca46e9229020 Mon Sep 17 00:00:00 2001 From: aczs <92790185+aczs@users.noreply.github.com> Date: Tue, 19 Dec 2023 15:29:59 +0000 Subject: [PATCH 15/18] Update testfile.txt --- testfile.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/testfile.txt b/testfile.txt index df981e091..193625cd9 100644 --- a/testfile.txt +++ b/testfile.txt @@ -2,3 +2,4 @@ This is test file + From 11901530a09b51bc0a726ad90c9e33de8ac3ab35 Mon Sep 17 00:00:00 2001 From: aczs <92790185+aczs@users.noreply.github.com> Date: Thu, 28 Dec 2023 14:21:09 +0000 Subject: [PATCH 16/18] Update testfile.txt --- testfile.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/testfile.txt b/testfile.txt index 193625cd9..f6c3bf077 100644 --- a/testfile.txt +++ b/testfile.txt @@ -3,3 +3,4 @@ This is test file + From 26aadf45efb86ca13665a82cc5b8a0bad2f07b84 Mon Sep 17 00:00:00 2001 From: aczs <92790185+aczs@users.noreply.github.com> Date: Thu, 28 Dec 2023 14:21:33 +0000 Subject: [PATCH 17/18] Update testfile.txt --- testfile.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/testfile.txt b/testfile.txt index f6c3bf077..25b39f5aa 100644 --- a/testfile.txt +++ b/testfile.txt @@ -4,3 +4,4 @@ This is test file + From 8dc25980bb90fcd06cca8647ae253ecb6ed71fac Mon Sep 17 00:00:00 2001 From: aczs <92790185+aczs@users.noreply.github.com> Date: Thu, 28 Dec 2023 14:24:22 +0000 Subject: [PATCH 18/18] Update testfile.txt --- testfile.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/testfile.txt b/testfile.txt index 25b39f5aa..5591aa10f 100644 --- a/testfile.txt +++ b/testfile.txt @@ -5,3 +5,4 @@ This is test file +