From 8bb56875e859bea446a1e7ae3df848fd31fd126c Mon Sep 17 00:00:00 2001 From: vinay Date: Mon, 21 Apr 2025 13:53:19 +0530 Subject: [PATCH 1/5] Adding codeowners for build dependencies --- CODEOWNERS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index 2b5b404a281..110d60ee662 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -94,3 +94,7 @@ # Calytia Fleet /plugins/custom_calyptia/ @pwhelan /plugins/in_calyptia_fleet/ @pwhelan + +# Build files +**/pom.xml @onehouseinc/dependency-change-reviewers +**/build.gradle @onehouseinc/dependency-change-reviewers From 13624d72e4cf1743b60735793ad5a5a3a5787884 Mon Sep 17 00:00:00 2001 From: vinay Date: Mon, 21 Apr 2025 14:21:20 +0530 Subject: [PATCH 2/5] Adding codeowners for build dependencies --- CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/CODEOWNERS b/CODEOWNERS index 110d60ee662..3386f6640f2 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -98,3 +98,4 @@ # Build files **/pom.xml @onehouseinc/dependency-change-reviewers **/build.gradle @onehouseinc/dependency-change-reviewers +# Adding timestamp Mon Apr 21 14:21:20 IST 2025 From 68fe42e3c5dc9c1acecab2d98d5b0229c352d0a8 Mon Sep 17 00:00:00 2001 From: vinay Date: Mon, 21 Apr 2025 14:51:35 +0530 Subject: [PATCH 3/5] Update CODEOWNERS: Set build files to dependency-change-reviewers and Dockerfiles to core-infra --- CODEOWNERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index 3386f6640f2..bddf1d98138 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -95,7 +95,8 @@ /plugins/custom_calyptia/ @pwhelan /plugins/in_calyptia_fleet/ @pwhelan + # Build files **/pom.xml @onehouseinc/dependency-change-reviewers **/build.gradle @onehouseinc/dependency-change-reviewers -# Adding timestamp Mon Apr 21 14:21:20 IST 2025 +**/Dockerfile* @onehouseinc/core-infra From b527d232fba775f276e022fd74b7dd7ee5cfcfa7 Mon Sep 17 00:00:00 2001 From: vinay Date: Mon, 21 Apr 2025 14:56:42 +0530 Subject: [PATCH 4/5] Update CODEOWNERS: Set build files to dependency-change-reviewers and Dockerfiles to core-infra --- CODEOWNERS | 98 ------------------------------------------------------ 1 file changed, 98 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index bddf1d98138..8434f3f928a 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,101 +1,3 @@ -# Fluent Bit Code Owners -# ---------------------- -# The following file list the code owners or responsibles for code -# review on different components or extensions of Fluent Bit, applicable for -# any original code author (not only maintainers). -# -# NOTE: if you are a original code author and you are not listed here, please -# open a PR with the proper modification :) - -# Global Owners -# ------------- -* @edsiper @leonardo-albertovich @fujimotos @koleini - -# Build System & Portability -# -------------------------- -/CMakeLists.txt @fujimotos @niedbalski @patrick-stephens @celalettin1286 -/cmake/ @fujimotos @niedbalski @patrick-stephens @celalettin1286 - -# CI -# ------------------------- -/.github/ @niedbalski @patrick-stephens @celalettin1286 -/appveyor.yml @niedbalski @patrick-stephens @celalettin1286 -/dockerfiles/ @niedbalski @patrick-stephens @celalettin1286 -/packaging/ @niedbalski @patrick-stephens @celalettin1286 -/codebase-structure.svg @niedbalski @patrick-stephens @celalettin1286 -/install.sh @niedbalski @patrick-stephens @celalettin1286 - -# Core: Signv4 -# ------------ -/src/flb_signv4.c @pettitwesley -/src/flb_lib.c @edsiper @niedbalski - -# Core: AWS Auth & Utils -# ------------ -/src/aws @pettitwesley - -# AWS header files -/include/aws @pettitwesley -/include/flb_aws_credentials.h @pettitwesley -/include/flb_aws_util.h @pettitwesley - -# Core: Stream Processor -# ---------------- -/src/stream_processor/ @koleini - -# Input Plugins -# ------------- -/plugins/in_collectd @fujimotos -/plugins/in_docker @nokute78 @edsiper -/plugins/in_dummy @nokute78 -/plugins/in_netif @nokute78 -/plugins/in_statsd @fujimotos -/plugins/in_thermal @nokute78 -/plugins/in_winlog @fujimotos - -# Filter Plugins -# -------------- -/plugins/filter_aws @pettitwesley -/plugins/filter_ecs @pettitwesley - -# Output Plugins -# -------------- -/plugins/out_datadog @nokute78 @edsiper -/plugins/out_es @pettitwesley @edsiper -/plugins/out_pgsql @sxd -/plugins/out_stackdriver @braydonk @igorpeshansky @qingling128 - -# AWS Plugins -/plugins/out_s3 @pettitwesley -/plugins/out_cloudwatch_logs @pettitwesley -/plugins/out_kinesis_firehose @pettitwesley -/plugins/out_kinesis_streams @pettitwesley -/plugins/out_opensearch @pettitwesley @edsiper - -# AWS test code -/tests/internal/aws @pettitwesley -/tests/internal/aws_* @pettitwesley -/tests/runtime/filter_ecs.c @pettitwesley -/tests/runtime/filter_aws.c @pettitwesley -/tests/runtime/out_cloudwatch.c @pettitwesley -/tests/runtime/out_firehose.c @pettitwesley -/tests/runtime/out_kinesis.c @pettitwesley -/tests/runtime/out_opensearch.c @pettitwesley @edsiper -/tests/runtime/out_s3.c @pettitwesley - -# Google test code -# -------------- -/tests/runtime/out_stackdriver.c @braydonk @igorpeshansky @qingling128 -/tests/runtime/data/stackdriver @braydonk @igorpeshansky @qingling128 - -# Devcontainer -/.devcontainer @patrick-stephens @niedbalski @edsiper - -# Calytia Fleet -/plugins/custom_calyptia/ @pwhelan -/plugins/in_calyptia_fleet/ @pwhelan - - # Build files **/pom.xml @onehouseinc/dependency-change-reviewers **/build.gradle @onehouseinc/dependency-change-reviewers From 5929d27bf376eae39394ead9bd7bd5da47fe4216 Mon Sep 17 00:00:00 2001 From: vinay Date: Mon, 21 Apr 2025 15:06:09 +0530 Subject: [PATCH 5/5] Update CODEOWNERS: Set build files to dependency-change-reviewers and Dockerfiles to core-infra