diff options
author | Toon Claes <toon@gitlab.com> | 2019-07-19 17:33:48 +0000 |
---|---|---|
committer | Nick Thomas <nick@gitlab.com> | 2019-07-19 17:33:48 +0000 |
commit | 34a5f77e770765f278ade00a33ef846e2e1ce3d3 (patch) | |
tree | 11f08d25e84c62a2c0f42247f71f76f1ab016012 /.gitlab/CODEOWNERS | |
parent | 325360444253cf630ae3bfb6cae47a1e6e612c79 (diff) | |
download | gitlab-ce-34a5f77e770765f278ade00a33ef846e2e1ce3d3.tar.gz |
Document database review process
See https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/6069
Diffstat (limited to '.gitlab/CODEOWNERS')
-rw-r--r-- | .gitlab/CODEOWNERS | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitlab/CODEOWNERS b/.gitlab/CODEOWNERS index b865b212ac0..13c8b4a8458 100644 --- a/.gitlab/CODEOWNERS +++ b/.gitlab/CODEOWNERS @@ -9,8 +9,12 @@ app/assets/ @ClemMakesApps @fatihacet @filipa @iamphill @mikegreiling @timzallmann @kushalpandya @pslaughter *.scss @annabeldunstone @ClemMakesApps @fatihacet @filipa @iamphill @mikegreiling @timzallmann @kushalpandya @pslaughter -# Someone from the database team should review changes in `db/` +# Maintainers from the Database team should review changes in `db/` db/ @abrandl @NikolayS +lib/gitlab/background_migration/ @abrandl @NikolayS +lib/gitlab/database/ @abrandl @NikolayS +lib/gitlab/sql/ @abrandl @NikolayS +/ee/db/ @abrandl @NikolayS # Feature specific owners /ee/lib/gitlab/code_owners/ @reprazent |