diff options
| author | Andreas Brandl <abrandl@gitlab.com> | 2019-08-26 19:08:29 +0200 |
|---|---|---|
| committer | Andreas Brandl <abrandl@gitlab.com> | 2019-08-26 19:08:29 +0200 |
| commit | a0766de4dd5609289ecfd5be4618b064c0af0ffb (patch) | |
| tree | 1511fa01e2eec96a60ccd5ca12a07e7ee40e9abf /.gitlab/CODEOWNERS | |
| parent | 0d7313383368f86fa18fea61ebdc8131e7bbd433 (diff) | |
| download | gitlab-ce-ab-codeowners-database.tar.gz | |
Adding github importer for database reviewab-codeowners-database
Reasoning: GitHub importer is quite database heavy and comes with rather
unexpected effects (e.g. disabling Rails callbacks) to speed up inserts.
Therefore, changes should go through database review.
Diffstat (limited to '.gitlab/CODEOWNERS')
| -rw-r--r-- | .gitlab/CODEOWNERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab/CODEOWNERS b/.gitlab/CODEOWNERS index 80aec6f3c1c..0f2dd081e9e 100644 --- a/.gitlab/CODEOWNERS +++ b/.gitlab/CODEOWNERS @@ -14,6 +14,7 @@ db/ @gitlab-org/maintainers/database lib/gitlab/background_migration/ @gitlab-org/maintainers/database lib/gitlab/database/ @gitlab-org/maintainers/database lib/gitlab/sql/ @gitlab-org/maintainers/database +lib/gitlab/github_import/ @gitlab-org/maintainers/database /ee/db/ @gitlab-org/maintainers/database # Feature specific owners |
