2020-02-05 13:09:06 -05:00
|
|
|
# When adding a group as a code owner, make sure to invite the group to the
|
|
|
|
# project here: https://gitlab.com/gitlab-org/gitlab/-/project_members
|
|
|
|
# As described in https://docs.gitlab.com/ee/user/project/code_owners.html
|
|
|
|
|
2018-08-20 10:48:08 -04:00
|
|
|
# Backend Maintainers are the default for all ruby files
|
2019-08-05 09:35:02 -04:00
|
|
|
*.rb @gitlab-org/maintainers/rails-backend
|
|
|
|
*.rake @gitlab-org/maintainers/rails-backend
|
2018-08-20 10:48:08 -04:00
|
|
|
|
2020-01-27 04:08:32 -05:00
|
|
|
# Technical writing team are the default reviewers for all markdown docs
|
2020-03-16 05:09:29 -04:00
|
|
|
/doc/ @gl-docsteam
|
2020-04-21 11:21:10 -04:00
|
|
|
# Dev and Doc guidelines
|
2020-04-27 17:10:10 -04:00
|
|
|
/doc/development/ @marcia @mjang1
|
2020-04-21 11:21:10 -04:00
|
|
|
/doc/development/documentation/ @mikelewis
|
2020-05-18 08:08:08 -04:00
|
|
|
/doc/ci @marcel.amirault @sselhorn
|
|
|
|
/doc/.linting @marcel.amirault @eread @aqualls @mikelewis
|
2018-08-20 10:48:08 -04:00
|
|
|
|
|
|
|
# Frontend maintainers should see everything in `app/assets/`
|
2019-11-07 10:06:33 -05:00
|
|
|
*.scss @annabeldunstone @gitlab-org/maintainers/frontend
|
2020-03-12 17:09:45 -04:00
|
|
|
*.js @gitlab-org/maintainers/frontend
|
|
|
|
/app/assets/ @gitlab-org/maintainers/frontend
|
|
|
|
/ee/app/assets/ @gitlab-org/maintainers/frontend
|
|
|
|
/spec/javascripts/ @gitlab-org/maintainers/frontend
|
|
|
|
/ee/spec/javascripts/ @gitlab-org/maintainers/frontend
|
|
|
|
/spec/frontend/ @gitlab-org/maintainers/frontend
|
|
|
|
/ee/spec/frontend/ @gitlab-org/maintainers/frontend
|
2018-08-20 10:48:08 -04:00
|
|
|
|
2019-08-26 18:00:01 -04:00
|
|
|
# Database maintainers should review changes in `db/`
|
2020-03-12 17:09:45 -04:00
|
|
|
/db/ @gitlab-org/maintainers/database
|
2019-08-26 18:00:01 -04:00
|
|
|
/ee/db/ @gitlab-org/maintainers/database
|
2020-03-12 17:09:45 -04:00
|
|
|
/lib/gitlab/background_migration/ @gitlab-org/maintainers/database
|
|
|
|
/ee/lib/ee/gitlab/background_migration/ @gitlab-org/maintainers/database
|
|
|
|
/lib/gitlab/database/ @gitlab-org/maintainers/database
|
|
|
|
/ee/lib/gitlab/database/ @gitlab-org/maintainers/database
|
|
|
|
/lib/gitlab/sql/ @gitlab-org/maintainers/database
|
|
|
|
/lib/gitlab/github_import/ @gitlab-org/maintainers/database
|
2020-02-24 07:09:00 -05:00
|
|
|
/app/finders/ @gitlab-org/maintainers/database
|
|
|
|
/ee/app/finders/ @gitlab-org/maintainers/database
|
2018-08-20 10:48:08 -04:00
|
|
|
|
|
|
|
# Feature specific owners
|
2020-05-04 05:09:36 -04:00
|
|
|
/ee/lib/gitlab/code_owners/ @reprazent @kerrizor
|
2018-09-07 12:32:45 -04:00
|
|
|
/ee/lib/ee/gitlab/auth/ldap/ @dblessing @mkozono
|
|
|
|
/lib/gitlab/auth/ldap/ @dblessing @mkozono
|
2018-10-05 04:21:36 -04:00
|
|
|
/lib/gitlab/ci/templates/ @nolith @zj
|
|
|
|
/lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml @DylanGriffith @mayra-cabrera @tkuah
|
2019-10-02 05:05:53 -04:00
|
|
|
/lib/gitlab/ci/templates/Security/ @plafoucriere @gonzoyumo @twoodham @sethgitlab
|
2019-06-27 01:49:45 -04:00
|
|
|
/ee/app/models/project_alias.rb @patrickbajao
|
|
|
|
/ee/lib/api/project_aliases.rb @patrickbajao
|
2019-10-08 08:06:01 -04:00
|
|
|
|
2020-02-05 13:09:06 -05:00
|
|
|
# Quality owned files
|
|
|
|
/qa/ @gl-quality
|
|
|
|
|
2019-10-08 08:06:01 -04:00
|
|
|
# Engineering Productivity owned files
|
|
|
|
/.gitlab-ci.yml @gl-quality/eng-prod
|
|
|
|
/.gitlab/ci/ @gl-quality/eng-prod
|
2020-03-12 17:09:45 -04:00
|
|
|
/.gitlab/ci/docs.gitlab-ci.yml @gl-quality/eng-prod @gl-docsteam
|
|
|
|
/.gitlab/ci/releases.gitlab-ci.yml @gl-quality/eng-prod @gitlab-org/delivery
|
2020-02-05 13:09:06 -05:00
|
|
|
/.gitlab/CODEOWNERS @gl-quality/eng-prod
|
2019-10-08 08:06:01 -04:00
|
|
|
Dangerfile @gl-quality/eng-prod
|
|
|
|
/danger/ @gl-quality/eng-prod
|
2019-10-21 08:06:14 -04:00
|
|
|
/lib/gitlab/danger/ @gl-quality/eng-prod
|
2019-10-08 08:06:01 -04:00
|
|
|
/scripts/ @gl-quality/eng-prod
|
2020-03-12 17:09:45 -04:00
|
|
|
/scripts/frontend/ @gl-quality/eng-prod @gitlab-org/maintainers/frontend
|
2020-03-16 17:09:21 -04:00
|
|
|
.editorconfig @gl-quality/eng-prod
|
2020-03-05 10:07:52 -05:00
|
|
|
|
|
|
|
# Telemetry owner files
|
|
|
|
/ee/lib/gitlab/usage_data_counters/ @gitlab-org/growth/telemetry
|
|
|
|
/ee/lib/ee/gitlab/usage_data.rb @gitlab-org/growth/telemetry
|
|
|
|
/lib/gitlab/grafana_embed_usage_data.rb @gitlab-org/growth/telemetry
|
|
|
|
/lib/gitlab/usage_data.rb @gitlab-org/growth/telemetry
|
|
|
|
/lib/gitlab/cycle_analytics/usage_data.rb @gitlab-org/growth/telemetry
|
|
|
|
/lib/gitlab/usage_data_counters/ @gitlab-org/growth/telemetry
|