From c30bc17f831a359eb73c0015a2d6a99965ed17c0 Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 17 Nov 2025 14:52:50 +0200 Subject: [PATCH 01/77] Add CODEOWNERS file --- CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..e32a21f --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +* @softservedata From 9dd1384aa3cedd1c397ba28af36c76a229b92008 Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 17 Nov 2025 15:13:29 +0200 Subject: [PATCH 02/77] Add PR template to main --- .github/pull_request_template.md | 11 +++++++++++ 1 file changed, 11 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 0000000..10ce700 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,11 @@ +### Describe your changes + +### Issue ticket number and link + +--- + +### Checklist before requesting a review +- [ ] I have performed a self-review of my code +- [ ] If it is a core feature, I have added thorough tests +- [ ] Do we need to implement analytics? +- [ ] Will this be part of a product update? If yes, please write one phrase about this update From a39fa07fe2b1705a410095d4c2e3b05d29cadd16 Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 17 Nov 2025 15:16:28 +0200 Subject: [PATCH 03/77] Add PR template to main --- .github/pull_request_template.md | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index 10ce700..0000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,11 +0,0 @@ -### Describe your changes - -### Issue ticket number and link - ---- - -### Checklist before requesting a review -- [ ] I have performed a self-review of my code -- [ ] If it is a core feature, I have added thorough tests -- [ ] Do we need to implement analytics? -- [ ] Will this be part of a product update? If yes, please write one phrase about this update From b1c17be612122c0b323d9d9df5b04fed5728439f Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 17 Nov 2025 15:25:45 +0200 Subject: [PATCH 04/77] Add PR template to main --- .github/pull_request_template.md | 11 +++++++++++ 1 file changed, 11 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 0000000..10ce700 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,11 @@ +### Describe your changes + +### Issue ticket number and link + +--- + +### Checklist before requesting a review +- [ ] I have performed a self-review of my code +- [ ] If it is a core feature, I have added thorough tests +- [ ] Do we need to implement analytics? +- [ ] Will this be part of a product update? If yes, please write one phrase about this update From 356a108c6b4f58807fadc49bdc553d274aaaf76d Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 17 Nov 2025 15:32:19 +0200 Subject: [PATCH 05/77] Add PR template to main --- .github/pull_request_template.md | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index 10ce700..0000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,11 +0,0 @@ -### Describe your changes - -### Issue ticket number and link - ---- - -### Checklist before requesting a review -- [ ] I have performed a self-review of my code -- [ ] If it is a core feature, I have added thorough tests -- [ ] Do we need to implement analytics? -- [ ] Will this be part of a product update? If yes, please write one phrase about this update From 26dc820fa5267333558a60aa0e3d1881d807ccf7 Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 17 Nov 2025 15:33:06 +0200 Subject: [PATCH 06/77] Delete CODEOWNERS --- CODEOWNERS | 1 - 1 file changed, 1 deletion(-) delete mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS deleted file mode 100644 index e32a21f..0000000 --- a/CODEOWNERS +++ /dev/null @@ -1 +0,0 @@ -* @softservedata From c122f9c1032889c4c68e1f72c9c69f6603071b92 Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 17 Nov 2025 15:35:07 +0200 Subject: [PATCH 07/77] Add PR template to main --- .github/pull_request_template.md | 11 +++++++++++ 1 file changed, 11 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 0000000..10ce700 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,11 @@ +### Describe your changes + +### Issue ticket number and link + +--- + +### Checklist before requesting a review +- [ ] I have performed a self-review of my code +- [ ] If it is a core feature, I have added thorough tests +- [ ] Do we need to implement analytics? +- [ ] Will this be part of a product update? If yes, please write one phrase about this update From 872d8d34bfaf6d23903ce1732fcd6cc7e7b68d21 Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 17 Nov 2025 15:35:09 +0200 Subject: [PATCH 08/77] Add CODEOWNERS file --- CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..dfb3796 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +* @softservedata \ No newline at end of file From 3307e3534b01b55ce7c26e089cd10205611d936b Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 17 Nov 2025 15:44:05 +0200 Subject: [PATCH 09/77] Add PR template to main --- .github/pull_request_template.md | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index 10ce700..0000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,11 +0,0 @@ -### Describe your changes - -### Issue ticket number and link - ---- - -### Checklist before requesting a review -- [ ] I have performed a self-review of my code -- [ ] If it is a core feature, I have added thorough tests -- [ ] Do we need to implement analytics? -- [ ] Will this be part of a product update? If yes, please write one phrase about this update From 179b9a24204f0162b940b7a205ed1804f86e27ca Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 17 Nov 2025 15:44:07 +0200 Subject: [PATCH 10/77] Add CODEOWNERS file --- CODEOWNERS | 1 - 1 file changed, 1 deletion(-) delete mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS deleted file mode 100644 index dfb3796..0000000 --- a/CODEOWNERS +++ /dev/null @@ -1 +0,0 @@ -* @softservedata \ No newline at end of file From 593891192ad9e76b28cc064c9ac61528faa62eb8 Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 17 Nov 2025 15:51:19 +0200 Subject: [PATCH 11/77] Add PR template to main --- .github/pull_request_template.md | 11 +++++++++++ 1 file changed, 11 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 0000000..10ce700 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,11 @@ +### Describe your changes + +### Issue ticket number and link + +--- + +### Checklist before requesting a review +- [ ] I have performed a self-review of my code +- [ ] If it is a core feature, I have added thorough tests +- [ ] Do we need to implement analytics? +- [ ] Will this be part of a product update? If yes, please write one phrase about this update From 2cc7ff1907e08ce54904e1e4f6c66a01f56c43f4 Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 17 Nov 2025 15:51:20 +0200 Subject: [PATCH 12/77] Add CODEOWNERS file --- CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..dfb3796 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +* @softservedata \ No newline at end of file From 027e9589a59c30ef20febe7ffd6c303b4e249edf Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 17 Nov 2025 16:01:28 +0200 Subject: [PATCH 13/77] Add CODEOWNERS file --- CODEOWNERS | 1 - 1 file changed, 1 deletion(-) delete mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS deleted file mode 100644 index dfb3796..0000000 --- a/CODEOWNERS +++ /dev/null @@ -1 +0,0 @@ -* @softservedata \ No newline at end of file From 96152a16bf0b6aef65e36466591c75d987de9d01 Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 17 Nov 2025 16:01:31 +0200 Subject: [PATCH 14/77] Add PR template to main --- .github/pull_request_template.md | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index 10ce700..0000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,11 +0,0 @@ -### Describe your changes - -### Issue ticket number and link - ---- - -### Checklist before requesting a review -- [ ] I have performed a self-review of my code -- [ ] If it is a core feature, I have added thorough tests -- [ ] Do we need to implement analytics? -- [ ] Will this be part of a product update? If yes, please write one phrase about this update From 2ddf43f710d31c71a440cef69c0565752948fa8a Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 17 Nov 2025 16:02:22 +0200 Subject: [PATCH 15/77] Add PR template --- .github/pull_request_template.md | 11 +++++++++++ 1 file changed, 11 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 0000000..10ce700 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,11 @@ +### Describe your changes + +### Issue ticket number and link + +--- + +### Checklist before requesting a review +- [ ] I have performed a self-review of my code +- [ ] If it is a core feature, I have added thorough tests +- [ ] Do we need to implement analytics? +- [ ] Will this be part of a product update? If yes, please write one phrase about this update From ac3512f02aa5e3eae083e12b15b4da47e835859e Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 17 Nov 2025 16:02:29 +0200 Subject: [PATCH 16/77] Add CODEOWNERS file --- CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..dfb3796 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +* @softservedata \ No newline at end of file From deb21f671c7def7bea4342d10f3932d0ead5ba1f Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 17 Nov 2025 17:21:51 +0200 Subject: [PATCH 17/77] Add CODEOWNERS file --- CODEOWNERS | 1 - 1 file changed, 1 deletion(-) delete mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS deleted file mode 100644 index dfb3796..0000000 --- a/CODEOWNERS +++ /dev/null @@ -1 +0,0 @@ -* @softservedata \ No newline at end of file From d8242d25717a4b52845643a4ae30220a29ea30e6 Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 17 Nov 2025 17:21:54 +0200 Subject: [PATCH 18/77] Add PR template --- .github/pull_request_template.md | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index 10ce700..0000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,11 +0,0 @@ -### Describe your changes - -### Issue ticket number and link - ---- - -### Checklist before requesting a review -- [ ] I have performed a self-review of my code -- [ ] If it is a core feature, I have added thorough tests -- [ ] Do we need to implement analytics? -- [ ] Will this be part of a product update? If yes, please write one phrase about this update From 73e483da10a05dcb9357a6af10c7b8bb9cab9088 Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 17 Nov 2025 17:22:33 +0200 Subject: [PATCH 19/77] Add CODEOWNERS file --- CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..dfb3796 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +* @softservedata \ No newline at end of file From 3363bdddec836bc6f7bc1fde8a3f85b02a6ff87d Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 17 Nov 2025 17:22:36 +0200 Subject: [PATCH 20/77] Add PR template --- .github/pull_request_template.md | 11 +++++++++++ 1 file changed, 11 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 0000000..10ce700 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,11 @@ +### Describe your changes + +### Issue ticket number and link + +--- + +### Checklist before requesting a review +- [ ] I have performed a self-review of my code +- [ ] If it is a core feature, I have added thorough tests +- [ ] Do we need to implement analytics? +- [ ] Will this be part of a product update? If yes, please write one phrase about this update From 084928cab1211e76883071ca4a90ceeef6a25cf3 Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 17 Nov 2025 17:34:42 +0200 Subject: [PATCH 21/77] Add CODEOWNERS file --- CODEOWNERS | 1 - 1 file changed, 1 deletion(-) delete mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS deleted file mode 100644 index dfb3796..0000000 --- a/CODEOWNERS +++ /dev/null @@ -1 +0,0 @@ -* @softservedata \ No newline at end of file From 25e07b2917956695a0dd8ebc6b6ba7145fcd201c Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 17 Nov 2025 17:34:45 +0200 Subject: [PATCH 22/77] Add PR template --- .github/pull_request_template.md | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index 10ce700..0000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,11 +0,0 @@ -### Describe your changes - -### Issue ticket number and link - ---- - -### Checklist before requesting a review -- [ ] I have performed a self-review of my code -- [ ] If it is a core feature, I have added thorough tests -- [ ] Do we need to implement analytics? -- [ ] Will this be part of a product update? If yes, please write one phrase about this update From 3206aba9f31ba28c0174474efc50efa6ddc43b57 Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 17 Nov 2025 17:45:48 +0200 Subject: [PATCH 23/77] Add CODEOWNERS file --- CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..dfb3796 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +* @softservedata \ No newline at end of file From 20a19da06ea845d780c074c3f17d983437977c20 Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 17 Nov 2025 17:45:50 +0200 Subject: [PATCH 24/77] Add PR template --- .github/pull_request_template.md | 11 +++++++++++ 1 file changed, 11 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 0000000..10ce700 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,11 @@ +### Describe your changes + +### Issue ticket number and link + +--- + +### Checklist before requesting a review +- [ ] I have performed a self-review of my code +- [ ] If it is a core feature, I have added thorough tests +- [ ] Do we need to implement analytics? +- [ ] Will this be part of a product update? If yes, please write one phrase about this update From d2189168b67dec128f0515da1c05610267d00045 Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 17 Nov 2025 17:49:46 +0200 Subject: [PATCH 25/77] Add CODEOWNERS file --- CODEOWNERS | 1 - 1 file changed, 1 deletion(-) delete mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS deleted file mode 100644 index dfb3796..0000000 --- a/CODEOWNERS +++ /dev/null @@ -1 +0,0 @@ -* @softservedata \ No newline at end of file From 7c068eb3c0298a9a3795b1a71435046ece945939 Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 17 Nov 2025 17:49:48 +0200 Subject: [PATCH 26/77] Add PR template --- .github/pull_request_template.md | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index 10ce700..0000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,11 +0,0 @@ -### Describe your changes - -### Issue ticket number and link - ---- - -### Checklist before requesting a review -- [ ] I have performed a self-review of my code -- [ ] If it is a core feature, I have added thorough tests -- [ ] Do we need to implement analytics? -- [ ] Will this be part of a product update? If yes, please write one phrase about this update From 33b4c050527a5aa750c899b33e832da5dacd1e20 Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 17 Nov 2025 17:54:22 +0200 Subject: [PATCH 27/77] Add CODEOWNERS file --- CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..dfb3796 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +* @softservedata \ No newline at end of file From b6dd401d6c6873a7752ab6824824cbd120ce5733 Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 17 Nov 2025 17:54:24 +0200 Subject: [PATCH 28/77] Add PR template --- .github/pull_request_template.md | 11 +++++++++++ 1 file changed, 11 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 0000000..10ce700 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,11 @@ +### Describe your changes + +### Issue ticket number and link + +--- + +### Checklist before requesting a review +- [ ] I have performed a self-review of my code +- [ ] If it is a core feature, I have added thorough tests +- [ ] Do we need to implement analytics? +- [ ] Will this be part of a product update? If yes, please write one phrase about this update From e893b1ed6973281cae1808e3480bb37daf74367c Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 17 Nov 2025 18:05:54 +0200 Subject: [PATCH 29/77] Add CODEOWNERS file --- CODEOWNERS | 1 - 1 file changed, 1 deletion(-) delete mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS deleted file mode 100644 index dfb3796..0000000 --- a/CODEOWNERS +++ /dev/null @@ -1 +0,0 @@ -* @softservedata \ No newline at end of file From 7d90766e82790715e23152e2e1a139697b39ab55 Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 17 Nov 2025 18:05:59 +0200 Subject: [PATCH 30/77] Add PR template --- .github/pull_request_template.md | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index 10ce700..0000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,11 +0,0 @@ -### Describe your changes - -### Issue ticket number and link - ---- - -### Checklist before requesting a review -- [ ] I have performed a self-review of my code -- [ ] If it is a core feature, I have added thorough tests -- [ ] Do we need to implement analytics? -- [ ] Will this be part of a product update? If yes, please write one phrase about this update From 470e8d2fe43455d4b7743aead2bfd6d6674ff6c8 Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 17 Nov 2025 18:06:45 +0200 Subject: [PATCH 31/77] Add CODEOWNERS file --- CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..dfb3796 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +* @softservedata \ No newline at end of file From 4816f6b9d12b9f9906f1f034e97698c2d16617ca Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 17 Nov 2025 18:06:47 +0200 Subject: [PATCH 32/77] Add PR template --- .github/pull_request_template.md | 11 +++++++++++ 1 file changed, 11 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 0000000..10ce700 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,11 @@ +### Describe your changes + +### Issue ticket number and link + +--- + +### Checklist before requesting a review +- [ ] I have performed a self-review of my code +- [ ] If it is a core feature, I have added thorough tests +- [ ] Do we need to implement analytics? +- [ ] Will this be part of a product update? If yes, please write one phrase about this update From 2067c4f211ae72855c8bfeb6662150b904ed895a Mon Sep 17 00:00:00 2001 From: fedchuna Date: Sun, 23 Nov 2025 02:32:32 +0200 Subject: [PATCH 33/77] Add CODEOWNERS file --- CODEOWNERS | 1 - 1 file changed, 1 deletion(-) delete mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS deleted file mode 100644 index dfb3796..0000000 --- a/CODEOWNERS +++ /dev/null @@ -1 +0,0 @@ -* @softservedata \ No newline at end of file From 77e2d707e9b140d3f5ad41b7db0b71f37a3240af Mon Sep 17 00:00:00 2001 From: fedchuna Date: Sun, 23 Nov 2025 02:32:35 +0200 Subject: [PATCH 34/77] Add PR template --- .github/pull_request_template.md | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index 10ce700..0000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,11 +0,0 @@ -### Describe your changes - -### Issue ticket number and link - ---- - -### Checklist before requesting a review -- [ ] I have performed a self-review of my code -- [ ] If it is a core feature, I have added thorough tests -- [ ] Do we need to implement analytics? -- [ ] Will this be part of a product update? If yes, please write one phrase about this update From f12549d967dfdacab56c6ded1078f22494f1f8e8 Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 24 Nov 2025 12:03:19 +0200 Subject: [PATCH 35/77] Add .github/pull_request_template.md --- .github/pull_request_template.md | 5 +++++ 1 file changed, 5 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 0000000..91ab621 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,5 @@ + + - [] I have performed a self-review of my code + - [] If it is a core feature, I have added thorough tests + - [] Do we need to implement analytics? + - [] Will this be part of a product update? If yes, please write one phrase about this update From cd50842878ef1cb399ce24f14d958830a1334242 Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 24 Nov 2025 12:03:22 +0200 Subject: [PATCH 36/77] Add .github/CODEOWNERS --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..dfb3796 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @softservedata \ No newline at end of file From 6158fe4a53af77f63897d4d8859264bcbd8d208d Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 24 Nov 2025 12:08:24 +0200 Subject: [PATCH 37/77] Add .github/CODEOWNERS --- .github/CODEOWNERS | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index dfb3796..0000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1 +0,0 @@ -* @softservedata \ No newline at end of file From 80b7b4505ae64d8bda788757f662a732ca3da6c8 Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 24 Nov 2025 12:08:26 +0200 Subject: [PATCH 38/77] Add .github/pull_request_template.md --- .github/pull_request_template.md | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index 91ab621..0000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,5 +0,0 @@ - - - [] I have performed a self-review of my code - - [] If it is a core feature, I have added thorough tests - - [] Do we need to implement analytics? - - [] Will this be part of a product update? If yes, please write one phrase about this update From c2d931ee544fbc858f02b206474d70aabe33e993 Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 24 Nov 2025 12:14:25 +0200 Subject: [PATCH 39/77] Add .github/pull_request_template.md --- .github/pull_request_template.md | 5 +++++ 1 file changed, 5 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 0000000..91ab621 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,5 @@ + + - [] I have performed a self-review of my code + - [] If it is a core feature, I have added thorough tests + - [] Do we need to implement analytics? + - [] Will this be part of a product update? If yes, please write one phrase about this update From d0eccddd0c9c7ee1c1219ab075d15e4283c3b75c Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 24 Nov 2025 12:14:26 +0200 Subject: [PATCH 40/77] Add .github/CODEOWNERS --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..dfb3796 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @softservedata \ No newline at end of file From 6db60a6370e4215e37db30fedd647eef20d5bb7b Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 24 Nov 2025 12:29:58 +0200 Subject: [PATCH 41/77] Add .github/pull_request_template.md --- .github/pull_request_template.md | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index 91ab621..0000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,5 +0,0 @@ - - - [] I have performed a self-review of my code - - [] If it is a core feature, I have added thorough tests - - [] Do we need to implement analytics? - - [] Will this be part of a product update? If yes, please write one phrase about this update From 1531f8c28c63a697bc4c3d2515c347e32919dcfa Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 24 Nov 2025 12:29:59 +0200 Subject: [PATCH 42/77] Add .github/CODEOWNERS --- .github/CODEOWNERS | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index dfb3796..0000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1 +0,0 @@ -* @softservedata \ No newline at end of file From 5eacaa3b9c69c163acfb8a35b8c01f589fc9c69c Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 24 Nov 2025 12:30:40 +0200 Subject: [PATCH 43/77] Add .github/pull_request_template.md --- .github/pull_request_template.md | 5 +++++ 1 file changed, 5 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 0000000..91ab621 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,5 @@ + + - [] I have performed a self-review of my code + - [] If it is a core feature, I have added thorough tests + - [] Do we need to implement analytics? + - [] Will this be part of a product update? If yes, please write one phrase about this update From dbacaa465863e1251515eaa9d27a7a79490a61e3 Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 24 Nov 2025 12:30:42 +0200 Subject: [PATCH 44/77] Add .github/CODEOWNERS --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..dfb3796 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @softservedata \ No newline at end of file From 05fea6b899294f33e06b04e1f2695764507d3ff9 Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 24 Nov 2025 12:43:29 +0200 Subject: [PATCH 45/77] Add .github/CODEOWNERS --- .github/CODEOWNERS | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index dfb3796..0000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1 +0,0 @@ -* @softservedata \ No newline at end of file From 7819bae799e85e7f891bdc5b99debe7da59a0a61 Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 24 Nov 2025 12:43:31 +0200 Subject: [PATCH 46/77] Add .github/pull_request_template.md --- .github/pull_request_template.md | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index 91ab621..0000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,5 +0,0 @@ - - - [] I have performed a self-review of my code - - [] If it is a core feature, I have added thorough tests - - [] Do we need to implement analytics? - - [] Will this be part of a product update? If yes, please write one phrase about this update From b6f32924bb5e171600a27683e2308d9946d310d9 Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 24 Nov 2025 12:44:21 +0200 Subject: [PATCH 47/77] Add .github/pull_request_template.md --- .github/pull_request_template.md | 5 +++++ 1 file changed, 5 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 0000000..91ab621 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,5 @@ + + - [] I have performed a self-review of my code + - [] If it is a core feature, I have added thorough tests + - [] Do we need to implement analytics? + - [] Will this be part of a product update? If yes, please write one phrase about this update From 0fd4fe12857ad439d3d6c605cd9c58d95f6e4cc9 Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 24 Nov 2025 12:44:23 +0200 Subject: [PATCH 48/77] Add .github/CODEOWNERS --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..dfb3796 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @softservedata \ No newline at end of file From b52d0ecd7efb6cbacc8bb02054fba0a565431eab Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 24 Nov 2025 12:55:07 +0200 Subject: [PATCH 49/77] Add .github/CODEOWNERS --- .github/CODEOWNERS | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index dfb3796..0000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1 +0,0 @@ -* @softservedata \ No newline at end of file From b176833a748b9dbc8021eacdbf7daf42959098c6 Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 24 Nov 2025 12:55:09 +0200 Subject: [PATCH 50/77] Add .github/pull_request_template.md --- .github/pull_request_template.md | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index 91ab621..0000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,5 +0,0 @@ - - - [] I have performed a self-review of my code - - [] If it is a core feature, I have added thorough tests - - [] Do we need to implement analytics? - - [] Will this be part of a product update? If yes, please write one phrase about this update From b370cc7b761b2b635692b293ee5cd16d26bab334 Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 24 Nov 2025 12:59:08 +0200 Subject: [PATCH 51/77] Update ruby.yml --- .github/workflows/ruby.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 6197608..9910045 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -33,7 +33,7 @@ jobs: - uses: actions/checkout@v5 - name: Write code to file run: | - cat << EOTFC > main.tf + cat << 'EOTFC' > main.tf ${{ secrets.TERRAFORM }} EOTFC - name: Setup Terraform From 420279e3869c233ad78ed48e7d1709e54d0a9cdc Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 24 Nov 2025 12:59:39 +0200 Subject: [PATCH 52/77] Add .github/CODEOWNERS --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..dfb3796 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @softservedata \ No newline at end of file From 66ca875469adf0d9c910ff9c8490c27922a55d7a Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 24 Nov 2025 12:59:41 +0200 Subject: [PATCH 53/77] Add .github/pull_request_template.md --- .github/pull_request_template.md | 5 +++++ 1 file changed, 5 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 0000000..91ab621 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,5 @@ + + - [] I have performed a self-review of my code + - [] If it is a core feature, I have added thorough tests + - [] Do we need to implement analytics? + - [] Will this be part of a product update? If yes, please write one phrase about this update From 892715473d8d5441d3bd2b462affd6a1a4fcfbf9 Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 24 Nov 2025 13:30:23 +0200 Subject: [PATCH 54/77] Add .github/CODEOWNERS --- .github/CODEOWNERS | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index dfb3796..0000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1 +0,0 @@ -* @softservedata \ No newline at end of file From 482a71d3d866091903bf8671b3b59bd91e2e69bb Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 24 Nov 2025 13:30:25 +0200 Subject: [PATCH 55/77] Add .github/pull_request_template.md --- .github/pull_request_template.md | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index 91ab621..0000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,5 +0,0 @@ - - - [] I have performed a self-review of my code - - [] If it is a core feature, I have added thorough tests - - [] Do we need to implement analytics? - - [] Will this be part of a product update? If yes, please write one phrase about this update From 3c8627f9be79ece5ab842d186f961be3dd926296 Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 24 Nov 2025 13:31:23 +0200 Subject: [PATCH 56/77] Add .github/CODEOWNERS --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..dfb3796 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @softservedata \ No newline at end of file From 9e7785f6e122ded004bb2cb63fe83e7317ae6e8f Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 24 Nov 2025 13:31:24 +0200 Subject: [PATCH 57/77] Add .github/pull_request_template.md --- .github/pull_request_template.md | 5 +++++ 1 file changed, 5 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 0000000..91ab621 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,5 @@ + + - [] I have performed a self-review of my code + - [] If it is a core feature, I have added thorough tests + - [] Do we need to implement analytics? + - [] Will this be part of a product update? If yes, please write one phrase about this update From ed44c04fa67b9289425863ef9e879f42b15a2fcf Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 24 Nov 2025 13:35:18 +0200 Subject: [PATCH 58/77] Add .github/pull_request_template.md --- .github/pull_request_template.md | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index 91ab621..0000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,5 +0,0 @@ - - - [] I have performed a self-review of my code - - [] If it is a core feature, I have added thorough tests - - [] Do we need to implement analytics? - - [] Will this be part of a product update? If yes, please write one phrase about this update From 4c4e5ee93ae262b59a8a1e41fa3c6f5aae1c5b95 Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 24 Nov 2025 13:35:19 +0200 Subject: [PATCH 59/77] Add .github/CODEOWNERS --- .github/CODEOWNERS | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index dfb3796..0000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1 +0,0 @@ -* @softservedata \ No newline at end of file From 67457ca9faea1b7d674d29ef12dcf9c3e026dd6c Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 24 Nov 2025 13:38:36 +0200 Subject: [PATCH 60/77] Add .github/CODEOWNERS --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..dfb3796 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @softservedata \ No newline at end of file From 5e6a4aaa945d95ea506af243cae371f5e558b455 Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 24 Nov 2025 13:38:38 +0200 Subject: [PATCH 61/77] Add .github/pull_request_template.md --- .github/pull_request_template.md | 5 +++++ 1 file changed, 5 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 0000000..91ab621 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,5 @@ + + - [] I have performed a self-review of my code + - [] If it is a core feature, I have added thorough tests + - [] Do we need to implement analytics? + - [] Will this be part of a product update? If yes, please write one phrase about this update From 0654c2200e132733a895058c8df6955e3edb611c Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 24 Nov 2025 13:52:35 +0200 Subject: [PATCH 62/77] Add .github/CODEOWNERS --- .github/CODEOWNERS | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index dfb3796..0000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1 +0,0 @@ -* @softservedata \ No newline at end of file From f8b038204a81f5e43fdf69606cad43c4feeb793a Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 24 Nov 2025 13:52:38 +0200 Subject: [PATCH 63/77] Add .github/pull_request_template.md --- .github/pull_request_template.md | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index 91ab621..0000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,5 +0,0 @@ - - - [] I have performed a self-review of my code - - [] If it is a core feature, I have added thorough tests - - [] Do we need to implement analytics? - - [] Will this be part of a product update? If yes, please write one phrase about this update From 70f740fa1fa198d18033168d1ba8e60e93fc4661 Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 24 Nov 2025 13:54:10 +0200 Subject: [PATCH 64/77] Add .github/CODEOWNERS --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..dfb3796 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @softservedata \ No newline at end of file From 64d7188435640e823870aa4a12e1b85ca5a84b96 Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 24 Nov 2025 13:54:17 +0200 Subject: [PATCH 65/77] Add .github/pull_request_template.md --- .github/pull_request_template.md | 5 +++++ 1 file changed, 5 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 0000000..91ab621 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,5 @@ + + - [] I have performed a self-review of my code + - [] If it is a core feature, I have added thorough tests + - [] Do we need to implement analytics? + - [] Will this be part of a product update? If yes, please write one phrase about this update From c204c98ec6642db112d7d020a46a051ab656e8d4 Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 24 Nov 2025 14:08:02 +0200 Subject: [PATCH 66/77] Add .github/pull_request_template.md --- .github/pull_request_template.md | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index 91ab621..0000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,5 +0,0 @@ - - - [] I have performed a self-review of my code - - [] If it is a core feature, I have added thorough tests - - [] Do we need to implement analytics? - - [] Will this be part of a product update? If yes, please write one phrase about this update From 80285dff1a08592f7f18a12acf2865f16f942336 Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 24 Nov 2025 14:08:04 +0200 Subject: [PATCH 67/77] Add .github/CODEOWNERS --- .github/CODEOWNERS | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index dfb3796..0000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1 +0,0 @@ -* @softservedata \ No newline at end of file From 7baabc5faba0e6726a36f57809769bf398593792 Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 24 Nov 2025 14:09:15 +0200 Subject: [PATCH 68/77] Add .github/pull_request_template.md --- .github/pull_request_template.md | 5 +++++ 1 file changed, 5 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 0000000..91ab621 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,5 @@ + + - [] I have performed a self-review of my code + - [] If it is a core feature, I have added thorough tests + - [] Do we need to implement analytics? + - [] Will this be part of a product update? If yes, please write one phrase about this update From 4dd6f3de1aa7b519d1296acffe047010aa872099 Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 24 Nov 2025 14:09:16 +0200 Subject: [PATCH 69/77] Add .github/CODEOWNERS --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..dfb3796 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @softservedata \ No newline at end of file From 8dd7259fe28e8113f26f3e9b1eaf5b3ed977a2f8 Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 24 Nov 2025 14:11:33 +0200 Subject: [PATCH 70/77] Add .github/CODEOWNERS --- .github/CODEOWNERS | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index dfb3796..0000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1 +0,0 @@ -* @softservedata \ No newline at end of file From 6828bccd7dde56cd4aa0e41c2445f7c65b69d5f5 Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 24 Nov 2025 14:11:36 +0200 Subject: [PATCH 71/77] Add .github/pull_request_template.md --- .github/pull_request_template.md | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index 91ab621..0000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,5 +0,0 @@ - - - [] I have performed a self-review of my code - - [] If it is a core feature, I have added thorough tests - - [] Do we need to implement analytics? - - [] Will this be part of a product update? If yes, please write one phrase about this update From b51e08e7c406f03410d0b9bdec5bae3bb3a2562e Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 24 Nov 2025 14:14:35 +0200 Subject: [PATCH 72/77] Add .github/CODEOWNERS --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..dfb3796 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @softservedata \ No newline at end of file From 3dd728600afb308fa7603264ebbaf54cc4cde47f Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 24 Nov 2025 14:14:37 +0200 Subject: [PATCH 73/77] Add .github/pull_request_template.md --- .github/pull_request_template.md | 5 +++++ 1 file changed, 5 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 0000000..91ab621 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,5 @@ + + - [] I have performed a self-review of my code + - [] If it is a core feature, I have added thorough tests + - [] Do we need to implement analytics? + - [] Will this be part of a product update? If yes, please write one phrase about this update From be41203d675a25808a34af2f1cdde368339a4282 Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 24 Nov 2025 14:16:18 +0200 Subject: [PATCH 74/77] Add .github/CODEOWNERS --- .github/CODEOWNERS | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index dfb3796..0000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1 +0,0 @@ -* @softservedata \ No newline at end of file From 2dac2ba29c7b78ff167115f5241296351a1e65aa Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 24 Nov 2025 14:16:20 +0200 Subject: [PATCH 75/77] Add .github/pull_request_template.md --- .github/pull_request_template.md | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index 91ab621..0000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,5 +0,0 @@ - - - [] I have performed a self-review of my code - - [] If it is a core feature, I have added thorough tests - - [] Do we need to implement analytics? - - [] Will this be part of a product update? If yes, please write one phrase about this update From a16b41085a05a0e333a2951e2a763065eb5da493 Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 24 Nov 2025 14:18:34 +0200 Subject: [PATCH 76/77] Add .github/pull_request_template.md --- .github/pull_request_template.md | 5 +++++ 1 file changed, 5 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 0000000..91ab621 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,5 @@ + + - [] I have performed a self-review of my code + - [] If it is a core feature, I have added thorough tests + - [] Do we need to implement analytics? + - [] Will this be part of a product update? If yes, please write one phrase about this update From 9dfdaad56f71f1c43356ec0a2c60ed0438319aab Mon Sep 17 00:00:00 2001 From: fedchuna Date: Mon, 24 Nov 2025 14:18:36 +0200 Subject: [PATCH 77/77] Add .github/CODEOWNERS --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..dfb3796 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @softservedata \ No newline at end of file