diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2019-10-22 18:06:35 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2019-10-22 18:06:35 +0000 |
commit | 24fe7aa2aa199b2aace0cfec26d744f51d7e2167 (patch) | |
tree | 65eea9b7eba812dc2636aba1bfc885f12d38f774 /doc | |
parent | 6653aab95dfdfd260e8814e7499cc2345f451f99 (diff) | |
download | gitlab-ce-24fe7aa2aa199b2aace0cfec26d744f51d7e2167.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc')
-rw-r--r-- | doc/development/database_review.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/development/database_review.md b/doc/development/database_review.md index 39236ab1910..f3c19002417 100644 --- a/doc/development/database_review.md +++ b/doc/development/database_review.md @@ -47,6 +47,13 @@ A database **reviewer**'s role is to: reassign MR to the database **maintainer** suggested by Reviewer Roulette. +#### When there are no database maintainers available + +Currently we have a [critical shortage of database maintainers](https://gitlab.com/gitlab-org/gitlab/issues/29717). Until we are able to increase the number of database maintainers to support the volume of reviews, we have implemented this temporary solution. If the database **reviewer** cannot find an available database **maintainer** then: + +1. Assign the MR for a second review by a **database trainee maintainer** for further review. +1. Once satisfied with the review process, and if the database **maintainer** is still not available, skip the database maintainer approval step and assign the merge request to a backend maintainer for final review and approval. + A database **maintainer**'s role is to: - Perform the final database review on the MR. |