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/24] 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/24] 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/24] 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/24] 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/24] 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/24] 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/24] 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 59ae05d9b0e65620627693599c89aa614c3268e5 Mon Sep 17 00:00:00 2001 From: aczs <92790185+aczs@users.noreply.github.com> Date: Tue, 21 Nov 2023 10:46:19 +0000 Subject: [PATCH 08/24] Update clang-format.yml --- .github/workflows/clang-format.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index fe3246a5b..3d91d1985 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -73,7 +73,9 @@ jobs: - name: Process clang-format results id: create-clang-format-xml if: failure() || success() - run: python scripts/clang-format/process_clang-format_errors.py + run: | + python scripts/clang-format/process_clang-format_errors.py + echo "::warning Code coverage decreased" # Report the errors on failure using the xml file - name: Check results From 1bf5babf8c64e8ac399ac94bc4a74987e172b841 Mon Sep 17 00:00:00 2001 From: aczs <92790185+aczs@users.noreply.github.com> Date: Tue, 21 Nov 2023 10:50:43 +0000 Subject: [PATCH 09/24] Update clang-format.yml --- .github/workflows/clang-format.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index 3d91d1985..a180607e4 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -66,6 +66,7 @@ jobs: # Run the prgram with rialto config - name: Run clang-format run: | + echo "::warning Code coverage decreased2" find . -regex '.*\.\(cpp\|hpp\|cu\|c\|h\)' -exec clang-format-12 -style=file -n --Werror {} \; &> clang-format_errors.log # Process the clang-format errors and generate a junit xml file From 4022ad937fe45b00ffd43523c4fcd8a2a3511c4d Mon Sep 17 00:00:00 2001 From: aczs <92790185+aczs@users.noreply.github.com> Date: Tue, 21 Nov 2023 10:52:48 +0000 Subject: [PATCH 10/24] Update clang-format.yml --- .github/workflows/clang-format.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index a180607e4..d845a7de1 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -66,7 +66,7 @@ jobs: # Run the prgram with rialto config - name: Run clang-format run: | - echo "::warning Code coverage decreased2" + echo "::warning::Code coverage decreased2" find . -regex '.*\.\(cpp\|hpp\|cu\|c\|h\)' -exec clang-format-12 -style=file -n --Werror {} \; &> clang-format_errors.log # Process the clang-format errors and generate a junit xml file @@ -76,7 +76,7 @@ jobs: if: failure() || success() run: | python scripts/clang-format/process_clang-format_errors.py - echo "::warning Code coverage decreased" + echo "::warning::Code coverage decreased" # Report the errors on failure using the xml file - name: Check results From ddf1796920ad990e3b397a8bce3afdb4ed5c8b34 Mon Sep 17 00:00:00 2001 From: aczs <92790185+aczs@users.noreply.github.com> Date: Wed, 29 Nov 2023 11:25:39 +0000 Subject: [PATCH 11/24] Update clang-format.yml --- .github/workflows/clang-format.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index d845a7de1..5b1ea9760 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -23,6 +23,7 @@ name: clang-format + # Controls when the workflow will run on: # Triggers the workflow on push or pull request events but only for the "master" branch From a52f87625905121c203659cb627b962329e6b417 Mon Sep 17 00:00:00 2001 From: aczs <92790185+aczs@users.noreply.github.com> Date: Wed, 29 Nov 2023 13:17:04 +0000 Subject: [PATCH 12/24] Update clang-format.yml --- .github/workflows/clang-format.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index 5b1ea9760..c01d49051 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -21,6 +21,7 @@ # correct. This workflow shall fail if any code has been changed by clang-format. Logs # are uploaded on failure. + name: clang-format From c6d574416ad809bbbb936467b06c8ee30264d5f1 Mon Sep 17 00:00:00 2001 From: aczs <92790185+aczs@users.noreply.github.com> Date: Wed, 29 Nov 2023 13:19:45 +0000 Subject: [PATCH 13/24] Update clang-format.yml --- .github/workflows/clang-format.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index c01d49051..698a4389d 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -22,6 +22,7 @@ # are uploaded on failure. + name: clang-format From 200af1099606e3f2f5b8e63eb3ee5af5203f7744 Mon Sep 17 00:00:00 2001 From: aczs <92790185+aczs@users.noreply.github.com> Date: Wed, 29 Nov 2023 13:22:10 +0000 Subject: [PATCH 14/24] Update clang-format.yml --- .github/workflows/clang-format.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index 698a4389d..f42f1465d 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -23,6 +23,7 @@ + name: clang-format From b1e51aee810456b186abbbf7303b6e2197bb456e Mon Sep 17 00:00:00 2001 From: aczs <92790185+aczs@users.noreply.github.com> Date: Wed, 29 Nov 2023 13:22:52 +0000 Subject: [PATCH 15/24] Update clang-format.yml --- .github/workflows/clang-format.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index f42f1465d..a3f4ad9a1 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -24,6 +24,7 @@ + name: clang-format From 1771971c5b1feccb9b6d2424f1a8de587a058d6c Mon Sep 17 00:00:00 2001 From: aczs <92790185+aczs@users.noreply.github.com> Date: Wed, 29 Nov 2023 15:11:38 +0000 Subject: [PATCH 16/24] Update clang-format.yml --- .github/workflows/clang-format.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index a3f4ad9a1..73f631705 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -25,6 +25,7 @@ + name: clang-format From 204cacf4f22e98c4d9eb847c1f1bed83b5721886 Mon Sep 17 00:00:00 2001 From: aczs <92790185+aczs@users.noreply.github.com> Date: Wed, 29 Nov 2023 15:14:47 +0000 Subject: [PATCH 17/24] Update clang-format.yml --- .github/workflows/clang-format.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index 73f631705..1b1bc52e6 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -26,6 +26,7 @@ + name: clang-format From e50afa52d72776302d14d4275bf8a6290f8e1a90 Mon Sep 17 00:00:00 2001 From: aczs <92790185+aczs@users.noreply.github.com> Date: Wed, 29 Nov 2023 15:16:24 +0000 Subject: [PATCH 18/24] Update clang-format.yml --- .github/workflows/clang-format.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index 1b1bc52e6..0b9596a55 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -27,6 +27,7 @@ + name: clang-format From 781e14a3f2c15425a2eaf1d49cd2851e0a65922b Mon Sep 17 00:00:00 2001 From: aczs <92790185+aczs@users.noreply.github.com> Date: Thu, 30 Nov 2023 16:07:46 +0000 Subject: [PATCH 19/24] Update clang-format.yml --- .github/workflows/clang-format.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index 0b9596a55..b46ebe710 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -28,6 +28,7 @@ + name: clang-format From 54b7bc3886e88a755164ffcff7f6ec47a77ff68d Mon Sep 17 00:00:00 2001 From: aczs <92790185+aczs@users.noreply.github.com> Date: Thu, 30 Nov 2023 16:24:53 +0000 Subject: [PATCH 20/24] Update clang-format.yml --- .github/workflows/clang-format.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index b46ebe710..a35b61884 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -29,6 +29,7 @@ + name: clang-format From aa929ffe5f46cfeba8dd0dabd468ecc3cc53d992 Mon Sep 17 00:00:00 2001 From: aczs <92790185+aczs@users.noreply.github.com> Date: Thu, 30 Nov 2023 16:29:31 +0000 Subject: [PATCH 21/24] Update clang-format.yml --- .github/workflows/clang-format.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index a35b61884..be3b2d14d 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -30,6 +30,7 @@ + name: clang-format From 5be70839e589ccf8e2094d0676b062693d04c48d Mon Sep 17 00:00:00 2001 From: aczs <92790185+aczs@users.noreply.github.com> Date: Thu, 30 Nov 2023 16:32:32 +0000 Subject: [PATCH 22/24] Update clang-format.yml --- .github/workflows/clang-format.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index be3b2d14d..85c36dbac 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -31,6 +31,7 @@ + name: clang-format From 2a3623138cc0a823c15aef8ab7eaa7a6712f4413 Mon Sep 17 00:00:00 2001 From: aczs <92790185+aczs@users.noreply.github.com> Date: Thu, 30 Nov 2023 16:45:20 +0000 Subject: [PATCH 23/24] Update clang-format.yml --- .github/workflows/clang-format.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index 85c36dbac..6dba5e27e 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -32,6 +32,7 @@ + name: clang-format From c82bb5696971ef6d5353773a1481687a67982ea2 Mon Sep 17 00:00:00 2001 From: aczs <92790185+aczs@users.noreply.github.com> Date: Tue, 5 Dec 2023 10:49:03 +0000 Subject: [PATCH 24/24] Update clang-format.yml --- .github/workflows/clang-format.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index 6dba5e27e..1b036f954 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -33,6 +33,7 @@ + name: clang-format