Skip to content

[RUN AS-IF-FOSS] Remove wrapper methods from Gitlab::Database

Yorick Peterse requested to merge gitlab-database-remove-wrapper-methods into master

What does this MR do?

This module contained various methods that were forwarded to Gitlab::Database::Connection. This commit removes these wrappers in favour of using Gitlab::Database.main instead. This is done to make it explicit what database connection should be used.

See #331776 (closed) and !65262 (merged) for more information.

Does this MR meet the acceptance criteria?

Conformity

Edited by Yorick Peterse

Merge request reports