From 5d220284aaf8bb101d8905158416cf906af22346 Mon Sep 17 00:00:00 2001 From: Niklas Eiling Date: Fri, 24 Jan 2025 10:30:43 +0100 Subject: [PATCH 1/3] chore: remove catchall codeowner Signed-off-by: Niklas Eiling --- CODEOWNERS | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 266b42821..016cf3309 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,12 +1,6 @@ # SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University # SPDX-License-Identifier: Apache-2.0 -# These owners will be the default owners for everything in -# the repo. Unless a later match takes precedence, -# @stv0g will be requested for -# review when someone opens a pull request. -* @stv0g - # Order is important; the last matching pattern takes the most # precedence. When someone opens a pull request that only # modifies the following files, only the following members From 4efb491ae76c4f83db05e28f73f9f463aeb00577 Mon Sep 17 00:00:00 2001 From: Niklas Eiling Date: Fri, 24 Jan 2025 10:40:17 +0100 Subject: [PATCH 2/3] chore: add n-eiling as codeowner of all kernel files Signed-off-by: Niklas Eiling --- CODEOWNERS | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 016cf3309..8b3d844f9 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -27,8 +27,5 @@ fpga @n-eiling /include/villas/dumper.hpp @windrad6 # VFIO related files -/common/lib/kernel/pci.cpp @n-eiling -/common/lib/kernel/vfio_*.cpp @n-eiling -/common/lib/kernel/devices/* @n-eiling -/common/include/villas/kernel/devices/* @n-eiling -/common/include/villas/kernel/vfio_*.hpp @n-eiling +/common/lib/kernel @n-eiling +/common/include/villas/kernel @n-eiling From 0b0c1c5cb10ac09c9e0d6454b2839076d867a66f Mon Sep 17 00:00:00 2001 From: Niklas Eiling Date: Thu, 13 Feb 2025 13:13:58 +0100 Subject: [PATCH 3/3] chore: use @stv0g and @n-eiling as catchall codeowners Signed-off-by: Niklas Eiling --- CODEOWNERS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index 8b3d844f9..1373c1ada 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,6 +1,12 @@ # SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University # SPDX-License-Identifier: Apache-2.0 +# These owners will be the default owners for everything in +# the repo. Unless a later match takes precedence, +# @stv0g will be requested for +# review when someone opens a pull request. +* @stv0g @n-eiling + # Order is important; the last matching pattern takes the most # precedence. When someone opens a pull request that only # modifies the following files, only the following members