From 2faa6476c61bfc7f807fd35a067ccb13e599da8e Mon Sep 17 00:00:00 2001 From: Randolph Settgast Date: Tue, 2 Jul 2024 13:44:05 -0700 Subject: [PATCH 1/8] Add CODEOWNERS file --- .github/CODEOWNERS | 135 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 135 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000000..4e46fd8f650 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,135 @@ + + + +# These owners will be the default owners for everything in +# the repo. Unless a later match takes precedence, +# @global-owner1 and @global-owner2 will be requested for +# review when someone opens a pull request. +* @rrsettgast + +/.github/ @rrsettgast + +/inputFiles/ @CusiniM @cssherman @jhuang2601 + +/src/coreComponents/LvArray @rrsettgast @wrtobin +/src/coreComponents/codingUtilities @rrsettgast +/src/coreComponents/common @rrsettgast +/src/coreComponents/constitutive @rrsettgast +/src/coreComponents/dataRepository @rrsettgast @wrtobin +/src/coreComponents/denseLinearAlgebra @rrsettgast +/src/coreComponents/discretizationMethods @rrsettgast +/src/coreComponents/events @rrsettgast +/src/coreComponents/fieldSpecification @rrsettgast +/src/coreComponents/fileIO @rrsettgast @wrtobin +/src/coreComponents/finiteElement @rrsettgast +/src/coreComponents/finiteVolume @rrsettgast +/src/coreComponents/functions @rrsettgast +/src/coreComponents/linearAlgebra @rrsettgast +/src/coreComponents/mainInterface @rrsettgast +/src/coreComponents/math @rrsettgast +/src/coreComponents/mesh @rrsettgast @wrtobin +/src/coreComponents/physicsSolvers @rrsettgast +/src/coreComponents/physicsSolvers/contact @CusiniM +/src/coreComponents/physicsSolvers/fluidFlow @CusiniM +/src/coreComponents/physicsSolvers/inducedSeismicity @CusiniM +/src/coreComponents/physicsSolvers/multiphysics @CusiniM +/src/coreComponents/physicsSolvers/python @cssherman +/src/coreComponents/physicsSolvers/simplePDE +/src/coreComponents/physicsSolvers/solidMechanics @rrsettgast @castelletto1 @CusiniM +/src/coreComponents/physicsSolvers/surfaceGeneration @rrsettgast @CusiniM @jhuang2601 +/src/coreComponents/physicsSolvers/wavePropagation @rrsettgast @sframba +/src/coreComponents/schema @rrsettgast +/src/coreComponents/unitTests @rrsettgast + +# Here is a list of GEOS-DEV members as of 2024-07-02 +# username name +# acitrain +# aguitton +# AL0230162 Éric Cassagnard +# Algiane Algiane Froehly +# andrea-borio Andrea Borio +# andrea-francesch Andrea Franceschini +# annavarapusr1 +# AntoineMazuyer Antoine Mazuyer +# arng40 Arnaud DUDES +# Bertbk Bertrand Thierry +# binw1 +# bmhan12 Brian Han +# Bubusch Gaetan +# castelletto1 Nicola Castelletto +# chakshinglee Chak Shing Lee +# cmcrook5 +# cmorency1 Christina Morency +# corbett5 Ben Corbett +# cssherman Christopher Sherman +# CusiniM Matteo Cusini +# dkachuma Dickson Kachuma +# drmichaeltcvx Michael E. Thomadakis +# estelledirand Estelle Dirand +# francoishamon Francois Hamon +# frankfeifan +# fuyuli123456 Fuyu Li +# geosxCI +# Guotong-Ren Guotong +# henricalandra64 +# herve-gross Herve Gross +# homel1 Michael Homel +# IsaacJu-debug Isaac Ju +# jafranc Jacques Franc +# jameshcorbett James Corbett +# Jay-A Jay Appleton +# jeannepellerin Jeanne Pellerin +# jedbrown Jed Brown +# jessielu001 +# jhuang2601 Jian Huang +# jiemeng-total +# jiyer28 +# jkwashbourne John Washbourne +# johnbowen42 John Bowen +# joshua-white Joshua White +# jschen83 Jinsong Chen +# juliat-camargo +# karimifard Mohammad Karimi-Fard +# kimtaeho07 +# klevzoff Sergey Klevtsov +# ktnihei Kurt Nihei +# labesse40 +# matteofrigo5 Matteo Frigo +# MatthiasCremon Matthias Cremon +# MelReyCG +# MichaelSekachev Michael Sekachev +# mndiaye24 Mamadou N'diaye +# npillardou Nicolas Pillardou +# ol-n-ga +# oseikuffuor1 Daniel Osei-Kuffuor +# ouassimkh +# paloma-martinez +# paveltomin Pavel Tomin +# philippeVerney Philippe Verney +# raminammour Rami +# rasimHZ +# rmadec-cs Ronan Madec +# rrsettgast Randolph Settgast +# ryanhaagenson Ryan Haagenson +# ryar9534 Ryan Aronson +# samtkaplan Sam Kaplan +# samuelpmishLLNL +# sframba Stefano Frambati +# shabnamjs +# sohailwaziri +# sytuannguyen Sy-Tuan Nguyen +# tang39 Hewei Tang +# tbeltzun +# TheLastBlockbend Phillip Chacon +# tjb-ltk Tom Byer +# TNemethCVX +# TotoGaz TotoGaz +# txlx +# untereiner Lionel Untereiner +# victorapm Victor A. P. Magri +# VidarStiernstrom Vidar Stiernström +# wcy41gtc Chaoyi Wang +# wrtobin William R Tobin +# yue-2018 Yue Hao +# yylicvx +# zhishuaizhang Zhishuai Zhang From cf92666f7ac767b87f65ac46bed2ee2eeccb8ae3 Mon Sep 17 00:00:00 2001 From: Randolph Settgast Date: Tue, 2 Jul 2024 14:21:14 -0700 Subject: [PATCH 2/8] Apply suggestions from code review Co-authored-by: Matteo Cusini <49037133+CusiniM@users.noreply.github.com> --- .github/CODEOWNERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 4e46fd8f650..6d968c41921 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -14,7 +14,7 @@ /src/coreComponents/LvArray @rrsettgast @wrtobin /src/coreComponents/codingUtilities @rrsettgast /src/coreComponents/common @rrsettgast -/src/coreComponents/constitutive @rrsettgast +/src/coreComponents/constitutive @rrsettgast @CusiniM @dkachuma /src/coreComponents/dataRepository @rrsettgast @wrtobin /src/coreComponents/denseLinearAlgebra @rrsettgast /src/coreComponents/discretizationMethods @rrsettgast @@ -24,13 +24,13 @@ /src/coreComponents/finiteElement @rrsettgast /src/coreComponents/finiteVolume @rrsettgast /src/coreComponents/functions @rrsettgast -/src/coreComponents/linearAlgebra @rrsettgast +/src/coreComponents/linearAlgebra @rrsettgast @castelletto1 @victorapm /src/coreComponents/mainInterface @rrsettgast /src/coreComponents/math @rrsettgast /src/coreComponents/mesh @rrsettgast @wrtobin /src/coreComponents/physicsSolvers @rrsettgast /src/coreComponents/physicsSolvers/contact @CusiniM -/src/coreComponents/physicsSolvers/fluidFlow @CusiniM +/src/coreComponents/physicsSolvers/fluidFlow @CusiniM @paveltomin /src/coreComponents/physicsSolvers/inducedSeismicity @CusiniM /src/coreComponents/physicsSolvers/multiphysics @CusiniM /src/coreComponents/physicsSolvers/python @cssherman From 4f19173fef3d98135a2fffc3b92f2c1f34255ad2 Mon Sep 17 00:00:00 2001 From: Randolph Settgast Date: Tue, 2 Jul 2024 14:23:35 -0700 Subject: [PATCH 3/8] Update .github/CODEOWNERS --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6d968c41921..6bea2045911 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -11,7 +11,7 @@ /inputFiles/ @CusiniM @cssherman @jhuang2601 -/src/coreComponents/LvArray @rrsettgast @wrtobin +/src/coreComponents/LvArray @rrsettgast @wrtobin @corbett5 @CusiniM /src/coreComponents/codingUtilities @rrsettgast /src/coreComponents/common @rrsettgast /src/coreComponents/constitutive @rrsettgast @CusiniM @dkachuma From a802f1396a12d3a2b22f0d27b8cf2997be0b06f6 Mon Sep 17 00:00:00 2001 From: Randolph Settgast Date: Tue, 2 Jul 2024 14:24:35 -0700 Subject: [PATCH 4/8] Update .github/CODEOWNERS --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6bea2045911..3015d7ac9ff 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -18,7 +18,7 @@ /src/coreComponents/dataRepository @rrsettgast @wrtobin /src/coreComponents/denseLinearAlgebra @rrsettgast /src/coreComponents/discretizationMethods @rrsettgast -/src/coreComponents/events @rrsettgast +/src/coreComponents/events @rrsettgast @cssherman /src/coreComponents/fieldSpecification @rrsettgast /src/coreComponents/fileIO @rrsettgast @wrtobin /src/coreComponents/finiteElement @rrsettgast From 1022155fc2050441b79a0716ab408df3ea97fc57 Mon Sep 17 00:00:00 2001 From: Matteo Cusini <49037133+CusiniM@users.noreply.github.com> Date: Tue, 2 Jul 2024 14:39:33 -0700 Subject: [PATCH 5/8] Update .github/CODEOWNERS --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 3015d7ac9ff..440ee5ae479 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -32,7 +32,7 @@ /src/coreComponents/physicsSolvers/contact @CusiniM /src/coreComponents/physicsSolvers/fluidFlow @CusiniM @paveltomin /src/coreComponents/physicsSolvers/inducedSeismicity @CusiniM -/src/coreComponents/physicsSolvers/multiphysics @CusiniM +/src/coreComponents/physicsSolvers/multiphysics @CusiniM @paveltomin @castelletto1 /src/coreComponents/physicsSolvers/python @cssherman /src/coreComponents/physicsSolvers/simplePDE /src/coreComponents/physicsSolvers/solidMechanics @rrsettgast @castelletto1 @CusiniM From 5ead76bbb613b678e1f133201e08eb4779e42a46 Mon Sep 17 00:00:00 2001 From: Randolph Settgast Date: Wed, 3 Jul 2024 09:22:26 -0700 Subject: [PATCH 6/8] Apply suggestions from code review Co-authored-by: Matteo Cusini <49037133+CusiniM@users.noreply.github.com> --- .github/CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 440ee5ae479..e2b3257da57 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -16,7 +16,7 @@ /src/coreComponents/common @rrsettgast /src/coreComponents/constitutive @rrsettgast @CusiniM @dkachuma /src/coreComponents/dataRepository @rrsettgast @wrtobin -/src/coreComponents/denseLinearAlgebra @rrsettgast +/src/coreComponents/denseLinearAlgebra @rrsettgast @CusiniM @castelletto1 /src/coreComponents/discretizationMethods @rrsettgast /src/coreComponents/events @rrsettgast @cssherman /src/coreComponents/fieldSpecification @rrsettgast @@ -38,7 +38,7 @@ /src/coreComponents/physicsSolvers/solidMechanics @rrsettgast @castelletto1 @CusiniM /src/coreComponents/physicsSolvers/surfaceGeneration @rrsettgast @CusiniM @jhuang2601 /src/coreComponents/physicsSolvers/wavePropagation @rrsettgast @sframba -/src/coreComponents/schema @rrsettgast +!/src/coreComponents/schema /src/coreComponents/unitTests @rrsettgast # Here is a list of GEOS-DEV members as of 2024-07-02 From 21bfb6c0e61c9c668093eb6d2c72083868d2e87b Mon Sep 17 00:00:00 2001 From: Randolph Settgast Date: Wed, 3 Jul 2024 17:22:48 -0700 Subject: [PATCH 7/8] Update CODEOWNERS --- .github/CODEOWNERS | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index e2b3257da57..cc9a28a0be3 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -10,34 +10,33 @@ /.github/ @rrsettgast /inputFiles/ @CusiniM @cssherman @jhuang2601 - /src/coreComponents/LvArray @rrsettgast @wrtobin @corbett5 @CusiniM -/src/coreComponents/codingUtilities @rrsettgast -/src/coreComponents/common @rrsettgast +/src/coreComponents/codingUtilities @rrsettgast @untereiner +/src/coreComponents/common @rrsettgast @MelReyCG /src/coreComponents/constitutive @rrsettgast @CusiniM @dkachuma /src/coreComponents/dataRepository @rrsettgast @wrtobin /src/coreComponents/denseLinearAlgebra @rrsettgast @CusiniM @castelletto1 /src/coreComponents/discretizationMethods @rrsettgast /src/coreComponents/events @rrsettgast @cssherman /src/coreComponents/fieldSpecification @rrsettgast -/src/coreComponents/fileIO @rrsettgast @wrtobin -/src/coreComponents/finiteElement @rrsettgast -/src/coreComponents/finiteVolume @rrsettgast -/src/coreComponents/functions @rrsettgast +/src/coreComponents/fileIO @rrsettgast @wrtobin @MelReyCG @untereiner +/src/coreComponents/finiteElement @rrsettgast @castelletto1 +/src/coreComponents/finiteVolume @rrsettgast @castelletto1 +/src/coreComponents/functions @cssherman @wrtobin /src/coreComponents/linearAlgebra @rrsettgast @castelletto1 @victorapm /src/coreComponents/mainInterface @rrsettgast -/src/coreComponents/math @rrsettgast -/src/coreComponents/mesh @rrsettgast @wrtobin +/src/coreComponents/math @rrsettgast @corbett5 +/src/coreComponents/mesh @rrsettgast @wrtobin @untereiner @CusiniM /src/coreComponents/physicsSolvers @rrsettgast /src/coreComponents/physicsSolvers/contact @CusiniM /src/coreComponents/physicsSolvers/fluidFlow @CusiniM @paveltomin /src/coreComponents/physicsSolvers/inducedSeismicity @CusiniM /src/coreComponents/physicsSolvers/multiphysics @CusiniM @paveltomin @castelletto1 /src/coreComponents/physicsSolvers/python @cssherman -/src/coreComponents/physicsSolvers/simplePDE +/src/coreComponents/physicsSolvers/simplePDE @castelletto1 /src/coreComponents/physicsSolvers/solidMechanics @rrsettgast @castelletto1 @CusiniM /src/coreComponents/physicsSolvers/surfaceGeneration @rrsettgast @CusiniM @jhuang2601 -/src/coreComponents/physicsSolvers/wavePropagation @rrsettgast @sframba +/src/coreComponents/physicsSolvers/wavePropagation @sframba !/src/coreComponents/schema /src/coreComponents/unitTests @rrsettgast From 735b1c4d0a71ecce5b18dd85511cad9b4d3ddbdd Mon Sep 17 00:00:00 2001 From: Randolph Settgast Date: Mon, 8 Jul 2024 10:35:42 -0700 Subject: [PATCH 8/8] Update CODEOWNERS --- .github/CODEOWNERS | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index cc9a28a0be3..962863b1f71 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -11,34 +11,34 @@ /inputFiles/ @CusiniM @cssherman @jhuang2601 /src/coreComponents/LvArray @rrsettgast @wrtobin @corbett5 @CusiniM -/src/coreComponents/codingUtilities @rrsettgast @untereiner -/src/coreComponents/common @rrsettgast @MelReyCG +/src/coreComponents/codingUtilities @rrsettgast @untereiner @corbett5 +/src/coreComponents/common @rrsettgast @MelReyCG @corbett5 /src/coreComponents/constitutive @rrsettgast @CusiniM @dkachuma -/src/coreComponents/dataRepository @rrsettgast @wrtobin +/src/coreComponents/dataRepository @rrsettgast @wrtobin @corbett5 /src/coreComponents/denseLinearAlgebra @rrsettgast @CusiniM @castelletto1 -/src/coreComponents/discretizationMethods @rrsettgast -/src/coreComponents/events @rrsettgast @cssherman -/src/coreComponents/fieldSpecification @rrsettgast +/src/coreComponents/discretizationMethods @rrsettgast @CusiniM @castelletto1 +/src/coreComponents/events @rrsettgast @corbett5 @cssherman +/src/coreComponents/fieldSpecification @rrsettgast @CusiniM @corbett5 /src/coreComponents/fileIO @rrsettgast @wrtobin @MelReyCG @untereiner /src/coreComponents/finiteElement @rrsettgast @castelletto1 /src/coreComponents/finiteVolume @rrsettgast @castelletto1 /src/coreComponents/functions @cssherman @wrtobin /src/coreComponents/linearAlgebra @rrsettgast @castelletto1 @victorapm -/src/coreComponents/mainInterface @rrsettgast +/src/coreComponents/mainInterface @rrsettgast @corbett5 /src/coreComponents/math @rrsettgast @corbett5 /src/coreComponents/mesh @rrsettgast @wrtobin @untereiner @CusiniM /src/coreComponents/physicsSolvers @rrsettgast -/src/coreComponents/physicsSolvers/contact @CusiniM -/src/coreComponents/physicsSolvers/fluidFlow @CusiniM @paveltomin -/src/coreComponents/physicsSolvers/inducedSeismicity @CusiniM +/src/coreComponents/physicsSolvers/contact @CusiniM @rrsettgast +/src/coreComponents/physicsSolvers/fluidFlow @CusiniM @paveltomin @klevzoff @francoishamon +/src/coreComponents/physicsSolvers/inducedSeismicity @CusiniM @rrsettgast /src/coreComponents/physicsSolvers/multiphysics @CusiniM @paveltomin @castelletto1 -/src/coreComponents/physicsSolvers/python @cssherman -/src/coreComponents/physicsSolvers/simplePDE @castelletto1 +/src/coreComponents/physicsSolvers/python @cssherman @corbett5 +/src/coreComponents/physicsSolvers/simplePDE @castelletto1 @rrsettgast /src/coreComponents/physicsSolvers/solidMechanics @rrsettgast @castelletto1 @CusiniM /src/coreComponents/physicsSolvers/surfaceGeneration @rrsettgast @CusiniM @jhuang2601 -/src/coreComponents/physicsSolvers/wavePropagation @sframba +/src/coreComponents/physicsSolvers/wavePropagation @sframba @acitrain !/src/coreComponents/schema -/src/coreComponents/unitTests @rrsettgast +/src/coreComponents/unitTests @rrsettgast @corbett5 @wrtobin # Here is a list of GEOS-DEV members as of 2024-07-02 # username name