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 28f83a24fb590697079e64f9ac688f7bd584abc0 Mon Sep 17 00:00:00 2001 From: aczs <92790185+aczs@users.noreply.github.com> Date: Thu, 13 Jul 2023 13:53:59 +0100 Subject: [PATCH 08/18] Update .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 35a8d5d84..c3d90f800 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /clang-format_errors.log /clang-format_errors.xml /cppcheck_report.txt +/build.txt From 7cadc063d71e7a393a634a54e626f13c2f8d3502 Mon Sep 17 00:00:00 2001 From: aczs <92790185+aczs@users.noreply.github.com> Date: Thu, 5 Oct 2023 11:24:23 +0100 Subject: [PATCH 09/18] Update .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c3d90f800..c62ce6c4f 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /clang-format_errors.xml /cppcheck_report.txt /build.txt + From 34fff4f32160d53720e39d9f0db2216e649c73e5 Mon Sep 17 00:00:00 2001 From: aczs <92790185+aczs@users.noreply.github.com> Date: Mon, 9 Oct 2023 17:09:20 +0100 Subject: [PATCH 10/18] Update .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c62ce6c4f..b32cfffa7 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /cppcheck_report.txt /build.txt + From 975af28592a60cabbc3f15335cdeb36af53cf0d1 Mon Sep 17 00:00:00 2001 From: aczs <92790185+aczs@users.noreply.github.com> Date: Wed, 11 Oct 2023 10:36:49 +0100 Subject: [PATCH 11/18] Update .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b32cfffa7..ee3cf2ca1 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /build.txt + From ddf4471d7a139987195007892270e27be0488905 Mon Sep 17 00:00:00 2001 From: aczs <92790185+aczs@users.noreply.github.com> Date: Wed, 11 Oct 2023 10:39:57 +0100 Subject: [PATCH 12/18] Update .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ee3cf2ca1..686749193 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ + From 44ab2e0cd9c88e5e886b042d6f8da7716aa6545b Mon Sep 17 00:00:00 2001 From: aczs <92790185+aczs@users.noreply.github.com> Date: Wed, 11 Oct 2023 10:42:41 +0100 Subject: [PATCH 13/18] Update .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 686749193..5afefade2 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ + From d96d271b7fded76aa27fcdc8097fe86d4ee108a2 Mon Sep 17 00:00:00 2001 From: aczs <92790185+aczs@users.noreply.github.com> Date: Wed, 11 Oct 2023 10:43:09 +0100 Subject: [PATCH 14/18] Update .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 5afefade2..356f99a5f 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ + From 9acccf87c5009234edff9769c0ddaf994217f997 Mon Sep 17 00:00:00 2001 From: aczs <92790185+aczs@users.noreply.github.com> Date: Wed, 11 Oct 2023 10:51:57 +0100 Subject: [PATCH 15/18] Update .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 356f99a5f..2f6326883 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ + From f4a2e01e91e0ea639f4bf313f55588349bd86a89 Mon Sep 17 00:00:00 2001 From: aczs <92790185+aczs@users.noreply.github.com> Date: Wed, 11 Oct 2023 10:52:15 +0100 Subject: [PATCH 16/18] Update .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2f6326883..fdf827da8 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ + From e6bb8e08f5eead0a3d78c85153eb7d7edc01859c Mon Sep 17 00:00:00 2001 From: aczs <92790185+aczs@users.noreply.github.com> Date: Wed, 11 Oct 2023 10:56:14 +0100 Subject: [PATCH 17/18] Update .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index fdf827da8..be4277a84 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ + From e9e173c7006159d19e180d6d02dbcde8a6422edb Mon Sep 17 00:00:00 2001 From: aczs <92790185+aczs@users.noreply.github.com> Date: Wed, 11 Oct 2023 10:56:43 +0100 Subject: [PATCH 18/18] Update .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index be4277a84..ef37aa7e6 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ +