github.com/matrixorigin/matrixone@v0.7.0/CODEOWNERS (about)

     1  # default owner for stuff that is not explicitly set for ownership
     2  # for triage only
     3  
     4  # github and CI related stuff
     5  .github @sukki37
     6  .github/actions @sukki37
     7  .github/workflow @sukki37
     8  
     9  # files under the top level directory
    10  /*.yml @sukki37
    11  /*.yaml @sukki37
    12  /Makefile @zhangxu19830126
    13  /README.md @dengn
    14  /README_CN.md @dengn
    15  /LICENSE @fengttt
    16  /CODEOWNERS @fengttt
    17  
    18  # top level folders
    19  /cgo @aunjgr
    20  /docs @dengn
    21  /etc @zhangxu19830126
    22  /optools @sukki37
    23  
    24  # cmd
    25  /cmd/db-server @daviszhen
    26  /cmd/generate-config @daviszhen
    27  /cmd/mo-service @zhangxu19830126
    28  
    29  # pkg itself
    30  /pkg @sukki37
    31  
    32  # pkg/common
    33  /pkg/common/async @zhangxu19830126
    34  /pkg/common/bitmap @nnsgmsone
    35  /pkg/common/hashmap @nnsgmsone
    36  /pkg/common/moerror @xzxiong
    37  /pkg/common/morpc @zhangxu19830126
    38  /pkg/common/stopper @zhangxu19830126
    39  /pkg/common/log @zhangxu19830126
    40  
    41  # other directories under pkg
    42  /pkg/cnservice @nnsgmsone @reusee @daviszhen
    43  /pkg/compare @nnsgmsone
    44  /pkg/compress @nnsgmsone
    45  /pkg/config @daviszhen
    46  /pkg/container @nnsgmsone
    47  /pkg/defines @daviszhen
    48  /pkg/dnservice @zhangxu19830126
    49  /pkg/taskservice @zhangxu19830126
    50  /pkg/encoding @nnsgmsone
    51  /pkg/errno @nnsgmsone
    52  /pkg/fileservice @reusee
    53  /pkg/frontend @daviszhen
    54  /pkg/hakeeper @zhangxu19830126 @w-zr
    55  /pkg/logservice @zhangxu19830126
    56  /pkg/lockservice @zhangxu19830126 @w-zr
    57  /pkg/logutil @daviszhen
    58  /pkg/partition @nnsgmsone
    59  /pkg/sort @nnsgmsone
    60  /pkg/sql/colexec @nnsgmsone
    61  /pkg/sql/compile @nnsgmsone
    62  /pkg/sql/parsers @iamlinjunhong
    63  /pkg/sql/plan @ouyuanning @aunjgr
    64  /pkg/tests/service @zhangxu19830126 @cnutshell
    65  /pkg/tests/txn @zhangxu19830126
    66  /pkg/testutil @nnsgmsone
    67  /pkg/txn @zhangxu19830126
    68  /pkg/txn/storage/memorystorage @reusee
    69  /pkg/vectorize @aunjgr
    70  /pkg/util/internalExecutor @aptend
    71  /pkg/util/metric @aptend
    72  /pkg/util/toml @zhangxu19830126
    73  /pkg/util/trace @xzxiong
    74  /pkg/util/export @xzxiong
    75  /pkg/catalog @nnsgmsone
    76  /pkg/objectio @LeftHandCold
    77  
    78  # /proto contains pb definitions, owners will be responsible
    79  # for compatibility issues required for rolling upgrade.
    80  /proto/logservice.proto @zhangxu19830126
    81  /proto/metadata.proto @zhangxu19830126
    82  /proto/metric.proto @aptend
    83  /proto/pipeline.proto @nnsgmsone
    84  /proto/plan.proto @nnsgmsone
    85  /proto/timestamp.proto @zhangxu19830126
    86  /proto/txn.proto @zhangxu19830126
    87  
    88  # folders under pkg/pb contain code generated by pb, owners will be responsible
    89  # for compatibility issues required for rolling upgrade. 
    90  /pkg/pb/logservice @zhangxu19830126
    91  /pkg/pb/metadata @zhangxu19830126
    92  /pkg/pb/metric @aptend
    93  /pkg/pb/pipeline @nnsgmsone
    94  /pkg/pb/plan @nnsgmsone
    95  /pkg/pb/timestamp @zhangxu19830126
    96  /pkg/pb/txn @zhangxu19830126 
    97  
    98  # engines and engine related stuff
    99  /pkg/vm @nnsgmsone
   100  /pkg/vm/engine @nnsgmsone
   101  /pkg/vm/engine/disttae @nnsgmsone
   102  /pkg/vm/engine/tae @XuPeng-SH 
   103  /pkg/vm/engine/memoryengine @reusee
   104  
   105  # from the initial CODEOWNERS file
   106  /test @aressu1985 @heni02